1. 85db6b7 cifs: make sure we do not overflow the max EA buffer size by Ronnie Sahlberg · 4 years, 11 months ago
  2. 2c6251a cifs: enable change notification for SMB2.1 dialect by Steve French · 4 years, 11 months ago
  3. f52aa79 cifs: Fix mode output in debugging statements by Frank Sorenson · 4 years, 11 months ago
  4. 3f6166a cifs: fix mount option display for sec=krb5i by Petr Pavlu · 5 years ago
  5. d1ea35f Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  6. 51d92d6 smb3: Add defines for new information level, FileIdInformation by Steve French · 5 years ago
  7. ab3459d smb3: print warning once if posix context returned on open by Steve French · 5 years ago
  8. 2391ca4 smb3: add one more dynamic tracepoint missing from strict fsync path by Steve French · 5 years ago
  9. e3e056c cifs: fix mode bits from dir listing when mounted with modefromsid by Aurelien Aptel · 5 years ago
  10. cc95b67 cifs: fix channel signing by Aurelien Aptel · 5 years ago
  11. d26c2dd cifs: add SMB3 change notification support by Steve French · 5 years ago
  12. 343a1b7 cifs: make multichannel warning more visible by Aurelien Aptel · 5 years ago
  13. 09c40b1 cifs: fix soft mounts hanging in the reconnect code by Ronnie Sahlberg · 5 years ago
  14. f2bf09e cifs: Add tracepoints for errors on flush or fsync by Steve French · 5 years ago
  15. d6fd419 cifs: log warning message (once) if out of disk space by Steve French · 5 years ago
  16. b0dd940 cifs: fail i/o on soft mounts if sessionsetup errors out by Ronnie Sahlberg · 5 years ago
  17. 87f93d8 smb3: fix problem with null cifs super block with previous patch by Steve French · 5 years ago
  18. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  19. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  20. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  21. b581098 cifs: update internal module version number by Steve French · 5 years ago
  22. c54849d cifs: fix soft mounts hanging in the reconnect code by Ronnie Sahlberg · 5 years ago
  23. f1f27ad CIFS: Fix task struct use-after-free on reconnect by Vincent Whitchurch · 5 years ago
  24. 050d2a8 cifs: use PTR_ERR_OR_ZERO() to simplify code by Chen Zhou · 5 years ago
  25. 8bd0d70 cifs: add support for fallocate mode 0 for non-sparse files by Ronnie Sahlberg · 5 years ago
  26. fe12926 cifs: fix NULL dereference in match_prepath by Ronnie Sahlberg · 5 years ago
  27. 643fbce smb3: fix default permissions on new files when mounting with modefromsid by Steve French · 5 years ago
  28. 438471b CIFS: Add support for setting owner info, dos attributes, and create time by Boris Protopopov · 5 years ago
  29. c4985c3 cifs: remove set but not used variable 'server' by YueHaibing · 5 years ago
  30. 0a5a988 cifs: Fix memory allocation in __smb2_handle_cancelled_cmd() by Paulo Alcantara (SUSE) · 5 years ago
  31. 5739375 cifs: Fix mount options set in automount by Paulo Alcantara (SUSE) · 5 years ago
  32. 463a7b4 cifs: fix unitialized variable poential problem with network I/O cache lock patch by Steve French · 5 years ago
  33. eecfc57 cifs: Fix return value in __update_cache_entry by YueHaibing · 5 years ago
  34. 742d8de cifs: Avoid doing network I/O while holding cache lock by Paulo Alcantara (SUSE) · 5 years ago
  35. 06d5737 cifs: Fix potential deadlock when updating vol in cifs_reconnect() by Paulo Alcantara (SUSE) · 5 years ago
  36. ff2f7fc cifs: Merge is_path_valid() into get_normalized_path() by Paulo Alcantara (SUSE) · 5 years ago
  37. 345c1a4 cifs: Introduce helpers for finding TCP connection by Paulo Alcantara (SUSE) · 5 years ago
  38. 199c6bd cifs: Get rid of kstrdup_const()'d paths by Paulo Alcantara (SUSE) · 5 years ago
  39. 185352a cifs: Clean up DFS referral cache by Paulo Alcantara (SUSE) · 5 years ago
  40. 6629400 cifs: Don't use iov_iter::type directly by David Howells · 5 years ago
  41. 731b82b cifs: set correct max-buffer-size for smb2_ioctl_init() by Ronnie Sahlberg · 5 years ago
  42. 3747860 cifs: use compounding for open and first query-dir for readdir() by Ronnie Sahlberg · 5 years ago
  43. af08f9e cifs: create a helper function to parse the query-directory response buffer by Ronnie Sahlberg · 5 years ago
  44. 0a17799 cifs: prepare SMB2_query_directory to be used with compounding by Ronnie Sahlberg · 5 years ago
  45. 01d1bd7 fs/cifs/cifssmb.c: use true,false for bool variable by zhengbin · 5 years ago
  46. 720aec0 fs/cifs/smb2ops.c: use true,false for bool variable by zhengbin · 5 years ago
  47. 046aca3 cifs: Optimize readdir on reparse points by Paulo Alcantara (SUSE) · 5 years ago
  48. 7935799e0 cifs: Adjust indentation in smb2_open_file by Nathan Chancellor · 5 years ago
  49. d919131 CIFS: Close cached root handle only if it has a lease by Pavel Shilovsky · 5 years ago
  50. e0fc5b1 SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding path by Steve French · 5 years ago
  51. 2813938 smb3: fix refcount underflow warning on unmount when no directory leases by Steve French · 5 years ago
  52. 918c900 fs: cifs: Delete usage of timespec64_trunc by Deepa Dinamani · 5 years ago
  53. a78f7cd Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  54. 231e2a0 smb3: improve check for when we send the security descriptor context on create by Steve French · 5 years ago
  55. fdef665 smb3: fix mode passed in on create for modetosid mount option by Steve French · 5 years ago
  56. 0aecba6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  57. 9a7d5a9 cifs: fix possible uninitialized access and race on iface_list by Aurelien Aptel · 5 years ago
  58. 3345bb4 cifs: Fix lookup of SMB connections on multichannel by Paulo Alcantara (SUSE) · 5 years ago
  59. 43f8a6a smb3: query attributes on file close by Steve French · 5 years ago
  60. 9e8fae2 smb3: remove unused flag passed into close functions by Steve French · 5 years ago
  61. a9f76cf cifs: remove redundant assignment to pointer pneg_ctxt by Colin Ian King · 5 years ago
  62. 69738cf fs: cifs: Fix atime update check vs mtime by Deepa Dinamani · 5 years ago
  63. 6f582b2 CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks by Pavel Shilovsky · 5 years ago
  64. 937d6ee Merge tag 'docs-5.5a' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  65. 68464b8 CIFS: fix a white space issue in cifs_get_inode_info() by Dan Carpenter via samba-technical · 5 years ago
  66. 1656a07 cifs: update internal module version number by Steve French · 5 years ago
  67. ff6b6f3 cifs: Always update signing key of first channel by Paulo Alcantara (SUSE) · 5 years ago
  68. 5bb30a4 cifs: Fix retrieval of DFS referrals in cifs_mount() by Paulo Alcantara (SUSE) · 5 years ago
  69. 84a1f5b cifs: Fix potential softlockups while refreshing DFS cache by Paulo Alcantara (SUSE) · 5 years ago
  70. df3df92 cifs: Fix lookup of root ses in DFS referral cache by Paulo Alcantara (SUSE) · 5 years ago
  71. 8354d88 cifs: Fix use-after-free bug in cifs_reconnect() by Paulo Alcantara (SUSE) · 5 years ago
  72. 8515092 cifs: dump channel info in DebugData by Aurelien Aptel · 5 years ago
  73. 1ae9a5a smb3: dump in_send and num_waiters stats counters by default by Steve French · 5 years ago
  74. 65a37a3 cifs: try harder to open new channels by Aurelien Aptel · 5 years ago
  75. 9bd4540 CIFS: Properly process SMB3 lease breaks by Pavel Shilovsky · 5 years ago
  76. 32546a9 cifs: move cifsFileInfo_put logic into a work-queue by Ronnie Sahlberg · 5 years ago
  77. d70e9fa cifs: try opening channels after mounting by Aurelien Aptel · 5 years ago
  78. b8f7442b CIFS: refactor cifs_get_inode_info() by Aurelien Aptel · 5 years ago
  79. f6a6bf7 cifs: switch servers depending on binding state by Aurelien Aptel · 5 years ago
  80. f780bd3 cifs: add server param by Aurelien Aptel · 5 years ago
  81. bcc8880 cifs: add multichannel mount options and data structs by Aurelien Aptel · 5 years ago
  82. 35adffe cifs: sort interface list by speed by Aurelien Aptel · 5 years ago
  83. fa9c236 CIFS: Fix SMB2 oplock break processing by Pavel Shilovsky · 5 years ago
  84. 3591bb8 cifs: don't use 'pre:' for MODULE_SOFTDEP by Ronnie Sahlberg · 5 years ago
  85. 4357d45 cifs: smbd: Return -EAGAIN when transport is reconnecting by Long Li · 5 years ago
  86. c21ce58 cifs: smbd: Only queue work for error recovery on memory registration by Long Li · 5 years ago
  87. 87bc237 smb3: add debug messages for closing unmatched open by Ronnie Sahlberg · 5 years ago
  88. 7b71843 CIFS: Do not miss cancelled OPEN responses by Pavel Shilovsky · 5 years ago
  89. 86a7964 CIFS: Fix NULL pointer dereference in mid callback by Pavel Shilovsky · 5 years ago
  90. 9150c3a CIFS: Close open handle after interrupted close by Pavel Shilovsky · 5 years ago
  91. 44805b0 CIFS: Respect O_SYNC and O_DIRECT flags during reconnect by Pavel Shilovsky · 5 years ago
  92. 037d050 smb3: remove confusing dmesg when mounting with encryption ("seal") by Steve French · 5 years ago
  93. 72e73c7 cifs: close the shared root handle on tree disconnect by Ronnie Sahlberg · 5 years ago
  94. 598b6c5 CIFS: Return directly after a failed build_path_from_dentry() in cifs_do_create() by Markus Elfring · 7 years ago
  95. 2b1116b CIFS: Use common error handling code in smb2_ioctl_query_info() by Markus Elfring · 5 years ago
  96. cfaa118 CIFS: Use memdup_user() rather than duplicating its implementation by Markus Elfring · 5 years ago
  97. acd4680 cifs: smbd: Return -ECONNABORTED when trasnport is not in connected state by Long Li · 5 years ago
  98. d63cdba cifs: smbd: Add messages on RDMA session destroy and reconnection by Long Li · 5 years ago
  99. 37941ea cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGE by Long Li · 5 years ago
  100. b7a55bb cifs: smbd: Invalidate and deregister memory registration on re-send for direct I/O by Long Li · 5 years ago