Commit Graph

73 Commits (bded64a7ff82f6af56426a4ff2483888e5ad5fe9)

Author SHA1 Message Date
Julia Lawall cc967be547 fs: Add missing mutex_unlock 15 years ago
Miklos Szeredi 51921cb746 mm: export generic_pipe_buf_*() to modules 15 years ago
Jens Axboe b492e95be0 pipe: set lower and upper limit on max pages in the pipe page array 15 years ago
Jens Axboe 35f3d14dbb pipe: add support for shrinking and growing pipes 15 years ago
Nick Piggin a3a065e3f1 fs: no games with DCACHE_UNHASHED 15 years ago
Al Viro d231412db6 switch create_read_pipe() to alloc_file() 15 years ago
Al Viro 2c48b9c455 switch alloc_file() to passing struct path 15 years ago
Earl Chew ad3960243e fs: pipe.c null pointer dereference 16 years ago
Peter Zijlstra 023d43c7b5 lockdep: Fix lockdep annotation for pipe_double_lock() 16 years ago
Miklos Szeredi 6818173bd6 splice: implement default splice_read method 16 years ago
Miklos Szeredi 61e0d47c33 splice: add helpers for locking pipe inode 16 years ago
Al Viro 3ba13d179e constify dentry_operations: rest 16 years ago
Cheng Renquan 10f303ae1e do_pipe cleanup: drop its last user in arch/alpha/ 16 years ago
Jonathan Corbet 60aa49243d Rationalize fasync return values 16 years ago
Oleg Nesterov e5bc49ba74 pipe_rdwr_fasync: fix the error handling to prevent the leak/crash 16 years ago
Heiko Carstens 2b66421995 [CVE-2009-0029] System call wrappers part 33 16 years ago
Heiko Carstens d4e82042c4 [CVE-2009-0029] System call wrappers part 32 16 years ago
Heiko Carstens 1134723e96 [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2 16 years ago
Al Viro 157cf649a7 sanitize audit_fd_pair() 16 years ago
David Howells da9592edeb CRED: Wrap task credential accesses in the filesystem subsystem 16 years ago
Al Viro 233e70f422 saner FASYNC handling on file close 17 years ago
Denys Vlasenko d2d9648ec6 [PATCH] reuse xxx_fifo_fops for xxx_pipe_fops 17 years ago
Ulrich Drepper be61a86d72 flag parameters: NONBLOCK in pipe 17 years ago
Ulrich Drepper ed8cae8ba0 flag parameters: pipe 17 years ago
Jan Blunck c8e7f449b2 [patch 1/4] vfs: path_{get,put}() cleanups 17 years ago
Ulrich Drepper ba719baeab sys_pipe(): fix file descriptor leaks 17 years ago
Ulrich Drepper d35c7b0e54 unified (weak) sys_pipe implementation 17 years ago
Al Viro ed15243717 [PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe() 17 years ago
Dave Hansen 430e285e08 [PATCH] fix up new filp allocators 17 years ago
Randy Dunlap b51d63c6d3 kernel-doc: fix fs/pipe.c notation 17 years ago
Andi Kleen d59d0b1b88 BKL-Removal: convert pipe to use unlocked_ioctl too 17 years ago
Ingo Molnar 71e20f1873 sched: affine sync wakeups 18 years ago
Mike Galbraith af92723262 sched: cleanup, remove the TASK_NONINTERACTIVE flag 18 years ago
Randy Dunlap 79685b8dee docbook: add pipes, other fixes 18 years ago
Jens Axboe 0845718daf pipe: add documentation and comments 18 years ago
Jens Axboe cac36bb06e pipe: change the ->pin() operation to ->confirm() 18 years ago
Eric Dumazet c23fbb6bcb VFS: delay the dentry name generation on sockets and pipes 18 years ago
Al Viro db3495099d [PATCH] AUDIT_FD_PAIR 18 years ago
Al Viro 5ccac88eeb [PATCH] fix leaks on pipe(2) failure exits 18 years ago
Eric Dumazet d4c3cca941 [PATCH] constify pipe_buf_operations 18 years ago
Josef "Jeff" Sipek 0f7fc9e4d0 [PATCH] VFS: change struct file to use struct path 18 years ago
Eric Dumazet d18de5a272 [PATCH] don't insert pipe dentries into dentry_hashtable. 18 years ago
Andi Kleen d6cbd281d1 [PATCH] Some cleanup in the pipe code 19 years ago
Badari Pulavarty ee0b3e671b [PATCH] Remove readv/writev methods and use aio_read/aio_write instead 19 years ago
Theodore Ts'o ba52de123d [PATCH] inode-diet: Eliminate i_blksize from the inode structure 19 years ago
David Howells 454e2398be [PATCH] VFS: Permit filesystem to override root dentry on mount 19 years ago
Jens Axboe 330ab71619 [PATCH] vmsplice: restrict stealing a little more 19 years ago
Jens Axboe f6762b7ad8 [PATCH] pipe: enable atomic copying of pipe data to/from user space 19 years ago
Jens Axboe f84d751994 [PATCH] pipe: introduce ->pin() buffer operation 19 years ago
Jens Axboe 0568b409c7 [PATCH] splice: fix bugs in pipe_to_file() 19 years ago