1. 2a05137 cifs: mark sessions for reconnection in helper function by Shyam Prasad N · 2 years, 11 months ago
  2. a81da65 cifs: call cifs_reconnect when a connection is marked by Shyam Prasad N · 2 years, 11 months ago
  3. d0cbe56a [smb3] improve error message when mount options conflict with posix by Steve French · 2 years, 11 months ago
  4. d3b331f cifs: fix workstation_name for multiuser mounts by Ryan Bair · 3 years ago
  5. 489f710 cifs: unlock chan_lock before calling cifs_put_tcp_session by Shyam Prasad N · 2 years, 11 months ago
  6. 483529f Fix a warning about a malformed kernel doc comment in cifs by David Howells · 2 years, 11 months ago
  7. 70431bf cifs: Support fscache indexing rewrite by David Howells · 4 years, 1 month ago
  8. ba978e8 cifs: cifs_ses_mark_for_reconnect should also update reconnect bits by Shyam Prasad N · 3 years ago
  9. 47de760 cifs: update tcpStatus during negotiate and sess setup by Shyam Prasad N · 3 years ago
  10. c1604da cifs: make status checks in version independent callers by Shyam Prasad N · 3 years ago
  11. ece0767 cifs: remove repeated state change in dfs tree connect by Shyam Prasad N · 3 years ago
  12. e154cb7 cifs: fix the cifs_reconnect path for DFS by Shyam Prasad N · 3 years ago
  13. 88b024f cifs: protect all accesses to chan_* with chan_lock by Shyam Prasad N · 3 years, 1 month ago
  14. a05885c cifs: fix the connection state transitions with multichannel by Shyam Prasad N · 3 years, 1 month ago
  15. 3663c90 cifs: check reconnects for channels of active tcons too by Shyam Prasad N · 3 years, 2 months ago
  16. a2809d0 cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs by Eugene Korenevsky · 3 years ago
  17. 0c947b8 Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years ago
  18. 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
  19. bda487a cifs: avoid race during socket reconnect between send and recv by Shyam Prasad N · 3 years, 2 months ago
  20. 73f9bfb cifs: maintain a state machine for tcp/smb/tcon sessions by Shyam Prasad N · 3 years, 5 months ago
  21. 080dc5e cifs: take cifs_tcp_ses_lock for status checks by Shyam Prasad N · 3 years, 5 months ago
  22. 183eea2 cifs: reconnect only the connection and not smb session where possible by Shyam Prasad N · 3 years, 5 months ago
  23. f486ef8 cifs: use the chans_need_reconnect bitmap for reconnect status by Shyam Prasad N · 3 years, 5 months ago
  24. d1a931c cifs: track individual channel status using chans_need_reconnect by Shyam Prasad N · 3 years, 5 months ago
  25. b774302 cifs: ignore resource_id while getting fscache super cookie by Shyam Prasad N · 3 years, 1 month ago
  26. ca3574b exit: Rename module_put_and_exit to module_put_and_kthread_exit by Eric W. Biederman · 3 years, 1 month ago
  27. 2adc820 cifs: add server conn_id to fscache client cookie by Shyam Prasad N · 3 years, 1 month ago
  28. 5bf91ef cifs: wait for tcon resource_id before getting fscache super by Shyam Prasad N · 3 years, 1 month ago
  29. 65de262 cifs: fix missed refcounting of ipc tcon by Paulo Alcantara · 3 years, 1 month ago
  30. b9ad6b5 cifs: nosharesock should be set on new server by Shyam Prasad N · 3 years, 1 month ago
  31. 8ae87bb cifs: introduce cifs_ses_mark_for_reconnect() helper by Paulo Alcantara · 3 years, 1 month ago
  32. 446e214 cifs: protect srv_count with cifs_tcp_ses_lock by Steve French · 3 years, 1 month ago
  33. 46bb1b9 cifs: do not duplicate fscache cookie for secondary channels by Shyam Prasad N · 3 years, 5 months ago
  34. 0f2b305 cifs: connect individual channel servers to primary channel server by Shyam Prasad N · 3 years, 5 months ago
  35. 724244c cifs: protect session channel fields with chan_lock by Shyam Prasad N · 3 years, 5 months ago
  36. 8e07757 cifs: do not negotiate session if session already exists by Shyam Prasad N · 3 years, 5 months ago
  37. 0210274 smb3: do not setup the fscache_super_cookie until fsinfo initialized by Steve French · 3 years, 2 months ago
  38. 7f28af9 cifs: fix potential use-after-free bugs by Paulo Alcantara · 3 years, 1 month ago
  39. 9e7ffa7 cifs: release lock earlier in dequeue_mid error case by Steve French · 3 years, 2 months ago
  40. 0e62904 smb3: remove trivial dfs compile warning by Steve French · 3 years, 2 months ago
  41. c88f7dc cifs: support nested dfs links over reconnect by Paulo Alcantara · 3 years, 2 months ago
  42. 4ac0536 cifs: set a minimum of 120s for next dns resolution by Paulo Alcantara · 3 years, 2 months ago
  43. bbcce36 cifs: split out dfs code from cifs_reconnect() by Paulo Alcantara · 3 years, 2 months ago
  44. ae0abb4 cifs: convert list_for_each to entry variant by Paulo Alcantara · 3 years, 2 months ago
  45. 43b459a cifs: introduce new helper for cifs_reconnect() by Paulo Alcantara · 3 years, 2 months ago
  46. 49bd49f cifs: send workstation name during ntlmssp session setup by Shyam Prasad N · 3 years, 2 months ago
  47. c9f1c19 cifs: nosharesock should not share socket with future sessions by Shyam Prasad N · 3 years, 2 months ago
  48. d7171cd smb3: add dynamic trace points for socket connection by Steve French · 3 years, 2 months ago
  49. 0d35e38 cifs: Create a new shared file holding smb2 pdu definitions by Ronnie Sahlberg · 3 years, 2 months ago
  50. 7be3248 cifs: To match file servers, make sure the server hostname matches by Shyam Prasad N · 3 years, 2 months ago
  51. 9ed38fd cifs: fix incorrect check for null pointer in header_assemble by Steve French · 3 years, 3 months ago
  52. 4c51de1 cifs: fix incorrect kernel doc comments by Steve French · 3 years, 3 months ago
  53. 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 3 months ago
  54. 76a3c92 cifs: remove support for NTLM and weaker authentication algorithms by Ronnie Sahlberg · 3 years, 4 months ago
  55. b623661 cifs: support share failover when remounting by Paulo Alcantara · 3 years, 5 months ago
  56. cdc3363 cifs: do not share tcp sessions of dfs connections by Paulo Alcantara · 3 years, 5 months ago
  57. 16dd9b8 cifs: added WARN_ON for all the count decrements by Shyam Prasad N · 3 years, 6 months ago
  58. 63f94e9 cifs: fix missing null session check in mount by Steve French · 3 years, 6 months ago
  59. 507345b cifs: handle reconnect of tcon when there is no cached dfs referral by Paulo Alcantara · 3 years, 6 months ago
  60. 506c1da cifs: use the expiry output of dns_query to schedule next resolution by Shyam Prasad N · 3 years, 7 months ago
  61. 01cf308 cifs: make locking consistent around the server session status by Steve French · 3 years, 6 months ago
  62. 0060a4f cifs: fix missing spinlock around update to ses->status by Steve French · 3 years, 6 months ago
  63. 162004a cifs: missing null pointer check in cifs_mount by Steve French · 3 years, 6 months ago
  64. 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 6 months ago
  65. f3c852b cifs: do not share tcp servers with dfs mounts by Paulo Alcantara · 3 years, 7 months ago
  66. c870a8e cifs: handle different charsets in dfs cache by Paulo Alcantara · 3 years, 7 months ago
  67. c9f7110 cifs: keep referral server sessions alive by Paulo Alcantara · 3 years, 7 months ago
  68. f3191fc cifs: do not send tree disconnect to ipc shares by Paulo Alcantara · 3 years, 7 months ago
  69. 5c1acf3 cifs: fix regression when mounting shares with prefix paths by Paulo Alcantara · 3 years, 8 months ago
  70. 5b2abda cifs: use echo_interval even when connection not ready. by Shyam Prasad N · 3 years, 8 months ago
  71. f491664 cifs: detect dead connections only when echoes are enabled. by Shyam Prasad N · 3 years, 8 months ago
  72. 8d76722 cifs: don't cargo-cult strndup() by Al Viro · 3 years, 10 months ago
  73. b7fd0fa cifs: simplify SWN code with dummy funcs instead of ifdefs by Aurelien Aptel · 3 years, 9 months ago
  74. 4e456b3 cifs: On cifs_reconnect, resolve the hostname again. by Shyam Prasad N · 3 years, 9 months ago
  75. bf1bc694 cifs: print MIDs in decimal notation by Paulo Alcantara · 3 years, 10 months ago
  76. a249cc8 cifs: fix credit accounting for extra channel by Aurelien Aptel · 3 years, 10 months ago
  77. cf0604a cifs: use discard iterator to discard unneeded network data more efficiently by David Howells · 3 years, 11 months ago
  78. 5ff2836 cifs: introduce helper for finding referral server to improve DFS target resolution by Paulo Alcantara · 3 years, 10 months ago
  79. ff2c54a cifs: check all path components in resolved dfs target by Paulo Alcantara · 3 years, 10 months ago
  80. 8513222 cifs: fix DFS failover by Paulo Alcantara · 3 years, 10 months ago
  81. d01132a cifs: fix nodfs mount option by Paulo Alcantara · 3 years, 10 months ago
  82. 5780464 cifs: Add new parameter "acregmax" for distinct file and directory metadata timeout by Steve French · 3 years, 10 months ago
  83. 4c9f948 cifs: Add new mount parameter "acdirmax" to allow caching directory metadata by Steve French · 3 years, 10 months ago
  84. 9e550b0 TCON Reconnect during STATUS_NETWORK_NAME_DELETED by Rohith Surabattula · 3 years, 10 months ago
  85. b438fcf cifs: change confusing field serverName (to ip_addr) by Steve French · 3 years, 10 months ago
  86. 6d82c27 cifs: Identify a connection by a conn_id. by Shyam Prasad N · 3 years, 11 months ago
  87. 201023c cifs: fix trivial typo by Steve French · 3 years, 11 months ago
  88. a738c93 cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. by Shyam Prasad N · 3 years, 11 months ago
  89. abd4af4 cifs: fix dfs-links by Ronnie Sahlberg · 3 years, 11 months ago
  90. 0d4873f cifs: fix dfs domain referrals by Ronnie Sahlberg · 4 years ago
  91. 16a7885 fs/cifs: Simplify bool comparison. by Jiapeng Zhong · 4 years ago
  92. 2be449f fs/cifs: Assign boolean values to a bool variable by Jiapeng Zhong · 4 years ago
  93. ed6b192 cifs: connect: style: Simplify bool comparison by YANG LI · 4 years ago
  94. 0bf1baf cifs: Avoid error pointer dereference by Samuel Cabrero · 4 years ago
  95. cd7b699 cifs: Tracepoints and logs for tracing credit changes. by Shyam Prasad N · 4 years, 2 months ago
  96. 0c2b5f7 cifs: fix rsize/wsize to be negotiated values by Steve French · 4 years ago
  97. 2d39f50 cifs: move update of flags into a separate function by Ronnie Sahlberg · 4 years ago
  98. 51acd20 cifs: remove ctx argument from cifs_setup_cifs_sb by Ronnie Sahlberg · 4 years ago
  99. 6fd4ea8 cifs: don't create a temp nls in cifs_setup_ipc by Ronnie Sahlberg · 4 years ago
  100. 387ec58 cifs: simplify handling of cifs_sb/ctx->local_nls by Ronnie Sahlberg · 4 years ago