summaryrefslogtreecommitdiff
path: root/fs/pipe.c
Commit message (Expand)AuthorAge
* 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-22
* 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
| * do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan2009-03-27
* | Rationalize fasync return valuesJonathan Corbet2009-03-16
|/
* pipe_rdwr_fasync: fix the error handling to prevent the leak/crashOleg Nesterov2009-03-12
* [CVE-2009-0029] System call wrappers part 33Heiko Carstens2009-01-14
* [CVE-2009-0029] System call wrappers part 32Heiko Carstens2009-01-14
* [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2009-01-14
* sanitize audit_fd_pair()Al Viro2009-01-04
* CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells2008-11-14
* saner FASYNC handling on file closeAl Viro2008-11-01
* [PATCH] reuse xxx_fifo_fops for xxx_pipe_fopsDenys Vlasenko2008-07-26
* flag parameters: NONBLOCK in pipeUlrich Drepper2008-07-24
* flag parameters: pipeUlrich Drepper2008-07-24
* [patch 1/4] vfs: path_{get,put}() cleanupsJan Blunck2008-06-23
* sys_pipe(): fix file descriptor leaksUlrich Drepper2008-05-08