1. 27 1月, 2020 1 次提交
  2. 13 12月, 2019 1 次提交
  3. 10 12月, 2019 1 次提交
  4. 08 12月, 2019 1 次提交
  5. 07 12月, 2019 1 次提交
  6. 04 12月, 2019 1 次提交
    • S
      smb3: query attributes on file close · 43f8a6a7
      Steve French 提交于
      Since timestamps on files on most servers can be updated at
      close, and since timestamps on our dentries default to one
      second we can have stale timestamps in some common cases
      (e.g. open, write, close, stat, wait one second, stat - will
      show different mtime for the first and second stat).
      
      The SMB2/SMB3 protocol allows querying timestamps at close
      so add the code to request timestamp and attr information
      (which is cheap for the server to provide) to be returned
      when a file is closed (it is not needed for the many
      paths that call SMB2_close that are from compounded
      query infos and close nor is it needed for some of
      the cases where a directory close immediately follows a
      directory open.
      Signed-off-by: NSteve French <stfrench@microsoft.com>
      Acked-by: NRonnie Sahlberg <lsahlber@redhat.com>
      Reviewed-by: NAurelien Aptel <aaptel@suse.com>
      Reviewed-by: NPavel Shilovsky <pshilov@microsoft.com>
      43f8a6a7
  7. 03 12月, 2019 2 次提交
  8. 25 11月, 2019 5 次提交
  9. 09 10月, 2019 1 次提交
  10. 07 10月, 2019 1 次提交
  11. 26 9月, 2019 1 次提交
  12. 24 9月, 2019 2 次提交
  13. 17 9月, 2019 11 次提交
  14. 06 8月, 2019 2 次提交
  15. 19 7月, 2019 1 次提交
  16. 08 7月, 2019 5 次提交
  17. 14 6月, 2019 1 次提交
  18. 29 5月, 2019 2 次提交