1. d70e9fa cifs: try opening channels after mounting by Aurelien Aptel · 5 years ago
  2. b8f7442b CIFS: refactor cifs_get_inode_info() by Aurelien Aptel · 5 years ago
  3. f6a6bf7 cifs: switch servers depending on binding state by Aurelien Aptel · 5 years ago
  4. f780bd3 cifs: add server param by Aurelien Aptel · 5 years ago
  5. bcc8880 cifs: add multichannel mount options and data structs by Aurelien Aptel · 5 years ago
  6. 35adffe cifs: sort interface list by speed by Aurelien Aptel · 5 years ago
  7. fa9c236 CIFS: Fix SMB2 oplock break processing by Pavel Shilovsky · 5 years ago
  8. 3591bb8 cifs: don't use 'pre:' for MODULE_SOFTDEP by Ronnie Sahlberg · 5 years ago
  9. 4357d45 cifs: smbd: Return -EAGAIN when transport is reconnecting by Long Li · 5 years ago
  10. c21ce58 cifs: smbd: Only queue work for error recovery on memory registration by Long Li · 5 years ago
  11. 87bc237 smb3: add debug messages for closing unmatched open by Ronnie Sahlberg · 5 years ago
  12. 7b71843 CIFS: Do not miss cancelled OPEN responses by Pavel Shilovsky · 5 years ago
  13. 86a7964 CIFS: Fix NULL pointer dereference in mid callback by Pavel Shilovsky · 5 years ago
  14. 9150c3a CIFS: Close open handle after interrupted close by Pavel Shilovsky · 5 years ago
  15. 44805b0 CIFS: Respect O_SYNC and O_DIRECT flags during reconnect by Pavel Shilovsky · 5 years ago
  16. 037d050 smb3: remove confusing dmesg when mounting with encryption ("seal") by Steve French · 5 years ago
  17. 72e73c7 cifs: close the shared root handle on tree disconnect by Ronnie Sahlberg · 5 years ago
  18. 598b6c5 CIFS: Return directly after a failed build_path_from_dentry() in cifs_do_create() by Markus Elfring · 7 years ago
  19. 2b1116b CIFS: Use common error handling code in smb2_ioctl_query_info() by Markus Elfring · 5 years ago
  20. cfaa118 CIFS: Use memdup_user() rather than duplicating its implementation by Markus Elfring · 5 years ago
  21. acd4680 cifs: smbd: Return -ECONNABORTED when trasnport is not in connected state by Long Li · 5 years ago
  22. d63cdba cifs: smbd: Add messages on RDMA session destroy and reconnection by Long Li · 5 years ago
  23. 37941ea cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGE by Long Li · 5 years ago
  24. b7a55bb cifs: smbd: Invalidate and deregister memory registration on re-send for direct I/O by Long Li · 5 years ago
  25. 14cc639 cifs: Don't display RDMA transport on reconnect by Long Li · 5 years ago
  26. f28a2e5 CIFS: remove set but not used variables 'cinode' and 'netfid' by YueHaibing · 5 years ago
  27. d067799 cifs: add support for flock by Steve French · 6 years ago
  28. be1bf97 cifs: remove unused variable 'sid_user' by YueHaibing · 5 years ago
  29. 8bd3754 cifs: rename a variable in SendReceive() by Dan Carpenter · 5 years ago
  30. d243af7 SMB3: Fix persistent handles reconnect by Pavel Shilovsky · 5 years ago
  31. a08d897 fix memory leak in large read decrypt offload by Steve French · 5 years ago
  32. d46b0da cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs by Dave Wysochanski · 5 years ago
  33. 1a67c41 CIFS: Fix use after free of file info structures by Pavel Shilovsky · 5 years ago
  34. abe5707 CIFS: Fix retry mid list corruption on reconnects by Pavel Shilovsky · 5 years ago
  35. 783bf7b cifs: Fix missed free operations by Chuhong Yuan · 5 years ago
  36. 03d9a9f CIFS: avoid using MID 0xFFFF by Roberto Bergantinos Corpas · 5 years ago
  37. 553292a cifs: clarify comment about timestamp granularity for old servers by Steve French · 5 years ago
  38. d532cc7 cifs: Handle -EINPROGRESS only when noblockcnt is set by Paulo Alcantara (SUSE) · 5 years ago
  39. 0b3d0ef CIFS: Force reval dentry if LOOKUP_REVAL flag is set by Pavel Shilovsky · 5 years ago
  40. c82e5ac CIFS: Force revalidate inode when dentry is stale by Pavel Shilovsky · 5 years ago
  41. d4cfbf0 smb3: Fix regression in time handling by Steve French · 5 years ago
  42. d0959b0 smb3: remove noisy debug message and minor cleanup by Steve French · 5 years ago
  43. 30573a82 CIFS: Gracefully handle QueryInfo errors during open by Pavel Shilovsky · 5 years ago
  44. cb24881 cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic by Dave Wysochanski · 5 years ago
  45. dd19c10 fs: cifs: mute -Wunused-const-variable message by Austin Kim · 5 years ago
  46. 52870d5 smb3: cleanup some recent endian errors spotted by updated sparse by Steve French · 5 years ago
  47. 7edee52 Merge tag '5.4-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  48. a016e27 CIFS: Fix oplock handling for SMB 2.1+ protocols by Pavel Shilovsky · 5 years ago
  49. ff3ee62 smb3: missing ACL related flags by Steve French · 5 years ago
  50. c3ca78e smb3: pass mode bits into create calls by Steve French · 5 years ago
  51. 131ea1e smb3: Add missing reparse tags by Steve French · 5 years ago
  52. 63d37fb CIFS: fix max ea value size by Murphy Zhou · 5 years ago
  53. 8559ad8 fs/cifs/sess.c: Remove set but not used variable 'capabilities' by zhengbin · 5 years ago
  54. 388962e fs/cifs/smb2pdu.c: Make SMB2_notify_init static by zhengbin · 5 years ago
  55. d2f1542 smb3: fix leak in "open on server" perf counter by Steve French · 5 years ago
  56. 018c683 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  57. 7e7db86 smb3: allow decryption keys to be dumped by admin for debugging by Steve French · 5 years ago
  58. 7e3d2c8 Merge tag '5.4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  59. cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  60. 8b53c76 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  61. 7c672ab Merge tag 'docs-5.4' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  62. 4d6bcba cifs: update internal module version number by Steve French · 5 years ago
  63. e37a02c cifs: modefromsid: write mode ACE first by Aurelien Aptel · 5 years ago
  64. 352f2c9 cifs: cifsroot: add more err checking by Aurelien Aptel · 5 years ago
  65. c349818 smb3: add missing worker function for SMB3 change notify by Steve French · 5 years ago
  66. 8eecd1c cifs: Add support for root file systems by Paulo Alcantara (SUSE) · 6 years ago
  67. 0892ba6 cifs: modefromsid: make room for 4 ACE by Aurelien Aptel · 5 years ago
  68. 2255397 smb3: fix potential null dereference in decrypt offload by Steve French · 5 years ago
  69. 96d9f7e smb3: fix unmount hang in open_shroot by Steve French · 5 years ago
  70. 3e7a02d smb3: allow disabling requesting leases by Steve French · 5 years ago
  71. 7dcc82c smb3: improve handling of share deleted (and share recreated) by Steve French · 5 years ago
  72. 1b63f18 smb3: display max smb3 requests in flight at any one time by Steve French · 5 years ago
  73. 10328c4 smb3: only offload decryption of read responses if multiple requests by Steve French · 5 years ago
  74. 496902d cifs: add a helper to find an existing readable handle to a file by Ronnie Sahlberg · 5 years ago
  75. 563317e smb3: enable offload of decryption of large reads via mount option by Steve French · 5 years ago
  76. 35cf94a smb3: allow parallelizing decryption of reads by Steve French · 5 years ago
  77. 3175eb9 cifs: add a debug macro that prints \\server\share for errors by Ronnie Sahlberg · 5 years ago
  78. 46f17d1 smb3: fix signing verification of large reads by Steve French · 5 years ago
  79. 4f5c10f smb3: allow skipping signature verification for perf sensitive configurations by Steve French · 5 years ago
  80. f90f979 smb3: add dynamic tracepoints for flush and close by Steve French · 5 years ago
  81. cae53f7 smb3: log warning if CSC policy conflicts with cache mount option by Steve French · 5 years ago
  82. 41e033f smb3: add mount option to allow RW caching of share accessed by only 1 client by Steve French · 5 years ago
  83. 1981eba smb3: add some more descriptive messages about share when mounting cache=ro by Steve French · 5 years ago
  84. 83bbfa7 smb3: add mount option to allow forced caching of read only share by Steve French · 5 years ago
  85. ac6ad7a cifs: fix dereference on ses before it is null checked by Colin Ian King · 5 years ago
  86. afe6f65 cifs: add new debugging macro cifs_server_dbg by Ronnie Sahlberg · 5 years ago
  87. dc9300a cifs: use existing handle for compound_op(OP_SET_INFO) when possible by Ronnie Sahlberg · 5 years ago
  88. 8de9e86 cifs: create a helper to find a writeable handle by path name by Ronnie Sahlberg · 5 years ago
  89. 31ebdc1 cifs: remove set but not used variables by YueHaibing · 5 years ago
  90. df58fae smb3: Incorrect size for netname negotiate context by Steve French · 5 years ago
  91. 2617474 cifs: remove unused variable by zhengbin · 5 years ago
  92. 1efd4fc cifs: remove redundant assignment to variable rc by Colin Ian King · 5 years ago
  93. 5951980 smb3: add missing flag definitions by Steve French · 5 years ago
  94. 0e90696 cifs: add passthrough for smb2 setinfo by Ronnie Sahlberg · 5 years ago
  95. 86e14e1 cifs: prepare SMB2_Flush to be usable in compounds by Ronnie Sahlberg · 6 years ago
  96. 2244217 cifs: allow chmod to set mode bits using special sid by Steve French · 6 years ago
  97. e2f8fbf cifs: get mode bits from special sid on stat by Steve French · 6 years ago
  98. 1afdea4 fs: cifs: cifsssmb: remove redundant assignment to variable ret by Colin Ian King · 5 years ago
  99. becc2ba cifs: fix a comment for the timeouts when sending echos by Ronnie Sahlberg · 5 years ago
  100. 75c6651 Merge tag 'v5.3-rc8' into rdma.git for-next by Jason Gunthorpe · 5 years ago