1. 567320c smb: client: fix potential OOB in smb2_dump_detail() by Paulo Alcantara · 1 year, 2 months ago
  2. 90d025c smb: client: fix NULL deref in asn1_ber_decoder() by Paulo Alcantara · 1 year, 3 months ago
  3. e6322fd smb: client: fix potential deadlock when releasing mids by Paulo Alcantara · 1 year, 4 months ago
  4. b3773b1 SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion by Steve French · 1 year, 6 months ago
  5. 38c8a9a smb: move client and server files to common directory fs/smb by Steve French · 1 year, 10 months ago[Renamed from fs/cifs/smb2misc.c]
  6. eb3e28c smb3: Replace smb2pdu 1-element arrays with flex-arrays by Kees Cook · 2 years ago
  7. 23d9b9b cifs: avoid unnecessary iteration of tcp sessions by Shyam Prasad N · 2 years, 4 months ago
  8. 8abcaea cifs: always iterate smb sessions using primary channel by Shyam Prasad N · 2 years, 4 months ago
  9. d717362 cifs: use ALIGN() and round_up() macros by Enzo Matsumiya · 2 years, 5 months ago
  10. 1f3d547 cifs: secmech: use shash_desc directly, remove sdesc by Enzo Matsumiya · 2 years, 5 months ago
  11. 68ed144 cifs: remove unused server parameter from calc_smb_size() by Enzo Matsumiya · 2 years, 7 months ago
  12. 05b98fd cifs: Move cached-dir functions into a separate file by Ronnie Sahlberg · 2 years, 7 months ago
  13. da38478 smb2: small refactor in smb2_check_message() by Enzo Matsumiya · 2 years, 8 months ago
  14. 0f46608 cifs: remove unnecessary type castings by Yu Zhe · 2 years, 8 months ago
  15. 35a2b53 smb3: add trace point for oplock not found by Steve French · 2 years, 10 months ago
  16. fb253d5 smb3: add trace point for lease not found issue by Steve French · 2 years, 10 months ago
  17. 71081e7 cifs: print TIDs as hex by Enzo Matsumiya · 2 years, 10 months ago
  18. 00c796e cifs: remove check of list iterator against head past the loop body by Jakob Koschel · 3 years ago
  19. 113be37 [smb3] move more common protocol header definitions to smbfs_common by Steve French · 3 years ago
  20. 351a59d cifs: fix bad fids sent over wire by Paulo Alcantara · 3 years ago
  21. 3ac5f2f cifs: Fix smb311_update_preauth_hash() kernel-doc comment by Yang Li · 3 years, 2 months ago
  22. f486ef8 cifs: use the chans_need_reconnect bitmap for reconnect status by Shyam Prasad N · 3 years, 8 months ago
  23. c462870 cifs: Move SMB2_Create definitions to the shared area by Ronnie Sahlberg · 3 years, 6 months ago
  24. 0d35e38 cifs: Create a new shared file holding smb2 pdu definitions by Ronnie Sahlberg · 3 years, 4 months ago
  25. 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 6 months ago
  26. 1689b0b cifs: fix NULL dereference in smb2_check_message() by Dan Carpenter · 3 years, 8 months ago
  27. 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 9 months ago
  28. 647f592 cifs: convert list_for_each to entry variant in smb2misc.c by Baokun Li · 3 years, 9 months ago
  29. ed20f54 cifs: add a timestamp to track when the lease of the cached dir was taken by Ronnie Sahlberg · 4 years ago
  30. 219481a cifs: Silently ignore unknown oplock break handle by Vincent Whitchurch · 4 years ago
  31. 04ad69c cifs: do not send close in compound create+close requests by Paulo Alcantara · 4 years ago
  32. bf1bc694 cifs: print MIDs in decimal notation by Paulo Alcantara · 4 years ago
  33. 607dfc7 cifs: remove various function description warnings by Steve French · 4 years, 3 months ago
  34. 145024e SMB3.1.1: update comments clarifying SPNEGO info in negprot response by Steve French · 4 years, 3 months ago
  35. bc7c412 SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rsp by Steve French · 4 years, 3 months ago
  36. baf57b5 cifs: Fix leak when handling lease break for cached root fid by Paul Aurich · 4 years, 8 months ago
  37. 8668115 smb3: fix unneeded error message on change notify by Steve French · 4 years, 8 months ago
  38. a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 11 months ago
  39. e79b033 cifs: ignore cached share root handle closing errors by Aurelien Aptel · 5 years ago
  40. 0a5a988 cifs: Fix memory allocation in __smb2_handle_cancelled_cmd() by Paulo Alcantara (SUSE) · 5 years ago
  41. 9bd4540 CIFS: Properly process SMB3 lease breaks by Pavel Shilovsky · 5 years ago
  42. d70e9fa cifs: try opening channels after mounting by Aurelien Aptel · 5 years ago
  43. fa9c236 CIFS: Fix SMB2 oplock break processing by Pavel Shilovsky · 5 years ago
  44. 87bc237 smb3: add debug messages for closing unmatched open by Ronnie Sahlberg · 5 years ago
  45. 9150c3a CIFS: Close open handle after interrupted close by Pavel Shilovsky · 5 years ago
  46. 037d050 smb3: remove confusing dmesg when mounting with encryption ("seal") by Steve French · 5 years ago
  47. b98749c CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 6 years ago
  48. 7b9b9ed CIFS: Do not reset lease state to NONE on lease break by Pavel Shilovsky · 6 years ago
  49. eca0045 cifs: add credits from unmatched responses/messages by Ronnie Sahlberg · 6 years ago
  50. 2e5700b smb3: add credits we receive from oplock/break PDUs by Ronnie Sahlberg · 6 years ago
  51. 25f2573 smb3: minor debugging clarifications in rfc1001 len processing by Steve French · 7 years ago
  52. e6c47dd cifs: check if SMB2 PDU size has been padded and suppress the warning by Ronnie Sahlberg · 7 years ago
  53. 0fdfef9 smb3: simplify code by removing CONFIG_CIFS_SMB311 by Steve French · 7 years ago
  54. d819d29 smb3: fix corrupt path in subdirs on smb311 with posix by Steve French · 7 years ago
  55. a93864d cifs: add lease tracking to the cached root fid by Ronnie Sahlberg · 7 years ago
  56. 8ddecf5 CIFS: Fix NULL ptr deref by Aurelien Aptel · 7 years ago
  57. 8ce79ec cifs: update multiplex loop to handle compounded responses by Ronnie Sahlberg · 7 years ago
  58. 1fc6ad2 cifs: remove header_preamble_size where it is always 0 by Ronnie Sahlberg · 7 years ago
  59. 49f466b cifs: remove struct smb2_hdr by Ronnie Sahlberg · 7 years ago
  60. e4dc31f cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argument by Ronnie Sahlberg · 7 years ago
  61. 84f0cbf cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdr by Ronnie Sahlberg · 7 years ago
  62. 0d5a288 cifs: remove struct smb2_oplock_break_rsp by Ronnie Sahlberg · 7 years ago
  63. ce558b0 smb3: Add posix create context for smb3.11 posix mounts by Steve French · 7 years ago
  64. 98170fb cifs: update smb2_check_message to handle PDUs without a 4 byte length header by Ronnie Sahlberg · 7 years ago
  65. 9ec672b cifs: update calc_size to take a server argument by Ronnie Sahlberg · 7 years ago
  66. 0d4b46b smb3.11: replace a 4 with server->vals->header_preamble_size by Steve French · 7 years ago
  67. 136ff1b SMB3: Fix length checking of SMB3.11 negotiate request by Steve French · 7 years ago
  68. 6c4ba31 cifs: fix sparse warning on previous patch in a few printks by Steve French · 7 years ago
  69. 93012bf cifs: add server->vals->header_preamble_size by Ronnie Sahlberg · 7 years ago
  70. 8bd68c6 CIFS: implement v3.11 preauth integrity by Aurelien Aptel · 7 years ago
  71. 21ad948 cifs: remove rfc1002 header from smb2_oplock_break we get from server by Ronnie Sahlberg · 7 years ago
  72. 3998e6b8 CIFS: fix oplock break deadlocks by Rabin Vincent · 8 years ago
  73. 38bd490 Handle mismatched open calls by Sachin Prabhu · 8 years ago
  74. 31473fc CIFS: Separate SMB2 header structure by Pavel Shilovsky · 8 years ago
  75. 3afca26 Clarify locking of cifs file and tcon structures and make more granular by Steve French · 8 years ago
  76. 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
  77. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  78. 064bcc0 Fix coverity warning by Steve French · 10 years ago
  79. 9235d09 Convert MessageID in smb2_hdr to LE by Sachin Prabhu · 10 years ago
  80. bc09d14 fs/cifs: remove obsolete __constant by Fabian Frederick · 10 years ago
  81. a4153cb Allow conversion of characters in Mac remap range (part 2) by Steve French · 10 years ago
  82. 754789a [CIFS] Workaround MacOS server problem with SMB2.1 write response by Steve French · 11 years ago
  83. 59b04c5 [CIFS] Fix incorrect hex vs. decimal in some debug print statements by Steve French · 11 years ago
  84. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 11 years ago
  85. 42873b0 CIFS: Respect epoch value from create lease context v2 by Pavel Shilovsky · 11 years ago
  86. 53ef101 CIFS: Store lease state itself rather than a mapped oplock value by Pavel Shilovsky · 11 years ago
  87. 18cceb6 CIFS: Replace clientCanCache* bools with an integer by Pavel Shilovsky · 11 years ago
  88. 933d4b3 CIFS: Fix missing lease break by Pavel Shilovsky · 11 years ago
  89. 1a05096 CIFS: Fix a memory leak when a lease break comes by Pavel Shilovsky · 11 years ago
  90. b42bf88 CIFS: Implement follow_link for SMB2 by Pavel Shilovsky · 12 years ago
  91. 4a72daf SMB2 FSCTL and IOCTL worker function by Steve French · 12 years ago
  92. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 12 years ago
  93. 12e8a20 Trivial endian fixes by Steve French · 12 years ago
  94. 233839b CIFS: Fix fast lease break after open problem by Pavel Shilovsky · 12 years ago
  95. 0822f51 CIFS: Add SMB2.1 lease break support by Pavel Shilovsky · 12 years ago
  96. 983c88a CIFS: Add oplock break support for SMB2 by Pavel Shilovsky · 12 years ago
  97. d324f08d CIFS: Add readdir support for SMB2 by Pavel Shilovsky · 12 years ago
  98. 09a4707 CIFS: Add SMB2 support for cifs_iovec_read by Pavel Shilovsky · 12 years ago
  99. 7411286 CIFS: Fix log messages in packet checking for SMB2 by Pavel Shilovsky · 13 years ago
  100. be4cb9e3 CIFS: Query SMB2 inode info by Pavel Shilovsky · 13 years ago