1. 9692ea9 smb3: remove overly noisy debug line in signing errors by Steve French · 4 years, 9 months ago
  2. 1f641d9 cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+ by Jones Syue · 4 years, 9 months ago
  3. f560cda cifs: dump the session id and keys also for SMB2 sessions by Ronnie Sahlberg · 4 years, 9 months ago
  4. 4e8aea3 smb3: enable swap on SMB3 mounts by Steve French · 4 years, 9 months ago
  5. 1dc94b7 smb3: change noisy error message to FYI by Steve French · 4 years, 9 months ago
  6. 2bcb4fd smb3: smbdirect support can be configured by default by Steve French · 4 years, 9 months ago
  7. 044b541 cifs: smbd: Do not schedule work to send immediate packet on every receive by Long Li · 4 years, 9 months ago
  8. f1b7b86 cifs: smbd: Properly process errors on ib_post_send by Long Li · 4 years, 9 months ago
  9. eda1c54 cifs: Allocate crypto structures on the fly for calculating signatures of incoming packets by Long Li · 4 years, 9 months ago
  10. d4e5160 cifs: smbd: Update receive credits before sending and deal with credits roll back on failure before sending by Long Li · 4 years, 9 months ago
  11. 3ffbe78 cifs: smbd: Check send queue size before posting a send by Long Li · 4 years, 9 months ago
  12. 072a14e cifs: smbd: Merge code to track pending packets by Long Li · 4 years, 9 months ago
  13. e79b033 cifs: ignore cached share root handle closing errors by Aurelien Aptel · 4 years, 9 months ago
  14. f460c50 cifs: update internal module version number by Steve French · 4 years, 9 months ago
  15. 3946d0d cifs: Allocate encryption header through kmalloc by Long Li · 4 years, 10 months ago
  16. 4ebb879 cifs: smbd: Check and extend sender credits in interrupt context by Long Li · 4 years, 10 months ago
  17. f7950cb cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect send/receive by Long Li · 4 years, 10 months ago
  18. edad734 smb3: use SMB2_SIGNATURE_SIZE define by Steve French · 4 years, 10 months ago
  19. 97adda8 CIFS: Fix bug which the return value by asynchronous read is error by Yilu Lin · 4 years, 10 months ago
  20. ef4a632 CIFS: check new file size when extending file by fallocate by Murphy Zhou · 4 years, 10 months ago
  21. 8895c66 SMB3: Minor cleanup of protocol definitions by Steve French · 4 years, 10 months ago
  22. 8f23343 SMB3: Additional compression structures by Steve French · 4 years, 10 months ago
  23. 2fe4f62 SMB3: Add new compression flags by Steve French · 4 years, 10 months ago
  24. cff2def cifs: smb2pdu.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  25. dc92027 cifs: clear PF_MEMALLOC before exiting demultiplex thread by Eric Biggers · 4 years, 10 months ago
  26. 266b9fe cifs: cifspdu.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  27. ba55344 CIFS: Warn less noisily on default mount by Steve French · 4 years, 10 months ago
  28. f2d6793 fs/cifs: fix gcc warning in sid_to_id by Qiujun Huang · 4 years, 10 months ago
  29. 0667059 cifs: allow unlock flock and OFD lock across fork by Murphy Zhou · 4 years, 11 months ago
  30. c7e9f78 cifs: do d_move in rename by Steve French · 4 years, 11 months ago
  31. 69dda30 cifs: add SMB2_open() arg to return POSIX data by Aurelien Aptel · 4 years, 10 months ago
  32. 3d519bd cifs: plumb smb2 POSIX dir enumeration by Aurelien Aptel · 5 years ago
  33. 349e13a cifs: add smb2 POSIX info level by Aurelien Aptel · 5 years ago
  34. 2e8af97 cifs: rename posix create rsp by Aurelien Aptel · 5 years ago
  35. 8fe0c2c cifs: print warning mounting with vers=1.0 by Steve French · 4 years, 11 months ago
  36. cf5371a smb3: fix performance regression with setting mtime by Steve French · 4 years, 11 months ago
  37. 864138c cifs: make use of cap_unix(ses) in cifs_reconnect_tcon() by Stefan Metzmacher · 4 years, 11 months ago
  38. b08484d cifs: use mod_delayed_work() for &server->reconnect if already queued by Stefan Metzmacher · 4 years, 11 months ago
  39. e2e8751 cifs: call wake_up(&server->response_q) inside of cifs_reconnect() by Stefan Metzmacher · 4 years, 11 months ago
  40. bacd704 cifs: handle prefix paths in reconnect by Paulo Alcantara (SUSE) · 4 years, 11 months ago
  41. ffdec8d cifs: do not ignore the SYNC flags in getattr by Steve French · 4 years, 11 months ago
  42. cd60773 Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 10 months ago
  43. dcf23ac locks: reinstate locks_delete_block optimization by Linus Torvalds · 4 years, 10 months ago
  44. 979a266 CIFS: fiemap: do not return EINVAL if get nothing by Murphy Zhou · 4 years, 10 months ago
  45. 1be1fa4 CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir_first by Shyam Prasad N · 4 years, 10 months ago
  46. 3994688 cifs: potential unintitliazed error code in cifs_getattr() by Dan Carpenter · 4 years, 11 months ago
  47. 807f030 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 10 months ago
  48. d9a9f48 cifs_atomic_open(): fix double-put on late allocation failure by Al Viro · 4 years, 10 months ago
  49. fb4b5f1 cifs: Use #define in cifs_dbg by Joe Perches · 4 years, 11 months ago
  50. 86f740f cifs: fix rename() by ensuring source handle opened with DELETE bit by Aurelien Aptel · 4 years, 11 months ago
  51. ec57010 cifs: add missing mount option to /proc/mounts by Steve French · 4 years, 11 months ago
  52. 1542552 cifs: fix potential mismatch of UNC paths by Paulo Alcantara (SUSE) · 4 years, 11 months ago
  53. fc513fa cifs: don't leak -EAGAIN for stat() during reconnect by Ronnie Sahlberg · 4 years, 11 months ago
  54. 85db6b7 cifs: make sure we do not overflow the max EA buffer size by Ronnie Sahlberg · 5 years ago
  55. 2c6251a cifs: enable change notification for SMB2.1 dialect by Steve French · 5 years ago
  56. f52aa79 cifs: Fix mode output in debugging statements by Frank Sorenson · 5 years ago
  57. 3f6166a cifs: fix mount option display for sec=krb5i by Petr Pavlu · 5 years ago
  58. d1ea35f Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  59. 51d92d6 smb3: Add defines for new information level, FileIdInformation by Steve French · 5 years ago
  60. ab3459d smb3: print warning once if posix context returned on open by Steve French · 5 years ago
  61. 2391ca4 smb3: add one more dynamic tracepoint missing from strict fsync path by Steve French · 5 years ago
  62. e3e056c cifs: fix mode bits from dir listing when mounted with modefromsid by Aurelien Aptel · 5 years ago
  63. cc95b67 cifs: fix channel signing by Aurelien Aptel · 5 years ago
  64. d26c2dd cifs: add SMB3 change notification support by Steve French · 5 years ago
  65. 343a1b7 cifs: make multichannel warning more visible by Aurelien Aptel · 5 years ago
  66. 09c40b1 cifs: fix soft mounts hanging in the reconnect code by Ronnie Sahlberg · 5 years ago
  67. f2bf09e cifs: Add tracepoints for errors on flush or fsync by Steve French · 5 years ago
  68. d6fd419 cifs: log warning message (once) if out of disk space by Steve French · 5 years ago
  69. b0dd940 cifs: fail i/o on soft mounts if sessionsetup errors out by Ronnie Sahlberg · 5 years ago
  70. 87f93d8 smb3: fix problem with null cifs super block with previous patch by Steve French · 5 years ago
  71. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  72. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  73. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  74. b581098 cifs: update internal module version number by Steve French · 5 years ago
  75. c54849d cifs: fix soft mounts hanging in the reconnect code by Ronnie Sahlberg · 5 years ago
  76. f1f27ad CIFS: Fix task struct use-after-free on reconnect by Vincent Whitchurch · 5 years ago
  77. 050d2a8 cifs: use PTR_ERR_OR_ZERO() to simplify code by Chen Zhou · 5 years ago
  78. 8bd0d70 cifs: add support for fallocate mode 0 for non-sparse files by Ronnie Sahlberg · 5 years ago
  79. fe12926 cifs: fix NULL dereference in match_prepath by Ronnie Sahlberg · 5 years ago
  80. 643fbce smb3: fix default permissions on new files when mounting with modefromsid by Steve French · 5 years ago
  81. 438471b CIFS: Add support for setting owner info, dos attributes, and create time by Boris Protopopov · 5 years ago
  82. c4985c3 cifs: remove set but not used variable 'server' by YueHaibing · 5 years ago
  83. 0a5a988 cifs: Fix memory allocation in __smb2_handle_cancelled_cmd() by Paulo Alcantara (SUSE) · 5 years ago
  84. 5739375 cifs: Fix mount options set in automount by Paulo Alcantara (SUSE) · 5 years ago
  85. 463a7b4 cifs: fix unitialized variable poential problem with network I/O cache lock patch by Steve French · 5 years ago
  86. eecfc57 cifs: Fix return value in __update_cache_entry by YueHaibing · 5 years ago
  87. 742d8de cifs: Avoid doing network I/O while holding cache lock by Paulo Alcantara (SUSE) · 5 years ago
  88. 06d5737 cifs: Fix potential deadlock when updating vol in cifs_reconnect() by Paulo Alcantara (SUSE) · 5 years ago
  89. ff2f7fc cifs: Merge is_path_valid() into get_normalized_path() by Paulo Alcantara (SUSE) · 5 years ago
  90. 345c1a4 cifs: Introduce helpers for finding TCP connection by Paulo Alcantara (SUSE) · 5 years ago
  91. 199c6bd cifs: Get rid of kstrdup_const()'d paths by Paulo Alcantara (SUSE) · 5 years ago
  92. 185352a cifs: Clean up DFS referral cache by Paulo Alcantara (SUSE) · 5 years ago
  93. 6629400 cifs: Don't use iov_iter::type directly by David Howells · 5 years ago
  94. 731b82b cifs: set correct max-buffer-size for smb2_ioctl_init() by Ronnie Sahlberg · 5 years ago
  95. 3747860 cifs: use compounding for open and first query-dir for readdir() by Ronnie Sahlberg · 5 years ago
  96. af08f9e cifs: create a helper function to parse the query-directory response buffer by Ronnie Sahlberg · 5 years ago
  97. 0a17799 cifs: prepare SMB2_query_directory to be used with compounding by Ronnie Sahlberg · 5 years ago
  98. 01d1bd7 fs/cifs/cifssmb.c: use true,false for bool variable by zhengbin · 5 years ago
  99. 720aec0 fs/cifs/smb2ops.c: use true,false for bool variable by zhengbin · 5 years ago
  100. 046aca3 cifs: Optimize readdir on reparse points by Paulo Alcantara (SUSE) · 5 years ago