1. b9b9378 cifs: update internal module version number by Steve French · 6 years ago
  2. d339adc CIFS: fix use-after-free of the lease keys by Aurelien Aptel · 6 years ago
  3. 082aaa8 CIFS: Do not consider -ENODATA as stat failure for reads by Pavel Shilovsky · 6 years ago
  4. 8e6e72a CIFS: Do not count -ENODATA as failure for query directory by Pavel Shilovsky · 6 years ago
  5. 7d42e72 CIFS: Fix trace command logging for SMB2 reads and writes by Pavel Shilovsky · 6 years ago
  6. 9bda872 CIFS: Fix possible oops and memory leaks in async IO by Pavel Shilovsky · 6 years ago
  7. c4627e6 cifs: limit amount of data we request for xattrs to CIFSMaxBufSize by Ronnie Sahlberg · 6 years ago
  8. 58d15ed cifs: fix computation for MAX_SMB2_HDR_SIZE by Ronnie Sahlberg · 6 years ago
  9. a5f1a81 cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugData by Ronnie Sahlberg · 6 years ago
  10. 2e5700b smb3: add credits we receive from oplock/break PDUs by Ronnie Sahlberg · 6 years ago
  11. 6a9cbdd CIFS: Fix mounts if the client is low on credits by Pavel Shilovsky · 6 years ago
  12. 0fd1d37 CIFS: Do not assume one credit for async responses by Pavel Shilovsky · 6 years ago
  13. 3d3003f CIFS: Fix credit calculations in compound mid callback by Pavel Shilovsky · 6 years ago
  14. ec678ea CIFS: Fix credit calculation for encrypted reads with errors by Pavel Shilovsky · 6 years ago
  15. 8004c78 CIFS: Fix credits calculations for reads with errors by Pavel Shilovsky · 6 years ago
  16. ef68e83 CIFS: Do not reconnect TCP session in add_credits() by Pavel Shilovsky · 6 years ago
  17. b0b2cac smb3: Cleanup license mess by Thomas Gleixner · 6 years ago
  18. acc58d0 CIFS: Fix possible hang during async MTU reads and writes by Pavel Shilovsky · 6 years ago
  19. 73aaf92 cifs: fix memory leak of an allocated cifs_ntsd structure by Colin Ian King · 6 years ago
  20. 48d2ba6 cifs: update internal module version number by Steve French · 6 years ago
  21. 9a66396 CIFS: Fix error paths in writeback code by Pavel Shilovsky · 6 years ago
  22. ee258d7 CIFS: Move credit processing to mid callbacks for SMB3 by Pavel Shilovsky · 6 years ago
  23. 8a26f0f CIFS: Fix credits calculation for cancelled requests by Pavel Shilovsky · 6 years ago
  24. b9a74cd cifs: Fix potential OOB access of lock element array by Ross Lagerwall · 6 years ago
  25. 92a8109 cifs: Limit memory used by lock request calls to a page by Ross Lagerwall · 6 years ago
  26. 15bc77f cifs: move large array from stack to heap by Aurelien Aptel · 6 years ago
  27. ee13919 CIFS: Do not hide EINTR after sending network packets by Pavel Shilovsky · 6 years ago
  28. 8544f4a CIFS: Fix credit computation for compounded requests by Pavel Shilovsky · 6 years ago
  29. 33fa5c8 CIFS: Do not set credits to 1 if the server didn't grant anything by Pavel Shilovsky · 6 years ago
  30. b983f7e CIFS: Fix adjustment of credits for MTU requests by Pavel Shilovsky · 6 years ago
  31. c715f89 cifs: Fix a tiny potential memory leak by Dan Carpenter · 6 years ago
  32. 8428817 cifs: Fix a debug message by Dan Carpenter · 6 years ago
  33. 7e928df Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  34. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
  35. d5c7076 smb3: add smb3.1.1 to default dialect list by Steve French · 6 years ago
  36. 55a7f00 cifs: fix confusing warning message on reconnect by Steve French · 6 years ago
  37. 6d2f84e smb3: fix large reads on encrypted connections by Paul Aurich · 6 years ago
  38. cacf02d Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  39. fea1708 cifs: update internal module version number by Steve French · 6 years ago
  40. e77fe73 cifs: we can not use small padding iovs together with encryption by Ronnie Sahlberg · 6 years ago
  41. 5d24ae6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  42. 14e92c5 cifs: Minor Kconfig clarification by Steve French · 6 years ago
  43. 28eb24f cifs: Always resolve hostname before reconnecting by Paulo Alcantara · 6 years ago
  44. 0874401 cifs: Add support for failover in cifs_reconnect_tcon() by Paulo Alcantara · 6 years ago
  45. a3a53b7 cifs: Add support for failover in smb2_reconnect() by Paulo Alcantara · 6 years ago
  46. 2332440 cifs: Only free DFS target list if we actually got one by Paulo Alcantara · 6 years ago
  47. e511d31 cifs: start DFS cache refresher in cifs_mount() by Paulo Alcantara · 6 years ago
  48. 2f0a617 cifs: Use GFP_ATOMIC when a lock is held in cifs_mount() by YueHaibing · 6 years ago
  49. 93d5cb5 cifs: Add support for failover in cifs_reconnect() by Paulo Alcantara · 6 years ago
  50. 4a367dc cifs: Add support for failover in cifs_mount() by Paulo Alcantara · 6 years ago
  51. 5a65050 cifs: remove set but not used variable 'sep' by YueHaibing · 6 years ago
  52. 1c78022 cifs: Make use of DFS cache to get new DFS referrals by Paulo Alcantara · 6 years ago
  53. 0544b32 cifs: check kzalloc return by Joe Perches · 6 years ago
  54. 29cbfa1 cifs: remove set but not used variable 'server' by YueHaibing · 6 years ago
  55. 34bca9b cifs: Use kzfree() to free password by Dan Carpenter · 6 years ago
  56. 3e80be0 cifs: Fix to use kmem_cache_free() instead of kfree() by Wei Yongjun · 6 years ago
  57. 54e4f73 cifs: update for current_kernel_time64() removal by Stephen Rothwell · 6 years ago
  58. 54be1f6 cifs: Add DFS cache routines by Paulo Alcantara · 6 years ago
  59. 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
  60. e7b602f cifs: Save TTL value when parsing DFS referrals by Paulo Alcantara · 6 years ago
  61. 5fc7fcd cifs: auto disable 'serverino' in dfs mounts by Aurelien Aptel · 6 years ago
  62. d9345e0 cifs: Make devname param optional in cifs_compose_mount_options() by Paulo Alcantara · 6 years ago
  63. c34fea5 cifs: Skip any trailing backslashes from UNC by Paulo Alcantara · 6 years ago
  64. 56c762e cifs: Refactor out cifs_mount() by Paulo Alcantara · 6 years ago
  65. 9a596f5 CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem by Georgy A Bystrenin · 6 years ago
  66. 54e94ff CIFS: return correct errors when pinning memory failed for direct I/O by Long Li · 6 years ago
  67. b6bc8a7 CIFS: use the correct length when pinning memory for direct I/O for write by Long Li · 6 years ago
  68. 59a63e47 cifs: check ntwrk_buf_start for NULL before dereferencing it by Ronnie Sahlberg · 6 years ago
  69. 52baa51 cifs: remove coverity warning in calc_lanman_hash by Ronnie Sahlberg · 6 years ago
  70. 0f57451 cifs: remove set but not used variable 'smb_buf' by YueHaibing · 6 years ago
  71. 07fa601 cifs: suppress some implicit-fallthrough warnings by Gustavo A. R. Silva · 6 years ago
  72. f9793b6 cifs: change smb2_query_eas to use the compound query-info helper by Ronnie Sahlberg · 6 years ago
  73. 4a3b38a Add vers=3.0.2 as a valid option for SMBv3.0.2 by Kenneth D'souza · 6 years ago
  74. 07d3b2e cifs: create a helper function for compound query_info by Ronnie Sahlberg · 6 years ago
  75. 97aa495 cifs: address trivial coverity warning by Steve French · 6 years ago
  76. f5942db cifs: smb2 commands can not be negative, remove confusing check by Steve French · 6 years ago
  77. 0967e54 cifs: use a compound for setting an xattr by Ronnie Sahlberg · 6 years ago
  78. 5890255 cifs: clean up indentation, replace spaces with tab by Colin Ian King · 6 years ago
  79. 271b9c0 smb3: Fix rmdir compounding regression to strict servers by Ronnie Sahlberg · 6 years ago
  80. 3023a1e RDMA: Start use ib_device_ops by Kamal Heib · 6 years ago
  81. cb03f94 fs/locks: merge posix_unblock_lock() and locks_delete_block() by NeilBrown · 6 years ago
  82. 6ac7929 CIFS: Avoid returning EBUSY to upper layer VFS by Long Li · 6 years ago
  83. c988de2 cifs: Fix separator when building path from dentry by Paulo Alcantara · 6 years ago
  84. 6e78530 cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs) by Steve French · 6 years ago
  85. ada5c1d fs/locks: rename some lists and pointers. by NeilBrown · 6 years ago
  86. b98e26d cifs: fix signed/unsigned mismatch on aio_read patch by Steve French · 6 years ago
  87. 8c6c9be cifs: don't dereference smb_file_target before null check by Colin Ian King · 6 years ago
  88. be4eb68 CIFS: Add direct I/O functions to file_operations by Long Li · 6 years ago
  89. 8c5f9c1 CIFS: Add support for direct I/O write by Long Li · 6 years ago
  90. 6e6e2b8 CIFS: Add support for direct I/O read by Long Li · 6 years ago
  91. 0df444a smb3: missing defines and structs for reparse point handling by Steve French · 6 years ago
  92. dfe33f9 smb3: allow more detailed protocol info on open files for debugging by Steve French · 6 years ago
  93. 926674d smb3: on kerberos mount if server doesn't specify auth type use krb5 by Steve French · 6 years ago
  94. f8af49d smb3: add trace point for tree connection by Steve French · 6 years ago
  95. 413d610 cifs: fix spelling mistake, EACCESS -> EACCES by Colin Ian King · 6 years ago
  96. 0c5d6cb cifs: fix return value for cifs_listxattr by Ronnie Sahlberg · 6 years ago
  97. 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
  98. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  99. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  100. 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago