aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pipe.c
Commit message (Expand)AuthorAge
* pipe(2) - race-free error recoveryAl Viro2012-09-26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-01
|\
| * consolidate pipe file creationAl Viro2012-07-29
* | pipe: remove KM_USER0 from commentsCong Wang2012-07-24
|/
* fs: introduce inode operation ->update_timeJosef Bacik2012-06-01
* pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon2012-05-30
* pipes: add a "packetized pipe" mode for writingLinus Torvalds2012-04-29
* magic.h: move some FS magic numbers into magic.hMuthu Kumar2012-03-23
* fs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* pipe: fail cleanly when root tries F_SETPIPE_SZ with big sizeSasha Levin2012-01-12
* vfs: pipe.c is really non-modularAl Viro2012-01-03
* fs/pipe.c: add ->statfs callback for pipefsPavel Emelyanov2011-10-31
* vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet2011-07-26
* VFS : mount lock scalability for internal mountsTim Chen2011-07-24
* Fix broken "pipe: use event aware wakeups" optimizationLinus Torvalds2011-01-20
* sanitize vfsmount refcounting changesAl Viro2011-01-16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-13
|\
| * pass default dentry_operations to mount_pseudo()Al Viro2011-01-12
* | pipe: use event aware wakeupsDavide Libenzi2011-01-13
|/
* fs: scale mntget/mntputNick Piggin2011-01-07
* fs: improve scalability of pseudo filesystemsNick Piggin2011-01-07
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: avoid inode RCU freeing for pseudo fsNick Piggin2011-01-07
* Un-inline get_pipe_info() helper functionLinus Torvalds2010-11-28
* Export 'get_pipe_info()' to other usersLinus Torvalds2010-11-28
* convert get_sb_pseudo() usersAl Viro2010-10-29
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-25
* pipe: fix failure to return error code on ->confirm()Nicolas Kaiser2010-10-21
* pipe: fix check in "set size" fcntlMiklos Szeredi2010-06-10
* pipe: fix pipe buffer resizingMiklos Szeredi2010-06-10
* pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceJens Axboe2010-06-03
* pipe: change the privilege required for growing a pipe beyond system maxJens Axboe2010-06-03
* pipe: adjust minimum pipe size to 1 pageJens Axboe2010-06-03
* Merge branch 'master' into for-linusJens Axboe2010-06-01
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-05-30
| |\
| | * mm: export generic_pipe_buf_*() to modulesMiklos Szeredi2010-05-26
| * | fs: Add missing mutex_unlockJulia Lawall2010-05-27
| |/
* | pipe: make F_{GET,SET}PIPE_SZ deal with byte sizesJens Axboe2010-05-24
* | pipe: F_SETPIPE_SZ should return -EPERM for non-rootJens Axboe2010-05-24
|/
* pipe: set lower and upper limit on max pages in the pipe page arrayJens Axboe2010-05-21
* pipe: add support for shrinking and growing pipesJens Axboe2010-05-21
* fs: no games with DCACHE_UNHASHEDNick Piggin2009-12-17
* switch create_read_pipe() to alloc_file()Al Viro2009-12-16
* switch alloc_file() to passing struct pathAl Viro2009-12-16
* fs: pipe.c null pointer dereferenceEarl Chew2009-10-21
* lockdep: Fix lockdep annotation for pipe_double_lock()Peter Zijlstra2009-07-22
* splice: implement default splice_read methodMiklos Szeredi2009-05-11
* splice: add helpers for locking pipe inodeMiklos Szeredi2009-04-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-27
|\
| * constify dentry_operations: restAl Viro2009-03-27