1. f486ef8 cifs: use the chans_need_reconnect bitmap for reconnect status by Shyam Prasad N · 3 years, 5 months ago
  2. 0d35e38 cifs: Create a new shared file holding smb2 pdu definitions by Ronnie Sahlberg · 3 years, 2 months ago
  3. 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 4 months ago
  4. 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 6 months ago
  5. f275652 cifs: remove duplicated prototype by Steve French · 3 years, 7 months ago
  6. 6ef4e9c cifs: add a function to get a cached dir based on its dentry by Ronnie Sahlberg · 3 years, 10 months ago
  7. 45c0f1a cifs: rename the *_shroot* functions to *_cached_dir* by Ronnie Sahlberg · 3 years, 10 months ago
  8. e6eb195 cifs: pass a path to open_shroot and check if it is the root or not by Ronnie Sahlberg · 3 years, 10 months ago
  9. 04ad69c cifs: do not send close in compound create+close requests by Paulo Alcantara · 3 years, 10 months ago
  10. 3970acf SMB3: Add support for getting and setting SACLs by Boris Protopopov · 4 years ago
  11. 2e4564b smb3: add support for stat of WSL reparse points for special file types by Steve French · 4 years, 2 months ago
  12. 9e81e8f cifs: return cached_fid from open_shroot by Ronnie Sahlberg · 4 years, 3 months ago
  13. b1bc187 smb311: Add support for SMB311 query info (non-compounded) by Steve French · 4 years, 7 months ago
  14. 6a5f659 SMB311: Add support for query info using posix extensions (level 100) by Steve French · 4 years, 7 months ago
  15. 352d96f cifs: multichannel: move channel selection above transport layer by Aurelien Aptel · 4 years, 7 months ago
  16. eda1c54 cifs: Allocate crypto structures on the fly for calculating signatures of incoming packets by Long Li · 4 years, 9 months ago
  17. 69dda30 cifs: add SMB2_open() arg to return POSIX data by Aurelien Aptel · 4 years, 10 months ago
  18. 349e13a cifs: add smb2 POSIX info level by Aurelien Aptel · 4 years, 11 months ago
  19. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  20. 0a17799 cifs: prepare SMB2_query_directory to be used with compounding by Ronnie Sahlberg · 5 years ago
  21. d919131 CIFS: Close cached root handle only if it has a lease by Pavel Shilovsky · 5 years ago
  22. 43f8a6a smb3: query attributes on file close by Steve French · 5 years ago
  23. 9e8fae2 smb3: remove unused flag passed into close functions by Steve French · 5 years ago
  24. f780bd3 cifs: add server param by Aurelien Aptel · 5 years ago
  25. 9150c3a CIFS: Close open handle after interrupted close by Pavel Shilovsky · 5 years ago
  26. 52870d5 smb3: cleanup some recent endian errors spotted by updated sparse by Steve French · 5 years ago
  27. c3ca78e smb3: pass mode bits into create calls by Steve French · 5 years ago
  28. 86e14e1 cifs: prepare SMB2_Flush to be usable in compounds by Ronnie Sahlberg · 5 years ago
  29. 89a5bfa smb3: optimize open to not send query file internal info by Steve French · 5 years ago
  30. 153322f smb3: Fix enumerating snapshots to Azure by Steve French · 6 years ago
  31. ccdc77a cifs: add SMB2_ioctl_init/free helpers to be used with compounding by Ronnie Sahlberg · 6 years ago
  32. b0f6df7 cifs: cache FILE_ALL_INFO for the shared root handle by Ronnie Sahlberg · 6 years ago
  33. e77fe73 cifs: we can not use small padding iovs together with encryption by Ronnie Sahlberg · 6 years ago
  34. f9793b6 cifs: change smb2_query_eas to use the compound query-info helper by Ronnie Sahlberg · 6 years ago
  35. 271b9c0 smb3: Fix rmdir compounding regression to strict servers by Ronnie Sahlberg · 6 years ago
  36. f5b05d6 cifs: add IOCTL for QUERY_INFO passthrough to userspace by Ronnie Sahlberg · 6 years ago
  37. bb43551 cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding by Ronnie Sahlberg · 6 years ago
  38. 3764cbd cifs: remove the is_falloc argument to SMB2_set_eof by Ronnie Sahlberg · 6 years ago
  39. dcbf910 cifs: change SMB2_OP_SET_INFO to use compounding by Ronnie Sahlberg · 6 years ago
  40. c2e0fe3 cifs: make rmdir() use compounding by Ronnie Sahlberg · 6 years ago
  41. ba8ca11 cifs: create helpers for SMB2_set_info_init/free() by Ronnie Sahlberg · 6 years ago
  42. c5a5f38 cifs: add a smb2_compound_op and change QUERY_INFO to use it by Ronnie Sahlberg · 6 years ago
  43. 730928c cifs: update smb2_queryfs() to use compounding by Ronnie Sahlberg · 6 years ago
  44. 1eb9fb5 cifs: create SMB2_open_init()/SMB2_open_free() helpers. by Ronnie Sahlberg · 6 years ago
  45. 296ecba cifs: add SMB2_query_info_[init|free]() by Ronnie Sahlberg · 6 years ago
  46. 8eb4ecf cifs: add SMB2_close_init()/SMB2_close_free() by Ronnie Sahlberg · 6 years ago
  47. 9da6ec7 cifs: use a refcount to protect open/closing the cached file handle by Ronnie Sahlberg · 6 years ago
  48. 0fdfef9 smb3: simplify code by removing CONFIG_CIFS_SMB311 by Steve French · 7 years ago
  49. 2d30421 smb3: add support for statfs for smb3.1.1 posix extensions by Steve French · 7 years ago
  50. 81f39f9 cifs: fix SMB1 breakage by Ronnie Sahlberg · 7 years ago
  51. 35e2cc1 cifs: Use correct packet length in SMB2_TRANSFORM header by Paulo Alcantara · 7 years ago
  52. bea851b smb3: Fix mode on mkdir on smb311 mounts by Steve French · 7 years ago
  53. 9d874c3 cifs: fix a buffer leak in smb2_query_symlink by Ronnie Sahlberg · 7 years ago
  54. e4dc31f cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argument by Ronnie Sahlberg · 7 years ago
  55. 97ca176 cifs: add a new SMB2_close_flags function by Ronnie Sahlberg · 7 years ago
  56. 9ec672b cifs: update calc_size to take a server argument by Ronnie Sahlberg · 7 years ago
  57. 3d4ef9a smb3: fix redundant opens on root by Steve French · 7 years ago
  58. 91cb74f cifs: Change SMB2_open to return an iov for the error parameter by Ronnie Sahlberg · 7 years ago
  59. 8bd68c6 CIFS: implement v3.11 preauth integrity by Aurelien Aptel · 7 years ago
  60. 5fcd7f3 CIFS: add sha512 secmech by Aurelien Aptel · 7 years ago
  61. 63a83b8 CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl by Aurelien Aptel · 7 years ago
  62. 7cb3def cifs: handle large EA requests more gracefully in smb2+ by Ronnie Sahlberg · 7 years ago
  63. 5517554 cifs: Add support for writing attributes on SMB2+ by Ronnie Sahlberg · 7 years ago
  64. 95907fe cifs: Add support for reading attributes on SMB2+ by Ronnie Sahlberg · 7 years ago
  65. dac9534 cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsacl mount options by Shirish Pargaonkar · 8 years ago
  66. 42c493c cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount options by Shirish Pargaonkar · 8 years ago
  67. 38bd490 Handle mismatched open calls by Sachin Prabhu · 8 years ago
  68. ef65aae smb2: Enforce sec= mount option by Sachin Prabhu · 8 years ago
  69. 5114662 CIFS: add use_ipc flag to SMB2_ioctl() by Aurelien Aptel · 8 years ago
  70. 4326ed2 CIFS: Decrypt and process small encrypted packets by Pavel Shilovsky · 8 years ago
  71. 026e93d CIFS: Encrypt SMB3 requests before sending by Pavel Shilovsky · 8 years ago
  72. 53e0e11 CIFS: Fix a possible memory corruption during reconnect by Pavel Shilovsky · 8 years ago
  73. 897fba1 remove directory incorrectly tries to set delete on close on non-empty directories by Steve French · 9 years ago
  74. 373512e Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this. by Steve French · 9 years ago
  75. c22870e mfsymlinks support for SMB2.1/SMB3. Part 2 query symlink by Steve French · 10 years ago
  76. 5ab9757 Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlink by Steve French · 10 years ago
  77. f29ebb4 Add worker function to set allocation size by Steve French · 10 years ago
  78. 4a5c80d [CIFS] clean up page array when uncached write send fails by Steve French · 11 years ago
  79. ff1c038 Check SMB3 dialects against downgrade attacks by Steve French · 11 years ago
  80. eb85d94b CIFS: Fix symbolic links usage by Pavel Shilovsky · 11 years ago
  81. 2167114 Query device characteristics at mount time from server on SMB2/3 not just on cifs mounts by Steven French · 11 years ago
  82. 34f6264 Query file system attributes from server on SMB2, not just cifs, mounts by Steve French · 11 years ago
  83. 64a5cfa Allow setting per-file compression via SMB2/3 by Steve French · 11 years ago
  84. 53ef101 CIFS: Store lease state itself rather than a mapped oplock value by Pavel Shilovsky · 11 years ago
  85. b42bf88 CIFS: Implement follow_link for SMB2 by Pavel Shilovsky · 11 years ago
  86. 064f604 CIFS: Make SMB2_open use cifs_open_parms struct by Pavel Shilovsky · 11 years ago
  87. 226730b CIFS: Introduce cifs_open_parms struct by Pavel Shilovsky · 11 years ago
  88. ca81983 CIFS: Respect create_options in smb2_open_file by Pavel Shilovsky · 11 years ago
  89. 4a72daf SMB2 FSCTL and IOCTL worker function by Steve French · 12 years ago
  90. 38107d4 Do not send SMB2 signatures for SMB3 frames by Steve French · 12 years ago
  91. 0822f51 CIFS: Add SMB2.1 lease break support by Pavel Shilovsky · 12 years ago
  92. b140799 CIFS: Use brlock cache for SMB2 by Pavel Shilovsky · 12 years ago
  93. f7ba7fe CIFS: Add brlock support for SMB2 by Pavel Shilovsky · 12 years ago
  94. fec344e cifs: change cifs_call_async to use smb_rqst structs by Jeff Layton · 12 years ago
  95. 0b688cf cifs: change smb2 signing routines to use smb_rqst structs by Jeff Layton · 12 years ago
  96. 6fc05c2 CIFS: Add statfs support for SMB2 by Pavel Shilovsky · 12 years ago
  97. 983c88a CIFS: Add oplock break support for SMB2 by Pavel Shilovsky · 12 years ago
  98. 2e44b28 CIFS: Process oplocks for SMB2 by Pavel Shilovsky · 12 years ago
  99. d324f08d CIFS: Add readdir support for SMB2 by Pavel Shilovsky · 12 years ago
  100. 1feeaac CIFS: Add set_file_info support for SMB2 by Pavel Shilovsky · 12 years ago