1. b0d8d22 vfs: fix subtle use-after-free of pipe_inode_info by Linus Torvalds · 11 years ago
  2. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  3. 4b8a8f1 get rid of the last free_pipe_info() callers by Al Viro · 11 years ago
  4. 7bee130 get rid of alloc_pipe_info() argument by Al Viro · 11 years ago
  5. 6447a3c get rid of pipe->inode by Al Viro · 11 years ago
  6. ebec73f introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOs by Al Viro · 11 years ago
  7. de32ec4 pipe: set file->private_data to ->i_pipe by Al Viro · 11 years ago
  8. 72b0d9a pipe: don't use ->i_mutex by Al Viro · 11 years ago
  9. ba5bb14 pipe: take allocation and freeing of pipe_inode_info out of ->i_mutex by Al Viro · 11 years ago
  10. 18c03cf pipe: preparation to new locking rules by Al Viro · 11 years ago
  11. fc7478a pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_info by Al Viro · 11 years ago
  12. 599a0ac pipe: fold file_operations instances in one by Al Viro · 11 years ago
  13. f776c73 fold fifo.c into pipe.c by Al Viro · 11 years ago
  14. a930d87 vfs: fix pipe counter breakage by Al Viro · 11 years ago
  15. 39b6525 fs: Preserve error code in get_empty_filp(), part 2 by Anatol Pomozov · 12 years ago
  16. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  17. 5b249b1 pipe(2) - race-free error recovery by Al Viro · 12 years ago
  18. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  19. e4fad8e consolidate pipe file creation by Al Viro · 12 years ago
  20. 2164d33 pipe: remove KM_USER0 from comments by Cong Wang · 12 years ago
  21. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  22. 46ce341 pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl command by Will Deacon · 12 years ago
  23. 9883035 pipes: add a "packetized pipe" mode for writing by Linus Torvalds · 12 years ago
  24. b502bd1 magic.h: move some FS magic numbers into magic.h by Muthu Kumar · 12 years ago
  25. e8e3c3d fs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  26. 2ccd4f4 pipe: fail cleanly when root tries F_SETPIPE_SZ with big size by Sasha Levin · 12 years ago
  27. 84b92d3 vfs: pipe.c is really non-modular by Al Viro · 12 years ago
  28. d70ef97 fs/pipe.c: add ->statfs callback for pipefs by Pavel Emelyanov · 13 years ago
  29. a209dfc vfs: dont chain pipe/anon/socket on superblock s_inodes list by Eric Dumazet · 13 years ago
  30. 423e0ab VFS : mount lock scalability for internal mounts by Tim Chen · 13 years ago
  31. 28e58ee Fix broken "pipe: use event aware wakeups" optimization by Linus Torvalds · 13 years ago
  32. f03c659 sanitize vfsmount refcounting changes by Al Viro · 13 years ago
  33. b2034d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  34. e462c44 pipe: use event aware wakeups by Davide Libenzi · 13 years ago
  35. c74a1cb pass default dentry_operations to mount_pseudo() by Al Viro · 13 years ago
  36. b3e19d9 fs: scale mntget/mntput by Nick Piggin · 13 years ago
  37. 4b93688 fs: improve scalability of pseudo filesystems by Nick Piggin · 13 years ago
  38. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  39. ff0c7d1 fs: avoid inode RCU freeing for pseudo fs by Nick Piggin · 13 years ago
  40. 7208364 Un-inline get_pipe_info() helper function by Linus Torvalds · 14 years ago
  41. c66fb34 Export 'get_pipe_info()' to other users by Linus Torvalds · 14 years ago
  42. 51139ad convert get_sb_pseudo() users by Al Viro · 14 years ago
  43. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  44. e5953cb pipe: fix failure to return error code on ->confirm() by Nicolas Kaiser · 14 years ago
  45. 6db40cf pipe: fix check in "set size" fcntl by Miklos Szeredi · 14 years ago
  46. 1d862f4 pipe: fix pipe buffer resizing by Miklos Szeredi · 14 years ago
  47. ff9da69 pipe: change /proc/sys/fs/pipe-max-pages to byte sized interface by Jens Axboe · 14 years ago
  48. 419f8367 pipe: change the privilege required for growing a pipe beyond system max by Jens Axboe · 14 years ago
  49. 6a6ca57 pipe: adjust minimum pipe size to 1 page by Jens Axboe · 14 years ago
  50. b4ca761 Merge branch 'master' into for-linus by Jens Axboe · 14 years ago
  51. 003386f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  52. cc967be fs: Add missing mutex_unlock by Julia Lawall · 14 years ago
  53. 51921cb mm: export generic_pipe_buf_*() to modules by Miklos Szeredi · 14 years ago
  54. b9598db pipe: make F_{GET,SET}PIPE_SZ deal with byte sizes by Jens Axboe · 14 years ago
  55. 0191f86 pipe: F_SETPIPE_SZ should return -EPERM for non-root by Jens Axboe · 14 years ago
  56. b492e95 pipe: set lower and upper limit on max pages in the pipe page array by Jens Axboe · 14 years ago
  57. 35f3d14 pipe: add support for shrinking and growing pipes by Jens Axboe · 14 years ago
  58. a3a065e3 fs: no games with DCACHE_UNHASHED by Nick Piggin · 15 years ago
  59. d231412 switch create_read_pipe() to alloc_file() by Al Viro · 15 years ago
  60. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  61. ad39602 fs: pipe.c null pointer dereference by Earl Chew · 15 years ago
  62. 023d43c lockdep: Fix lockdep annotation for pipe_double_lock() by Peter Zijlstra · 15 years ago
  63. 6818173 splice: implement default splice_read method by Miklos Szeredi · 15 years ago
  64. 61e0d47 splice: add helpers for locking pipe inode by Miklos Szeredi · 15 years ago
  65. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  66. 3ba13d1 constify dentry_operations: rest by Al Viro · 15 years ago
  67. 10f303a do_pipe cleanup: drop its last user in arch/alpha/ by Cheng Renquan · 15 years ago
  68. 60aa492 Rationalize fasync return values by Jonathan Corbet · 15 years ago
  69. e5bc49b pipe_rdwr_fasync: fix the error handling to prevent the leak/crash by Oleg Nesterov · 15 years ago
  70. 2b66421 [CVE-2009-0029] System call wrappers part 33 by Heiko Carstens · 15 years ago
  71. d4e8204 [CVE-2009-0029] System call wrappers part 32 by Heiko Carstens · 15 years ago
  72. 1134723 [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2 by Heiko Carstens · 15 years ago
  73. 157cf64 sanitize audit_fd_pair() by Al Viro · 15 years ago
  74. da9592e CRED: Wrap task credential accesses in the filesystem subsystem by David Howells · 16 years ago
  75. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  76. d2d9648 [PATCH] reuse xxx_fifo_fops for xxx_pipe_fops by Denys Vlasenko · 16 years ago
  77. be61a86 flag parameters: NONBLOCK in pipe by Ulrich Drepper · 16 years ago
  78. ed8cae8 flag parameters: pipe by Ulrich Drepper · 16 years ago
  79. c8e7f44 [patch 1/4] vfs: path_{get,put}() cleanups by Jan Blunck · 16 years ago
  80. ba719ba sys_pipe(): fix file descriptor leaks by Ulrich Drepper · 16 years ago
  81. d35c7b0 unified (weak) sys_pipe implementation by Ulrich Drepper · 16 years ago
  82. ed15243 [PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe() by Al Viro · 16 years ago
  83. 430e285 [PATCH] fix up new filp allocators by Dave Hansen · 16 years ago
  84. b51d63c kernel-doc: fix fs/pipe.c notation by Randy Dunlap · 16 years ago
  85. d59d0b1 BKL-Removal: convert pipe to use unlocked_ioctl too by Andi Kleen · 16 years ago
  86. 71e20f1 sched: affine sync wakeups by Ingo Molnar · 17 years ago
  87. af92723 sched: cleanup, remove the TASK_NONINTERACTIVE flag by Mike Galbraith · 17 years ago
  88. 79685b8 docbook: add pipes, other fixes by Randy Dunlap · 17 years ago
  89. 0845718 pipe: add documentation and comments by Jens Axboe · 17 years ago
  90. cac36bb0 pipe: change the ->pin() operation to ->confirm() by Jens Axboe · 17 years ago
  91. c23fbb6 VFS: delay the dentry name generation on sockets and pipes by Eric Dumazet · 17 years ago
  92. db34950 [PATCH] AUDIT_FD_PAIR by Al Viro · 17 years ago
  93. 5ccac88e [PATCH] fix leaks on pipe(2) failure exits by Al Viro · 17 years ago
  94. d4c3cca [PATCH] constify pipe_buf_operations by Eric Dumazet · 18 years ago
  95. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  96. d18de5a [PATCH] don't insert pipe dentries into dentry_hashtable. by Eric Dumazet · 18 years ago
  97. d6cbd28 [PATCH] Some cleanup in the pipe code by Andi Kleen · 18 years ago
  98. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  99. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  100. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago