1. f78ba73 cifs: fail i/o on soft mounts if sessionsetup errors out by Ronnie Sahlberg · 4 years, 3 months ago
  2. 92225e4 smb3: send CAP_DFS capability during session setup by Steve French · 4 years, 10 months ago
  3. 84bdf5e SMB3: Fix deadlock in validate negotiate hits reconnect by Pavel Shilovsky · 4 years, 10 months ago
  4. 9033b4f CIFS: Do not count -ENODATA as failure for query directory by Pavel Shilovsky · 5 years ago
  5. fe6198c CIFS: fix wrapping bugs in num_entries() by Dan Carpenter · 6 years ago
  6. 7aed5a5 SMB3: Number of requests sent should be displayed for SMB3 not just CIFS by Steve French · 6 years ago
  7. 2c4f6b7 cifs: Fix infinite loop when using hard mount option by Paulo Alcantara · 6 years ago
  8. a6c9a62 smb3: on reconnect set PreviousSessionId field by Steve French · 6 years ago
  9. cfea563 SMB2: Fix share type handling by Christophe JAILLET · 7 years ago
  10. df09b6f CIFS: Enable encryption during session setup phase by Pavel Shilovsky · 8 years ago
  11. fca16f9 SMB3: Validate negotiate request must always be signed by Steve French · 7 years ago
  12. f59eda1 cifs: Fix autonegotiate security settings mismatch by Daniel N Pettersson · 6 years ago
  13. 0e1b85a SMB: Validate negotiate (to protect against downgrade) even if signing off by Steve French · 7 years ago
  14. df1be20 SMB3: Warn user if trying to sign connection that authenticated as guest by Steve French · 7 years ago
  15. f2d395b Fix SMB3.1.1 guest authentication to Samba by Steve French · 7 years ago
  16. 8b05329 cifs: Fix df output for users with quota limits by Sachin Prabhu · 7 years ago
  17. 8dd4e3f SMB3: Work around mount failure when using SMB3 dialect to Macs by Steve French · 7 years ago
  18. f79ef57 CIFS: remove bad_network_name flag by Germano Percossi · 7 years ago
  19. 3d8d2f2 CIFS: reconnect thread reschedule itself by Germano Percossi · 7 years ago
  20. 8446cb1 Reset TreeId to zero on SMB2 TREE_CONNECT by Jan-Marek Glogowski · 7 years ago
  21. 46890ff CIFS: Fix a possible double locking of mutex during reconnect by Pavel Shilovsky · 7 years ago
  22. 69d13b6 CIFS: Fix missing nls unload in smb2_reconnect() by Pavel Shilovsky · 7 years ago
  23. 48f9526 CIFS: Fix a possible memory corruption during reconnect by Pavel Shilovsky · 8 years ago
  24. 166cea4 SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup by Sachin Prabhu · 8 years ago
  25. 3baf1a7 SMB2: Separate Kerberos authentication from SMB2_sess_setup by Sachin Prabhu · 8 years ago
  26. 141891f SMB3: Add mount parameter to allow user to override max credits by Steve French · 8 years ago
  27. 52ace1e fs/cifs: reopen persistent handles on reconnect by Steve French · 8 years ago
  28. fa70b87 SMB3: GUIDs should be constructed as random but valid uuids by Steve French · 8 years ago
  29. c2afb81 Set previous session id correctly on SMB3 reconnect by Steve French · 8 years ago
  30. 7d414f3 cifs: Limit the overall credit acquired by Ross Lagerwall · 8 years ago
  31. 4fcd181 Fix reconnect to not defer smb3 session reconnect long after socket reconnect by Steve French · 8 years ago
  32. b8da344 cifs: dynamic allocation of ntlmssp blob by Jerome Marchand · 8 years ago
  33. 897fba1 remove directory incorrectly tries to set delete on close on non-empty directories by Steve French · 8 years ago
  34. deb7def cifs: fix out-of-bounds access in lease parsing by Justin Maggard · 8 years ago
  35. 373512e Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this. by Steve French · 8 years ago
  36. f3996e6 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  37. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  38. b56eae4 [SMB3] Send durable handle v2 contexts when use of persistent handles required by Steve French · 9 years ago
  39. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  40. ff9f84b [SMB3] Missing null tcon check by Steve French · 9 years ago
  41. 8862714 fix encryption error checks on mount by Steve French · 9 years ago
  42. ceb1b0b [SMB3] Fix sec=krb5 on smb3 mounts by Steve French · 9 years ago
  43. 5fb4e28 cifs: Fix use-after-free on mid_q_entry by Christopher Oo · 9 years ago
  44. ebb3a9d Update negotiate protocol for SMB3.11 dialect by Steve French · 9 years ago
  45. f799d62 Make dialect negotiation warning message easier to read by Steve French · 9 years ago
  46. eed0e17 Add defines and structs for smb3.1 dialect by Steve French · 9 years ago
  47. 5f7fbf7 Allow parsing vers=3.11 on cifs mount by Steve French · 9 years ago
  48. 1dc92c4 [cifs] fix null pointer check by Steve French · 9 years ago
  49. dfebe40 Fix another dereference before null check warning by Steve French · 9 years ago
  50. 8e35310 Fix dereference before null check warning by Steve French · 9 years ago
  51. 75fdfc8 Fix warning on uninitialized buftype by Steve French · 9 years ago
  52. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 9 years ago
  53. bc09d14 fs/cifs: remove obsolete __constant by Fabian Frederick · 9 years ago
  54. ebdd207 decode_negTokenInit had wrong calling sequence by Steve French · 10 years ago
  55. db8b631 Allow mknod and mkfifo on SMB2/SMB3 mounts by Steve French · 10 years ago
  56. 1bbe499 CIFS: Fix wrong filename length for SMB2 by Pavel Shilovsky · 10 years ago
  57. d4a029d cifs: remove unneeded check of null checking in if condition by Namjae Jeon · 10 years ago
  58. 7de975e cifs: fix a possible use of uninit variable in SMB2_sess_setup by Namjae Jeon · 10 years ago
  59. 5275580 CIFS: Fix SMB2 readdir error handling by Pavel Shilovsky · 10 years ago
  60. 18f39e7 [CIFS] Possible null ptr deref in SMB2_tcon by Steve French · 10 years ago
  61. 3d1a374 Add sparse file support to SMB2/SMB3 mounts by Steve French · 10 years ago
  62. f29ebb4 Add worker function to set allocation size by Steve French · 10 years ago
  63. d913ed1 CIFS: Optimize cifs_user_read() in a short read case on reconnects by Pavel Shilovsky · 10 years ago
  64. 34a54d6 CIFS: Use separate var for the number of bytes got in async read by Pavel Shilovsky · 10 years ago
  65. bed9da0 CIFS: Use multicredits for SMB 2.1/3 reads by Pavel Shilovsky · 10 years ago
  66. cb7e9ea CIFS: Use multicredits for SMB 2.1/3 writes by Pavel Shilovsky · 10 years ago
  67. 6ec0b01 CIFS: Fix wsize usage in iovec write by Pavel Shilovsky · 10 years ago
  68. 6d81ed1 cifs: replace code with free_rsp_buf() by Sachin Prabhu · 10 years ago
  69. 663a9621 CIFS: Fix memory leaks in SMB2_open by Pavel Shilovsky · 10 years ago
  70. 12197a7 Clarify SMB2/SMB3 create context and add missing ones by Steve French · 10 years ago
  71. 3c5f9be1 Do not send ClientGUID on SMB2.02 dialect by Steve French · 10 years ago
  72. 39552ea cifs: Set client guid on per connection basis by Sachin Prabhu · 10 years ago
  73. 8e3ecc8 fs: cifs: remove unused variable. by Cyril Roelandt · 10 years ago
  74. 2365c4e CIFS: Fix too big maxBuf size for SMB3 mounts by Pavel Shilovsky · 10 years ago
  75. 4a5c80d [CIFS] clean up page array when uncached write send fails by Steve French · 10 years ago
  76. ff1c038 Check SMB3 dialects against downgrade attacks by Steve French · 10 years ago
  77. 7d3fb24 Removed duplicated (and unneeded) goto by Steve French · 10 years ago
  78. 9bf0c9c CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large files by Steve French · 10 years ago
  79. 0cbaa53 [CIFS] Warn if SMB3 encryption required by server by Steve French · 10 years ago
  80. de9f68d [CIFS] Set copychunk defaults by Steve French · 10 years ago
  81. af6a12e Query File System Alignment by Steven French · 11 years ago
  82. 2167114 Query device characteristics at mount time from server on SMB2/3 not just on cifs mounts by Steven French · 11 years ago
  83. 34f6264 Query file system attributes from server on SMB2, not just cifs, mounts by Steve French · 11 years ago
  84. 64a5cfa Allow setting per-file compression via SMB2/3 by Steve French · 11 years ago
  85. 7ff8d45 Fix corrupt SMB2 ioctl requests by Steve French · 11 years ago
  86. eb4c7df cifs: Avoid umount hangs with smb2 when server is unresponsive by Shirish Pargaonkar · 11 years ago
  87. 42873b0 CIFS: Respect epoch value from create lease context v2 by Pavel Shilovsky · 11 years ago
  88. b5c7cde CIFS: Move parsing lease buffer to ops struct by Pavel Shilovsky · 11 years ago
  89. a41a28b CIFS: Move creating lease buffer to ops struct by Pavel Shilovsky · 11 years ago
  90. 53ef101 CIFS: Store lease state itself rather than a mapped oplock value by Pavel Shilovsky · 11 years ago
  91. 32811d2 cifs: Start using per session key for smb2/3 for signature generation by Shirish Pargaonkar · 11 years ago
  92. 5c234aa cifs: Add a variable specific to NTLMSSP for key exchange. by Shirish Pargaonkar · 11 years ago
  93. d4e63bd cifs: Process post session setup code in respective dialect functions. by Shirish Pargaonkar · 11 years ago
  94. 31f92e9 CIFS: convert to use le32_add_cpu() by Wei Yongjun · 11 years ago
  95. b42bf88 CIFS: Implement follow_link for SMB2 by Pavel Shilovsky · 11 years ago
  96. 1c46943 [CIFS] Fix minor endian error in durable handle patch series by Steve French · 11 years ago
  97. 9cbc0b7 CIFS: Reconnect durable handles for SMB2 by Pavel Shilovsky · 11 years ago
  98. 064f604 CIFS: Make SMB2_open use cifs_open_parms struct by Pavel Shilovsky · 11 years ago
  99. 63eb3de CIFS: Request durable open for SMB2 opens by Pavel Shilovsky · 11 years ago
  100. d22cbfe CIFS: Simplify SMB2 create context handling by Pavel Shilovsky · 11 years ago