1. aef0388 cifs: update internal module version number by Steve French · 4 years, 6 months ago
  2. 7d03ae4 smb3: add some missing definitions from MS-FSCC by Steve French · 4 years, 5 months ago
  3. 6a87266 smb3: remove two unused variables by Steve French · 4 years, 5 months ago
  4. 2e4564b smb3: add support for stat of WSL reparse points for special file types by Steve French · 4 years, 5 months ago
  5. 13909d9 SMB3: add support for recognizing WSL reparse tags by Steve French · 4 years, 5 months ago
  6. d367cb9 cifs: remove bogus debug code by Dan Carpenter · 4 years, 6 months ago
  7. 1af34fd smb3.1.1: fix typo in compression flag by Steve French · 4 years, 5 months ago
  8. 555782a cifs: move smb version mount options into fs_context.c by Ronnie Sahlberg · 4 years, 5 months ago
  9. 2f20f07 cifs: move cache mount options to fs_context.ch by Ronnie Sahlberg · 4 years, 5 months ago
  10. 5c6e5aa cifs: move security mount options into fs_context.ch by Ronnie Sahlberg · 4 years, 5 months ago
  11. a6a9cff cifs: add files to host new mount api by Ronnie Sahlberg · 4 years, 5 months ago
  12. 3c6e65e smb3: do not try to cache root directory if dir leases not supported by Steve French · 4 years, 5 months ago
  13. 3c3317d smb3: fix stat when special device file and mounted with modefromsid by Steve French · 4 years, 5 months ago
  14. def6e1d cifs: Print the address and port we are connecting to in generic_ip_connect() by Samuel Cabrero · 4 years, 5 months ago
  15. 6259301 SMB3: Resolve data corruption of TCP server info fields by Rohith Surabattula · 4 years, 5 months ago
  16. 3ece60e cifs: make const array static, makes object smaller by Colin Ian King · 4 years, 5 months ago
  17. 9934430 SMB3.1.1: Fix ids returned in POSIX query dir by Steve French · 4 years, 5 months ago
  18. 9eec21b smb3: add dynamic trace point to trace when credits obtained by Steve French · 4 years, 5 months ago
  19. acf96fe smb3.1.1: do not fail if no encryption required but server doesn't support it by Steve French · 4 years, 5 months ago
  20. 0bd294b cifs: Return the error from crypt_message when enc/dec key not found. by Shyam Prasad N · 4 years, 5 months ago
  21. 63ca565 smb3.1.1: set gcm256 when requested by Steve French · 4 years, 5 months ago
  22. fd08f2d smb3.1.1: rename nonces used for GCM and CCM encryption by Steve French · 4 years, 5 months ago
  23. 511ac89 smb3.1.1: print warning if server does not support requested encryption type by Steve French · 4 years, 5 months ago
  24. 29e2792 smb3.1.1: add new module load parm enable_gcm_256 by Steve French · 4 years, 5 months ago
  25. fbfd0b4 smb3.1.1: add new module load parm require_gcm_256 by Steve French · 4 years, 6 months ago
  26. 330857a5 cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCES by Stefan Metzmacher · 5 years ago
  27. 6829554 SMB3.1.1: add defines for new signing negotiate context by Steve French · 4 years, 5 months ago
  28. c6cc4c5 cifs: handle -EINTR in cifs_setattr by Ronnie Sahlberg · 4 years, 5 months ago
  29. 8e670f7 Handle STATUS_IO_TIMEOUT gracefully by Rohith Surabattula · 4 years, 6 months ago
  30. d1542cf cifs: compute full_path already in cifs_readdir() by Ronnie Sahlberg · 4 years, 5 months ago
  31. 9e81e8f cifs: return cached_fid from open_shroot by Ronnie Sahlberg · 4 years, 5 months ago
  32. 3984bdc update structure definitions from updated protocol documentation by Steve French · 4 years, 5 months ago
  33. 119e489 smb3: add defines for new crypto algorithms by Steve French · 5 years ago
  34. 57c1760 Convert trailing spaces and periods in path components by Boris Protopopov · 4 years, 6 months ago
  35. 64b7f67 cifs: Fix incomplete memory allocation on setxattr path by Vladimir Zapolskiy · 4 years, 5 months ago
  36. 01ec372 cifs: fix DFS mount with cifsacl/modefromsid by Ronnie Sahlberg · 4 years, 6 months ago
  37. 3edd8db Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
  38. e183785 cifs: fix check of tcon dfs in smb1 by Paulo Alcantara · 4 years, 7 months ago
  39. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
  40. f6513bd Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
  41. c8c412f SMB3: Fix mkdir when idsfromsid configured on mount by Steve French · 4 years, 7 months ago
  42. 30b5ae2 cifs: Convert to use the fallthrough macro by Miaohe Lin · 4 years, 7 months ago
  43. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  44. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 7 months ago
  45. 20b135e cifs: Fix an error pointer dereference in cifs_mount() by Dan Carpenter · 4 years, 7 months ago
  46. 327a8d7 Merge tag '5.9-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
  47. 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  48. 7efd081 cifs: document and cleanup dfs mount by Paulo Alcantara · 4 years, 8 months ago
  49. 11375a5 cifs: only update prefix path of DFS links in cifs_tree_connect() by Paulo Alcantara · 4 years, 8 months ago
  50. c6a80e1 cifs: fix double free error on share and prefix by Colin Ian King · 4 years, 8 months ago
  51. 7548e1d cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect by Paulo Alcantara · 4 years, 8 months ago
  52. a529303 cifs: handle empty list of targets in cifs_reconnect() by Paulo Alcantara · 4 years, 8 months ago
  53. 7d397a0 cifs: rename reconn_inval_dfs_target() by Paulo Alcantara · 4 years, 8 months ago
  54. 2e5de42 cifs: reduce number of referral requests in DFS link lookups by Paulo Alcantara · 4 years, 8 months ago
  55. 565674d cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect() by Stefan Metzmacher · 4 years, 8 months ago
  56. 1a0e7f7 cifs: convert to use be32_add_cpu() by Qinglang Miao · 4 years, 8 months ago
  57. a03f507 cifs: delete duplicated words in header files by Randy Dunlap · 4 years, 8 months ago
  58. 60e5e4b cifs: Remove the superfluous break by Liao Pingfang · 4 years, 8 months ago
  59. 8e408fc cifs: smb1: Try failing back to SetFileInfo if SetPathInfo fails by Ronnie Sahlberg · 4 years, 8 months ago
  60. a3713ec cifs`: handle ERRBaduid for SMB1 by Roberto Bergantinos Corpas · 4 years, 8 months ago
  61. 66a4bbc cifs: remove unused variable 'server' by Wei Yongjun · 4 years, 8 months ago
  62. 0a01894 smb3: warn on confusing error scenario with sec=krb5 by Steve French · 4 years, 8 months ago
  63. baf57b5 cifs: Fix leak when handling lease break for cached root fid by Paul Aurich · 4 years, 8 months ago
  64. 0e67051 Revert "cifs: Fix the target file was deleted when rename failed." by Steve French · 4 years, 8 months ago
  65. a8dab63 cifs: update internal module version number by Steve French · 4 years, 8 months ago
  66. a77592a cifs: fix reference leak for tlink by Ronnie Sahlberg · 4 years, 8 months ago
  67. 8668115 smb3: fix unneeded error message on change notify by Steve French · 4 years, 8 months ago
  68. 2e98c018 cifs: remove the retry in cifs_poxis_lock_set by yangerkun · 4 years, 9 months ago
  69. 4ef9b4f smb3: fix access denied on change notify request to some servers by Steve French · 4 years, 8 months ago
  70. cba22b1 Replace HTTP links with HTTPS ones: CIFS by Alexander A. Klimov · 4 years, 9 months ago
  71. 19e8886 cifs: prevent truncation from long to int in wait_for_free_credits by Ronnie Sahlberg · 4 years, 9 months ago
  72. 9ffad92 cifs: Fix the target file was deleted when rename failed. by Zhang Xiaoxu · 4 years, 9 months ago
  73. 5391b8e SMB3: Honor 'posix' flag for multiuser mounts by Paul Aurich · 4 years, 9 months ago
  74. 6b356f6c SMB3: Honor 'handletimeout' flag for multiuser mounts by Paul Aurich · 4 years, 9 months ago
  75. ad35f16 SMB3: Honor lease disabling for multiuser mounts by Paul Aurich · 4 years, 9 months ago
  76. 00dfbc2 SMB3: Honor persistent/resilient handle flags for multiuser mounts by Paul Aurich · 4 years, 9 months ago
  77. cc15461 SMB3: Honor 'seal' flag for multiuser mounts by Paul Aurich · 4 years, 9 months ago
  78. aadd69ca cifs: Display local UID details for SMB sessions in DebugData by Paul Aurich · 4 years, 9 months ago
  79. bf1028a cifs: misc: Use array_size() in if-statement controlling expression by Gustavo A. R. Silva · 4 years, 9 months ago
  80. 5618303 cifs: update ctime and mtime during truncate by Zhang Xiaoxu · 4 years, 9 months ago
  81. acc91c2 cifs/smb3: Fix data inconsistent when punch hole by Zhang Xiaoxu · 4 years, 9 months ago
  82. 6b69040 cifs/smb3: Fix data inconsistent when zero file range by Zhang Xiaoxu · 4 years, 9 months ago
  83. 95a3d8f cifs: Fix double add page to memcg when cifs_readpages by Zhang Xiaoxu · 4 years, 9 months ago
  84. 77577de cifs: Fix cached_fid refcnt leak in open_shroot by Xiyu Yang · 4 years, 9 months ago
  85. a7a519a smb3: Add debug message for new file creation with idsfromsid mount option by Steve French · 4 years, 9 months ago
  86. a660339 cifs: fix chown and chgrp when idsfromsid mount option enabled by Steve French · 4 years, 9 months ago
  87. 975221e smb3: allow uid and gid owners to be set on create with idsfromsid mount option by Steve French · 4 years, 9 months ago
  88. e4bd7c4 smb311: Add tracepoints for new compound posix query info by Steve French · 4 years, 9 months ago
  89. d313852 smb311: add support for using info level for posix extensions query by Steve French · 4 years, 9 months ago
  90. 790434f smb311: Add support for lookup with posix extensions query info by Steve French · 4 years, 9 months ago
  91. b1bc187 smb311: Add support for SMB311 query info (non-compounded) by Steve French · 4 years, 9 months ago
  92. 6a5f659 SMB311: Add support for query info using posix extensions (level 100) by Steve French · 4 years, 9 months ago
  93. ebf5744 smb3: add indatalen that can be a non-zero value to calculation of credit charge in smb2 ioctl by Namjae Jeon · 4 years, 9 months ago
  94. 7866c17 smb3: fix typo in mount options displayed in /proc/mounts by Steve French · 4 years, 9 months ago
  95. 0b0430c cifs: Add get_security_type_str function to return sec type. by Kenneth D'souza · 4 years, 9 months ago
  96. 5865985 smb3: extend fscache mount volume coherency check by Steve French · 4 years, 9 months ago
  97. 3803d5e Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 9 months ago
  98. 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 9 months ago
  99. 331cc66 cifs: update internal module version number by Steve French · 4 years, 9 months ago
  100. 2f58967 cifs: multichannel: try to rebind when reconnecting a channel by Aurelien Aptel · 4 years, 11 months ago