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