summaryrefslogtreecommitdiff
path: root/fs/pipe.c
Commit message (Expand)AuthorAge
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* get rid of the last free_pipe_info() callersAl Viro2013-04-09
* get rid of alloc_pipe_info() argumentAl Viro2013-04-09
* get rid of pipe->inodeAl Viro2013-04-09
* introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOsAl Viro2013-04-09
* pipe: set file->private_data to ->i_pipeAl Viro2013-04-09
* pipe: don't use ->i_mutexAl Viro2013-04-09
* pipe: take allocation and freeing of pipe_inode_info out of ->i_mutexAl Viro2013-04-09
* pipe: preparation to new locking rulesAl Viro2013-04-09
* pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_infoAl Viro2013-04-09
* pipe: fold file_operations instances in oneAl Viro2013-04-09
* fold fifo.c into pipe.cAl Viro2013-04-09
* vfs: fix pipe counter breakageAl Viro2013-03-12
* fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov2013-02-22
* new helper: file_inode(file)Al Viro2013-02-22
* 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
| |\