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