1. 70431bf cifs: Support fscache indexing rewrite by David Howells · 4 years, 1 month ago
  2. a2809d0 cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs by Eugene Korenevsky · 3 years ago
  3. b774302 cifs: ignore resource_id while getting fscache super cookie by Shyam Prasad N · 3 years, 1 month ago
  4. 5bf91ef cifs: wait for tcon resource_id before getting fscache super by Shyam Prasad N · 3 years, 1 month ago
  5. e3fc065 cifs: Deferred close performance improvements by Rohith Surabattula · 3 years, 3 months ago
  6. 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 3 months ago
  7. 18d0406 cifs: enable fscache usage even for files opened as rw by Shyam Prasad N · 3 years, 5 months ago
  8. 4153570 cifs: Handle race conditions during rename by Rohith Surabattula · 3 years, 5 months ago
  9. e39df24 cifs: fix SMB1 error path in cifs_get_file_info_unix by Steve French · 3 years, 6 months ago
  10. 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 6 months ago
  11. 7c9e41e Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 8 months ago
  12. 78c0963 Cifs: Fix kernel oops caused by deferred close for files. by Rohith Surabattula · 3 years, 8 months ago
  13. 087f757 cifs: add shutdown support by Steve French · 3 years, 8 months ago
  14. c3f207a cifs: Deferred close for files by Rohith Surabattula · 3 years, 9 months ago
  15. d1466bc Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  16. f6d2353 cifs: check the timestamp for the cached dirent when deciding on revalidate by Ronnie Sahlberg · 3 years, 10 months ago
  17. ed8561f cifs: pass the dentry instead of the inode down to the revalidation check functions by Ronnie Sahlberg · 3 years, 10 months ago
  18. f6a9bc3 cifs: allocate buffer in the caller of build_path_from_dentry() by Al Viro · 3 years, 10 months ago
  19. 8e33cf2 cifs: make build_path_from_dentry() return const char * by Al Viro · 3 years, 9 months ago
  20. f6f1f17 cifs: constify pathname arguments in a bunch of helpers by Al Viro · 3 years, 9 months ago
  21. ec4e486 cifs: remove old dead code by Aurelien Aptel · 3 years, 9 months ago
  22. 65af8f0 cifs: fix allocation size on newly created files by Steve French · 3 years, 9 months ago
  23. 4d66952 cifs: have cifs_fattr_to_inode() refuse to change type on live inode by Al Viro · 3 years, 11 months ago
  24. 3bcb39b cifs: have ->mkdir() handle race with another client sanely by Al Viro · 3 years, 11 months ago
  25. 6e3e2c4 new helper: inode_wrong_type() by Al Viro · 3 years, 10 months ago
  26. c19798a Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 10 months ago
  27. 5780464 cifs: Add new parameter "acregmax" for distinct file and directory metadata timeout by Steve French · 3 years, 10 months ago
  28. ddaf6d4 cifs: convert revalidate of directories to using directory metadata cache timeout by Steve French · 3 years, 10 months ago
  29. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  30. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
  31. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  32. 522aa3b cifs: move [brw]size from cifs_sb to cifs_sb->ctx by Ronnie Sahlberg · 4 years ago
  33. af1e40d cifs: remove actimeo from cifs_sb by Ronnie Sahlberg · 4 years, 2 months ago
  34. 8401e93 cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sb by Ronnie Sahlberg · 4 years ago
  35. 607dfc7 cifs: remove various function description warnings by Steve French · 4 years, 1 month ago
  36. 0f22053 cifs: Fix unix perm bits to cifsacl conversion for "other" bits. by Shyam Prasad N · 4 years, 4 months ago
  37. 21ac58f cifs: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  38. 2e4564b smb3: add support for stat of WSL reparse points for special file types by Steve French · 4 years, 2 months ago
  39. c6cc4c5 cifs: handle -EINTR in cifs_setattr by Ronnie Sahlberg · 4 years, 3 months ago
  40. 01ec372 cifs: fix DFS mount with cifsacl/modefromsid by Ronnie Sahlberg · 4 years, 4 months ago
  41. 66a4bbc cifs: remove unused variable 'server' by Wei Yongjun · 4 years, 6 months ago
  42. 0e67051 Revert "cifs: Fix the target file was deleted when rename failed." by Steve French · 4 years, 5 months ago
  43. 9ffad92 cifs: Fix the target file was deleted when rename failed. by Zhang Xiaoxu · 4 years, 6 months ago
  44. 5618303 cifs: update ctime and mtime during truncate by Zhang Xiaoxu · 4 years, 6 months ago
  45. a7a519a smb3: Add debug message for new file creation with idsfromsid mount option by Steve French · 4 years, 7 months ago
  46. d313852 smb311: add support for using info level for posix extensions query by Steve French · 4 years, 7 months ago
  47. 6a5f659 SMB311: Add support for query info using posix extensions (level 100) by Steve French · 4 years, 7 months ago
  48. 3803d5e Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
  49. 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
  50. 7c06514 cifs: multichannel: always zero struct cifs_io_parms by Aurelien Aptel · 4 years, 7 months ago
  51. 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
  52. a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
  53. 82e9367 smb3: Add new parm "nodelete" by Steve French · 4 years, 7 months ago
  54. 3dc58df CIFS: Spelling s/EACCESS/EACCES/ by Geert Uytterhoeven · 4 years, 8 months ago
  55. 1f641d9 cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+ by Jones Syue · 4 years, 9 months ago
  56. 4e8aea3 smb3: enable swap on SMB3 mounts by Steve French · 4 years, 9 months ago
  57. c7e9f78 cifs: do d_move in rename by Steve French · 4 years, 10 months ago
  58. cf5371a smb3: fix performance regression with setting mtime by Steve French · 4 years, 10 months ago
  59. ffdec8d cifs: do not ignore the SYNC flags in getattr by Steve French · 4 years, 10 months ago
  60. 3994688 cifs: potential unintitliazed error code in cifs_getattr() by Dan Carpenter · 4 years, 10 months ago
  61. fb4b5f1 cifs: Use #define in cifs_dbg by Joe Perches · 4 years, 10 months ago
  62. 86f740f cifs: fix rename() by ensuring source handle opened with DELETE bit by Aurelien Aptel · 4 years, 10 months ago
  63. fc513fa cifs: don't leak -EAGAIN for stat() during reconnect by Ronnie Sahlberg · 4 years, 10 months ago
  64. f52aa79 cifs: Fix mode output in debugging statements by Frank Sorenson · 4 years, 11 months ago
  65. d1ea35f Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 11 months ago
  66. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  67. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  68. 8bd0d70 cifs: add support for fallocate mode 0 for non-sparse files by Ronnie Sahlberg · 5 years ago
  69. 918c900 fs: cifs: Delete usage of timespec64_trunc by Deepa Dinamani · 5 years ago
  70. 69738cf fs: cifs: Fix atime update check vs mtime by Deepa Dinamani · 5 years ago
  71. 68464b8 CIFS: fix a white space issue in cifs_get_inode_info() by Dan Carpenter via samba-technical · 5 years ago
  72. b8f7442b CIFS: refactor cifs_get_inode_info() by Aurelien Aptel · 5 years ago
  73. 783bf7b cifs: Fix missed free operations by Chuhong Yuan · 5 years ago
  74. c82e5ac CIFS: Force revalidate inode when dentry is stale by Pavel Shilovsky · 5 years ago
  75. c3ca78e smb3: pass mode bits into create calls by Steve French · 5 years ago
  76. 2244217 cifs: allow chmod to set mode bits using special sid by Steve French · 5 years ago
  77. e2f8fbf cifs: get mode bits from special sid on stat by Steve French · 5 years ago
  78. aa08185 cifs: flush before set-info if we have writeable handles by Ronnie Sahlberg · 5 years ago
  79. 63d614a cifs: fix typo in debug message with struct field ia_valid by Colin Ian King · 6 years ago
  80. 73cf808 cifs: simplify code by removing CONFIG_CIFS_ACL ifdef by Steve French · 6 years ago
  81. 2f3ebab cifs: add fiemap support by Ronnie Sahlberg · 6 years ago
  82. 652727b cifs: do not attempt cifs operation on smb2+ rename error by Frank Sorenson · 6 years ago
  83. e8506d2 smb3: make default i/o size for smb3 mounts larger by Steve French · 6 years ago
  84. 9a66396 CIFS: Fix error paths in writeback code by Pavel Shilovsky · 6 years ago
  85. 5fc7fcd cifs: auto disable 'serverino' in dfs mounts by Aurelien Aptel · 6 years ago
  86. 97aa495 cifs: address trivial coverity warning by Steve French · 6 years ago
  87. 413d610 cifs: fix spelling mistake, EACCESS -> EACCES by Colin Ian King · 6 years ago
  88. 3b7960c cifs: fallback to older infolevels on findfirst queryinfo retry by Steve French · 6 years ago
  89. 1e77a8c smb3: do not attempt cifs operation in smb3 query info error path by Steve French · 6 years ago
  90. 9b9c5be cifs: do not return atime less than mtime by Steve French · 6 years ago
  91. 5e19697 SMB3: Backup intent flag missing for directory opens with backupuid mounts by Steve French · 6 years ago
  92. fd09b7d smb3: Do not send SMB3 SET_INFO if nothing changed by Steve French · 6 years ago
  93. 0fdfef9 smb3: simplify code by removing CONFIG_CIFS_SMB311 by Steve French · 7 years ago
  94. 9539020 cifs: use timespec64 internally by Arnd Bergmann · 7 years ago
  95. bea851b smb3: Fix mode on mkdir on smb311 mounts by Steve French · 7 years ago
  96. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  97. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  98. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  99. 57c55cd cifs: invalidate cache when we truncate a file by Ronnie Sahlberg · 7 years ago
  100. 3995bbf cifs: Use ULL suffix for 64-bit constant by Geert Uytterhoeven · 7 years ago