Commit Graph

145 Commits (f918b443527e98476c8cc45683152106b9e4bedc)

Author SHA1 Message Date
Changli Gao 19c9a49b43 splice: check f_mode for seekable file 15 years ago
Changli Gao 2cb4b05e76 splice: direct_splice_actor() should not use pos in sd 15 years ago
Nick Piggin 0ae0b5d055 fs/splice.c: fix mapping_gfp_mask usage 15 years ago
Jens Axboe 35f3d14dbb pipe: add support for shrinking and growing pipes 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Changli Gao cc56f7de7f sendfile(): check f_op.splice_write() rather than f_op.sendpage() 15 years ago
Jan Kara 148f948ba8 vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode 16 years ago
Miklos Szeredi 723590ed52 splice: update mtime and atime on files 16 years ago
Miklos Szeredi b2858d7d16 splice: fix kmaps in default_file_splice_write() 16 years ago
Andrew Morton 77f6bf57ba splice: fix error return code 16 years ago
Jens Axboe 4f23122858 splice: fix repeated kmap()'s in default_file_splice_read() 16 years ago
Miklos Szeredi 0b0a47f5c4 splice: implement default splice_write method 16 years ago
Miklos Szeredi 6818173bd6 splice: implement default splice_read method 16 years ago
Miklos Szeredi 7c77f0b3f9 splice: implement pipe to pipe splicing 16 years ago
Randy Dunlap b80901bbf5 splice: fix new kernel-doc warnings 16 years ago
Miklos Szeredi 61e0d47c33 splice: add helpers for locking pipe inode 16 years ago
Miklos Szeredi f8cc774ce4 splice: remove generic_file_splice_write_nolock() 16 years ago
Miklos Szeredi 328eaaba4e ocfs2: fix i_mutex locking in ocfs2_splice_to_file() 16 years ago
Miklos Szeredi eb443e5a25 splice: fix i_mutex locking in generic_splice_write() 16 years ago
Miklos Szeredi 2933970b96 splice: remove i_mutex locking in splice_from_pipe() 16 years ago
Miklos Szeredi b3c2d2ddd6 splice: split up __splice_from_pipe() 16 years ago
Miklos Szeredi 7bfac9ecf0 splice: fix deadlock in splicing to file 16 years ago
David Howells 266cf658ef FS-Cache: Recruit a page flags for cache management 16 years ago
Heiko Carstens 836f92adf1 [CVE-2009-0029] System call wrappers part 31 16 years ago
KAMEZAWA Hiroyuki 08e552c69c memcg: synchronized LRU 16 years ago
Nick Piggin 4e02ed4b4a fs: remove prepare_write/commit_write 17 years ago
Linus Torvalds efc968d450 Don't allow splice() to files opened with O_APPEND 17 years ago
Nick Piggin 529ae9aaa0 mm: rename page trylock 17 years ago
Miklos Szeredi 2f1936b877 [patch 3/5] vfs: change remove_suid() to file_remove_suid() 17 years ago
Nick Piggin bc40d73c95 splice: use get_user_pages_fast 17 years ago
Miklos Szeredi 32502b8413 splice: fix generic_file_splice_read() race with page invalidation 17 years ago
Jens Axboe ca39d651d1 splice: handle try_to_release_page() failure 17 years ago
Tom Zanussi a82c53a0e3 splice: fix sendfile() issue with relay 17 years ago
Jens Axboe 75065ff619 Revert "relay: fix splice problem" 17 years ago
Miklos Szeredi 7f3d4ee108 vfs: splice remove_suid() cleanup 17 years ago
Tom Zanussi c3270e577c relay: fix splice problem 17 years ago
Jens Axboe 8191ecd1d1 splice: fix infinite loop in generic_file_splice_read() 17 years ago
Hugh Dickins 4cd1350465 splice: use mapping_gfp_mask 17 years ago
Jens Axboe 02cf01aea5 splice: only return -EAGAIN if there's hope of more data 17 years ago
Bastian Blank 712a30e63c splice: fix user pointer access in get_iovec_page_array() 17 years ago
Jens Axboe 8811930dc7 splice: missing user pointer access verification 17 years ago
Jens Axboe 8084870854 splice: always updated atime in direct splice 17 years ago
Jens Axboe 9e97198dbf splice: fix problem with atime not being updated 17 years ago
Jens Axboe bbdfc2f706 [SPLICE]: Don't assume regular pages in splice_to_pipe() 17 years ago
James Morris c43e259cc7 security: call security_file_permission from rw_verify_area 17 years ago
Serge E. Hallyn b53767719b Implement file posix capabilities 18 years ago
Nick Piggin afddba49d1 fs: introduce write_begin, write_end, and perform_write aops 18 years ago
Fengguang Wu f4e6b498d6 readahead: combine file_ra_state.prev_index/prev_offset into prev_pos 18 years ago
Jens Axboe 6866bef40d splice: fix double kunmap() in vmsplice copy path 18 years ago
Linus Torvalds 7572395767 Fix possible splice() mmap_sem deadlock 18 years ago