1. b4d5b10 reiserfs: make reiserfs default to barrier=flush by Christoph Hellwig · 13 years ago
  2. 00eacd6 ext3: make ext3 mount default to barrier=1 by Christoph Hellwig · 13 years ago
  3. b85fd6b don't open-code parent_ino() in assorted ->readdir() by Al Viro · 13 years ago
  4. 2def9e4 minix_getattr(): don't bother with ->d_parent by Al Viro · 13 years ago
  5. ee60498 coda_venus_readdir(): use offsetof() by Al Viro · 13 years ago
  6. f151463 fs: seq_file - add event counter to simplify poll() support by Kay Sievers · 13 years ago
  7. 72c5052 fs: move inode_dio_done to the end_io handler by Christoph Hellwig · 13 years ago
  8. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  9. df2d6f2 fs: always maintain i_dio_count by Christoph Hellwig · 13 years ago
  10. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  11. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 13 years ago
  12. f9b5570 fs: simplify handling of zero sized reads in __blockdev_direct_IO by Christoph Hellwig · 13 years ago
  13. 9ea7df5 ext4: Rewrite ext4_page_mkwrite() to use generic helpers by Jan Kara · 13 years ago
  14. 5826869 fat: remove i_alloc_sem abuse by Christoph Hellwig · 13 years ago
  15. 8c5dc70 VFS: Fixup kerneldoc for generic_permission() by Tobias Klauser · 13 years ago
  16. 8daaa83 xfs: make use of new shrinker callout for the inode cache by Dave Chinner · 13 years ago
  17. 8ab4766 vfs: increase shrinker batch size by Dave Chinner · 13 years ago
  18. 0e1fdaf superblock: add filesystem shrinker operations by Dave Chinner · 13 years ago
  19. 4f8c19f inode: remove iprune_sem by Dave Chinner · 13 years ago
  20. b0d40c9 superblock: introduce per-sb cache shrinker infrastructure by Dave Chinner · 13 years ago
  21. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  22. 55fb25d5 xfs: add size update tracepoint to IO completion by Dave Chinner · 13 years ago
  23. af3e402 xfs: convert AIL cursors to use struct list_head by Dave Chinner · 13 years ago
  24. 16b5902 xfs: remove confusing ail cursor wrapper by Dave Chinner · 13 years ago
  25. 1d8c95a xfs: use a cursor for bulk AIL insertion by Dave Chinner · 13 years ago
  26. ad1a2c8 xfs: failure mapping nfs fh to inode should return ESTALE by J. Bruce Fields · 13 years ago
  27. adab0f6 xfs: Remove the second parameter to xfs_sb_count() by Chandra Seetharaman · 13 years ago
  28. c878c73 ext3: Fix compilation with -DDX_DEBUG by Bernd Schubert · 13 years ago
  29. 12ad3ab superblock: move pin_sb_for_writeback() to fs/super.c by Dave Chinner · 13 years ago
  30. 09cc9fc inode: move to per-sb LRU locks by Dave Chinner · 13 years ago
  31. 98b745c inode: Make unused inode LRU per superblock by Dave Chinner · 13 years ago
  32. fcb94f7 inode: convert inode_stat.nr_unused to per-cpu counters by Dave Chinner · 13 years ago
  33. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  34. 0c1aa9a deuglify squashfs_lookup() by Al Viro · 13 years ago
  35. 5b4b299 nfsd4_list_rec_dir(): don't bother with reopening rec_file by Al Viro · 13 years ago
  36. e7f5909 kill useless checks for sb->s_op == NULL by Al Viro · 13 years ago
  37. 0ee5dc6 btrfs: kill magical embedded struct superblock by Al Viro · 13 years ago
  38. fb408e6 get rid of pointless checks for dentry->sb == NULL by Al Viro · 13 years ago
  39. a4464db Make ->d_sb assign-once and always non-NULL by Al Viro · 13 years ago
  40. e3c3d9c unexport kern_path_parent() by Al Viro · 13 years ago
  41. e0a0124 switch vfs_path_lookup() to struct path by Al Viro · 13 years ago
  42. ed75e95 kill lookup_create() by Al Viro · 13 years ago
  43. dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 13 years ago
  44. 49084c3 kill LOOKUP_CONTINUE by Al Viro · 13 years ago
  45. 8aeb376 nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step by Al Viro · 13 years ago
  46. 4352780 cifs_lookup(): LOOKUP_OPEN is set only on the last component by Al Viro · 13 years ago
  47. a127e0a ceph: LOOKUP_OPEN is set only when it's the last component by Al Viro · 13 years ago
  48. 5c0f360 jfs_ci_revalidate() is safe from RCU mode by Al Viro · 13 years ago
  49. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 13 years ago
  50. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  51. bf6c7f6 don't pass nameidata to vfs_create() from ecryptfs_create() by Al Viro · 13 years ago
  52. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  53. 554a8b9 Don't pass nameidata when calling vfs_create() from mknod() by Al Viro · 13 years ago
  54. f7c8586 fix mknod() on nfs4 (hopefully) by Al Viro · 13 years ago
  55. 5114159 nameidata_to_nfs_open_context() doesn't need nameidata, actually... by Al Viro · 13 years ago
  56. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  57. 82a2c1b nfs4_opendata doesn't need struct path either by Al Viro · 13 years ago
  58. 643168c nfs4_closedata doesn't need to mess with struct path by Al Viro · 13 years ago
  59. 7c97c20 cifs: fix the type of cifs_demultiplex_thread() by Al Viro · 13 years ago
  60. beefebf ecryptfs_inode_permission() doesn't need to bail out on RCU by Al Viro · 13 years ago
  61. d2d9e9f merge do_revalidate() into its only caller by Al Viro · 13 years ago
  62. 4ad5abb no reason to keep exec_permission() separate now by Al Viro · 13 years ago
  63. d594e7e massage generic_permission() to treat directories on a separate path by Al Viro · 13 years ago
  64. eecdd35 ->permission() sanitizing: don't pass flags to exec_permission() by Al Viro · 13 years ago
  65. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  66. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  67. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  68. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  69. 1fc0f78 ->permission() sanitizing: MAY_NOT_BLOCK by Al Viro · 13 years ago
  70. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  71. 07b8ce1 lockless get_write_access/deny_write_access by Al Viro · 13 years ago
  72. f4d6ff8 move exec_permission() up to the rest of permission-related functions by Al Viro · 13 years ago
  73. 3bfa784 kill file_permission() completely by Al Viro · 13 years ago
  74. 1b5d783 consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling by Al Viro · 13 years ago
  75. 78f32a9 switch path_init() to exec_permission() by Al Viro · 13 years ago
  76. 6f28610 switch udf_ioctl() to inode_permission() by Al Viro · 13 years ago
  77. 4cf2714 make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC) by Al Viro · 13 years ago
  78. 43e15cd new helper: iterate_supers_type() by Al Viro · 13 years ago
  79. 44396f4 fs: add a DCACHE_NEED_LOOKUP flag for d_flags by Josef Bacik · 13 years ago
  80. f7b8863 fs/libfs.c: fix simple_attr_write() on 32bit machines by Akinobu Mita · 13 years ago
  81. e501f29 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  82. 5943026 vfs: fix race in rcu lookup of pruned dentry by Linus Torvalds · 13 years ago
  83. 10d1459 dlm: don't limit active work items by David Teigland · 13 years ago
  84. fec11dd Fix cifs_get_root() by Al Viro · 13 years ago
  85. 975d294 evm: imbed evm_inode_post_setattr by Mimi Zohar · 13 years ago
  86. c7b87de evm: evm_inode_post_removexattr by Mimi Zohar · 13 years ago
  87. 1601fba xattr: define vfs_getxattr_alloc and vfs_xattr_cmp by Mimi Zohar · 13 years ago
  88. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  89. d36c301 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  90. 1091006 nfsd: turn on reply cache for NFSv4 by J. Bruce Fields · 14 years ago
  91. 3e98abf nfsd4: call nfsd4_release_compoundargs from pc_release by J. Bruce Fields · 13 years ago
  92. d462031 ext4: avoid eh_entries overflow before insert extent_idx by Robin Dong · 13 years ago
  93. 015861b ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT by Robin Dong · 13 years ago
  94. 0916a5e hppfs_lookup(): don't open-code lookup_one_len() by Al Viro · 13 years ago
  95. 3cc0658 hppfs: fix dentry leak by Al Viro · 13 years ago
  96. 0577d1b cramfs: get_cramfs_inode() returns ERR_PTR() on failure by Al Viro · 13 years ago
  97. 642c937 ufs should use d_splice_alias() by Al Viro · 13 years ago
  98. c6a0371 ext4: remove unneeded parameter to ext4_ext_remove_space() by Allison Henderson · 13 years ago
  99. a803b80 fix exofs ->get_parent() by Al Viro · 13 years ago
  100. f7d0d37 ext4: punch hole optimizations: skip un-needed extent lookup by Allison Henderson · 13 years ago