1. 3370a84 cifs: fix credit accounting for extra channel by Aurelien Aptel · 3 years, 11 months ago
  2. b8b6531 cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. by Shyam Prasad N · 4 years ago
  3. 59463eb cifs: add NULL check for ses->tcon_ipc by Aurelien Aptel · 4 years, 1 month ago
  4. 2122533 cifs: fix potential use-after-free in cifs_echo_request() by Paulo Alcantara · 4 years, 2 months ago
  5. 555782a cifs: move smb version mount options into fs_context.c by Ronnie Sahlberg · 4 years, 3 months ago
  6. 2f20f07 cifs: move cache mount options to fs_context.ch by Ronnie Sahlberg · 4 years, 3 months ago
  7. 5c6e5aa cifs: move security mount options into fs_context.ch by Ronnie Sahlberg · 4 years, 3 months ago
  8. 3c6e65e smb3: do not try to cache root directory if dir leases not supported by Steve French · 4 years, 3 months ago
  9. def6e1d cifs: Print the address and port we are connecting to in generic_ip_connect() by Samuel Cabrero · 4 years, 3 months ago
  10. 8e670f7 Handle STATUS_IO_TIMEOUT gracefully by Rohith Surabattula · 4 years, 4 months ago
  11. 3edd8db Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 5 months ago
  12. e183785 cifs: fix check of tcon dfs in smb1 by Paulo Alcantara · 4 years, 5 months ago
  13. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  14. 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
  15. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  16. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  17. 20b135e cifs: Fix an error pointer dereference in cifs_mount() by Dan Carpenter · 4 years, 5 months ago
  18. 7efd081 cifs: document and cleanup dfs mount by Paulo Alcantara · 4 years, 6 months ago
  19. 11375a5 cifs: only update prefix path of DFS links in cifs_tree_connect() by Paulo Alcantara · 4 years, 6 months ago
  20. c6a80e1 cifs: fix double free error on share and prefix by Colin Ian King · 4 years, 6 months ago
  21. 7548e1d cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect by Paulo Alcantara · 4 years, 6 months ago
  22. a529303 cifs: handle empty list of targets in cifs_reconnect() by Paulo Alcantara · 4 years, 6 months ago
  23. 7d397a0 cifs: rename reconn_inval_dfs_target() by Paulo Alcantara · 4 years, 6 months ago
  24. 565674d cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect() by Stefan Metzmacher · 4 years, 6 months ago
  25. 1a0e7f7 cifs: convert to use be32_add_cpu() by Qinglang Miao · 4 years, 6 months ago
  26. 5391b8e SMB3: Honor 'posix' flag for multiuser mounts by Paul Aurich · 4 years, 7 months ago
  27. 6b356f6c SMB3: Honor 'handletimeout' flag for multiuser mounts by Paul Aurich · 4 years, 7 months ago
  28. ad35f16 SMB3: Honor lease disabling for multiuser mounts by Paul Aurich · 4 years, 7 months ago
  29. 00dfbc2 SMB3: Honor persistent/resilient handle flags for multiuser mounts by Paul Aurich · 4 years, 7 months ago
  30. cc15461 SMB3: Honor 'seal' flag for multiuser mounts by Paul Aurich · 4 years, 7 months ago
  31. 3803d5e Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 8 months ago
  32. 1ee0e6d smb3: default to minimum of two channels when multichannel specified by Steve French · 4 years, 8 months ago
  33. a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
  34. 82e9367 smb3: Add new parm "nodelete" by Steve French · 4 years, 8 months ago
  35. baf3f08 cifs: get rid of unused parameter in reconn_setup_dfs_targets() by Paulo Alcantara · 4 years, 8 months ago
  36. e4af35f cifs: handle hostnames that resolve to same ip in failover by Paulo Alcantara · 4 years, 8 months ago
  37. aaa3aef cifs: set up next DFS target before generic_ip_connect() by Paulo Alcantara · 4 years, 8 months ago
  38. 8fd6e1d cifs: handle "nolease" option for vers=1.0 by Kenneth D'souza · 4 years, 8 months ago
  39. 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 8 months ago
  40. 65303de cifs: do not share tcons with DFS by Paulo Alcantara · 4 years, 9 months ago
  41. fada37f cifs: protect updating server->dstaddr with a spinlock by Ronnie Sahlberg · 4 years, 9 months ago
  42. dc92027 cifs: clear PF_MEMALLOC before exiting demultiplex thread by Eric Biggers · 4 years, 10 months ago
  43. ba55344 CIFS: Warn less noisily on default mount by Steve French · 4 years, 11 months ago
  44. 8fe0c2c cifs: print warning mounting with vers=1.0 by Steve French · 4 years, 11 months ago
  45. e2e8751 cifs: call wake_up(&server->response_q) inside of cifs_reconnect() by Stefan Metzmacher · 5 years ago
  46. bacd704 cifs: handle prefix paths in reconnect by Paulo Alcantara (SUSE) · 5 years ago
  47. f52aa79 cifs: Fix mode output in debugging statements by Frank Sorenson · 5 years ago
  48. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  49. fe12926 cifs: fix NULL dereference in match_prepath by Ronnie Sahlberg · 5 years ago
  50. 3345bb4 cifs: Fix lookup of SMB connections on multichannel by Paulo Alcantara (SUSE) · 5 years ago
  51. 5bb30a4 cifs: Fix retrieval of DFS referrals in cifs_mount() by Paulo Alcantara (SUSE) · 5 years ago
  52. 8354d88 cifs: Fix use-after-free bug in cifs_reconnect() by Paulo Alcantara (SUSE) · 5 years ago
  53. d70e9fa cifs: try opening channels after mounting by Aurelien Aptel · 5 years ago
  54. f6a6bf7 cifs: switch servers depending on binding state by Aurelien Aptel · 5 years ago
  55. bcc8880 cifs: add multichannel mount options and data structs by Aurelien Aptel · 5 years ago
  56. 7b71843 CIFS: Do not miss cancelled OPEN responses by Pavel Shilovsky · 5 years ago
  57. 86a7964 CIFS: Fix NULL pointer dereference in mid callback by Pavel Shilovsky · 5 years ago
  58. abe5707 CIFS: Fix retry mid list corruption on reconnects by Pavel Shilovsky · 5 years ago
  59. d532cc7 cifs: Handle -EINPROGRESS only when noblockcnt is set by Paulo Alcantara (SUSE) · 5 years ago
  60. d0959b0 smb3: remove noisy debug message and minor cleanup by Steve French · 5 years ago
  61. 52870d5 smb3: cleanup some recent endian errors spotted by updated sparse by Steve French · 5 years ago
  62. 8eecd1c cifs: Add support for root file systems by Paulo Alcantara (SUSE) · 6 years ago
  63. 3e7a02d smb3: allow disabling requesting leases by Steve French · 5 years ago
  64. 1b63f18 smb3: display max smb3 requests in flight at any one time by Steve French · 5 years ago
  65. 563317e smb3: enable offload of decryption of large reads via mount option by Steve French · 5 years ago
  66. 4f5c10f smb3: allow skipping signature verification for perf sensitive configurations by Steve French · 5 years ago
  67. cae53f7 smb3: log warning if CSC policy conflicts with cache mount option by Steve French · 5 years ago
  68. 41e033f smb3: add mount option to allow RW caching of share accessed by only 1 client by Steve French · 5 years ago
  69. 1981eba smb3: add some more descriptive messages about share when mounting cache=ro by Steve French · 5 years ago
  70. 83bbfa7 smb3: add mount option to allow forced caching of read only share by Steve French · 5 years ago
  71. afe6f65 cifs: add new debugging macro cifs_server_dbg by Ronnie Sahlberg · 5 years ago
  72. becc2ba cifs: fix a comment for the timeouts when sending echos by Ronnie Sahlberg · 5 years ago
  73. 340625e cifs: replace various strncpy with strscpy and similar by Ronnie Sahlberg · 5 years ago
  74. 478228e cifs: Use kzfree() to zero out the password by Dan Carpenter · 5 years ago
  75. f2aee32 cifs: set domainName when a domain-key is used in multiuser by Ronnie Sahlberg · 5 years ago
  76. 33da8e7 signal: Allow cifs and drbd to receive their terminating signals by Eric W. Biederman · 5 years ago
  77. 247bc94 cifs: fix rmmod regression in cifs.ko caused by force_sig changes by Steve French · 5 years ago
  78. ae9b728 Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  79. ce465bf cifs: fix crash in cifs_dfs_do_automount by Ronnie Sahlberg · 6 years ago
  80. 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 6 years ago
  81. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  82. 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  83. 9fe5ff1 smb3: do not send compression info by default by Steve French · 6 years ago
  84. 412094a smb3: add new mount option to retrieve mode from special ACE by Steve French · 6 years ago
  85. f2caf90 cifs: Fix a race condition with cifs_echo_request by Ronnie Sahlberg · 6 years ago
  86. 3e27257 cifs: always add credits back for unsolicited PDUs by Ronnie Sahlberg · 6 years ago
  87. 29fbeb7 cifs: Properly handle auto disabling of serverino option by Paulo Alcantara (SUSE) · 6 years ago
  88. 43cdae8 Fix match_server check to allow for auto dialect negotiate by Steve French · 6 years ago
  89. 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 6 years ago
  90. 61cabc7 cifs: fix GlobalMid_Lock bug in cifs_reconnect by Ronnie Sahlberg · 6 years ago
  91. 72abe3b signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sig by Eric W. Biederman · 6 years ago
  92. 3b24911 cifs: Don't match port on SMBDirect transport by Long Li · 6 years ago
  93. 1d2a4f5 cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs have been called by Long Li · 6 years ago
  94. 214bab4 cifs: Call MID callback before destroying transport by Long Li · 6 years ago
  95. 050b8c3 smbd: Make upper layer decide when to destroy the transport by Long Li · 6 years ago
  96. 5072010 cifs: Fix DFS cache refresher for DFS links by Paulo Alcantara (SUSE) · 6 years ago
  97. ca567eb SMB3: Allow persistent handle timeout to be configurable on mount by Steve French · 6 years ago
  98. d44d137 cifs: remove unused value pointed out by Coverity by Steve French · 6 years ago
  99. 335b7b6 CIFS: Respect reconnect in MTU credits calculations by Pavel Shilovsky · 6 years ago
  100. 5b96485 CIFS: Set reconnect instance to one initially by Pavel Shilovsky · 6 years ago