1. 270b5ac proc: Add proc_mkdir_data() by David Howells · 12 years ago
  2. 34db8aa proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} by David Howells · 12 years ago
  3. 4abfd02 proc: Move PDE_NET() to fs/proc/proc_net.c by David Howells · 12 years ago
  4. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
  5. c3bef7b proc: Move proc_fd() to fs/proc/fd.h by David Howells · 12 years ago
  6. 1dd704b proc: Uninline pid_delete_dentry() by David Howells · 12 years ago
  7. 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 12 years ago
  8. 2f96b8c proc: Split kcore bits from linux/procfs.h into linux/kcore.h by David Howells · 12 years ago
  9. 303eb7e Include missing linux/magic.h inclusions by David Howells · 12 years ago
  10. 0d01ff2 Include missing linux/slab.h inclusions by David Howells · 12 years ago
  11. 3cb5bf1 proc: Delete create_proc_read_entry() by David Howells · 12 years ago
  12. f269cad fanotify: don't wank with FASYNC on ->release() by Al Viro · 12 years ago
  13. 79d0a3e hppfs: get rid of ->fsync() by Al Viro · 12 years ago
  14. b5edfd2 hppfs: fix the leaks on close() by Al Viro · 12 years ago
  15. 3dc20cb new helper: read_code() by Al Viro · 12 years ago
  16. 05c0ae2 try a saner locking for pde_opener... by Al Viro · 12 years ago
  17. ca469f3 deal with races between remove_proc_entry() and proc_reg_release() by Al Viro · 12 years ago
  18. 866ad9a procfs: preparations for remove_proc_entry() race fixes by Al Viro · 12 years ago
  19. ad147d0 procfs: Clean up huge if-statement in __proc_file_read() by David Howells · 12 years ago
  20. 80e928f proc: Kill create_proc_entry() by David Howells · 12 years ago
  21. 75ef9de constify a bunch of struct file_operations instances by Al Viro · 12 years ago
  22. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  23. ee21ed0 procfs: kill ->write_proc() by Al Viro · 12 years ago
  24. 2043f49 new helper: single_open_size() by Al Viro · 12 years ago
  25. b6cdc73 procfs: don't allow to use proc_create, create_proc_entry, etc. for directories by Al Viro · 12 years ago
  26. 121daf5 reiserfs: use proc_remove_subtree() by Al Viro · 12 years ago
  27. 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 12 years ago
  28. 0ecc833 mode_t, whack-a-mole at 11... by Al Viro · 12 years ago
  29. 4b8a8f1 get rid of the last free_pipe_info() callers by Al Viro · 12 years ago
  30. 7bee130 get rid of alloc_pipe_info() argument by Al Viro · 12 years ago
  31. 6447a3c get rid of pipe->inode by Al Viro · 12 years ago
  32. ebec73f introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOs by Al Viro · 12 years ago
  33. de32ec4 pipe: set file->private_data to ->i_pipe by Al Viro · 12 years ago
  34. 72b0d9a pipe: don't use ->i_mutex by Al Viro · 12 years ago
  35. ba5bb14 pipe: take allocation and freeing of pipe_inode_info out of ->i_mutex by Al Viro · 12 years ago
  36. 18c03cf pipe: preparation to new locking rules by Al Viro · 12 years ago
  37. fc7478a pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_info by Al Viro · 12 years ago
  38. 599a0ac pipe: fold file_operations instances in one by Al Viro · 12 years ago
  39. f776c73 fold fifo.c into pipe.c by Al Viro · 12 years ago
  40. 2dd8c9a lift sb_start_write out of ->splice_write() by Al Viro · 12 years ago
  41. 17338fc lift sb_start_write into default_file_splice_write() by Al Viro · 12 years ago
  42. 03d95eb lift sb_start_write() out of ->write() by Al Viro · 12 years ago
  43. 72ec351 switch compat readv/writev variants to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  44. bdaec33 f2fs: use mnt_want_write_file() in ioctl by Al Viro · 12 years ago
  45. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 12 years ago
  46. 5f2e354 hpfs: move setting hpfs-private i_dirty to ->write_end() by Al Viro · 12 years ago
  47. d5daaaf reiserfs: don't wank with EFBIG before calling do_sync_write() by Al Viro · 12 years ago
  48. 97216be fold release_mounts() into namespace_unlock() by Al Viro · 12 years ago
  49. 328e6d9 switch unlock_mount() to namespace_unlock(), convert all umount_tree() callers by Al Viro · 12 years ago
  50. 3ab6abe more conversions to namespace_unlock() by Al Viro · 12 years ago
  51. b54b9be get rid of the second argument of shrink_submounts() by Al Viro · 12 years ago
  52. e3197d8 saner umount_tree()/release_mounts(), part 1 by Al Viro · 12 years ago
  53. 84d1719 get rid of full-hash scan on detaching vfsmounts by Al Viro · 12 years ago
  54. e9c5d8a mnt: release locks on error path in do_loopback by Andrey Vagin · 12 years ago
  55. 8ce584c procfs: add proc_remove_subtree() by Al Viro · 12 years ago
  56. 52f2199 ecryptfs: close rmmod race by Al Viro · 12 years ago
  57. de55eb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  58. 7ea600b Nest rename_lock inside vfsmount_lock by Al Viro · 12 years ago
  59. 5d53848 Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  60. 844fdd9 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  61. e49dbbf nfsd: fix bad offset use by Kent Overstreet · 12 years ago
  62. 51f0885 vfs,proc: guarantee unique inodes in /proc by Linus Torvalds · 12 years ago
  63. 9217cbb Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  64. d3c9262 Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  65. f853c61 cifs: ignore everything in SPNEGO blob after mechTypes by Jeff Layton · 12 years ago
  66. 06ae43f Don't bother with redoing rw_verify_area() from default_file_splice_from() by Al Viro · 12 years ago
  67. 2402867 NFSv4.1: Add a helper pnfs_commit_and_return_layout by Trond Myklebust · 12 years ago
  68. 2495680 NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturn by Trond Myklebust · 12 years ago
  69. a073dbf NFSv4.1: Fix a race in pNFS layoutcommit by Trond Myklebust · 12 years ago
  70. 4376c94 pnfs-block: removing DM device maybe cause oops when call dev_remove by fanchaoting · 12 years ago
  71. cf4ab53 NFSv4: Fix the string length returned by the idmapper by Trond Myklebust · 12 years ago
  72. 2b405bf ext4: fix data=journal fast mount/umount hang by Theodore Ts'o · 12 years ago
  73. 1ada47d ext4: fix ext4_evict_inode() racing against workqueue processing code by Theodore Ts'o · 12 years ago
  74. 10b3866 Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  75. ac534ff nfsd: fix startup order in nfsd_reply_cache_init by Jeff Layton · 12 years ago
  76. a517b60 nfsd: only unhash DRC entries that are in the hashtable by Jeff Layton · 12 years ago
  77. e001873 xfs: ensure we capture IO errors correctly by Dave Chinner · 12 years ago
  78. 3325bee xfs: fix xfs_iomap_eof_prealloc_initial_size type by Mark Tinguely · 12 years ago
  79. 83cdadd xfs: fix potential infinite loop in xfs_iomap_prealloc_size() by Brian Foster · 12 years ago
  80. 0e40110 ext4: fix memory leakage in mext_check_coverage by Dmitry Monakhov · 12 years ago
  81. 0863702 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  82. 3b27759 Btrfs: fix warning of free_extent_map by Liu Bo · 12 years ago
  83. 40e4591 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  84. 7c2ec3f Btrfs: fix warning when creating snapshots by Liu Bo · 12 years ago
  85. 720f1e2 Btrfs: return as soon as possible when edquot happens by Wang Shilong · 12 years ago
  86. 492104c Btrfs: return EIO if we have extent tree corruption by Josef Bacik · 12 years ago
  87. bc17862 btrfs: use rcu_barrier() to wait for bdev puts at unmount by Eric Sandeen · 12 years ago
  88. d340d24 Btrfs: remove btrfs_try_spin_lock by Liu Bo · 12 years ago
  89. a09a0a7 Btrfs: get better concurrency for snapshot-aware defrag work by Liu Bo · 12 years ago
  90. aea8b5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  91. ebd6c70 nfsd: convert to idr_alloc() by Tejun Heo · 12 years ago
  92. 801cb2d nfsd: remove unused get_new_stid() by Tejun Heo · 12 years ago
  93. 24261fc cifs: delay super block destruction until all cifsFileInfo objects are gone by Mateusz Guzik · 12 years ago
  94. 47c78f4 cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSY by Sachin Prabhu · 12 years ago
  95. c288d29 ext2: Fix BUG_ON in evict() on inode deletion by Jan Kara · 12 years ago
  96. fa7614dd fs: Readd the fs module aliases. by Eric W. Biederman · 12 years ago
  97. 8aec0f5 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 12 years ago
  98. 4f42f80 ext4: use s_extent_max_zeroout_kb value as number of kb by Lukas Czerner · 12 years ago
  99. a930d87 vfs: fix pipe counter breakage by Al Viro · 12 years ago
  100. 90ba983 ext4: use atomic64_t for the per-flexbg free_clusters count by Theodore Ts'o · 12 years ago