1. 0c947b8 Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years ago
  2. 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
  3. bda487a cifs: avoid race during socket reconnect between send and recv by Shyam Prasad N · 3 years, 3 months ago
  4. 73f9bfb cifs: maintain a state machine for tcp/smb/tcon sessions by Shyam Prasad N · 3 years, 6 months ago
  5. 080dc5e cifs: take cifs_tcp_ses_lock for status checks by Shyam Prasad N · 3 years, 6 months ago
  6. 183eea2 cifs: reconnect only the connection and not smb session where possible by Shyam Prasad N · 3 years, 6 months ago
  7. f486ef8 cifs: use the chans_need_reconnect bitmap for reconnect status by Shyam Prasad N · 3 years, 6 months ago
  8. d1a931c cifs: track individual channel status using chans_need_reconnect by Shyam Prasad N · 3 years, 6 months ago
  9. b774302 cifs: ignore resource_id while getting fscache super cookie by Shyam Prasad N · 3 years, 1 month ago
  10. ca3574b exit: Rename module_put_and_exit to module_put_and_kthread_exit by Eric W. Biederman · 3 years, 1 month ago
  11. 2adc820 cifs: add server conn_id to fscache client cookie by Shyam Prasad N · 3 years, 1 month ago
  12. 5bf91ef cifs: wait for tcon resource_id before getting fscache super by Shyam Prasad N · 3 years, 1 month ago
  13. 65de262 cifs: fix missed refcounting of ipc tcon by Paulo Alcantara · 3 years, 1 month ago
  14. b9ad6b5 cifs: nosharesock should be set on new server by Shyam Prasad N · 3 years, 2 months ago
  15. 8ae87bb cifs: introduce cifs_ses_mark_for_reconnect() helper by Paulo Alcantara · 3 years, 2 months ago
  16. 446e214 cifs: protect srv_count with cifs_tcp_ses_lock by Steve French · 3 years, 2 months ago
  17. 46bb1b9 cifs: do not duplicate fscache cookie for secondary channels by Shyam Prasad N · 3 years, 6 months ago
  18. 0f2b305 cifs: connect individual channel servers to primary channel server by Shyam Prasad N · 3 years, 6 months ago
  19. 724244c cifs: protect session channel fields with chan_lock by Shyam Prasad N · 3 years, 6 months ago
  20. 8e07757 cifs: do not negotiate session if session already exists by Shyam Prasad N · 3 years, 6 months ago
  21. 0210274 smb3: do not setup the fscache_super_cookie until fsinfo initialized by Steve French · 3 years, 2 months ago
  22. 7f28af9 cifs: fix potential use-after-free bugs by Paulo Alcantara · 3 years, 2 months ago
  23. 9e7ffa7 cifs: release lock earlier in dequeue_mid error case by Steve French · 3 years, 2 months ago
  24. 0e62904 smb3: remove trivial dfs compile warning by Steve French · 3 years, 2 months ago
  25. c88f7dc cifs: support nested dfs links over reconnect by Paulo Alcantara · 3 years, 2 months ago
  26. 4ac0536 cifs: set a minimum of 120s for next dns resolution by Paulo Alcantara · 3 years, 2 months ago
  27. bbcce36 cifs: split out dfs code from cifs_reconnect() by Paulo Alcantara · 3 years, 3 months ago
  28. ae0abb4 cifs: convert list_for_each to entry variant by Paulo Alcantara · 3 years, 3 months ago
  29. 43b459a cifs: introduce new helper for cifs_reconnect() by Paulo Alcantara · 3 years, 3 months ago
  30. 49bd49f cifs: send workstation name during ntlmssp session setup by Shyam Prasad N · 3 years, 2 months ago
  31. c9f1c19 cifs: nosharesock should not share socket with future sessions by Shyam Prasad N · 3 years, 2 months ago
  32. d7171cd smb3: add dynamic trace points for socket connection by Steve French · 3 years, 2 months ago
  33. 0d35e38 cifs: Create a new shared file holding smb2 pdu definitions by Ronnie Sahlberg · 3 years, 2 months ago
  34. 7be3248 cifs: To match file servers, make sure the server hostname matches by Shyam Prasad N · 3 years, 3 months ago
  35. 9ed38fd cifs: fix incorrect check for null pointer in header_assemble by Steve French · 3 years, 4 months ago
  36. 4c51de1 cifs: fix incorrect kernel doc comments by Steve French · 3 years, 4 months ago
  37. 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 4 months ago
  38. 76a3c92 cifs: remove support for NTLM and weaker authentication algorithms by Ronnie Sahlberg · 3 years, 5 months ago
  39. b623661 cifs: support share failover when remounting by Paulo Alcantara · 3 years, 6 months ago
  40. cdc3363 cifs: do not share tcp sessions of dfs connections by Paulo Alcantara · 3 years, 6 months ago
  41. 16dd9b8 cifs: added WARN_ON for all the count decrements by Shyam Prasad N · 3 years, 6 months ago
  42. 63f94e9 cifs: fix missing null session check in mount by Steve French · 3 years, 6 months ago
  43. 507345b cifs: handle reconnect of tcon when there is no cached dfs referral by Paulo Alcantara · 3 years, 6 months ago
  44. 506c1da cifs: use the expiry output of dns_query to schedule next resolution by Shyam Prasad N · 3 years, 8 months ago
  45. 01cf308 cifs: make locking consistent around the server session status by Steve French · 3 years, 7 months ago
  46. 0060a4f cifs: fix missing spinlock around update to ses->status by Steve French · 3 years, 7 months ago
  47. 162004a cifs: missing null pointer check in cifs_mount by Steve French · 3 years, 7 months ago
  48. 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 7 months ago
  49. f3c852b cifs: do not share tcp servers with dfs mounts by Paulo Alcantara · 3 years, 8 months ago
  50. c870a8e cifs: handle different charsets in dfs cache by Paulo Alcantara · 3 years, 8 months ago
  51. c9f7110 cifs: keep referral server sessions alive by Paulo Alcantara · 3 years, 8 months ago
  52. f3191fc cifs: do not send tree disconnect to ipc shares by Paulo Alcantara · 3 years, 8 months ago
  53. 5c1acf3 cifs: fix regression when mounting shares with prefix paths by Paulo Alcantara · 3 years, 9 months ago
  54. 5b2abda cifs: use echo_interval even when connection not ready. by Shyam Prasad N · 3 years, 9 months ago
  55. f491664 cifs: detect dead connections only when echoes are enabled. by Shyam Prasad N · 3 years, 9 months ago
  56. 8d76722 cifs: don't cargo-cult strndup() by Al Viro · 3 years, 11 months ago
  57. b7fd0fa cifs: simplify SWN code with dummy funcs instead of ifdefs by Aurelien Aptel · 3 years, 9 months ago
  58. 4e456b3 cifs: On cifs_reconnect, resolve the hostname again. by Shyam Prasad N · 3 years, 10 months ago
  59. bf1bc694 cifs: print MIDs in decimal notation by Paulo Alcantara · 3 years, 10 months ago
  60. a249cc8 cifs: fix credit accounting for extra channel by Aurelien Aptel · 3 years, 11 months ago
  61. cf0604a cifs: use discard iterator to discard unneeded network data more efficiently by David Howells · 4 years ago
  62. 5ff2836 cifs: introduce helper for finding referral server to improve DFS target resolution by Paulo Alcantara · 3 years, 11 months ago
  63. ff2c54a cifs: check all path components in resolved dfs target by Paulo Alcantara · 3 years, 11 months ago
  64. 8513222 cifs: fix DFS failover by Paulo Alcantara · 3 years, 11 months ago
  65. d01132a cifs: fix nodfs mount option by Paulo Alcantara · 3 years, 11 months ago
  66. 5780464 cifs: Add new parameter "acregmax" for distinct file and directory metadata timeout by Steve French · 3 years, 11 months ago
  67. 4c9f948 cifs: Add new mount parameter "acdirmax" to allow caching directory metadata by Steve French · 3 years, 11 months ago
  68. 9e550b0 TCON Reconnect during STATUS_NETWORK_NAME_DELETED by Rohith Surabattula · 4 years ago
  69. b438fcf cifs: change confusing field serverName (to ip_addr) by Steve French · 3 years, 11 months ago
  70. 6d82c27 cifs: Identify a connection by a conn_id. by Shyam Prasad N · 4 years ago
  71. 201023c cifs: fix trivial typo by Steve French · 4 years ago
  72. a738c93 cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. by Shyam Prasad N · 4 years ago
  73. abd4af4 cifs: fix dfs-links by Ronnie Sahlberg · 4 years ago
  74. 0d4873f cifs: fix dfs domain referrals by Ronnie Sahlberg · 4 years ago
  75. 16a7885 fs/cifs: Simplify bool comparison. by Jiapeng Zhong · 4 years ago
  76. 2be449f fs/cifs: Assign boolean values to a bool variable by Jiapeng Zhong · 4 years ago
  77. ed6b192 cifs: connect: style: Simplify bool comparison by YANG LI · 4 years ago
  78. 0bf1baf cifs: Avoid error pointer dereference by Samuel Cabrero · 4 years, 1 month ago
  79. cd7b699 cifs: Tracepoints and logs for tracing credit changes. by Shyam Prasad N · 4 years, 2 months ago
  80. 0c2b5f7 cifs: fix rsize/wsize to be negotiated values by Steve French · 4 years, 1 month ago
  81. 2d39f50 cifs: move update of flags into a separate function by Ronnie Sahlberg · 4 years, 1 month ago
  82. 51acd20 cifs: remove ctx argument from cifs_setup_cifs_sb by Ronnie Sahlberg · 4 years, 1 month ago
  83. 6fd4ea8 cifs: don't create a temp nls in cifs_setup_ipc by Ronnie Sahlberg · 4 years, 1 month ago
  84. 387ec58 cifs: simplify handling of cifs_sb/ctx->local_nls by Ronnie Sahlberg · 4 years, 1 month ago
  85. 522aa3b cifs: move [brw]size from cifs_sb to cifs_sb->ctx by Ronnie Sahlberg · 4 years, 1 month ago
  86. c741cba cifs: move cifs_cleanup_volume_info[_content] to fs_context.c by Ronnie Sahlberg · 4 years, 1 month ago
  87. 121d947 cifs: Handle witness client move notification by Samuel Cabrero · 4 years, 2 months ago
  88. af1e40d cifs: remove actimeo from cifs_sb by Ronnie Sahlberg · 4 years, 2 months ago
  89. 8401e93 cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sb by Ronnie Sahlberg · 4 years, 1 month ago
  90. 7d6535b cifs: Simplify reconnect code when dfs upcall is enabled by Samuel Cabrero · 4 years, 2 months ago
  91. 21077c6 cifs: Send witness register messages to userspace daemon in echo task by Samuel Cabrero · 4 years, 2 months ago
  92. bf80e5d cifs: Send witness register and unregister commands to userspace daemon by Samuel Cabrero · 4 years, 2 months ago
  93. 0ac4e29 cifs: add witness mount option and data structs by Samuel Cabrero · 4 years, 1 month ago
  94. bc04499 cifs: minor kernel style fixes for comments by Steve French · 4 years, 1 month ago
  95. a87e672 cifs: Make extract_hostname function public by Samuel Cabrero · 4 years, 2 months ago
  96. a2a52a8 cifs: get rid of cifs_sb->mountdata by Ronnie Sahlberg · 4 years, 2 months ago
  97. d17abdf7 cifs: add an smb3_fs_context to cifs_sb by Ronnie Sahlberg · 4 years, 2 months ago
  98. 4deb075 cifs: remove the devname argument to cifs_compose_mount_options by Ronnie Sahlberg · 4 years, 1 month ago
  99. 24e0a1e cifs: switch to new mount api by Ronnie Sahlberg · 4 years, 1 month ago
  100. 66e7b09 cifs: move cifs_parse_devname to fs_context.c by Ronnie Sahlberg · 4 years, 2 months ago