1. b98e26d cifs: fix signed/unsigned mismatch on aio_read patch by Steve French · 6 years ago
  2. 8c6c9be cifs: don't dereference smb_file_target before null check by Colin Ian King · 6 years ago
  3. be4eb68 CIFS: Add direct I/O functions to file_operations by Long Li · 6 years ago
  4. 8c5f9c1 CIFS: Add support for direct I/O write by Long Li · 6 years ago
  5. 6e6e2b8 CIFS: Add support for direct I/O read by Long Li · 6 years ago
  6. 0df444a smb3: missing defines and structs for reparse point handling by Steve French · 6 years ago
  7. dfe33f9 smb3: allow more detailed protocol info on open files for debugging by Steve French · 6 years ago
  8. 926674d smb3: on kerberos mount if server doesn't specify auth type use krb5 by Steve French · 6 years ago
  9. f8af49d smb3: add trace point for tree connection by Steve French · 6 years ago
  10. 413d610 cifs: fix spelling mistake, EACCESS -> EACCES by Colin Ian King · 6 years ago
  11. 0c5d6cb cifs: fix return value for cifs_listxattr by Ronnie Sahlberg · 6 years ago
  12. c2aa1a4 Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  13. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  14. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  15. 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago
  16. 38f876b cifs: update internal module version number for cifs.ko to 2.14 by Steve French · 6 years ago
  17. 43de1db smb3: add debug for unexpected mid cancellation by Steve French · 6 years ago
  18. 32a1fb3 cifs: allow calling SMB2_xxx_free(NULL) by Ronnie Sahlberg · 6 years ago
  19. 35a9080 smb3 - clean up debug output displaying network interfaces by Steve French · 6 years ago
  20. fae8044 smb3: show number of current open files in /proc/fs/cifs/Stats by Steve French · 6 years ago
  21. 8d8b26e cifs: add support for ioctl on directories by Ronnie Sahlberg · 6 years ago
  22. 3b7960c cifs: fallback to older infolevels on findfirst queryinfo retry by Steve French · 6 years ago
  23. 1e77a8c smb3: do not attempt cifs operation in smb3 query info error path by Steve French · 6 years ago
  24. 61351d6 smb3: send backup intent on compounded query info by Steve French · 6 years ago
  25. 0cb012d cifs: track writepages in vfs operation counters by Steve French · 6 years ago
  26. f70556c smb2: fix uninitialized variable bug in smb2_ioctl_query_info by Gustavo A. R. Silva · 6 years ago
  27. f5b05d6 cifs: add IOCTL for QUERY_INFO passthrough to userspace by Ronnie Sahlberg · 6 years ago
  28. 8c1beb9 cifs: minor clarification in comments by Steve French · 6 years ago
  29. f80eaed CIFS: Print message when attempting a mount by Rodrigo Freire · 6 years ago
  30. 9a0efec CIFS: Adds information-level logging function by Rodrigo Freire · 6 years ago
  31. 9645759 cifs: OFD locks do not conflict with eachothers by Ronnie Sahlberg · 6 years ago
  32. ff526d8 CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration by Long Li · 6 years ago
  33. 6d3adb2 CIFS: pass page offsets on SMB1 read/write by Long Li · 6 years ago
  34. ef2298a fs/cifs: fix uninitialised variable warnings by Garry McNulty · 6 years ago
  35. 179e44d smb3: add tracepoint for sending lease break responses to server by Steve French · 6 years ago
  36. 9b9c5be cifs: do not return atime less than mtime by Steve French · 6 years ago
  37. 3d62123 smb3: update default requested iosize to 4MB from 1MB for recent dialects by Steve French · 6 years ago
  38. 6e4d3bb smb3: Add debug message later in smb2/smb3 reconnect path by Steve French · 6 years ago
  39. 8393072 CIFS: make 'nodfs' mount opt a superblock flag by Aurelien Aptel · 6 years ago
  40. 9e1a37d smb3: track the instance of each session for debugging by Steve French · 6 years ago
  41. 37e6a70 smb3: minor missing defines relating to reparse points by Steve French · 6 years ago
  42. 00778e2 smb3: add way to control slow response threshold for logging and stats by Steve French · 6 years ago
  43. 1c3a13a cifs: minor updates to module description for cifs.ko by Steve French · 6 years ago
  44. 5a519be cifs: protect against server returning invalid file system block size by Steve French · 6 years ago
  45. 2c88763 smb3: allow stats which track session and share reconnects to be reset by Steve French · 6 years ago
  46. 4d5bdf2 SMB3: Backup intent flag missing from compounded ops by Steve French · 6 years ago
  47. 14e562a cifs: create a define for the max number of iov we need for a SMB2 set_info by Ronnie Sahlberg · 6 years ago
  48. bb43551 cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding by Ronnie Sahlberg · 6 years ago
  49. 3764cbd cifs: remove the is_falloc argument to SMB2_set_eof by Ronnie Sahlberg · 6 years ago
  50. dcbf910 cifs: change SMB2_OP_SET_INFO to use compounding by Ronnie Sahlberg · 6 years ago
  51. f7bfe04 cifs: change SMB2_OP_SET_EOF to use compounding by Ronnie Sahlberg · 6 years ago
  52. c2e0fe3 cifs: make rmdir() use compounding by Ronnie Sahlberg · 6 years ago
  53. ba8ca11 cifs: create helpers for SMB2_set_info_init/free() by Ronnie Sahlberg · 6 years ago
  54. 47dd959 cifs: change unlink to use a compound by Ronnie Sahlberg · 6 years ago
  55. f733e39 cifs: change mkdir to use a compound by Ronnie Sahlberg · 6 years ago
  56. c5a5f38 cifs: add a smb2_compound_op and change QUERY_INFO to use it by Ronnie Sahlberg · 6 years ago
  57. cb5c2e6 cifs: fix a credits leak for compund commands by Ronnie Sahlberg · 6 years ago
  58. b340a4d smb3: add tracepoint to catch cases where credit refund of failed op overlaps reconnect by Steve French · 6 years ago
  59. ce7fb50 cifs: remove set but not used variable 'cifs_sb' by YueHaibing · 6 years ago
  60. d034fee cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_mkdir() by YueHaibing · 6 years ago
  61. d42c8a8 smb3: do not display confusing message on mount to Azure servers by Steve French · 6 years ago
  62. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  63. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  64. 7af929d smb3: fix lease break problem introduced by compounding by Steve French · 6 years ago
  65. 4e34feb cifs: only wake the thread for the very last PDU in a compound by Ronnie Sahlberg · 6 years ago
  66. ddf83af cifs: add a warning if we try to to dequeue a deleted mid by Ronnie Sahlberg · 6 years ago
  67. 0595751 smb2: fix missing files in root share directory listing by Aurelien Aptel · 7 years ago
  68. 097f586 cifs: read overflow in is_valid_oplock_break() by Dan Carpenter · 6 years ago
  69. 2d204ee cifs: integer overflow in in SMB2_ioctl() by Dan Carpenter · 6 years ago
  70. 56446f2 CIFS: fix wrapping bugs in num_entries() by Dan Carpenter · 6 years ago
  71. 8ad8aa3 cifs: prevent integer overflow in nxt_dir_entry() by Dan Carpenter · 6 years ago
  72. 5890184 fs/cifs: require sha512 by Stefan Metzmacher · 6 years ago
  73. bcfb84a fs/cifs: suppress a string overflow warning by Stephen Rothwell · 6 years ago
  74. 395a207 cifs: connect to servername instead of IP for IPC$ share by Thomas Werschlein · 6 years ago
  75. f801568 smb3: check for and properly advertise directory lease support by Steve French · 6 years ago
  76. 25f2573 smb3: minor debugging clarifications in rfc1001 len processing by Steve French · 6 years ago
  77. 5e19697 SMB3: Backup intent flag missing for directory opens with backupuid mounts by Steve French · 6 years ago
  78. c15e3f1 fs/cifs: don't translate SFM_SLASH (U+F026) to backslash by Jon Kuhn · 7 years ago
  79. 7753e38 cifs: update internal module version number for cifs.ko to 2.12 by Steve French · 6 years ago
  80. 126c97f cifs: check kmalloc before use by Nicholas Mc Guire · 6 years ago
  81. e6c47dd cifs: check if SMB2 PDU size has been padded and suppress the warning by Ronnie Sahlberg · 6 years ago
  82. 4d8dfaf cifs: create a define for how many iovs we need for an SMB2_open() by Ronnie Sahlberg · 6 years ago
  83. 0a3173a Merge branch 'linus/master' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  84. 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  85. 3bb37da Merge tag '4.19-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  86. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  87. c4f7173 smb3: create smb3 equivalent alias for cifs pseudo-xattrs by Steve French · 6 years ago
  88. cdeaf9d smb3: allow previous versions to be mounted with snapshot= mount parm by Steve French · 6 years ago
  89. e55954a cifs: don't show domain= in mount output when domain is empty by Ronnie Sahlberg · 6 years ago
  90. c1777df cifs: add missing support for ACLs in SMB 3.11 by Ronnie Sahlberg · 6 years ago
  91. e02789a smb3: enumerating snapshots was leaving part of the data off end by Steve French · 6 years ago
  92. 730928c cifs: update smb2_queryfs() to use compounding by Ronnie Sahlberg · 6 years ago
  93. b24df3e cifs: update receive_encrypted_standard to handle compounded responses by Ronnie Sahlberg · 6 years ago
  94. 1eb9fb5 cifs: create SMB2_open_init()/SMB2_open_free() helpers. by Ronnie Sahlberg · 6 years ago
  95. 296ecba cifs: add SMB2_query_info_[init|free]() by Ronnie Sahlberg · 6 years ago
  96. 8eb4ecf cifs: add SMB2_close_init()/SMB2_close_free() by Ronnie Sahlberg · 6 years ago
  97. 468d677 smb3: display stats counters for number of slow commands by Steve French · 6 years ago
  98. a5c62f4 CIFS: fix uninitialized ptr deref in smb2 signing by Aurelien Aptel · 6 years ago
  99. fd09b7d smb3: Do not send SMB3 SET_INFO if nothing changed by Steve French · 6 years ago
  100. d258650 smb3: fix minor debug output for CONFIG_CIFS_STATS by Steve French · 6 years ago