1. 5c1acf3 cifs: fix regression when mounting shares with prefix paths by Paulo Alcantara · 3 years, 8 months ago
  2. 5b2abda cifs: use echo_interval even when connection not ready. by Shyam Prasad N · 3 years, 8 months ago
  3. f491664 cifs: detect dead connections only when echoes are enabled. by Shyam Prasad N · 3 years, 9 months ago
  4. 8d76722 cifs: don't cargo-cult strndup() by Al Viro · 3 years, 10 months ago
  5. b7fd0fa cifs: simplify SWN code with dummy funcs instead of ifdefs by Aurelien Aptel · 3 years, 9 months ago
  6. 4e456b3 cifs: On cifs_reconnect, resolve the hostname again. by Shyam Prasad N · 3 years, 9 months ago
  7. bf1bc694 cifs: print MIDs in decimal notation by Paulo Alcantara · 3 years, 10 months ago
  8. a249cc8 cifs: fix credit accounting for extra channel by Aurelien Aptel · 3 years, 10 months ago
  9. cf0604a cifs: use discard iterator to discard unneeded network data more efficiently by David Howells · 4 years ago
  10. 5ff2836 cifs: introduce helper for finding referral server to improve DFS target resolution by Paulo Alcantara · 3 years, 11 months ago
  11. ff2c54a cifs: check all path components in resolved dfs target by Paulo Alcantara · 3 years, 11 months ago
  12. 8513222 cifs: fix DFS failover by Paulo Alcantara · 3 years, 11 months ago
  13. d01132a cifs: fix nodfs mount option by Paulo Alcantara · 3 years, 11 months ago
  14. 5780464 cifs: Add new parameter "acregmax" for distinct file and directory metadata timeout by Steve French · 3 years, 11 months ago
  15. 4c9f948 cifs: Add new mount parameter "acdirmax" to allow caching directory metadata by Steve French · 3 years, 11 months ago
  16. 9e550b0 TCON Reconnect during STATUS_NETWORK_NAME_DELETED by Rohith Surabattula · 3 years, 11 months ago
  17. b438fcf cifs: change confusing field serverName (to ip_addr) by Steve French · 3 years, 11 months ago
  18. 6d82c27 cifs: Identify a connection by a conn_id. by Shyam Prasad N · 4 years ago
  19. 201023c cifs: fix trivial typo by Steve French · 3 years, 11 months ago
  20. a738c93 cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. by Shyam Prasad N · 4 years ago
  21. abd4af4 cifs: fix dfs-links by Ronnie Sahlberg · 4 years ago
  22. 0d4873f cifs: fix dfs domain referrals by Ronnie Sahlberg · 4 years ago
  23. 16a7885 fs/cifs: Simplify bool comparison. by Jiapeng Zhong · 4 years ago
  24. 2be449f fs/cifs: Assign boolean values to a bool variable by Jiapeng Zhong · 4 years ago
  25. ed6b192 cifs: connect: style: Simplify bool comparison by YANG LI · 4 years ago
  26. 0bf1baf cifs: Avoid error pointer dereference by Samuel Cabrero · 4 years, 1 month ago
  27. cd7b699 cifs: Tracepoints and logs for tracing credit changes. by Shyam Prasad N · 4 years, 2 months ago
  28. 0c2b5f7 cifs: fix rsize/wsize to be negotiated values by Steve French · 4 years, 1 month ago
  29. 2d39f50 cifs: move update of flags into a separate function by Ronnie Sahlberg · 4 years, 1 month ago
  30. 51acd20 cifs: remove ctx argument from cifs_setup_cifs_sb by Ronnie Sahlberg · 4 years, 1 month ago
  31. 6fd4ea8 cifs: don't create a temp nls in cifs_setup_ipc by Ronnie Sahlberg · 4 years, 1 month ago
  32. 387ec58 cifs: simplify handling of cifs_sb/ctx->local_nls by Ronnie Sahlberg · 4 years, 1 month ago
  33. 522aa3b cifs: move [brw]size from cifs_sb to cifs_sb->ctx by Ronnie Sahlberg · 4 years, 1 month ago
  34. c741cba cifs: move cifs_cleanup_volume_info[_content] to fs_context.c by Ronnie Sahlberg · 4 years, 1 month ago
  35. 121d947 cifs: Handle witness client move notification by Samuel Cabrero · 4 years, 1 month ago
  36. af1e40d cifs: remove actimeo from cifs_sb by Ronnie Sahlberg · 4 years, 2 months ago
  37. 8401e93 cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sb by Ronnie Sahlberg · 4 years, 1 month ago
  38. 7d6535b cifs: Simplify reconnect code when dfs upcall is enabled by Samuel Cabrero · 4 years, 1 month ago
  39. 21077c6 cifs: Send witness register messages to userspace daemon in echo task by Samuel Cabrero · 4 years, 1 month ago
  40. bf80e5d cifs: Send witness register and unregister commands to userspace daemon by Samuel Cabrero · 4 years, 1 month ago
  41. 0ac4e29 cifs: add witness mount option and data structs by Samuel Cabrero · 4 years, 1 month ago
  42. bc04499 cifs: minor kernel style fixes for comments by Steve French · 4 years, 1 month ago
  43. a87e672 cifs: Make extract_hostname function public by Samuel Cabrero · 4 years, 1 month ago
  44. a2a52a8 cifs: get rid of cifs_sb->mountdata by Ronnie Sahlberg · 4 years, 2 months ago
  45. d17abdf7 cifs: add an smb3_fs_context to cifs_sb by Ronnie Sahlberg · 4 years, 2 months ago
  46. 4deb075 cifs: remove the devname argument to cifs_compose_mount_options by Ronnie Sahlberg · 4 years, 1 month ago
  47. 24e0a1e cifs: switch to new mount api by Ronnie Sahlberg · 4 years, 1 month ago
  48. 66e7b09 cifs: move cifs_parse_devname to fs_context.c by Ronnie Sahlberg · 4 years, 2 months ago
  49. 15c7d09 cifs: move the enum for cifs parameters into fs_context.h by Ronnie Sahlberg · 4 years, 2 months ago
  50. 3fa1c6d cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h by Ronnie Sahlberg · 4 years, 1 month ago
  51. 59463eb cifs: add NULL check for ses->tcon_ipc by Aurelien Aptel · 4 years, 1 month ago
  52. 2122533 cifs: fix potential use-after-free in cifs_echo_request() by Paulo Alcantara · 4 years, 1 month ago
  53. 555782a cifs: move smb version mount options into fs_context.c by Ronnie Sahlberg · 4 years, 3 months ago
  54. 2f20f07 cifs: move cache mount options to fs_context.ch by Ronnie Sahlberg · 4 years, 3 months ago
  55. 5c6e5aa cifs: move security mount options into fs_context.ch by Ronnie Sahlberg · 4 years, 3 months ago
  56. 3c6e65e smb3: do not try to cache root directory if dir leases not supported by Steve French · 4 years, 3 months ago
  57. def6e1d cifs: Print the address and port we are connecting to in generic_ip_connect() by Samuel Cabrero · 4 years, 3 months ago
  58. 8e670f7 Handle STATUS_IO_TIMEOUT gracefully by Rohith Surabattula · 4 years, 4 months ago
  59. 3edd8db Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 4 months ago
  60. e183785 cifs: fix check of tcon dfs in smb1 by Paulo Alcantara · 4 years, 5 months ago
  61. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  62. f6513bd Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 5 months ago
  63. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  64. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  65. 20b135e cifs: Fix an error pointer dereference in cifs_mount() by Dan Carpenter · 4 years, 5 months ago
  66. 7efd081 cifs: document and cleanup dfs mount by Paulo Alcantara · 4 years, 6 months ago
  67. 11375a5 cifs: only update prefix path of DFS links in cifs_tree_connect() by Paulo Alcantara · 4 years, 6 months ago
  68. c6a80e1 cifs: fix double free error on share and prefix by Colin Ian King · 4 years, 5 months ago
  69. 7548e1d cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect by Paulo Alcantara · 4 years, 6 months ago
  70. a529303 cifs: handle empty list of targets in cifs_reconnect() by Paulo Alcantara · 4 years, 6 months ago
  71. 7d397a0 cifs: rename reconn_inval_dfs_target() by Paulo Alcantara · 4 years, 6 months ago
  72. 565674d cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect() by Stefan Metzmacher · 4 years, 6 months ago
  73. 1a0e7f7 cifs: convert to use be32_add_cpu() by Qinglang Miao · 4 years, 6 months ago
  74. 5391b8e SMB3: Honor 'posix' flag for multiuser mounts by Paul Aurich · 4 years, 7 months ago
  75. 6b356f6c SMB3: Honor 'handletimeout' flag for multiuser mounts by Paul Aurich · 4 years, 7 months ago
  76. ad35f16 SMB3: Honor lease disabling for multiuser mounts by Paul Aurich · 4 years, 7 months ago
  77. 00dfbc2 SMB3: Honor persistent/resilient handle flags for multiuser mounts by Paul Aurich · 4 years, 7 months ago
  78. cc15461 SMB3: Honor 'seal' flag for multiuser mounts by Paul Aurich · 4 years, 7 months ago
  79. 3803d5e Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
  80. 1ee0e6d smb3: default to minimum of two channels when multichannel specified by Steve French · 4 years, 7 months ago
  81. a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
  82. 82e9367 smb3: Add new parm "nodelete" by Steve French · 4 years, 8 months ago
  83. baf3f08 cifs: get rid of unused parameter in reconn_setup_dfs_targets() by Paulo Alcantara · 4 years, 8 months ago
  84. e4af35f cifs: handle hostnames that resolve to same ip in failover by Paulo Alcantara · 4 years, 8 months ago
  85. aaa3aef cifs: set up next DFS target before generic_ip_connect() by Paulo Alcantara · 4 years, 8 months ago
  86. 8fd6e1d cifs: handle "nolease" option for vers=1.0 by Kenneth D'souza · 4 years, 8 months ago
  87. 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 8 months ago
  88. 65303de cifs: do not share tcons with DFS by Paulo Alcantara · 4 years, 9 months ago
  89. fada37f cifs: protect updating server->dstaddr with a spinlock by Ronnie Sahlberg · 4 years, 9 months ago
  90. dc92027 cifs: clear PF_MEMALLOC before exiting demultiplex thread by Eric Biggers · 4 years, 10 months ago
  91. ba55344 CIFS: Warn less noisily on default mount by Steve French · 4 years, 10 months ago
  92. 8fe0c2c cifs: print warning mounting with vers=1.0 by Steve French · 4 years, 11 months ago
  93. e2e8751 cifs: call wake_up(&server->response_q) inside of cifs_reconnect() by Stefan Metzmacher · 4 years, 11 months ago
  94. bacd704 cifs: handle prefix paths in reconnect by Paulo Alcantara (SUSE) · 4 years, 11 months ago
  95. f52aa79 cifs: Fix mode output in debugging statements by Frank Sorenson · 5 years ago
  96. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  97. fe12926 cifs: fix NULL dereference in match_prepath by Ronnie Sahlberg · 5 years ago
  98. 3345bb4 cifs: Fix lookup of SMB connections on multichannel by Paulo Alcantara (SUSE) · 5 years ago
  99. 5bb30a4 cifs: Fix retrieval of DFS referrals in cifs_mount() by Paulo Alcantara (SUSE) · 5 years ago
  100. 8354d88 cifs: Fix use-after-free bug in cifs_reconnect() by Paulo Alcantara (SUSE) · 5 years ago