1. 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
  2. c8c412f SMB3: Fix mkdir when idsfromsid configured on mount by Steve French · 4 years, 5 months ago
  3. 30b5ae2 cifs: Convert to use the fallthrough macro by Miaohe Lin · 4 years, 5 months ago
  4. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  5. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  6. 20b135e cifs: Fix an error pointer dereference in cifs_mount() by Dan Carpenter · 4 years, 5 months ago
  7. 327a8d7 Merge tag '5.9-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 5 months ago
  8. 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 5 months ago
  9. 7efd081 cifs: document and cleanup dfs mount by Paulo Alcantara · 4 years, 6 months ago
  10. 11375a5 cifs: only update prefix path of DFS links in cifs_tree_connect() by Paulo Alcantara · 4 years, 6 months ago
  11. c6a80e1 cifs: fix double free error on share and prefix by Colin Ian King · 4 years, 5 months ago
  12. 7548e1d cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect by Paulo Alcantara · 4 years, 6 months ago
  13. a529303 cifs: handle empty list of targets in cifs_reconnect() by Paulo Alcantara · 4 years, 6 months ago
  14. 7d397a0 cifs: rename reconn_inval_dfs_target() by Paulo Alcantara · 4 years, 6 months ago
  15. 2e5de42 cifs: reduce number of referral requests in DFS link lookups by Paulo Alcantara · 4 years, 6 months ago
  16. 565674d cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect() by Stefan Metzmacher · 4 years, 6 months ago
  17. 1a0e7f7 cifs: convert to use be32_add_cpu() by Qinglang Miao · 4 years, 5 months ago
  18. a03f507 cifs: delete duplicated words in header files by Randy Dunlap · 4 years, 6 months ago
  19. 60e5e4b cifs: Remove the superfluous break by Liao Pingfang · 4 years, 6 months ago
  20. 8e408fc cifs: smb1: Try failing back to SetFileInfo if SetPathInfo fails by Ronnie Sahlberg · 4 years, 6 months ago
  21. a3713ec cifs`: handle ERRBaduid for SMB1 by Roberto Bergantinos Corpas · 4 years, 6 months ago
  22. 66a4bbc cifs: remove unused variable 'server' by Wei Yongjun · 4 years, 6 months ago
  23. 0a01894 smb3: warn on confusing error scenario with sec=krb5 by Steve French · 4 years, 6 months ago
  24. baf57b5 cifs: Fix leak when handling lease break for cached root fid by Paul Aurich · 4 years, 6 months ago
  25. 0e67051 Revert "cifs: Fix the target file was deleted when rename failed." by Steve French · 4 years, 6 months ago
  26. a8dab63 cifs: update internal module version number by Steve French · 4 years, 6 months ago
  27. a77592a cifs: fix reference leak for tlink by Ronnie Sahlberg · 4 years, 6 months ago
  28. 8668115 smb3: fix unneeded error message on change notify by Steve French · 4 years, 6 months ago
  29. 2e98c018 cifs: remove the retry in cifs_poxis_lock_set by yangerkun · 4 years, 6 months ago
  30. 4ef9b4f smb3: fix access denied on change notify request to some servers by Steve French · 4 years, 6 months ago
  31. cba22b1 Replace HTTP links with HTTPS ones: CIFS by Alexander A. Klimov · 4 years, 6 months ago
  32. 19e8886 cifs: prevent truncation from long to int in wait_for_free_credits by Ronnie Sahlberg · 4 years, 6 months ago
  33. 9ffad92 cifs: Fix the target file was deleted when rename failed. by Zhang Xiaoxu · 4 years, 6 months ago
  34. 5391b8e SMB3: Honor 'posix' flag for multiuser mounts by Paul Aurich · 4 years, 6 months ago
  35. 6b356f6c SMB3: Honor 'handletimeout' flag for multiuser mounts by Paul Aurich · 4 years, 6 months ago
  36. ad35f16 SMB3: Honor lease disabling for multiuser mounts by Paul Aurich · 4 years, 6 months ago
  37. 00dfbc2 SMB3: Honor persistent/resilient handle flags for multiuser mounts by Paul Aurich · 4 years, 6 months ago
  38. cc15461 SMB3: Honor 'seal' flag for multiuser mounts by Paul Aurich · 4 years, 6 months ago
  39. aadd69ca cifs: Display local UID details for SMB sessions in DebugData by Paul Aurich · 4 years, 6 months ago
  40. bf1028a cifs: misc: Use array_size() in if-statement controlling expression by Gustavo A. R. Silva · 4 years, 7 months ago
  41. 5618303 cifs: update ctime and mtime during truncate by Zhang Xiaoxu · 4 years, 7 months ago
  42. acc91c2 cifs/smb3: Fix data inconsistent when punch hole by Zhang Xiaoxu · 4 years, 7 months ago
  43. 6b69040 cifs/smb3: Fix data inconsistent when zero file range by Zhang Xiaoxu · 4 years, 7 months ago
  44. 95a3d8f cifs: Fix double add page to memcg when cifs_readpages by Zhang Xiaoxu · 4 years, 7 months ago
  45. 77577de cifs: Fix cached_fid refcnt leak in open_shroot by Xiyu Yang · 4 years, 7 months ago
  46. a7a519a smb3: Add debug message for new file creation with idsfromsid mount option by Steve French · 4 years, 7 months ago
  47. a660339 cifs: fix chown and chgrp when idsfromsid mount option enabled by Steve French · 4 years, 7 months ago
  48. 975221e smb3: allow uid and gid owners to be set on create with idsfromsid mount option by Steve French · 4 years, 7 months ago
  49. e4bd7c4 smb311: Add tracepoints for new compound posix query info by Steve French · 4 years, 7 months ago
  50. d313852 smb311: add support for using info level for posix extensions query by Steve French · 4 years, 7 months ago
  51. 790434f smb311: Add support for lookup with posix extensions query info by Steve French · 4 years, 7 months ago
  52. b1bc187 smb311: Add support for SMB311 query info (non-compounded) by Steve French · 4 years, 7 months ago
  53. 6a5f659 SMB311: Add support for query info using posix extensions (level 100) by Steve French · 4 years, 7 months ago
  54. ebf5744 smb3: add indatalen that can be a non-zero value to calculation of credit charge in smb2 ioctl by Namjae Jeon · 4 years, 7 months ago
  55. 7866c17 smb3: fix typo in mount options displayed in /proc/mounts by Steve French · 4 years, 7 months ago
  56. 0b0430c cifs: Add get_security_type_str function to return sec type. by Kenneth D'souza · 4 years, 7 months ago
  57. 5865985 smb3: extend fscache mount volume coherency check by Steve French · 4 years, 7 months ago
  58. 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
  59. 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
  60. 331cc66 cifs: update internal module version number by Steve French · 4 years, 7 months ago
  61. 2f58967 cifs: multichannel: try to rebind when reconnecting a channel by Aurelien Aptel · 4 years, 9 months ago
  62. 8eec795 cifs: multichannel: use pointer for binding channel by Aurelien Aptel · 4 years, 9 months ago
  63. edb1613 smb3: remove static checker warning by Steve French · 4 years, 7 months ago
  64. 352d96f cifs: multichannel: move channel selection above transport layer by Aurelien Aptel · 4 years, 7 months ago
  65. 7c06514 cifs: multichannel: always zero struct cifs_io_parms by Aurelien Aptel · 4 years, 7 months ago
  66. 8e84a61 cifs: dump Security Type info in DebugData by Kenneth D'souza · 4 years, 7 months ago
  67. e80ddeb smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64K by Steve French · 4 years, 7 months ago
  68. 1ee0e6d smb3: default to minimum of two channels when multichannel specified by Steve French · 4 years, 7 months ago
  69. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  70. 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 8 months ago
  71. cddf8a2 fs: move fiemap range validation into the file systems instances by Christoph Hellwig · 4 years, 8 months ago
  72. 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 8 months ago
  73. 6058eae mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() by Johannes Weiner · 4 years, 7 months ago
  74. 5f68ea4 cifs: multichannel: move channel selection in function by Aurelien Aptel · 4 years, 9 months ago
  75. bbbf9ea cifs: fix minor typos in comments and log messages by Steve French · 4 years, 7 months ago
  76. 3563a6f smb3: minor update to compression header definitions by Steve French · 4 years, 7 months ago
  77. adbb2da cifs: minor fix to two debug messages by Steve French · 4 years, 7 months ago
  78. a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
  79. 82e9367 smb3: Add new parm "nodelete" by Steve French · 4 years, 8 months ago
  80. b2ca6c2 cifs: move some variables off the stack in smb2_ioctl_query_info by Ronnie Sahlberg · 4 years, 8 months ago
  81. a7d5c29 cifs: reduce stack use in smb2_compound_op by Ronnie Sahlberg · 4 years, 8 months ago
  82. baf3f08 cifs: get rid of unused parameter in reconn_setup_dfs_targets() by Paulo Alcantara · 4 years, 8 months ago
  83. e4af35f cifs: handle hostnames that resolve to same ip in failover by Paulo Alcantara · 4 years, 8 months ago
  84. aaa3aef cifs: set up next DFS target before generic_ip_connect() by Paulo Alcantara · 4 years, 8 months ago
  85. 136a5dc cifs: remove redundant initialization of variable rc by Colin Ian King · 4 years, 7 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, 7 months ago
  88. db10538 tcp: add tcp_sock_set_cork by Christoph Hellwig · 4 years, 7 months ago
  89. a481379 cifs: fix leaked reference on requeued write by Adam McCoy · 4 years, 8 months ago
  90. 9bd21d4 cifs: Fix null pointer check in cifs_read by Steve French · 4 years, 8 months ago
  91. 3dc58df CIFS: Spelling s/EACCESS/EACCES/ by Geert Uytterhoeven · 4 years, 8 months ago
  92. 0fe0781 cifs: fix uninitialised lease_key in open_shroot() by Paulo Alcantara · 4 years, 9 months ago
  93. 3786f4b cifs: ensure correct super block for DFS reconnect by Paulo Alcantara · 4 years, 9 months ago
  94. 65303de cifs: do not share tcons with DFS by Paulo Alcantara · 4 years, 9 months ago
  95. d92c7ce cifs: minor update to comments around the cifs_tcp_ses_lock mutex by Steve French · 4 years, 9 months ago
  96. fada37f cifs: protect updating server->dstaddr with a spinlock by Ronnie Sahlberg · 4 years, 9 months ago
  97. 9692ea9 smb3: remove overly noisy debug line in signing errors by Steve French · 4 years, 9 months ago
  98. 1f641d9 cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+ by Jones Syue · 4 years, 9 months ago
  99. f560cda cifs: dump the session id and keys also for SMB2 sessions by Ronnie Sahlberg · 4 years, 9 months ago
  100. 4e8aea3 smb3: enable swap on SMB3 mounts by Steve French · 4 years, 9 months ago