1. 3d0bbd9 cifs: return proper error code in statfs(2) by Paulo Alcantara · 4 years ago
  2. b8b6531 cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. by Shyam Prasad N · 4 years, 1 month ago
  3. 2502610 smb3: fix crediting for compounding when only one request in flight by Pavel Shilovsky · 4 years, 1 month ago
  4. b793e9f smb3: Fix out-of-bounds bug in SMB2_negotiate() by Gustavo A. R. Silva · 4 years, 1 month ago
  5. 7a3361e cifs: report error instead of invalid when revalidating a dentry fails by Aurelien Aptel · 4 years, 1 month ago
  6. 2edf2c9 cifs: do not fail __smb_send_rqst if non-fatal signals are pending by Ronnie Sahlberg · 4 years, 2 months ago
  7. 531c88c cifs: fix interrupted close commands by Paulo Alcantara · 4 years, 2 months ago
  8. 0e4c42c cifs: check pointer before freeing by Tom Rix · 4 years, 2 months ago
  9. 6489b80 SMB3.1.1: do not log warning message if server doesn't populate salt by Steve French · 4 years, 3 months ago
  10. 639fd38 SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rsp by Steve French · 4 years, 3 months ago
  11. aa36952 SMB3: avoid confusing warning message on mount to Azure by Steve French · 4 years, 3 months ago
  12. ea64370 cifs: refactor create_sd_buf() and and avoid corrupting the buffer by Ronnie Sahlberg · 4 years, 3 months ago
  13. 59463eb cifs: add NULL check for ses->tcon_ipc by Aurelien Aptel · 4 years, 3 months ago
  14. 7963178 smb3: set COMPOUND_FID to FileID field of subsequent compound request by Namjae Jeon · 4 years, 3 months ago
  15. 2122533 cifs: fix potential use-after-free in cifs_echo_request() by Paulo Alcantara · 4 years, 3 months ago
  16. 6988a61 cifs: allow syscalls to be restarted in __smb_send_rqst() by Paulo Alcantara · 4 years, 3 months ago
  17. 1254100 smb3: Handle error case during offload read path by Rohith Surabattula · 4 years, 4 months ago
  18. ac873aa smb3: Avoid Mid pending list corruption by Rohith Surabattula · 4 years, 4 months ago
  19. de9ac0a smb3: Call cifs reconnect from demultiplex thread by Rohith Surabattula · 4 years, 5 months ago
  20. 9812857 cifs: fix a memleak with modefromsid by Namjae Jeon · 4 years, 4 months ago
  21. aef0388 cifs: update internal module version number by Steve French · 4 years, 6 months ago
  22. 7d03ae4 smb3: add some missing definitions from MS-FSCC by Steve French · 4 years, 5 months ago
  23. 6a87266 smb3: remove two unused variables by Steve French · 4 years, 5 months ago
  24. 2e4564b smb3: add support for stat of WSL reparse points for special file types by Steve French · 4 years, 5 months ago
  25. 13909d9 SMB3: add support for recognizing WSL reparse tags by Steve French · 4 years, 5 months ago
  26. d367cb9 cifs: remove bogus debug code by Dan Carpenter · 4 years, 6 months ago
  27. 1af34fd smb3.1.1: fix typo in compression flag by Steve French · 4 years, 5 months ago
  28. 555782a cifs: move smb version mount options into fs_context.c by Ronnie Sahlberg · 4 years, 5 months ago
  29. 2f20f07 cifs: move cache mount options to fs_context.ch by Ronnie Sahlberg · 4 years, 5 months ago
  30. 5c6e5aa cifs: move security mount options into fs_context.ch by Ronnie Sahlberg · 4 years, 5 months ago
  31. a6a9cff cifs: add files to host new mount api by Ronnie Sahlberg · 4 years, 5 months ago
  32. 3c6e65e smb3: do not try to cache root directory if dir leases not supported by Steve French · 4 years, 5 months ago
  33. 3c3317d smb3: fix stat when special device file and mounted with modefromsid by Steve French · 4 years, 5 months ago
  34. def6e1d cifs: Print the address and port we are connecting to in generic_ip_connect() by Samuel Cabrero · 4 years, 5 months ago
  35. 6259301 SMB3: Resolve data corruption of TCP server info fields by Rohith Surabattula · 4 years, 5 months ago
  36. 3ece60e cifs: make const array static, makes object smaller by Colin Ian King · 4 years, 5 months ago
  37. 9934430 SMB3.1.1: Fix ids returned in POSIX query dir by Steve French · 4 years, 5 months ago
  38. 9eec21b smb3: add dynamic trace point to trace when credits obtained by Steve French · 4 years, 5 months ago
  39. 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
  40. 0bd294b cifs: Return the error from crypt_message when enc/dec key not found. by Shyam Prasad N · 4 years, 5 months ago
  41. 63ca565 smb3.1.1: set gcm256 when requested by Steve French · 4 years, 5 months ago
  42. fd08f2d smb3.1.1: rename nonces used for GCM and CCM encryption by Steve French · 4 years, 5 months ago
  43. 511ac89 smb3.1.1: print warning if server does not support requested encryption type by Steve French · 4 years, 5 months ago
  44. 29e2792 smb3.1.1: add new module load parm enable_gcm_256 by Steve French · 4 years, 5 months ago
  45. fbfd0b4 smb3.1.1: add new module load parm require_gcm_256 by Steve French · 4 years, 6 months ago
  46. 330857a5 cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCES by Stefan Metzmacher · 5 years ago
  47. 6829554 SMB3.1.1: add defines for new signing negotiate context by Steve French · 4 years, 5 months ago
  48. c6cc4c5 cifs: handle -EINTR in cifs_setattr by Ronnie Sahlberg · 4 years, 5 months ago
  49. 8e670f7 Handle STATUS_IO_TIMEOUT gracefully by Rohith Surabattula · 4 years, 6 months ago
  50. d1542cf cifs: compute full_path already in cifs_readdir() by Ronnie Sahlberg · 4 years, 5 months ago
  51. 9e81e8f cifs: return cached_fid from open_shroot by Ronnie Sahlberg · 4 years, 5 months ago
  52. 3984bdc update structure definitions from updated protocol documentation by Steve French · 4 years, 5 months ago
  53. 119e489 smb3: add defines for new crypto algorithms by Steve French · 5 years ago
  54. 57c1760 Convert trailing spaces and periods in path components by Boris Protopopov · 4 years, 6 months ago
  55. 64b7f67 cifs: Fix incomplete memory allocation on setxattr path by Vladimir Zapolskiy · 4 years, 5 months ago
  56. 01ec372 cifs: fix DFS mount with cifsacl/modefromsid by Ronnie Sahlberg · 4 years, 6 months ago
  57. 3edd8db Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 6 months ago
  58. e183785 cifs: fix check of tcon dfs in smb1 by Paulo Alcantara · 4 years, 7 months ago
  59. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
  60. 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
  61. c8c412f SMB3: Fix mkdir when idsfromsid configured on mount by Steve French · 4 years, 7 months ago
  62. 30b5ae2 cifs: Convert to use the fallthrough macro by Miaohe Lin · 4 years, 7 months ago
  63. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  64. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 7 months ago
  65. 20b135e cifs: Fix an error pointer dereference in cifs_mount() by Dan Carpenter · 4 years, 7 months ago
  66. 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
  67. 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  68. 7efd081 cifs: document and cleanup dfs mount by Paulo Alcantara · 4 years, 8 months ago
  69. 11375a5 cifs: only update prefix path of DFS links in cifs_tree_connect() by Paulo Alcantara · 4 years, 8 months ago
  70. c6a80e1 cifs: fix double free error on share and prefix by Colin Ian King · 4 years, 7 months ago
  71. 7548e1d cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect by Paulo Alcantara · 4 years, 8 months ago
  72. a529303 cifs: handle empty list of targets in cifs_reconnect() by Paulo Alcantara · 4 years, 8 months ago
  73. 7d397a0 cifs: rename reconn_inval_dfs_target() by Paulo Alcantara · 4 years, 8 months ago
  74. 2e5de42 cifs: reduce number of referral requests in DFS link lookups by Paulo Alcantara · 4 years, 8 months ago
  75. 565674d cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect() by Stefan Metzmacher · 4 years, 8 months ago
  76. 1a0e7f7 cifs: convert to use be32_add_cpu() by Qinglang Miao · 4 years, 8 months ago
  77. a03f507 cifs: delete duplicated words in header files by Randy Dunlap · 4 years, 8 months ago
  78. 60e5e4b cifs: Remove the superfluous break by Liao Pingfang · 4 years, 8 months ago
  79. 8e408fc cifs: smb1: Try failing back to SetFileInfo if SetPathInfo fails by Ronnie Sahlberg · 4 years, 8 months ago
  80. a3713ec cifs`: handle ERRBaduid for SMB1 by Roberto Bergantinos Corpas · 4 years, 8 months ago
  81. 66a4bbc cifs: remove unused variable 'server' by Wei Yongjun · 4 years, 8 months ago
  82. 0a01894 smb3: warn on confusing error scenario with sec=krb5 by Steve French · 4 years, 8 months ago
  83. baf57b5 cifs: Fix leak when handling lease break for cached root fid by Paul Aurich · 4 years, 8 months ago
  84. 0e67051 Revert "cifs: Fix the target file was deleted when rename failed." by Steve French · 4 years, 8 months ago
  85. a8dab63 cifs: update internal module version number by Steve French · 4 years, 8 months ago
  86. a77592a cifs: fix reference leak for tlink by Ronnie Sahlberg · 4 years, 8 months ago
  87. 8668115 smb3: fix unneeded error message on change notify by Steve French · 4 years, 8 months ago
  88. 2e98c018 cifs: remove the retry in cifs_poxis_lock_set by yangerkun · 4 years, 8 months ago
  89. 4ef9b4f smb3: fix access denied on change notify request to some servers by Steve French · 4 years, 8 months ago
  90. cba22b1 Replace HTTP links with HTTPS ones: CIFS by Alexander A. Klimov · 4 years, 9 months ago
  91. 19e8886 cifs: prevent truncation from long to int in wait_for_free_credits by Ronnie Sahlberg · 4 years, 8 months ago
  92. 9ffad92 cifs: Fix the target file was deleted when rename failed. by Zhang Xiaoxu · 4 years, 9 months ago
  93. 5391b8e SMB3: Honor 'posix' flag for multiuser mounts by Paul Aurich · 4 years, 9 months ago
  94. 6b356f6c SMB3: Honor 'handletimeout' flag for multiuser mounts by Paul Aurich · 4 years, 9 months ago
  95. ad35f16 SMB3: Honor lease disabling for multiuser mounts by Paul Aurich · 4 years, 9 months ago
  96. 00dfbc2 SMB3: Honor persistent/resilient handle flags for multiuser mounts by Paul Aurich · 4 years, 9 months ago
  97. cc15461 SMB3: Honor 'seal' flag for multiuser mounts by Paul Aurich · 4 years, 9 months ago
  98. aadd69ca cifs: Display local UID details for SMB sessions in DebugData by Paul Aurich · 4 years, 9 months ago
  99. bf1028a cifs: misc: Use array_size() in if-statement controlling expression by Gustavo A. R. Silva · 4 years, 9 months ago
  100. 5618303 cifs: update ctime and mtime during truncate by Zhang Xiaoxu · 4 years, 9 months ago