summaryrefslogtreecommitdiff
path: root/fs/pipe.c
Commit message (Expand)AuthorAge
* 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
* unified (weak) sys_pipe implementationUlrich Drepper2008-05-03
* [PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe()Al Viro2008-04-22
* [PATCH] fix up new filp allocatorsDave Hansen2008-03-19
* kernel-doc: fix fs/pipe.c notationRandy Dunlap2008-02-13
* BKL-Removal: convert pipe to use unlocked_ioctl tooAndi Kleen2008-02-08
* sched: affine sync wakeupsIngo Molnar2007-10-15
* sched: cleanup, remove the TASK_NONINTERACTIVE flagMike Galbraith2007-10-15
* docbook: add pipes, other fixesRandy Dunlap2007-07-27
* pipe: add documentation and commentsJens Axboe2007-07-10
* pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-10
* VFS: delay the dentry name generation on sockets and pipesEric Dumazet2007-05-08
* [PATCH] AUDIT_FD_PAIRAl Viro2007-02-17
* [PATCH] fix leaks on pipe(2) failure exitsAl Viro2006-12-21
* [PATCH] constify pipe_buf_operationsEric Dumazet2006-12-13