1. 0e1fdaf superblock: add filesystem shrinker operations by Dave Chinner · 13 years ago
  2. 4f8c19f inode: remove iprune_sem by Dave Chinner · 13 years ago
  3. b0d40c9 superblock: introduce per-sb cache shrinker infrastructure by Dave Chinner · 13 years ago
  4. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  5. 55fb25d5 xfs: add size update tracepoint to IO completion by Dave Chinner · 13 years ago
  6. af3e402 xfs: convert AIL cursors to use struct list_head by Dave Chinner · 13 years ago
  7. 16b5902 xfs: remove confusing ail cursor wrapper by Dave Chinner · 13 years ago
  8. 1d8c95a xfs: use a cursor for bulk AIL insertion by Dave Chinner · 13 years ago
  9. ad1a2c8 xfs: failure mapping nfs fh to inode should return ESTALE by J. Bruce Fields · 13 years ago
  10. adab0f6 xfs: Remove the second parameter to xfs_sb_count() by Chandra Seetharaman · 13 years ago
  11. c878c73 ext3: Fix compilation with -DDX_DEBUG by Bernd Schubert · 13 years ago
  12. 12ad3ab superblock: move pin_sb_for_writeback() to fs/super.c by Dave Chinner · 13 years ago
  13. 09cc9fc inode: move to per-sb LRU locks by Dave Chinner · 13 years ago
  14. 98b745c inode: Make unused inode LRU per superblock by Dave Chinner · 13 years ago
  15. fcb94f7 inode: convert inode_stat.nr_unused to per-cpu counters by Dave Chinner · 13 years ago
  16. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  17. 0c1aa9a deuglify squashfs_lookup() by Al Viro · 13 years ago
  18. 5b4b299 nfsd4_list_rec_dir(): don't bother with reopening rec_file by Al Viro · 13 years ago
  19. e7f5909 kill useless checks for sb->s_op == NULL by Al Viro · 13 years ago
  20. 0ee5dc6 btrfs: kill magical embedded struct superblock by Al Viro · 13 years ago
  21. fb408e6 get rid of pointless checks for dentry->sb == NULL by Al Viro · 13 years ago
  22. a4464db Make ->d_sb assign-once and always non-NULL by Al Viro · 13 years ago
  23. e3c3d9c unexport kern_path_parent() by Al Viro · 13 years ago
  24. e0a0124 switch vfs_path_lookup() to struct path by Al Viro · 13 years ago
  25. ed75e95 kill lookup_create() by Al Viro · 13 years ago
  26. dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 13 years ago
  27. 49084c3 kill LOOKUP_CONTINUE by Al Viro · 13 years ago
  28. 8aeb376 nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step by Al Viro · 13 years ago
  29. 4352780 cifs_lookup(): LOOKUP_OPEN is set only on the last component by Al Viro · 13 years ago
  30. a127e0a ceph: LOOKUP_OPEN is set only when it's the last component by Al Viro · 13 years ago
  31. 5c0f360 jfs_ci_revalidate() is safe from RCU mode by Al Viro · 13 years ago
  32. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 13 years ago
  33. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  34. bf6c7f6 don't pass nameidata to vfs_create() from ecryptfs_create() by Al Viro · 13 years ago
  35. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  36. 554a8b9 Don't pass nameidata when calling vfs_create() from mknod() by Al Viro · 13 years ago
  37. f7c8586 fix mknod() on nfs4 (hopefully) by Al Viro · 13 years ago
  38. 5114159 nameidata_to_nfs_open_context() doesn't need nameidata, actually... by Al Viro · 13 years ago
  39. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  40. 82a2c1b nfs4_opendata doesn't need struct path either by Al Viro · 13 years ago
  41. 643168c nfs4_closedata doesn't need to mess with struct path by Al Viro · 13 years ago
  42. 7c97c20 cifs: fix the type of cifs_demultiplex_thread() by Al Viro · 13 years ago
  43. beefebf ecryptfs_inode_permission() doesn't need to bail out on RCU by Al Viro · 13 years ago
  44. d2d9e9f merge do_revalidate() into its only caller by Al Viro · 13 years ago
  45. 4ad5abb no reason to keep exec_permission() separate now by Al Viro · 13 years ago
  46. d594e7e massage generic_permission() to treat directories on a separate path by Al Viro · 13 years ago
  47. eecdd35 ->permission() sanitizing: don't pass flags to exec_permission() by Al Viro · 13 years ago
  48. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  49. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  50. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  51. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  52. 1fc0f78 ->permission() sanitizing: MAY_NOT_BLOCK by Al Viro · 13 years ago
  53. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  54. 07b8ce1 lockless get_write_access/deny_write_access by Al Viro · 13 years ago
  55. f4d6ff8 move exec_permission() up to the rest of permission-related functions by Al Viro · 13 years ago
  56. 3bfa784 kill file_permission() completely by Al Viro · 13 years ago
  57. 1b5d783 consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling by Al Viro · 13 years ago
  58. 78f32a9 switch path_init() to exec_permission() by Al Viro · 13 years ago
  59. 6f28610 switch udf_ioctl() to inode_permission() by Al Viro · 13 years ago
  60. 4cf2714 make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC) by Al Viro · 13 years ago
  61. 43e15cd new helper: iterate_supers_type() by Al Viro · 13 years ago
  62. 44396f4 fs: add a DCACHE_NEED_LOOKUP flag for d_flags by Josef Bacik · 13 years ago
  63. f7b8863 fs/libfs.c: fix simple_attr_write() on 32bit machines by Akinobu Mita · 13 years ago
  64. 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
  65. 5943026 vfs: fix race in rcu lookup of pruned dentry by Linus Torvalds · 13 years ago
  66. 10d1459 dlm: don't limit active work items by David Teigland · 13 years ago
  67. fec11dd Fix cifs_get_root() by Al Viro · 13 years ago
  68. 975d294 evm: imbed evm_inode_post_setattr by Mimi Zohar · 14 years ago
  69. c7b87de evm: evm_inode_post_removexattr by Mimi Zohar · 14 years ago
  70. 1601fba xattr: define vfs_getxattr_alloc and vfs_xattr_cmp by Mimi Zohar · 14 years ago
  71. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  72. 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
  73. 1091006 nfsd: turn on reply cache for NFSv4 by J. Bruce Fields · 14 years ago
  74. 3e98abf nfsd4: call nfsd4_release_compoundargs from pc_release by J. Bruce Fields · 13 years ago
  75. d462031 ext4: avoid eh_entries overflow before insert extent_idx by Robin Dong · 13 years ago
  76. 015861b ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT by Robin Dong · 13 years ago
  77. 0916a5e hppfs_lookup(): don't open-code lookup_one_len() by Al Viro · 13 years ago
  78. 3cc0658 hppfs: fix dentry leak by Al Viro · 13 years ago
  79. 0577d1b cramfs: get_cramfs_inode() returns ERR_PTR() on failure by Al Viro · 13 years ago
  80. 642c937 ufs should use d_splice_alias() by Al Viro · 13 years ago
  81. c6a0371 ext4: remove unneeded parameter to ext4_ext_remove_space() by Allison Henderson · 13 years ago
  82. a803b80 fix exofs ->get_parent() by Al Viro · 13 years ago
  83. f7d0d37 ext4: punch hole optimizations: skip un-needed extent lookup by Allison Henderson · 13 years ago
  84. 3eb0865 ext4: ignore a stripe width of 1 by Dan Ehrenberg · 13 years ago
  85. d7a1fee ext4: make the preallocation size be a multiple of stripe size by Dan Ehrenberg · 13 years ago
  86. f560f66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  87. 1b71fe2 ceph analog of cifs build_path_from_dentry() race fix by Al Viro · 13 years ago
  88. dc137bf cifs: build_path_from_dentry() race fix by Al Viro · 13 years ago
  89. 265c6a0 ext4: fix compilation with -DDX_DEBUG by Bernd Schubert · 13 years ago
  90. f85ef69 pnfs: simplify pnfs files module autoloading by J. Bruce Fields · 13 years ago
  91. 674e405 nfs: document nfsv4 sillyrename issues by J. Bruce Fields · 13 years ago
  92. ab1350b nfsd41: Deny new lock before RECLAIM_COMPLETE done by Mi Jinlong · 13 years ago
  93. ee19cc4 fs: locks: remove init_once by Miklos Szeredi · 13 years ago
  94. ae82a8d nfsd41: check the size of request by Mi Jinlong · 13 years ago
  95. 1b74c25 nfsd41: error out when client sets maxreq_sz or maxresp_sz too small by Mi Jinlong · 13 years ago
  96. f197c27 nfsd4: fix file leak on open_downgrade by J. Bruce Fields · 13 years ago
  97. 499f3ed nfsd4: remember to put RW access on stateid destruction by J. Bruce Fields · 13 years ago
  98. 1745680 NFSD: Added TEST_STATEID operation by Bryan Schumaker · 13 years ago
  99. e1ca12d NFSD: added FREE_STATEID operation by Bryan Schumaker · 13 years ago
  100. 49b2868 nfsd: Remove deprecated nfsctl system call and related code. by NeilBrown · 13 years ago