1. 716a3cf smb3: fix problem remounting a share after shutdown by Steve French · 1 year, 10 months ago
  2. 8e35541 cifs: fix sharing of DFS connections by Paulo Alcantara · 1 year, 11 months ago
  3. 6be2ea3 cifs: avoid potential races when handling multiple dfs tcons by Paulo Alcantara · 1 year, 10 months ago
  4. 3dc9c43 cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpath by Paulo Alcantara · 1 year, 10 months ago
  5. 90c49fc cifs: fix potential use-after-free bugs in TCP_Server_Info::hostname by Paulo Alcantara · 1 year, 11 months ago
  6. 943fb67 cifs: missing lock when updating session status by Steve French · 1 year, 10 months ago
  7. 491eafc smb3: fix unusable share after force unmount failure by Steve French · 2 years ago
  8. bc96215 cifs: avoid race conditions with parallel reconnects by Shyam Prasad N · 2 years ago
  9. 2f4e429 cifs: lock chan_lock outside match_session by Shyam Prasad N · 2 years ago
  10. 2f0e4f0 cifs: check only tcon status on tcon related functions by Shyam Prasad N · 2 years ago
  11. 396935d cifs: fix use-after-free bug in refresh_cache_worker() by Paulo Alcantara · 2 years ago
  12. b56bce50 cifs: set DFS root session in cifs_get_smb_ses() by Paulo Alcantara · 2 years ago
  13. 410612b cifs: reuse cifs_match_ipaddr for comparison of dstaddr too by Shyam Prasad N · 2 years, 2 months ago
  14. a21be1f cifs: match even the scope id for ipv6 addresses by Shyam Prasad N · 2 years, 2 months ago
  15. 307e14c Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 2 years ago
  16. e77978d cifs: update ip_addr for ses only for primary chan setup by Shyam Prasad N · 2 years, 1 month ago
  17. 1654119 cifs: Add a function to read into an iter from a socket by David Howells · 2 years, 11 months ago
  18. 0e9bd27 cifs: get rid of dns resolve worker by Paulo Alcantara · 2 years ago
  19. d99e86e cifs: fix mount on old smb servers by Paulo Alcantara · 2 years, 1 month ago
  20. 220ae4a cifs: use bvec_set_page to initialize bvecs by Christoph Hellwig · 2 years, 1 month ago
  21. 22aeb01 cifs: do not query ifaces on smb1 mounts by Paulo Alcantara · 2 years, 2 months ago
  22. 0a92481 Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 2 years, 3 months ago
  23. 9812386 Treewide: Stop corrupting socket's task_frag by Benjamin Coddington · 2 years, 3 months ago
  24. 25cf01b cifs: set correct status of tcon ipc when reconnecting by Paulo Alcantara · 2 years, 3 months ago
  25. 466611e cifs: fix source pathname comparison of dfs supers by Paulo Alcantara · 2 years, 3 months ago
  26. a85ceaf cifs: fix confusing debug message by Paulo Alcantara · 2 years, 3 months ago
  27. 1d04a6f cifs: don't block in dfs_cache_noreq_update_tgthint() by Paulo Alcantara · 2 years, 3 months ago
  28. 6916881 cifs: fix refresh of cached referrals by Paulo Alcantara · 2 years, 3 months ago
  29. a1c0d00 cifs: share dfs connections and supers by Paulo Alcantara · 2 years, 4 months ago
  30. a73a26d cifs: split out ses and tcon retrieval from mount_get_conns() by Paulo Alcantara · 2 years, 5 months ago
  31. 6d74016 cifs: set resolved ip in sockaddr by Paulo Alcantara · 2 years, 5 months ago
  32. abdb174 cifs: get rid of mount options string parsing by Paulo Alcantara · 2 years, 5 months ago
  33. c877ce4 cifs: reduce roundtrips on create/qinfo requests by Paulo Alcantara · 2 years, 3 months ago
  34. 86fe0fa cifs: set correct ipc status after initial tree connect by Paulo Alcantara · 2 years, 3 months ago
  35. b248586 cifs: set correct tcon status after initial tree connect by Paulo Alcantara · 2 years, 3 months ago
  36. de4eda9 use less confusing names for iov_iter direction initializers by Al Viro · 2 years, 6 months ago
  37. 1dcdf5f cifs: Fix connections leak when tlink setup failed by Zhang Xiaoxu · 2 years, 4 months ago
  38. 153695d cifs: fix use-after-free caused by invalid pointer `hostname` by Zeng Heng · 2 years, 4 months ago
  39. d717362 cifs: use ALIGN() and round_up() macros by Enzo Matsumiya · 2 years, 5 months ago
  40. 2f6f19c cifs: fix regression in very old smb1 mounts by Ronnie Sahlberg · 2 years, 5 months ago
  41. a4e430c cifs: replace kfree() with kfree_sensitive() for sensitive data by Enzo Matsumiya · 2 years, 6 months ago
  42. 4659f01 smb3: do not log confusing message when server returns no network interfaces by Steve French · 2 years, 5 months ago
  43. 68e1456 smb3: add dynamic trace points for tree disconnect by Steve French · 2 years, 6 months ago
  44. 621a41a cifs: add missing spinlock around tcon refcount by Paulo Alcantara · 2 years, 6 months ago
  45. bedc8f7 cifs: always initialize struct msghdr smb_msg completely by Stefan Metzmacher · 2 years, 6 months ago
  46. d291e70 cifs: Add helper function to check smb1+ server by Zhang Xiaoxu · 2 years, 7 months ago
  47. b6b3624 cifs: Use help macro to get the mid header size by Zhang Xiaoxu · 2 years, 7 months ago
  48. 9789de8 cifs: Use help macro to get the header preamble size by Zhang Xiaoxu · 2 years, 7 months ago
  49. 13609a8 cifs: move from strlcpy with unused retval to strscpy by Wolfram Sang · 2 years, 7 months ago
  50. 5efdd91 smb3: allow deferred close timeout to be configurable by Steve French · 2 years, 7 months ago
  51. 70f08f9 cifs: remove useless DeleteMidQEntry() by Enzo Matsumiya · 2 years, 7 months ago
  52. fb157ed cifs: when insecure legacy is disabled shrink amount of SMB1 code by Steve French · 2 years, 7 months ago
  53. aea02fc cifs: fix wrong unlock before return from cifs_tree_connect() by Yang Yingliang · 2 years, 7 months ago
  54. d7d7a66 cifs: avoid use of global locks for high contention data by Shyam Prasad N · 2 years, 7 months ago
  55. 9543c8a cifs: list_for_each() -> list_for_each_entry() by Enzo Matsumiya · 2 years, 8 months ago
  56. da38478 smb2: small refactor in smb2_check_message() by Enzo Matsumiya · 2 years, 8 months ago
  57. c2c17dd cifs: remove some camelCase and also some static build warnings by Steve French · 2 years, 8 months ago
  58. 0f46608 cifs: remove unnecessary type castings by Yu Zhe · 2 years, 8 months ago
  59. 2883f4b cifs: remove unnecessary locking of chan_lock while freeing session by Shyam Prasad N · 2 years, 8 months ago
  60. af3a6d1 cifs: update cifs_ses::ip_addr after failover by Paulo Alcantara · 2 years, 9 months ago
  61. 8da33fd cifs: avoid deadlocks while updating iface by Shyam Prasad N · 2 years, 9 months ago
  62. 6e1c1c0 cifs: periodically query network interfaces from server by Shyam Prasad N · 2 years, 9 months ago
  63. b54034a cifs: during reconnect, update interface if necessary by Shyam Prasad N · 3 years, 2 months ago
  64. aa45dad cifs: change iface_list from array to sorted linked list by Shyam Prasad N · 3 years, 2 months ago
  65. 4c14d704 cifs: populate empty hostnames for extra channels by Shyam Prasad N · 2 years, 9 months ago
  66. cc391b6 cifs: fix potential deadlock in direct reclaim by Vincent Whitchurch · 2 years, 9 months ago
  67. 0d5106a cifs: remove repeated debug message on cifs_put_smb_ses() by Enzo Matsumiya · 2 years, 9 months ago
  68. de3a9e9 cifs: fix ntlmssp on old servers by Paulo Alcantara · 2 years, 10 months ago
  69. 5752bf6 cifs: avoid parallel session setups on same channel by Shyam Prasad N · 2 years, 11 months ago
  70. dd3cd87 cifs: use new enum for ses_status by Shyam Prasad N · 2 years, 11 months ago
  71. 1a6a41d cifs: do not use tcpStatus after negotiate completes by Shyam Prasad N · 3 years ago
  72. 5283225 smb3: add mount parm nosparse by Steve French · 2 years, 10 months ago
  73. 93ed91c cifs: fix minor compile warning by Steve French · 2 years, 10 months ago
  74. 71081e7 cifs: print TIDs as hex by Enzo Matsumiya · 2 years, 10 months ago
  75. 337b8b0 cifs: return ENOENT for DFS lookup_cache_entry() by Enzo Matsumiya · 2 years, 10 months ago
  76. 421ef3d cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set by Enzo Matsumiya · 2 years, 10 months ago
  77. cd70a3e cifs: use correct lock type in cifs_reconnect() by Paulo Alcantara · 2 years, 11 months ago
  78. 41f1008 cifs: fix NULL ptr dereference in refresh_mounts() by Paulo Alcantara · 2 years, 11 months ago
  79. 1ddff77 cifs: Split the smb3_add_credits tracepoint by David Howells · 3 years ago
  80. fb39d30 cifs: force new session setup and tcon for dfs by Paulo Alcantara · 3 years ago
  81. 687127c cifs: fix potential race with cifsd thread by Paulo Alcantara · 3 years ago
  82. fdf59eb smb3: cleanup and clarify status of tree connections by Steve French · 3 years ago
  83. 5d7e282 cifs: do not skip link targets when an I/O fails by Paulo Alcantara · 3 years ago
  84. dca6581 cifs: use a different reconnect helper for non-cifsd threads by Shyam Prasad N · 3 years, 1 month ago
  85. e3ee9fb smb3: fix incorrect session setup check for multiuser mounts by Steve French · 3 years ago
  86. 2a05137 cifs: mark sessions for reconnection in helper function by Shyam Prasad N · 3 years, 1 month ago
  87. a81da65 cifs: call cifs_reconnect when a connection is marked by Shyam Prasad N · 3 years, 1 month ago
  88. d0cbe56a [smb3] improve error message when mount options conflict with posix by Steve French · 3 years, 1 month ago
  89. d3b331f cifs: fix workstation_name for multiuser mounts by Ryan Bair · 3 years, 2 months ago
  90. 489f710 cifs: unlock chan_lock before calling cifs_put_tcp_session by Shyam Prasad N · 3 years, 1 month ago
  91. 483529f Fix a warning about a malformed kernel doc comment in cifs by David Howells · 3 years, 1 month ago
  92. 70431bf cifs: Support fscache indexing rewrite by David Howells · 4 years, 4 months ago
  93. ba978e8 cifs: cifs_ses_mark_for_reconnect should also update reconnect bits by Shyam Prasad N · 3 years, 2 months ago
  94. 47de760 cifs: update tcpStatus during negotiate and sess setup by Shyam Prasad N · 3 years, 2 months ago
  95. c1604da7 cifs: make status checks in version independent callers by Shyam Prasad N · 3 years, 2 months ago
  96. ece0767 cifs: remove repeated state change in dfs tree connect by Shyam Prasad N · 3 years, 2 months ago
  97. e154cb7 cifs: fix the cifs_reconnect path for DFS by Shyam Prasad N · 3 years, 2 months ago
  98. 88b024f cifs: protect all accesses to chan_* with chan_lock by Shyam Prasad N · 3 years, 4 months ago
  99. a05885c cifs: fix the connection state transitions with multichannel by Shyam Prasad N · 3 years, 4 months ago
  100. 3663c90 cifs: check reconnects for channels of active tcons too by Shyam Prasad N · 3 years, 4 months ago