1. 48d2ba6 cifs: update internal module version number by Steve French · 6 years ago
  2. 9a66396 CIFS: Fix error paths in writeback code by Pavel Shilovsky · 6 years ago
  3. ee258d7 CIFS: Move credit processing to mid callbacks for SMB3 by Pavel Shilovsky · 6 years ago
  4. 8a26f0f CIFS: Fix credits calculation for cancelled requests by Pavel Shilovsky · 6 years ago
  5. b9a74cd cifs: Fix potential OOB access of lock element array by Ross Lagerwall · 6 years ago
  6. 92a8109 cifs: Limit memory used by lock request calls to a page by Ross Lagerwall · 6 years ago
  7. 15bc77f cifs: move large array from stack to heap by Aurelien Aptel · 6 years ago
  8. ee13919 CIFS: Do not hide EINTR after sending network packets by Pavel Shilovsky · 6 years ago
  9. 8544f4a CIFS: Fix credit computation for compounded requests by Pavel Shilovsky · 6 years ago
  10. 33fa5c8 CIFS: Do not set credits to 1 if the server didn't grant anything by Pavel Shilovsky · 6 years ago
  11. b983f7e CIFS: Fix adjustment of credits for MTU requests by Pavel Shilovsky · 6 years ago
  12. c715f89 cifs: Fix a tiny potential memory leak by Dan Carpenter · 6 years ago
  13. 8428817 cifs: Fix a debug message by Dan Carpenter · 6 years ago
  14. 7e928df Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  15. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
  16. d5c7076 smb3: add smb3.1.1 to default dialect list by Steve French · 6 years ago
  17. 55a7f00 cifs: fix confusing warning message on reconnect by Steve French · 6 years ago
  18. 6d2f84e smb3: fix large reads on encrypted connections by Paul Aurich · 6 years ago
  19. cacf02d Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  20. fea1708 cifs: update internal module version number by Steve French · 6 years ago
  21. e77fe73 cifs: we can not use small padding iovs together with encryption by Ronnie Sahlberg · 6 years ago
  22. 5d24ae6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  23. 14e92c5 cifs: Minor Kconfig clarification by Steve French · 6 years ago
  24. 28eb24f cifs: Always resolve hostname before reconnecting by Paulo Alcantara · 6 years ago
  25. 0874401 cifs: Add support for failover in cifs_reconnect_tcon() by Paulo Alcantara · 6 years ago
  26. a3a53b7 cifs: Add support for failover in smb2_reconnect() by Paulo Alcantara · 6 years ago
  27. 2332440 cifs: Only free DFS target list if we actually got one by Paulo Alcantara · 6 years ago
  28. e511d31 cifs: start DFS cache refresher in cifs_mount() by Paulo Alcantara · 6 years ago
  29. 2f0a617 cifs: Use GFP_ATOMIC when a lock is held in cifs_mount() by YueHaibing · 6 years ago
  30. 93d5cb5 cifs: Add support for failover in cifs_reconnect() by Paulo Alcantara · 6 years ago
  31. 4a367dc cifs: Add support for failover in cifs_mount() by Paulo Alcantara · 6 years ago
  32. 5a65050 cifs: remove set but not used variable 'sep' by YueHaibing · 6 years ago
  33. 1c78022 cifs: Make use of DFS cache to get new DFS referrals by Paulo Alcantara · 6 years ago
  34. 0544b32 cifs: check kzalloc return by Joe Perches · 6 years ago
  35. 29cbfa1 cifs: remove set but not used variable 'server' by YueHaibing · 6 years ago
  36. 34bca9b cifs: Use kzfree() to free password by Dan Carpenter · 6 years ago
  37. 3e80be0 cifs: Fix to use kmem_cache_free() instead of kfree() by Wei Yongjun · 6 years ago
  38. 54e4f73 cifs: update for current_kernel_time64() removal by Stephen Rothwell · 6 years ago
  39. 54be1f6 cifs: Add DFS cache routines by Paulo Alcantara · 6 years ago
  40. 00c569b Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 6 years ago
  41. e7b602f cifs: Save TTL value when parsing DFS referrals by Paulo Alcantara · 6 years ago
  42. 5fc7fcd cifs: auto disable 'serverino' in dfs mounts by Aurelien Aptel · 6 years ago
  43. d9345e0 cifs: Make devname param optional in cifs_compose_mount_options() by Paulo Alcantara · 6 years ago
  44. c34fea5 cifs: Skip any trailing backslashes from UNC by Paulo Alcantara · 6 years ago
  45. 56c762e cifs: Refactor out cifs_mount() by Paulo Alcantara · 6 years ago
  46. 9a596f5 CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem by Georgy A Bystrenin · 6 years ago
  47. 54e94ff CIFS: return correct errors when pinning memory failed for direct I/O by Long Li · 6 years ago
  48. b6bc8a7 CIFS: use the correct length when pinning memory for direct I/O for write by Long Li · 6 years ago
  49. 59a63e47 cifs: check ntwrk_buf_start for NULL before dereferencing it by Ronnie Sahlberg · 6 years ago
  50. 52baa51 cifs: remove coverity warning in calc_lanman_hash by Ronnie Sahlberg · 6 years ago
  51. 0f57451 cifs: remove set but not used variable 'smb_buf' by YueHaibing · 6 years ago
  52. 07fa601 cifs: suppress some implicit-fallthrough warnings by Gustavo A. R. Silva · 6 years ago
  53. f9793b6 cifs: change smb2_query_eas to use the compound query-info helper by Ronnie Sahlberg · 6 years ago
  54. 4a3b38a Add vers=3.0.2 as a valid option for SMBv3.0.2 by Kenneth D'souza · 6 years ago
  55. 07d3b2e cifs: create a helper function for compound query_info by Ronnie Sahlberg · 6 years ago
  56. 97aa495 cifs: address trivial coverity warning by Steve French · 6 years ago
  57. f5942db cifs: smb2 commands can not be negative, remove confusing check by Steve French · 6 years ago
  58. 0967e54 cifs: use a compound for setting an xattr by Ronnie Sahlberg · 6 years ago
  59. 5890255 cifs: clean up indentation, replace spaces with tab by Colin Ian King · 6 years ago
  60. 271b9c0 smb3: Fix rmdir compounding regression to strict servers by Ronnie Sahlberg · 6 years ago
  61. 3023a1e RDMA: Start use ib_device_ops by Kamal Heib · 6 years ago
  62. cb03f94 fs/locks: merge posix_unblock_lock() and locks_delete_block() by NeilBrown · 6 years ago
  63. 6ac7929 CIFS: Avoid returning EBUSY to upper layer VFS by Long Li · 6 years ago
  64. c988de2 cifs: Fix separator when building path from dentry by Paulo Alcantara · 6 years ago
  65. 6e78530 cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs) by Steve French · 6 years ago
  66. ada5c1d fs/locks: rename some lists and pointers. by NeilBrown · 6 years ago
  67. b98e26d cifs: fix signed/unsigned mismatch on aio_read patch by Steve French · 6 years ago
  68. 8c6c9bed8 cifs: don't dereference smb_file_target before null check by Colin Ian King · 6 years ago
  69. be4eb68 CIFS: Add direct I/O functions to file_operations by Long Li · 6 years ago
  70. 8c5f9c1 CIFS: Add support for direct I/O write by Long Li · 6 years ago
  71. 6e6e2b8 CIFS: Add support for direct I/O read by Long Li · 6 years ago
  72. 0df444a smb3: missing defines and structs for reparse point handling by Steve French · 6 years ago
  73. dfe33f9 smb3: allow more detailed protocol info on open files for debugging by Steve French · 6 years ago
  74. 926674d smb3: on kerberos mount if server doesn't specify auth type use krb5 by Steve French · 6 years ago
  75. f8af49d smb3: add trace point for tree connection by Steve French · 6 years ago
  76. 413d610 cifs: fix spelling mistake, EACCESS -> EACCES by Colin Ian King · 6 years ago
  77. 0c5d6cb cifs: fix return value for cifs_listxattr by Ronnie Sahlberg · 6 years ago
  78. 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
  79. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  80. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  81. 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago
  82. 38f876b cifs: update internal module version number for cifs.ko to 2.14 by Steve French · 6 years ago
  83. 43de1db smb3: add debug for unexpected mid cancellation by Steve French · 6 years ago
  84. 32a1fb3 cifs: allow calling SMB2_xxx_free(NULL) by Ronnie Sahlberg · 6 years ago
  85. 35a9080 smb3 - clean up debug output displaying network interfaces by Steve French · 6 years ago
  86. fae8044 smb3: show number of current open files in /proc/fs/cifs/Stats by Steve French · 6 years ago
  87. 8d8b26e cifs: add support for ioctl on directories by Ronnie Sahlberg · 6 years ago
  88. 3b7960c cifs: fallback to older infolevels on findfirst queryinfo retry by Steve French · 6 years ago
  89. 1e77a8c smb3: do not attempt cifs operation in smb3 query info error path by Steve French · 6 years ago
  90. 61351d6 smb3: send backup intent on compounded query info by Steve French · 6 years ago
  91. 0cb012d cifs: track writepages in vfs operation counters by Steve French · 6 years ago
  92. f70556c smb2: fix uninitialized variable bug in smb2_ioctl_query_info by Gustavo A. R. Silva · 6 years ago
  93. f5b05d6 cifs: add IOCTL for QUERY_INFO passthrough to userspace by Ronnie Sahlberg · 6 years ago
  94. 8c1beb9 cifs: minor clarification in comments by Steve French · 6 years ago
  95. f80eaed CIFS: Print message when attempting a mount by Rodrigo Freire · 6 years ago
  96. 9a0efec CIFS: Adds information-level logging function by Rodrigo Freire · 6 years ago
  97. 9645759 cifs: OFD locks do not conflict with eachothers by Ronnie Sahlberg · 6 years ago
  98. ff526d8 CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration by Long Li · 6 years ago
  99. 6d3adb2 CIFS: pass page offsets on SMB1 read/write by Long Li · 6 years ago
  100. ef2298a fs/cifs: fix uninitialised variable warnings by Garry McNulty · 6 years ago