pipe: fix check in "set size" fcntl
[safe/jmp/linux-2.6] / fs / pipe.c
2010-06-10 Miklos Szeredipipe: fix check in "set size" fcntl
2010-06-10 Miklos Szeredipipe: fix pipe buffer resizing
2010-06-03 Jens Axboepipe: change /proc/sys/fs/pipe-max-pages to byte sized...
2010-06-03 Jens Axboepipe: change the privilege required for growing a pipe...
2010-06-03 Jens Axboepipe: adjust minimum pipe size to 1 page
2010-06-01 Jens AxboeMerge branch 'master' into for-linus
2010-05-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-28 Julia Lawallfs: Add missing mutex_unlock
2010-05-26 Miklos Szeredimm: export generic_pipe_buf_*() to modules
2010-05-24 Jens Axboepipe: make F_{GET,SET}PIPE_SZ deal with byte sizes
2010-05-24 Jens Axboepipe: F_SETPIPE_SZ should return -EPERM for non-root
2010-05-21 Jens Axboepipe: set lower and upper limit on max pages in the...
2010-05-21 Jens Axboepipe: add support for shrinking and growing pipes
2009-12-17 Nick Pigginfs: no games with DCACHE_UNHASHED
2009-12-16 Al Viroswitch create_read_pipe() to alloc_file()
2009-12-16 Al Viroswitch alloc_file() to passing struct path
2009-10-21 Earl Chewfs: pipe.c null pointer dereference
2009-07-22 Peter Zijlstralockdep: Fix lockdep annotation for pipe_double_lock()
2009-05-11 Miklos Szeredisplice: implement default splice_read method
2009-04-15 Miklos Szeredisplice: add helpers for locking pipe inode
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Al Viroconstify dentry_operations: rest
2009-03-27 Cheng Renquando_pipe cleanup: drop its last user in arch/alpha/
2009-03-16 Jonathan CorbetRationalize fasync return values
2009-03-12 Oleg Nesterovpipe_rdwr_fasync: fix the error handling to prevent...
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 33
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 32
2009-01-14 Heiko Carstens[CVE-2009-0029] Remove __attribute__((weak)) from sys_p...
2009-01-04 Al Virosanitize audit_fd_pair()
2008-11-13 David HowellsCRED: Wrap task credential accesses in the filesystem...
2008-11-01 Al Virosaner FASYNC handling on file close
2008-07-27 Denys Vlasenko[PATCH] reuse xxx_fifo_fops for xxx_pipe_fops
2008-07-24 Ulrich Drepperflag parameters: NONBLOCK in pipe
2008-07-24 Ulrich Drepperflag parameters: pipe
2008-06-23 Jan Blunck[patch 1/4] vfs: path_{get,put}() cleanups
2008-05-08 Ulrich Dreppersys_pipe(): fix file descriptor leaks
2008-05-03 Ulrich Drepperunified (weak) sys_pipe implementation
2008-04-22 Al Viro[PATCH] double-free of inode on alloc_file() failure...
2008-03-19 Dave Hansen[PATCH] fix up new filp allocators
2008-02-14 Randy Dunlapkernel-doc: fix fs/pipe.c notation
2008-02-08 Andi KleenBKL-Removal: convert pipe to use unlocked_ioctl too
2007-10-15 Ingo Molnarsched: affine sync wakeups
2007-10-15 Mike Galbraithsched: cleanup, remove the TASK_NONINTERACTIVE flag
2007-07-27 Randy Dunlapdocbook: add pipes, other fixes
2007-07-10 Jens Axboepipe: add documentation and comments
2007-07-10 Jens Axboepipe: change the ->pin() operation to ->confirm()
2007-05-08 Eric DumazetVFS: delay the dentry name generation on sockets and...
2007-02-18 Al Viro[PATCH] AUDIT_FD_PAIR
2006-12-21 Al Viro[PATCH] fix leaks on pipe(2) failure exits
2006-12-13 Eric Dumazet[PATCH] constify pipe_buf_operations
2006-12-08 Josef "Jeff" Sipek[PATCH] VFS: change struct file to use struct path
2006-12-07 Eric Dumazet[PATCH] don't insert pipe dentries into dentry_hashtable.
2006-10-01 Andi Kleen[PATCH] Some cleanup in the pipe code
2006-10-01 Badari Pulavarty[PATCH] Remove readv/writev methods and use aio_read...
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-05-02 Jens Axboe[PATCH] vmsplice: restrict stealing a little more
2006-05-01 Jens Axboe[PATCH] pipe: enable atomic copying of pipe data to...
2006-05-01 Jens Axboe[PATCH] pipe: introduce ->pin() buffer operation
2006-05-01 Jens Axboe[PATCH] splice: fix bugs in pipe_to_file()
2006-04-30 Jens Axboe[PATCH] splice: fix bugs with stealing regular pipe...
2006-04-11 Jens Axboe[PATCH] splice: add support for sys_tee()
2006-04-11 Ingo Molnar[PATCH] another round of fs/pipe.c cleanups
2006-04-11 Ingo Molnar[PATCH] pipe.c/fifo.c code cleanups
2006-04-11 Ingo Molnar[PATCH] get rid of the PIPE_*() macros
2006-04-11 Jens Axboe[PATCH] splice: add direct fd <-> fd splicing support
2006-04-10 Ingo Molnar[PATCH] introduce a "kernel-internal pipe object" abstr...
2006-04-02 Jens Axboe[PATCH] splice: fix page stealing LRU handling.
2006-04-02 Jens Axboe[PATCH] splice: improve writeback and clean up page...
2006-03-30 Jens Axboe[PATCH] splice: add support for SPLICE_F_MOVE flag
2006-03-30 Jens Axboe[PATCH] Introduce sys_splice() system call
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-26 Eric Dumazet[PATCH] Use __read_mostly on some hot fs variables
2006-03-25 Oliver Neukum[PATCH] use kzalloc and kcalloc in core fs code
2006-03-08 Linus TorvaldsMark the pipe file operations static
2006-01-15 Arjan van de Ven[PATCH] Unlinline a bunch of other functions
2006-01-10 Christoph Hellwig[PATCH] replace inode_update_time with file_update_time
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2005-09-10 Ingo Molnar[PATCH] sched: TASK_NONINTERACTIVE
2005-09-07 Pekka Enberg[PATCH] pipe: remove redundant fifo_poll abstraction
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2