1. 14 7月, 2012 1 次提交
    • A
      stop passing nameidata to ->lookup() · 00cd8dd3
      Al Viro 提交于
      Just the flags; only NFS cares even about that, but there are
      legitimate uses for such argument.  And getting rid of that
      completely would require splitting ->lookup() into a couple
      of methods (at least), so let's leave that alone for now...
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      00cd8dd3
  2. 29 6月, 2012 3 次提交
  3. 30 5月, 2012 1 次提交
  4. 11 5月, 2012 1 次提交
    • L
      vfs: make it possible to access the dentry hash/len as one 64-bit entry · 26fe5750
      Linus Torvalds 提交于
      This allows comparing hash and len in one operation on 64-bit
      architectures.  Right now only __d_lookup_rcu() takes advantage of this,
      since that is the case we care most about.
      
      The use of anonymous struct/unions hides the alternate 64-bit approach
      from most users, the exception being a few cases where we initialize a
      'struct qstr' with a static initializer.  This makes the problematic
      cases use a new QSTR_INIT() helper function for that (but initializing
      just the name pointer with a "{ .name = xyzzy }" initializer remains
      valid, as does just copying another qstr structure).
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      26fe5750
  5. 06 5月, 2012 1 次提交
  6. 21 3月, 2012 2 次提交
  7. 20 3月, 2012 1 次提交
  8. 11 3月, 2012 1 次提交
  9. 01 3月, 2012 5 次提交
  10. 09 1月, 2012 4 次提交
  11. 07 1月, 2012 1 次提交
  12. 04 1月, 2012 5 次提交
  13. 02 11月, 2011 2 次提交
  14. 01 11月, 2011 6 次提交
  15. 11 10月, 2011 3 次提交
  16. 06 10月, 2011 1 次提交
  17. 20 7月, 2011 1 次提交
  18. 28 5月, 2011 1 次提交