aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet2013-01-061-1/+3
* writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon2012-12-111-4/+1
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-37/+32
* fs: Protect write paths by sb_start_write - sb_end_writeJan Kara2012-07-311-0/+3
* splice: fix racy pipe->buffers usesEric Dumazet2012-06-131-15/+20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-2/+4
|\
| * fs: introduce inode operation ->update_timeJosef Bacik2012-06-011-2/+4
* | Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe2012-05-011-1/+4
|\|
| * tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet2012-04-051-1/+4
* | vmsplice: relax alignement requirements for SPLICE_F_GIFTEric Dumazet2012-04-201-2/+2
|/
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\
| * fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+1
* | fs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-5/+2
|/
* fs: move code out of buffer.cAl Viro2012-01-031-1/+0
* tmpfs: clone shmem_file_splice_read()Hugh Dickins2011-07-251-2/+2
* splice: add wakeup_pipe_readers()Namhyung Kim2011-05-231-18/+15
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-29/+14
|\
| * fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław2010-12-171-29/+14
* | Export 'get_pipe_info()' to other usersLinus Torvalds2010-11-281-11/+0
* | Rename 'pipe_info()' to 'get_pipe_info()'Linus Torvalds2010-11-281-10/+9
|/
* splice: fix misuse of SPLICE_F_NONBLOCKMiklos Szeredi2010-08-071-11/+1
* gcc-4.6: fs: fix unused but set warningsAndi Kleen2010-08-071-2/+0
* splice: check f_mode for seekable fileChangli Gao2010-06-301-4/+2
* splice: direct_splice_actor() should not use pos in sdChangli Gao2010-06-301-1/+2
* fs/splice.c: fix mapping_gfp_mask usageNick Piggin2010-05-251-1/+1
* pipe: add support for shrinking and growing pipesJens Axboe2010-05-211-46/+105
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sendfile(): check f_op.splice_write() rather than f_op.sendpage()Changli Gao2009-11-041-9/+15
* Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-141-2/+6
|\
| * splice: update mtime and atime on filesMiklos Szeredi2009-09-111-2/+6
* | vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN...Jan Kara2009-09-141-16/+6
|/
* splice: fix kmaps in default_file_splice_write()Miklos Szeredi2009-05-191-108/+22
* splice: fix error return codeAndrew Morton2009-05-141-1/+3
* splice: fix repeated kmap()'s in default_file_splice_read()Jens Axboe2009-05-131-6/+4
* splice: implement default splice_write methodMiklos Szeredi2009-05-111-4/+138
* splice: implement default splice_read methodMiklos Szeredi2009-05-111-5/+115
* splice: implement pipe to pipe splicingMiklos Szeredi2009-05-111-11/+151
* splice: fix new kernel-doc warningsRandy Dunlap2009-04-171-2/+1
* splice: add helpers for locking pipe inodeMiklos Szeredi2009-04-151-29/+21
* splice: remove generic_file_splice_write_nolock()Miklos Szeredi2009-04-151-59/+0
* ocfs2: fix i_mutex locking in ocfs2_splice_to_file()Miklos Szeredi2009-04-151-2/+3
* splice: fix i_mutex locking in generic_splice_write()Miklos Szeredi2009-04-151-11/+23
* splice: remove i_mutex locking in splice_from_pipe()Miklos Szeredi2009-04-151-16/+2
* splice: split up __splice_from_pipe()Miklos Szeredi2009-04-151-74/+143
* splice: fix deadlock in splicing to fileMiklos Szeredi2009-04-071-5/+20
* FS-Cache: Recruit a page flags for cache managementDavid Howells2009-04-031-1/+2
* [CVE-2009-0029] System call wrappers part 31Heiko Carstens2009-01-141-6/+6
* memcg: synchronized LRUKAMEZAWA Hiroyuki2009-01-081-0/+1
* fs: remove prepare_write/commit_writeNick Piggin2008-10-301-2/+2
* Don't allow splice() to files opened with O_APPENDLinus Torvalds2008-10-091-0/+3