1. 29 4月, 2008 1 次提交
  2. 13 2月, 2008 1 次提交
  3. 08 2月, 2008 1 次提交
  4. 09 11月, 2007 1 次提交
    • S
      [CIFS] Fix stale mode after readdir when cifsacl specified · a6f8de3d
      Steve French 提交于
      When mounted with cifsacl mount option, readdir can not
      instantiate the inode with the estimated mode based on the ACL
      for each file since we have not queried for the ACL for
      each of these files yet.  So set the refresh time to zero
      for these inodes so that the next stat will cause the client
      to go to the server for the ACL info so we can build the estimated
      mode (this means we also will issue an extra QueryPathInfo if
      the stat happens within 1 second, but this is trivial compared to
      the time required to open/getacl/close for each).
      
      ls -l is slower when cifsacl mount option is specified, but
      displays correct mode information.
      Signed-off-by: NShirish Pargaonkar <shirishp@us.ibm.com>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      a6f8de3d
  5. 06 11月, 2007 1 次提交
  6. 13 10月, 2007 1 次提交
  7. 31 8月, 2007 1 次提交
  8. 19 7月, 2007 1 次提交
  9. 13 7月, 2007 1 次提交
  10. 08 7月, 2007 2 次提交
  11. 07 7月, 2007 1 次提交
  12. 09 5月, 2007 1 次提交
  13. 01 5月, 2007 1 次提交
    • S
      [CIFS] UID/GID override on CIFS mounts to Samba · 4523cc30
      Steve French 提交于
      When CIFS Unix Extensions are negotiated we get the Unix uid and gid
      owners of the file from the server (on the Unix Query Path Info
      levels), but if the server's uids don't match the client uid's users
      were having to disable the Unix Extensions (which turned off features
      they still wanted).   The changeset patch allows users to override uid
      and/or gid for file/directory owner with a default uid and/or gid
      specified at mount (as is often done when mounting from Linux cifs
      client to Windows server).  This changeset also displays the uid
      and gid used by default in /proc/mounts (if applicable).
      
      Also cleans up code by adding some of the missing spaces after
      "if" keywords per-kernel style guidelines (as suggested by Randy Dunlap
      when he reviewed the patch).
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      4523cc30
  14. 25 4月, 2007 1 次提交
  15. 03 4月, 2007 1 次提交
  16. 10 3月, 2007 1 次提交
  17. 27 2月, 2007 1 次提交
  18. 17 2月, 2007 1 次提交
  19. 09 2月, 2007 1 次提交
  20. 07 2月, 2007 1 次提交
  21. 09 12月, 2006 1 次提交
  22. 31 10月, 2006 1 次提交
  23. 12 10月, 2006 2 次提交
  24. 07 10月, 2006 1 次提交
  25. 02 10月, 2006 1 次提交
  26. 28 9月, 2006 1 次提交
  27. 27 9月, 2006 1 次提交
  28. 07 9月, 2006 1 次提交
  29. 15 8月, 2006 1 次提交
  30. 07 6月, 2006 1 次提交
  31. 02 6月, 2006 1 次提交
  32. 01 6月, 2006 2 次提交
  33. 23 4月, 2006 1 次提交
  34. 22 4月, 2006 2 次提交
  35. 27 3月, 2006 1 次提交
  36. 23 3月, 2006 1 次提交