1. 36a3219 cifs: Fix NULL pointer dereference of devname by Yao Liu · 6 years ago
  2. c0be624 cifs: Always resolve hostname before reconnecting by Paulo Alcantara · 6 years ago
  3. 779c65b CIFS: Do not reconnect TCP session in add_credits() by Pavel Shilovsky · 6 years ago
  4. 7af929d smb3: fix lease break problem introduced by compounding by Steve French · 6 years ago
  5. ddf83af cifs: add a warning if we try to to dequeue a deleted mid by Ronnie Sahlberg · 6 years ago
  6. 395a207 cifs: connect to servername instead of IP for IPC$ share by Thomas Werschlein · 6 years ago
  7. b24df3e cifs: update receive_encrypted_standard to handle compounded responses by Ronnie Sahlberg · 6 years ago
  8. bf1fdeb smb3: add reconnect tracepoints by Steve French · 6 years ago
  9. 0fdfef9 smb3: simplify code by removing CONFIG_CIFS_SMB311 by Steve French · 6 years ago
  10. 7420451 cifs: allow disabling insecure dialects in the config by Steve French · 6 years ago
  11. 8505c8b smb3: if server does not support posix do not allow posix mount option by Steve French · 6 years ago
  12. 696e420 cifs: Fix use after free of a mid_q_entry by Lars Persson · 6 years ago
  13. e229243 CIFS: move default port definitions to cifsglob.h by Aurelien Aptel · 6 years ago
  14. 2fbb564 smb3: note that smb3.11 posix extensions mount option is experimental by Steve French · 6 years ago
  15. c7c137b smb3: do not allow insecure cifs mounts when using smb3 by Steve French · 6 years ago
  16. 8ddecf5 CIFS: Fix NULL ptr deref by Aurelien Aptel · 6 years ago
  17. 1dbe346 CIFS: Use offset when reading pages by Long Li · 6 years ago
  18. 8ce79ec cifs: update multiplex loop to handle compounded responses by Ronnie Sahlberg · 6 years ago
  19. 977b617 cifs: remove rfc1002 header from all SMB2 response structures by Ronnie Sahlberg · 6 years ago
  20. ce558b0 smb3: Add posix create context for smb3.11 posix mounts by Steve French · 6 years ago
  21. b326614 smb3: allow "posix" mount option to enable new SMB311 protocol extensions by Steve French · 6 years ago
  22. f92a720 cifs: allow disabling less secure legacy dialects by Steve French · 6 years ago
  23. 71992e62 cifs: fix build break when CONFIG_CIFS_DEBUG2 enabled by Steve French · 6 years ago
  24. 3d4ef9a smb3: fix redundant opens on root by Steve French · 6 years ago
  25. f7c4396 cifs: smbd: Enable signing with smbdirect by Long Li · 6 years ago
  26. 23657ad SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tcon by Steve French · 6 years ago
  27. e19b2bc cifs: add resp_buf_size to the mid_q_entry structure by Ronnie Sahlberg · 7 years ago
  28. 2e96467 cifs: add pdu_size to the TCP_Server_Info structure by Ronnie Sahlberg · 7 years ago
  29. 93012bf cifs: add server->vals->header_preamble_size by Ronnie Sahlberg · 7 years ago
  30. 2a18287 Don't log confusing message on reconnect by default by Steve French · 7 years ago
  31. 4a1360d CIFS: document tcon/ses/server refcount dance by Aurelien Aptel · 7 years ago
  32. 97f4b72 CIFS: zero sensitive data when freeing by Aurelien Aptel · 7 years ago
  33. b327a71 CIFS: make IPC a regular tcon by Aurelien Aptel · 7 years ago
  34. 37e12f5 cifs: remove redundant duplicated assignment of pointer 'node' by Colin Ian King · 7 years ago
  35. 8801e90 CIFS: SMBD: Disable signing on SMB direct transport by Long Li · 7 years ago
  36. 2fef137 CIFS: SMBD: Upper layer receives data via RDMA receive by Long Li · 7 years ago
  37. bce9ce7 CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount by Long Li · 7 years ago
  38. 781a805 CIFS: SMBD: Upper layer reconnects to SMB Direct session by Long Li · 7 years ago
  39. 2f89464 CIFS: SMBD: Upper layer connects to SMBDirect session by Long Li · 7 years ago
  40. 8339dd3 CIFS: SMBD: Add rdma mount option by Long Li · 7 years ago
  41. f5c4ba8 cifs: release auth_key.response for reconnect. by Shu Wang · 7 years ago
  42. 9764c02 SMB3: Add support for multidialect negotiate (SMB2.1 and later) by Steve French · 7 years ago
  43. 76e7527 cifs: Check for timeout on Negotiate stage by Samuel Cabrero · 7 years ago
  44. 7e682f7 Fix warning messages when mounting to older servers by Steve French · 7 years ago
  45. eef914a [SMB3] Improve security, move default dialect to SMB3 from old CIFS by Steve French · 7 years ago
  46. 2a38e12 [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred by Steve French · 7 years ago
  47. 511c54a CIFS: Reconnect expired SMB sessions by Pavel Shilovsky · 7 years ago
  48. fe7a719 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  49. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  50. 29bb315 cifs: fix IPv6 link local, with scope id, address parsing by Daniel N Pettersson · 7 years ago
  51. 6fd4e7f Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  52. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  53. cd8c429 Fix match_prepath() by Sachin Prabhu · 7 years ago
  54. 851ea08 cifs: Convert to separately allocated bdi by Jan Kara · 7 years ago
  55. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  56. 40920c2 CIFS: handle guest access errors to Windows shares by Mark Syms · 8 years ago
  57. 38bd490 Handle mismatched open calls by Sachin Prabhu · 8 years ago
  58. c6e970a net: break include loop netdevice.h, dsa.h, devlink.h by Andrew Lunn · 8 years ago
  59. 0a040b2 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  60. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  61. ef65aae smb2: Enforce sec= mount option by Sachin Prabhu · 8 years ago
  62. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  63. 0837e49 KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() by David Howells · 8 years ago
  64. ae6f8dd CIFS: Allow to switch on encryption with seal mount option by Pavel Shilovsky · 8 years ago
  65. 4326ed2 CIFS: Decrypt and process small encrypted packets by Pavel Shilovsky · 8 years ago
  66. 9bb17e0 CIFS: Add transform header handling callbacks by Pavel Shilovsky · 8 years ago
  67. 026e93d CIFS: Encrypt SMB3 requests before sending by Pavel Shilovsky · 8 years ago
  68. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  69. 1dd5c6b Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  70. 374402a cifs_get_root shouldn't use path with tree name by Sachin Prabhu · 8 years ago
  71. 3956644 Fix default behaviour for empty domains and add domainauto option by Germano Percossi · 8 years ago
  72. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  73. 53e0e11 CIFS: Fix a possible memory corruption during reconnect by Pavel Shilovsky · 8 years ago
  74. 8b217fe SMB3: parsing for new snapshot timestamp mount parm by Steve French · 8 years ago
  75. b8c6001 Call echo service immediately after socket reconnect by Sachin Prabhu · 8 years ago
  76. 2f8b544 block,fs: untangle fs.h and blk_types.h by Christoph Hellwig · 8 years ago
  77. 9593265 CIFS: Add new mount option to set owner uid and gid from special sids in acl by Steve French · 8 years ago
  78. 141891f SMB3: Add mount parameter to allow user to override max credits by Steve French · 8 years ago
  79. d171356 Fix regression which breaks DFS mounting by Sachin Prabhu · 8 years ago
  80. fa70b87 SMB3: GUIDs should be constructed as random but valid uuids by Steve French · 8 years ago
  81. c1d8b24 Compare prepaths when comparing superblocks by Sachin Prabhu · 8 years ago
  82. 4214ebf Fix memory leaks in cifs_do_mount() by Sachin Prabhu · 8 years ago
  83. a6b5058 fs/cifs: make share unaccessible at root level mountable by Aurelien Aptel · 8 years ago
  84. b782fcc cifs: unbreak TCP session reuse by Rabin Vincent · 8 years ago
  85. 4fcd181 Fix reconnect to not defer smb3 session reconnect long after socket reconnect by Steve French · 8 years ago
  86. 442c9ac Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  87. 8908c94 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  88. 11e3164 cifs: remove any preceding delimiter from prefix_path by Sachin Prabhu · 9 years ago
  89. fafc4e1 sock: tigthen lockdep checks for sock_owned_by_user by Hannes Frederic Sowa · 9 years ago
  90. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  91. 7133566 cifs: don't bother with kmap on read_pages side by Al Viro · 9 years ago
  92. 09aab88 cifs: no need to wank with copying and advancing iovec on recvmsg side either by Al Viro · 9 years ago
  93. 997152f cifs: remove redundant check for null string pointer by Colin Ian King · 9 years ago
  94. 820962d cifs: fix race between call_async() and reconnect() by Rabin Vincent · 9 years ago
  95. 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
  96. adfeb3e cifs: Make echo interval tunable by Steve French · 9 years ago
  97. 275516c Print IP address of unresponsive server by Arnd Hannemann · 9 years ago
  98. f3996e6 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  99. 592fafe Add resilienthandles mount parm by Steve French · 9 years ago
  100. b618f00 [SMB3] Enable checking for continuous availability and persistent handle support by Steve French · 9 years ago