aboutsummaryrefslogtreecommitdiff
path: root/fs/pipe.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-17fs: no games with DCACHE_UNHASHEDGravatar Nick Piggin 1-18/+0
2009-12-16switch create_read_pipe() to alloc_file()Gravatar Al Viro 1-9/+3
2009-12-16switch alloc_file() to passing struct pathGravatar Al Viro 1-8/+9
2009-10-22fs: pipe.c null pointer dereferenceGravatar Earl Chew 1-11/+30
2009-07-22lockdep: Fix lockdep annotation for pipe_double_lock()Gravatar Peter Zijlstra 1-2/+2
2009-05-11splice: implement default splice_read methodGravatar Miklos Szeredi 1-0/+14
2009-04-15splice: add helpers for locking pipe inodeGravatar Miklos Szeredi 1-4/+38
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+1
2009-03-27constify dentry_operations: restGravatar Al Viro 1-1/+1
2009-03-27do_pipe cleanup: drop its last user in arch/alpha/Gravatar Cheng Renquan 1-5/+0
2009-03-16Rationalize fasync return valuesGravatar Jonathan Corbet 1-13/+3
2009-03-12pipe_rdwr_fasync: fix the error handling to prevent the leak/crashGravatar Oleg Nesterov 1-4/+4
2009-01-14[CVE-2009-0029] System call wrappers part 33Gravatar Heiko Carstens 1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 32Gravatar Heiko Carstens 1-1/+1
2009-01-14[CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Gravatar Heiko Carstens 1-2/+2
2009-01-04sanitize audit_fd_pair()Gravatar Al Viro 1-6/+1
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemGravatar David Howells 1-2/+2
2008-11-01saner FASYNC handling on file closeGravatar Al Viro 1-3/+0
2008-07-26[PATCH] reuse xxx_fifo_fops for xxx_pipe_fopsGravatar Denys Vlasenko 1-43/+8
2008-07-24flag parameters: NONBLOCK in pipeGravatar Ulrich Drepper 1-7/+7
2008-07-24flag parameters: pipeGravatar Ulrich Drepper 1-5/+18
2008-06-23[patch 1/4] vfs: path_{get,put}() cleanupsGravatar Jan Blunck 1-6/+4
2008-05-08sys_pipe(): fix file descriptor leaksGravatar Ulrich Drepper 1-1/+5
2008-05-03unified (weak) sys_pipe implementationGravatar Ulrich Drepper 1-0/+17
2008-04-22[PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe()Gravatar Al Viro 1-0/+3
2008-03-19[PATCH] fix up new filp allocatorsGravatar Dave Hansen 1-10/+9
2008-02-13kernel-doc: fix fs/pipe.c notationGravatar Randy Dunlap 1-5/+5
2008-02-08BKL-Removal: convert pipe to use unlocked_ioctl tooGravatar Andi Kleen 1-9/+7
2007-10-15sched: affine sync wakeupsGravatar Ingo Molnar 1-3/+3
2007-10-15sched: cleanup, remove the TASK_NONINTERACTIVE flagGravatar Mike Galbraith 1-2/+1
2007-07-27docbook: add pipes, other fixesGravatar Randy Dunlap 1-1/+1
2007-07-10pipe: add documentation and commentsGravatar Jens Axboe 1-1/+60
2007-07-10pipe: change the ->pin() operation to ->confirm()Gravatar Jens Axboe 1-4/+5
2007-05-08VFS: delay the dentry name generation on sockets and pipesGravatar Eric Dumazet 1-6/+12
2007-02-17[PATCH] AUDIT_FD_PAIRGravatar Al Viro 1-0/+7
2006-12-21[PATCH] fix leaks on pipe(2) failure exitsGravatar Al Viro 1-1/+4
2006-12-13[PATCH] constify pipe_buf_operationsGravatar Eric Dumazet 1-6/+6
2006-12-08[PATCH] VFS: change struct file to use struct pathGravatar Josef "Jeff" Sipek 1-14/+14
2006-12-07[PATCH] don't insert pipe dentries into dentry_hashtable.Gravatar Eric Dumazet 1-5/+17
2006-10-01[PATCH] Some cleanup in the pipe codeGravatar Andi Kleen 1-62/+93
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadGravatar Badari Pulavarty 1-37/+22
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-5/+4
2006-05-02[PATCH] vmsplice: restrict stealing a little moreGravatar Jens Axboe 1-3/+3
2006-05-01[PATCH] pipe: enable atomic copying of pipe data to/from user spaceGravatar Jens Axboe 1-23/+118
2006-05-01[PATCH] pipe: introduce ->pin() buffer operationGravatar Jens Axboe 1-16/+23
2006-05-01[PATCH] splice: fix bugs in pipe_to_file()Gravatar Jens Axboe 1-3/+0
2006-04-30[PATCH] splice: fix bugs with stealing regular pipe pagesGravatar Jens Axboe 1-2/+9
2006-04-11[PATCH] splice: add support for sys_tee()Gravatar Jens Axboe 1-0/+7
2006-04-11[PATCH] another round of fs/pipe.c cleanupsGravatar Ingo Molnar 1-28/+48