1. 9e99275 cifs: Call close synchronously during unlink/rename/lease break. by Rohith Surabattula · 3 years, 7 months ago
  2. cdc3363 cifs: do not share tcp sessions of dfs connections by Paulo Alcantara · 3 years, 8 months ago
  3. 506c1da cifs: use the expiry output of dns_query to schedule next resolution by Shyam Prasad N · 3 years, 10 months ago
  4. 53d31a3 SMB3.1.1: Add support for negotiating signing algorithm by Steve French · 3 years, 8 months ago
  5. 01cf308 cifs: make locking consistent around the server session status by Steve French · 3 years, 8 months ago
  6. 0fa757b smb3: prevent races updating CurrentMid by Steve French · 3 years, 8 months ago
  7. 0060a4f cifs: fix missing spinlock around update to ses->status by Steve French · 3 years, 9 months ago
  8. 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 9 months ago
  9. c870a8e cifs: handle different charsets in dfs cache by Paulo Alcantara · 3 years, 9 months ago
  10. 0ab95c2 Defer close only when lease is enabled. by Rohith Surabattula · 3 years, 10 months ago
  11. 860b69a Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled. by Rohith Surabattula · 3 years, 10 months ago
  12. c3f207ab cifs: Deferred close for files by Rohith Surabattula · 3 years, 11 months ago
  13. ed20f54 cifs: add a timestamp to track when the lease of the cached dir was taken by Ronnie Sahlberg · 4 years ago
  14. 5e9c89d cifs: Grab a reference for the dentry of the cached directory during the lifetime of the cache by Ronnie Sahlberg · 4 years ago
  15. 5586913 cifs: constify path argument of ->make_node() by Al Viro · 4 years ago
  16. ec4e486 cifs: remove old dead code by Aurelien Aptel · 3 years, 11 months ago
  17. 5e14c72 fs: cifs: Remove repeated struct declaration by Wan Jiabing · 4 years ago
  18. b7fd0fa cifs: simplify SWN code with dummy funcs instead of ifdefs by Aurelien Aptel · 4 years ago
  19. edc9dd1 cifs: correct comments explaining internal semaphore usage in the module by Steve French · 4 years ago
  20. d135be0 fs: cifs: Remove unnecessary struct declaration by Wan Jiabing · 4 years ago
  21. 45a4546 cifs: Adjust key sizes and key generation routines for AES256 encryption by Shyam Prasad N · 4 years ago
  22. 04ad69c cifs: do not send close in compound create+close requests by Paulo Alcantara · 4 years ago
  23. 9e550b0 TCON Reconnect during STATUS_NETWORK_NAME_DELETED by Rohith Surabattula · 4 years, 1 month ago
  24. b438fcf cifs: change confusing field serverName (to ip_addr) by Steve French · 4 years ago
  25. 6d82c27 cifs: Identify a connection by a conn_id. by Shyam Prasad N · 4 years, 1 month ago
  26. 0f56db8 cifs: New optype for session operations. by Shyam Prasad N · 4 years, 1 month ago
  27. 3970acf SMB3: Add support for getting and setting SACLs by Boris Protopopov · 4 years, 3 months ago
  28. 121d947 cifs: Handle witness client move notification by Samuel Cabrero · 4 years, 3 months ago
  29. 0ac4e29 cifs: add witness mount option and data structs by Samuel Cabrero · 4 years, 3 months ago
  30. 3fa1c6d cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h by Ronnie Sahlberg · 4 years, 3 months ago
  31. 2e4564b smb3: add support for stat of WSL reparse points for special file types by Steve French · 4 years, 4 months ago
  32. 555782a cifs: move smb version mount options into fs_context.c by Ronnie Sahlberg · 4 years, 5 months ago
  33. 29e2792 smb3.1.1: add new module load parm enable_gcm_256 by Steve French · 4 years, 5 months ago
  34. fbfd0b4 smb3.1.1: add new module load parm require_gcm_256 by Steve French · 4 years, 6 months ago
  35. 8e670f7 Handle STATUS_IO_TIMEOUT gracefully by Rohith Surabattula · 4 years, 6 months ago
  36. e183785 cifs: fix check of tcon dfs in smb1 by Paulo Alcantara · 4 years, 6 months ago
  37. 327a8d7 Merge tag '5.9-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
  38. a03f507 cifs: delete duplicated words in header files by Randy Dunlap · 4 years, 8 months ago
  39. cba22b1 Replace HTTP links with HTTPS ones: CIFS by Alexander A. Klimov · 4 years, 8 months ago
  40. 0b0430c cifs: Add get_security_type_str function to return sec type. by Kenneth D'souza · 4 years, 9 months ago
  41. 8eec795 cifs: multichannel: use pointer for binding channel by Aurelien Aptel · 4 years, 11 months ago
  42. 352d96f cifs: multichannel: move channel selection above transport layer by Aurelien Aptel · 4 years, 9 months ago
  43. 82e9367 smb3: Add new parm "nodelete" by Steve French · 4 years, 10 months ago
  44. d92c7ce cifs: minor update to comments around the cifs_tcp_ses_lock mutex by Steve French · 4 years, 11 months ago
  45. 4e8aea3 smb3: enable swap on SMB3 mounts by Steve French · 5 years ago
  46. eda1c54 cifs: Allocate crypto structures on the fly for calculating signatures of incoming packets by Long Li · 5 years ago
  47. 86f740f cifs: fix rename() by ensuring source handle opened with DELETE bit by Aurelien Aptel · 5 years ago
  48. d26c2dd cifs: add SMB3 change notification support by Steve French · 5 years ago
  49. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  50. f1f27ad CIFS: Fix task struct use-after-free on reconnect by Vincent Whitchurch · 5 years ago
  51. 046aca3 cifs: Optimize readdir on reparse points by Paulo Alcantara (SUSE) · 5 years ago
  52. d919131 CIFS: Close cached root handle only if it has a lease by Pavel Shilovsky · 5 years ago
  53. 3345bb4 cifs: Fix lookup of SMB connections on multichannel by Paulo Alcantara (SUSE) · 5 years ago
  54. 43f8a6a smb3: query attributes on file close by Steve French · 5 years ago
  55. 1ae9a5a smb3: dump in_send and num_waiters stats counters by default by Steve French · 5 years ago
  56. 9bd4540 CIFS: Properly process SMB3 lease breaks by Pavel Shilovsky · 5 years ago
  57. 32546a9 cifs: move cifsFileInfo_put logic into a work-queue by Ronnie Sahlberg · 5 years ago
  58. d70e9fa cifs: try opening channels after mounting by Aurelien Aptel · 5 years ago
  59. b8f7442b CIFS: refactor cifs_get_inode_info() by Aurelien Aptel · 5 years ago
  60. f6a6bf7 cifs: switch servers depending on binding state by Aurelien Aptel · 5 years ago
  61. f780bd3 cifs: add server param by Aurelien Aptel · 5 years ago
  62. bcc8880 cifs: add multichannel mount options and data structs by Aurelien Aptel · 5 years ago
  63. 87bc237 smb3: add debug messages for closing unmatched open by Ronnie Sahlberg · 5 years ago
  64. 86a7964 CIFS: Fix NULL pointer dereference in mid callback by Pavel Shilovsky · 5 years ago
  65. d46b0da cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs by Dave Wysochanski · 5 years ago
  66. d0959b0 smb3: remove noisy debug message and minor cleanup by Steve French · 5 years ago
  67. c3ca78e smb3: pass mode bits into create calls by Steve French · 5 years ago
  68. 8eecd1c cifs: Add support for root file systems by Paulo Alcantara (SUSE) · 6 years ago
  69. 3e7a02d smb3: allow disabling requesting leases by Steve French · 5 years ago
  70. 1b63f18 smb3: display max smb3 requests in flight at any one time by Steve French · 5 years ago
  71. 563317e smb3: enable offload of decryption of large reads via mount option by Steve French · 5 years ago
  72. 35cf94a smb3: allow parallelizing decryption of reads by Steve French · 5 years ago
  73. 4f5c10f smb3: allow skipping signature verification for perf sensitive configurations by Steve French · 6 years ago
  74. 41e033f smb3: add mount option to allow RW caching of share accessed by only 1 client by Steve French · 6 years ago
  75. 83bbfa7 smb3: add mount option to allow forced caching of read only share by Steve French · 6 years ago
  76. 9fe5ff1 smb3: do not send compression info by default by Steve French · 6 years ago
  77. 412094a smb3: add new mount option to retrieve mode from special ACE by Steve French · 6 years ago
  78. 73cf808 cifs: simplify code by removing CONFIG_CIFS_ACL ifdef by Steve French · 6 years ago
  79. 6552d6a cifs: Fix check for matching with existing mount by Steve French · 6 years ago
  80. 487317c cifs: add spinlock for the openFileList to cifsInodeInfo by Ronnie Sahlberg · 6 years ago
  81. dece44e cifs: add support for SEEK_DATA and SEEK_HOLE by Ronnie Sahlberg · 6 years ago
  82. ebaf546 SMB3: Clean up query symlink when reparse point by Ronnie Sahlberg · 6 years ago
  83. 26ea888 Negotiate and save preferred compression algorithms by Steve French · 6 years ago
  84. 392e1c5 cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP by Ronnie Sahlberg · 6 years ago
  85. d69cb72 cifs: fix credits leak for SMB1 oplock breaks by Ronnie Sahlberg · 6 years ago
  86. 2f3ebab cifs: add fiemap support by Ronnie Sahlberg · 6 years ago
  87. d070f9d CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sb by Aurelien Aptel · 6 years ago
  88. 433b8dd SMB3: Track total time spent on roundtrips for each SMB3 command by Steve French · 6 years ago
  89. b98749c CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 6 years ago
  90. ca567eb SMB3: Allow persistent handle timeout to be configurable on mount by Steve French · 6 years ago
  91. c847dcc CIFS: make mknod() an smb_version_op by Aurelien Aptel · 6 years ago
  92. 6552580 cifs: minor documentation updates by Steve French · 6 years ago
  93. b0f6df7 cifs: cache FILE_ALL_INFO for the shared root handle by Ronnie Sahlberg · 6 years ago
  94. b227d21 cifs: wait_for_free_credits() make it possible to wait for >=1 credits by Ronnie Sahlberg · 6 years ago
  95. 9a1c67e CIFS: Adjust MTU credits before reopening a file by Pavel Shilovsky · 6 years ago
  96. 34f4deb CIFS: Respect reconnect in non-MTU credits calculations by Pavel Shilovsky · 6 years ago
  97. 335b7b6 CIFS: Respect reconnect in MTU credits calculations by Pavel Shilovsky · 6 years ago
  98. 66265f1 CIFS: Count SMB3 credits for malformed pending responses by Pavel Shilovsky · 6 years ago
  99. c781af7 CIFS: Do not skip SMB2 message IDs on send failures by Pavel Shilovsky · 6 years ago
  100. e8506d2 smb3: make default i/o size for smb3 mounts larger by Steve French · 6 years ago