aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pipe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-15splice: add helpers for locking pipe inodeMiklos Szeredi1-4/+38
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-6/+1
2009-03-27constify dentry_operations: restAl Viro1-1/+1
2009-03-27do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan1-5/+0
2009-03-16Rationalize fasync return valuesJonathan Corbet1-13/+3
2009-03-12pipe_rdwr_fasync: fix the error handling to prevent the leak/crashOleg Nesterov1-4/+4
2009-01-14[CVE-2009-0029] System call wrappers part 33Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens1-2/+2
2009-01-04sanitize audit_fd_pair()Al Viro1-6/+1
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells1-2/+2
2008-11-01saner FASYNC handling on file closeAl Viro1-3/+0
2008-07-26[PATCH] reuse xxx_fifo_fops for xxx_pipe_fopsDenys Vlasenko1-43/+8
2008-07-24flag parameters: NONBLOCK in pipeUlrich Drepper1-7/+7
2008-07-24flag parameters: pipeUlrich Drepper1-5/+18
2008-06-23[patch 1/4] vfs: path_{get,put}() cleanupsJan Blunck1-6/+4
2008-05-08sys_pipe(): fix file descriptor leaksUlrich Drepper1-1/+5
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-0/+17
2008-04-22[PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe()Al Viro1-0/+3
2008-03-19[PATCH] fix up new filp allocatorsDave Hansen1-10/+9
2008-02-13kernel-doc: fix fs/pipe.c notationRandy Dunlap1-5/+5
2008-02-08BKL-Removal: convert pipe to use unlocked_ioctl tooAndi Kleen1-9/+7
2007-10-15sched: affine sync wakeupsIngo Molnar1-3/+3
2007-10-15sched: cleanup, remove the TASK_NONINTERACTIVE flagMike Galbraith1-2/+1
2007-07-27docbook: add pipes, other fixesRandy Dunlap1-1/+1
2007-07-10pipe: add documentation and commentsJens Axboe1-1/+60
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe1-4/+5
2007-05-08VFS: delay the dentry name generation on sockets and pipesEric Dumazet1-6/+12
2007-02-17[PATCH] AUDIT_FD_PAIRAl Viro1-0/+7
2006-12-21[PATCH] fix leaks on pipe(2) failure exitsAl Viro1-1/+4
2006-12-13[PATCH] constify pipe_buf_operationsEric Dumazet1-6/+6
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-14/+14
2006-12-07[PATCH] don't insert pipe dentries into dentry_hashtable.Eric Dumazet1-5/+17
2006-10-01[PATCH] Some cleanup in the pipe codeAndi Kleen1-62/+93
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-37/+22
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-5/+4
2006-05-02[PATCH] vmsplice: restrict stealing a little moreJens Axboe1-3/+3
2006-05-01[PATCH] pipe: enable atomic copying of pipe data to/from user spaceJens Axboe1-23/+118
2006-05-01[PATCH] pipe: introduce ->pin() buffer operationJens Axboe1-16/+23
2006-05-01[PATCH] splice: fix bugs in pipe_to_file()Jens Axboe1-3/+0
2006-04-30[PATCH] splice: fix bugs with stealing regular pipe pagesJens Axboe1-2/+9
2006-04-11[PATCH] splice: add support for sys_tee()Jens Axboe1-0/+7
2006-04-11[PATCH] another round of fs/pipe.c cleanupsIngo Molnar1-28/+48
2006-04-11[PATCH] pipe.c/fifo.c code cleanupsIngo Molnar1-78/+85
2006-04-11[PATCH] get rid of the PIPE_*() macrosIngo Molnar1-52/+52
2006-04-11[PATCH] splice: add direct fd <-> fd splicing supportJens Axboe1-3/+7
2006-04-10[PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar1-25/+26
2006-04-02[PATCH] splice: fix page stealing LRU handling.Jens Axboe1-0/+3
2006-04-02[PATCH] splice: improve writeback and clean up page stealingJens Axboe1-1/+0