summaryrefslogtreecommitdiffstats
path: root/fs/pipe.c
AgeCommit message (Expand)AuthorLines
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-0/+6
2010-05-27fs: Add missing mutex_unlockJulia Lawall-4/+9
2010-05-26mm: export generic_pipe_buf_*() to modulesMiklos Szeredi-0/+6
2010-05-21pipe: set lower and upper limit on max pages in the pipe page arrayJens Axboe-0/+15
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe-12/+95
2009-12-17fs: no games with DCACHE_UNHASHEDNick Piggin-18/+0
2009-12-16switch create_read_pipe() to alloc_file()Al Viro-9/+3
2009-12-16switch alloc_file() to passing struct pathAl Viro-8/+9
2009-10-22fs: pipe.c null pointer dereferenceEarl Chew-11/+30
2009-07-22lockdep: Fix lockdep annotation for pipe_double_lock()Peter Zijlstra-2/+2
2009-05-11splice: implement default splice_read methodMiklos Szeredi-0/+14
2009-04-15splice: add helpers for locking pipe inodeMiklos Szeredi-4/+38
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-6/+1
2009-03-27constify dentry_operations: restAl Viro-1/+1
2009-03-27do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan-5/+0
2009-03-16Rationalize fasync return valuesJonathan Corbet-13/+3
2009-03-12pipe_rdwr_fasync: fix the error handling to prevent the leak/crashOleg Nesterov-4/+4
2009-01-14[CVE-2009-0029] System call wrappers part 33Heiko Carstens-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens-1/+1
2009-01-14[CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens-2/+2
2009-01-04sanitize audit_fd_pair()Al Viro-6/+1
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells-2/+2
2008-11-01saner FASYNC handling on file closeAl Viro-3/+0
2008-07-26[PATCH] reuse xxx_fifo_fops for xxx_pipe_fopsDenys Vlasenko-43/+8
2008-07-24flag parameters: NONBLOCK in pipeUlrich Drepper-7/+7
2008-07-24flag parameters: pipeUlrich Drepper-5/+18
2008-06-23[patch 1/4] vfs: path_{get,put}() cleanupsJan Blunck-6/+4
2008-05-08sys_pipe(): fix file descriptor leaksUlrich Drepper-1/+5
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper-0/+17
2008-04-22[PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe()Al Viro-0/+3
2008-03-19[PATCH] fix up new filp allocatorsDave Hansen-10/+9
2008-02-13kernel-doc: fix fs/pipe.c notationRandy Dunlap-5/+5
2008-02-08BKL-Removal: convert pipe to use unlocked_ioctl tooAndi Kleen-9/+7
2007-10-15sched: affine sync wakeupsIngo Molnar-3/+3
2007-10-15sched: cleanup, remove the TASK_NONINTERACTIVE flagMike Galbraith-2/+1
2007-07-27docbook: add pipes, other fixesRandy Dunlap-1/+1
2007-07-10pipe: add documentation and commentsJens Axboe-1/+60
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe-4/+5
2007-05-08VFS: delay the dentry name generation on sockets and pipesEric Dumazet-6/+12
2007-02-17[PATCH] AUDIT_FD_PAIRAl Viro-0/+7
2006-12-21[PATCH] fix leaks on pipe(2) failure exitsAl Viro-1/+4
2006-12-13[PATCH] constify pipe_buf_operationsEric Dumazet-6/+6
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek-14/+14
2006-12-07[PATCH] don't insert pipe dentries into dentry_hashtable.Eric Dumazet-5/+17
2006-10-01[PATCH] Some cleanup in the pipe codeAndi Kleen-62/+93
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty-37/+22
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o-1/+0
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells-5/+4
2006-05-02[PATCH] vmsplice: restrict stealing a little moreJens Axboe-3/+3
2006-05-01[PATCH] pipe: enable atomic copying of pipe data to/from user spaceJens Axboe-23/+118