1. d3b331f cifs: fix workstation_name for multiuser mounts by Ryan Bair · 3 years ago
  2. 52d0053 smb3: send NTLMSSP version information by Steve French · 3 years ago
  3. ba978e8 cifs: cifs_ses_mark_for_reconnect should also update reconnect bits by Shyam Prasad N · 3 years ago
  4. c1604da cifs: make status checks in version independent callers by Shyam Prasad N · 3 years ago
  5. 88b024f cifs: protect all accesses to chan_* with chan_lock by Shyam Prasad N · 3 years, 1 month ago
  6. a05885c cifs: fix the connection state transitions with multichannel by Shyam Prasad N · 3 years, 1 month ago
  7. 74ce613 cifs: clean up an inconsistent indenting by Yang Li · 3 years ago
  8. e3548aa cifs: free ntlmsspblob allocated in negotiate by Shyam Prasad N · 3 years ago
  9. 73f9bfb cifs: maintain a state machine for tcp/smb/tcon sessions by Shyam Prasad N · 3 years, 5 months ago
  10. 080dc5e cifs: take cifs_tcp_ses_lock for status checks by Shyam Prasad N · 3 years, 5 months ago
  11. 2e0fa29 cifs: add WARN_ON for when chan_count goes below minimum by Shyam Prasad N · 3 years, 5 months ago
  12. f486ef8 cifs: use the chans_need_reconnect bitmap for reconnect status by Shyam Prasad N · 3 years, 5 months ago
  13. d1a931c cifs: track individual channel status using chans_need_reconnect by Shyam Prasad N · 3 years, 5 months ago
  14. 9de0737 cifs: fix ntlmssp auth when there is no key exchange by Paulo Alcantara · 3 years, 1 month ago
  15. 5112d80 cifs: populate server_hostname for extra channels by Shyam Prasad N · 3 years, 1 month ago
  16. 8ae87bb cifs: introduce cifs_ses_mark_for_reconnect() helper by Paulo Alcantara · 3 years, 1 month ago
  17. 0226487 cifs: move debug print out of spinlock by Steve French · 3 years, 1 month ago
  18. 0f2b305 cifs: connect individual channel servers to primary channel server by Shyam Prasad N · 3 years, 5 months ago
  19. 724244c cifs: protect session channel fields with chan_lock by Shyam Prasad N · 3 years, 5 months ago
  20. 49bd49f cifs: send workstation name during ntlmssp session setup by Shyam Prasad N · 3 years, 2 months ago
  21. 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 3 months ago
  22. 76a3c92 cifs: remove support for NTLM and weaker authentication algorithms by Ronnie Sahlberg · 3 years, 4 months ago
  23. d72c741 cifs: fix wrong release in sess_alloc_buffer() failed path by Ding Hui · 3 years, 4 months ago
  24. 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 6 months ago
  25. 5e53895 cifs: fix ipv6 formating in cifs_ses_add_channel by Aurelien Aptel · 3 years, 7 months ago
  26. 9c2dc11 smb3: do not attempt multichannel to server which does not support it by Steve French · 3 years, 8 months ago
  27. a249cc8 cifs: fix credit accounting for extra channel by Aurelien Aptel · 3 years, 10 months ago
  28. b438fcf cifs: change confusing field serverName (to ip_addr) by Steve French · 3 years, 10 months ago
  29. 387ec58 cifs: simplify handling of cifs_sb/ctx->local_nls by Ronnie Sahlberg · 4 years ago
  30. 24e0a1e cifs: switch to new mount api by Ronnie Sahlberg · 4 years, 1 month ago
  31. 3fa1c6d cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h by Ronnie Sahlberg · 4 years, 1 month ago
  32. 21ac58f cifs: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  33. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  34. 1a0e7f7 cifs: convert to use be32_add_cpu() by Qinglang Miao · 4 years, 5 months ago
  35. 60e5e4b cifs: Remove the superfluous break by Liao Pingfang · 4 years, 6 months ago
  36. 2f58967 cifs: multichannel: try to rebind when reconnecting a channel by Aurelien Aptel · 4 years, 8 months ago
  37. 8eec795 cifs: multichannel: use pointer for binding channel by Aurelien Aptel · 4 years, 8 months ago
  38. bbbf9ea cifs: fix minor typos in comments and log messages by Steve French · 4 years, 7 months ago
  39. a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
  40. 343a1b7 cifs: make multichannel warning more visible by Aurelien Aptel · 5 years ago
  41. 9a7d5a9 cifs: fix possible uninitialized access and race on iface_list by Aurelien Aptel · 5 years ago
  42. 3345bb4 cifs: Fix lookup of SMB connections on multichannel by Paulo Alcantara (SUSE) · 5 years ago
  43. 65a37a3 cifs: try harder to open new channels by Aurelien Aptel · 5 years ago
  44. d70e9fa cifs: try opening channels after mounting by Aurelien Aptel · 5 years ago
  45. f6a6bf7 cifs: switch servers depending on binding state by Aurelien Aptel · 5 years ago
  46. 8559ad8 fs/cifs/sess.c: Remove set but not used variable 'capabilities' by zhengbin · 5 years ago
  47. 340625e cifs: replace various strncpy with strscpy and similar by Ronnie Sahlberg · 5 years ago
  48. 0f57451 cifs: remove set but not used variable 'smb_buf' by YueHaibing · 6 years ago
  49. 07fa601 cifs: suppress some implicit-fallthrough warnings by Gustavo A. R. Silva · 6 years ago
  50. 126c97f cifs: check kmalloc before use by Nicholas Mc Guire · 6 years ago
  51. ef65aae smb2: Enforce sec= mount option by Sachin Prabhu · 8 years ago
  52. cabfb36 CIFS: Enable encryption during session setup phase by Pavel Shilovsky · 8 years ago
  53. da502f7 CIFS: Make SendReceive2() takes resp iov by Pavel Shilovsky · 8 years ago
  54. a6b6bef cifs: check hash calculating succeeded by Luis de Bethencourt · 9 years ago
  55. b8da344 cifs: dynamic allocation of ntlmssp blob by Jerome Marchand · 9 years ago
  56. 202d772 cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain name by Jerome Marchand · 9 years ago
  57. 1a967d6 fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication by Stefan Metzmacher · 9 years ago
  58. 777f69b fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication by Stefan Metzmacher · 9 years ago
  59. fa8f3a3 fs/cifs: correctly to anonymous authentication for the LANMAN authentication by Stefan Metzmacher · 9 years ago
  60. cfda35d fs/cifs: correctly to anonymous authentication via NTLMSSP by Stefan Metzmacher · 9 years ago
  61. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  62. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  63. bc09d14 fs/cifs: remove obsolete __constant by Fabian Frederick · 10 years ago
  64. ee9bbf4 Set UID in sess_auth_rawntlmssp_authenticate too by Sachin Prabhu · 10 years ago
  65. 116ae5e cifs: remove dead code by Arnd Bergmann · 10 years ago
  66. 27b7edc cifs: fix a possible null pointer deref in decode_ascii_ssetup by Namjae Jeon · 10 years ago
  67. 2792407 Remove sparse build warning by Steve French · 10 years ago
  68. cc87c47 cifs: Separate rawntlmssp auth from CIFS_SessSetup() by Sachin Prabhu · 11 years ago
  69. ee03c64 cifs: Split Kerberos authentication off CIFS_SessSetup() by Sachin Prabhu · 11 years ago
  70. 583cf7a cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup() by Sachin Prabhu · 11 years ago
  71. 80a0e63 cifs: Split lanman auth from CIFS_SessSetup() by Sachin Prabhu · 11 years ago
  72. dde2356 cifs: Allow LANMAN auth method for servers supporting unencapsulated authentication methods by Sachin Prabhu · 11 years ago
  73. 9ae6cf6 cifs: stop trying to use virtual circuits by Jeff Layton · 11 years ago
  74. 5c234aa cifs: Add a variable specific to NTLMSSP for key exchange. by Shirish Pargaonkar · 11 years ago
  75. d4e63bd cifs: Process post session setup code in respective dialect functions. by Shirish Pargaonkar · 11 years ago
  76. 8c3a2b4 cifs: Move string length definitions to uapi by Scott Lovenberg · 11 years ago
  77. 057d633 cifs: extend the buffer length enought for sprintf() using by Chen Gang · 11 years ago
  78. 3f61822 move sectype to the cifs_ses instead of TCP_Server_Info by Jeff Layton · 12 years ago
  79. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 12 years ago
  80. 281e2e7 cifs: remove the cifs_ses->flags field by Jeff Layton · 12 years ago
  81. 3534b85 cifs: throw a warning if negotiate or sess_setup ops are passed NULL server or session pointers by Jeff Layton · 12 years ago
  82. 7d06645 cifs: make decode_ascii_ssetup void return by Jeff Layton · 12 years ago
  83. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 12 years ago
  84. f7f7c18 fs: cifs: use kmemdup instead of kmalloc + memcpy by Silviu-Mihai Popescu · 12 years ago
  85. f065fd0 CIFS: Fix possible freed pointer dereference in CIFS_SessSetup by Pavel Shilovsky · 12 years ago
  86. 5478f9b CIFS: Add session setup/logoff capability for SMB2 by Pavel Shilovsky · 13 years ago
  87. 58c45c5 CIFS: Move protocol specific session setup/logoff code to ops struct by Pavel Shilovsky · 13 years ago
  88. 286170a CIFS: Move protocol specific negotiate code to ops struct by Pavel Shilovsky · 13 years ago
  89. 00401ff cifs: after upcalling for krb5 creds, invalidate key rather than revoking it by Jeff Layton · 12 years ago
  90. de47a41 cifs: Fix oops in session setup code for null user mounts by Shirish Pargaonkar · 13 years ago
  91. 4991a5f cifs: check offset in decode_ntlmssp_challenge() by Dan Carpenter · 13 years ago
  92. acbbb76 CIFS: Rename *UCS* functions to *UTF16* by Steve French · 13 years ago
  93. 9ef5992 cifs: Assume passwords are encoded according to iocharset (try #2) by Shirish Pargaonkar · 13 years ago
  94. c974bef cifs: untangle server->maxBuf and CIFSMaxBufSize by Jeff Layton · 13 years ago
  95. fc05a78 Revert "cifs: advertise the right receive buffer size to the server" by Steve French · 13 years ago
  96. c4d3396 cifs: advertise the right receive buffer size to the server by Jeff Layton · 13 years ago
  97. 62411ab cifs: Fix signing failure when server mandates signing for NTLMSSP by Shirish Pargaonkar · 13 years ago
  98. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 14 years ago
  99. 820a803 cifs: keep BCC in little-endian format by Jeff Layton · 14 years ago
  100. be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 14 years ago