1. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  2. 0c1aa9a deuglify squashfs_lookup() by Al Viro · 13 years ago
  3. 5b4b299 nfsd4_list_rec_dir(): don't bother with reopening rec_file by Al Viro · 13 years ago
  4. e7f5909 kill useless checks for sb->s_op == NULL by Al Viro · 13 years ago
  5. 0ee5dc6 btrfs: kill magical embedded struct superblock by Al Viro · 13 years ago
  6. fb408e6 get rid of pointless checks for dentry->sb == NULL by Al Viro · 13 years ago
  7. a4464db Make ->d_sb assign-once and always non-NULL by Al Viro · 13 years ago
  8. e3c3d9c unexport kern_path_parent() by Al Viro · 13 years ago
  9. e0a0124 switch vfs_path_lookup() to struct path by Al Viro · 13 years ago
  10. ed75e95 kill lookup_create() by Al Viro · 13 years ago
  11. dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 13 years ago
  12. 49084c3 kill LOOKUP_CONTINUE by Al Viro · 13 years ago
  13. 8aeb376 nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step by Al Viro · 13 years ago
  14. 4352780 cifs_lookup(): LOOKUP_OPEN is set only on the last component by Al Viro · 13 years ago
  15. a127e0a ceph: LOOKUP_OPEN is set only when it's the last component by Al Viro · 13 years ago
  16. 5c0f360 jfs_ci_revalidate() is safe from RCU mode by Al Viro · 13 years ago
  17. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 13 years ago
  18. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  19. bf6c7f6 don't pass nameidata to vfs_create() from ecryptfs_create() by Al Viro · 13 years ago
  20. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  21. 554a8b9 Don't pass nameidata when calling vfs_create() from mknod() by Al Viro · 13 years ago
  22. f7c8586 fix mknod() on nfs4 (hopefully) by Al Viro · 13 years ago
  23. 5114159 nameidata_to_nfs_open_context() doesn't need nameidata, actually... by Al Viro · 13 years ago
  24. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  25. 82a2c1b nfs4_opendata doesn't need struct path either by Al Viro · 13 years ago
  26. 643168c nfs4_closedata doesn't need to mess with struct path by Al Viro · 13 years ago
  27. 7c97c20 cifs: fix the type of cifs_demultiplex_thread() by Al Viro · 13 years ago
  28. beefebf ecryptfs_inode_permission() doesn't need to bail out on RCU by Al Viro · 13 years ago
  29. d2d9e9f merge do_revalidate() into its only caller by Al Viro · 13 years ago
  30. 4ad5abb no reason to keep exec_permission() separate now by Al Viro · 13 years ago
  31. d594e7e massage generic_permission() to treat directories on a separate path by Al Viro · 13 years ago
  32. eecdd35 ->permission() sanitizing: don't pass flags to exec_permission() by Al Viro · 13 years ago
  33. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  34. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  35. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  36. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  37. 1fc0f78 ->permission() sanitizing: MAY_NOT_BLOCK by Al Viro · 13 years ago
  38. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  39. 07b8ce1 lockless get_write_access/deny_write_access by Al Viro · 13 years ago
  40. f4d6ff8 move exec_permission() up to the rest of permission-related functions by Al Viro · 13 years ago
  41. 3bfa784 kill file_permission() completely by Al Viro · 13 years ago
  42. 1b5d783 consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling by Al Viro · 13 years ago
  43. 78f32a9 switch path_init() to exec_permission() by Al Viro · 13 years ago
  44. 6f28610 switch udf_ioctl() to inode_permission() by Al Viro · 13 years ago
  45. 4cf2714 make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC) by Al Viro · 13 years ago
  46. 43e15cd new helper: iterate_supers_type() by Al Viro · 13 years ago
  47. 44396f4 fs: add a DCACHE_NEED_LOOKUP flag for d_flags by Josef Bacik · 13 years ago
  48. f7b8863 fs/libfs.c: fix simple_attr_write() on 32bit machines by Akinobu Mita · 13 years ago
  49. 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
  50. 5943026 vfs: fix race in rcu lookup of pruned dentry by Linus Torvalds · 13 years ago
  51. 10d1459 dlm: don't limit active work items by David Teigland · 13 years ago
  52. fec11dd Fix cifs_get_root() by Al Viro · 13 years ago
  53. 975d294 evm: imbed evm_inode_post_setattr by Mimi Zohar · 13 years ago
  54. c7b87de evm: evm_inode_post_removexattr by Mimi Zohar · 13 years ago
  55. 1601fba xattr: define vfs_getxattr_alloc and vfs_xattr_cmp by Mimi Zohar · 13 years ago
  56. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  57. 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
  58. 1091006 nfsd: turn on reply cache for NFSv4 by J. Bruce Fields · 14 years ago
  59. 3e98abf nfsd4: call nfsd4_release_compoundargs from pc_release by J. Bruce Fields · 13 years ago
  60. d462031 ext4: avoid eh_entries overflow before insert extent_idx by Robin Dong · 13 years ago
  61. 015861b ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT by Robin Dong · 13 years ago
  62. 0916a5e hppfs_lookup(): don't open-code lookup_one_len() by Al Viro · 13 years ago
  63. 3cc0658 hppfs: fix dentry leak by Al Viro · 13 years ago
  64. 0577d1b cramfs: get_cramfs_inode() returns ERR_PTR() on failure by Al Viro · 13 years ago
  65. 642c937 ufs should use d_splice_alias() by Al Viro · 13 years ago
  66. c6a0371 ext4: remove unneeded parameter to ext4_ext_remove_space() by Allison Henderson · 13 years ago
  67. a803b80 fix exofs ->get_parent() by Al Viro · 13 years ago
  68. f7d0d37 ext4: punch hole optimizations: skip un-needed extent lookup by Allison Henderson · 13 years ago
  69. 3eb0865 ext4: ignore a stripe width of 1 by Dan Ehrenberg · 13 years ago
  70. d7a1fee ext4: make the preallocation size be a multiple of stripe size by Dan Ehrenberg · 13 years ago
  71. f560f66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  72. 1b71fe2 ceph analog of cifs build_path_from_dentry() race fix by Al Viro · 13 years ago
  73. dc137bf cifs: build_path_from_dentry() race fix by Al Viro · 13 years ago
  74. 265c6a0 ext4: fix compilation with -DDX_DEBUG by Bernd Schubert · 13 years ago
  75. f85ef69 pnfs: simplify pnfs files module autoloading by J. Bruce Fields · 13 years ago
  76. 674e405 nfs: document nfsv4 sillyrename issues by J. Bruce Fields · 13 years ago
  77. ab1350b nfsd41: Deny new lock before RECLAIM_COMPLETE done by Mi Jinlong · 13 years ago
  78. ee19cc4 fs: locks: remove init_once by Miklos Szeredi · 13 years ago
  79. ae82a8d nfsd41: check the size of request by Mi Jinlong · 13 years ago
  80. 1b74c25 nfsd41: error out when client sets maxreq_sz or maxresp_sz too small by Mi Jinlong · 13 years ago
  81. f197c27 nfsd4: fix file leak on open_downgrade by J. Bruce Fields · 13 years ago
  82. 499f3ed nfsd4: remember to put RW access on stateid destruction by J. Bruce Fields · 13 years ago
  83. 1745680 NFSD: Added TEST_STATEID operation by Bryan Schumaker · 13 years ago
  84. e1ca12d NFSD: added FREE_STATEID operation by Bryan Schumaker · 13 years ago
  85. 49b2868 nfsd: Remove deprecated nfsctl system call and related code. by NeilBrown · 13 years ago
  86. 094b5d7 NFSD: allow OP_DESTROY_CLIENTID to be only op in COMPOUND by Benny Halevy · 13 years ago
  87. 23e8e1a dlm: use workqueue for callbacks by David Teigland · 13 years ago
  88. da1b001 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  89. 94b134a NFS: Convert nfs4_set_ds_client to EXPORT_SYMBOL_GPL by Trond Myklebust · 13 years ago
  90. 9e00abc SUNRPC: sunrpc should not explicitly depend on NFS config options by Trond Myklebust · 13 years ago
  91. 1f94535 NFS: Clean up - simplify the switch to read/write-through-MDS by Trond Myklebust · 13 years ago
  92. dce8129 NFS: Move the pnfs write code into pnfs.c by Trond Myklebust · 13 years ago
  93. 493292d NFS: Move the pnfs read code into pnfs.c by Trond Myklebust · 13 years ago
  94. d9156f9 NFS: Allow the nfs_pageio_descriptor to signal that a re-coalesce is needed by Trond Myklebust · 13 years ago
  95. d097971 NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write request by Trond Myklebust · 13 years ago
  96. 50828d7 NFS: Cache rpc_ops in struct nfs_pageio_descriptor by Trond Myklebust · 13 years ago
  97. 275acaa NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/one by Trond Myklebust · 13 years ago
  98. 3b60918 NFS: fix return value of nfs_pagein_one/nfs_flush_one by Peng Tao · 13 years ago
  99. 46fcb2e GFS2: combine duplicated block freeing routines by Eric Sandeen · 13 years ago
  100. 9964afb GFS2: Add S_NOSEC support by Steven Whitehouse · 13 years ago