1. d8848ee Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  2. 227747f Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  3. dece44e cifs: add support for SEEK_DATA and SEEK_HOLE by Ronnie Sahlberg · 6 years ago
  4. 9ab70ca Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the same file by Kovtunenko Oleksandr · 6 years ago
  5. 2c87d6a cifs: Allocate memory for all iovs in smb2_ioctl by Long Li · 6 years ago
  6. 3b24911 cifs: Don't match port on SMBDirect transport by Long Li · 6 years ago
  7. d0660f0 dns_resolver: Allow used keys to be invalidated by David Howells · 6 years ago
  8. 7f46d23 cifs:smbd Use the correct DMA direction when sending data by Long Li · 6 years ago
  9. 1d2a4f5 cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs have been called by Long Li · 6 years ago
  10. 14e2597 cifs: use the right include for signal_pending() by Ronnie Sahlberg · 6 years ago
  11. d1c35af smb3: trivial cleanup to smb2ops.c by Steve French · 6 years ago
  12. a205d50 cifs: cleanup smb2ops.c and normalize strings by Christoph Probst · 6 years ago
  13. b63a9de smb3: display session id in debug data by Steve French · 6 years ago
  14. cb4f7bf cifs: update module internal version number by Steve French · 6 years ago
  15. ebaf546 SMB3: Clean up query symlink when reparse point by Ronnie Sahlberg · 6 years ago
  16. 6a54b2e cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level() by Christoph Probst · 6 years ago
  17. 26ea888 Negotiate and save preferred compression algorithms by Steve French · 6 years ago
  18. 392e1c5 cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP by Ronnie Sahlberg · 6 years ago
  19. d69cb72 cifs: fix credits leak for SMB1 oplock breaks by Ronnie Sahlberg · 6 years ago
  20. edf3ef3 smb3: Add protocol structs for change notify support by Steve French · 6 years ago
  21. c425014 cifs: fix smb3_zero_range for Azure by Ronnie Sahlberg · 6 years ago
  22. c7fe388 cifs: zero-range does not require the file is sparse by Ronnie Sahlberg · 6 years ago
  23. 0df7edd Add new flag on SMB3.1.1 read by Steve French · 6 years ago
  24. 2f3ebab cifs: add fiemap support by Ronnie Sahlberg · 6 years ago
  25. d7bef4c SMB3: Add defines for new negotiate contexts by Steve French · 6 years ago
  26. 5242fcb cifs: fix bi-directional fsctl passthrough calls by Ronnie Sahlberg · 6 years ago
  27. 4739f23 cifs: smbd: take an array of reqeusts when sending upper layer data by Long Li · 6 years ago
  28. 46e6661 SMB3: Add handling for different FSCTL access flags by Steve French · 6 years ago
  29. efac779 cifs: Add support for FSCTL passthrough that write data to the server by Ronnie Sahlberg · 6 years ago
  30. 0ae3fa4 cifs: remove superfluous inode_lock in cifs_{strict_}fsync by Jeff Layton · 6 years ago
  31. 214bab4 cifs: Call MID callback before destroying transport by Long Li · 6 years ago
  32. b797209 cifs: smbd: Retry on memory registration failure by Long Li · 6 years ago
  33. 62fdf67 cifs: smbd: Indicate to retry on transport sending failure by Long Li · 6 years ago
  34. 98e0d40 cifs: smbd: Return EINTR when interrupted by Long Li · 6 years ago
  35. e8b3bfe cifs: smbd: Don't destroy transport on RDMA disconnect by Long Li · 6 years ago
  36. 050b8c3 smbd: Make upper layer decide when to destroy the transport by Long Li · 6 years ago
  37. 973189a SMB3: update comment to clarify enumerating snapshots by Steve French · 6 years ago
  38. d070f9d CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sb by Aurelien Aptel · 6 years ago
  39. c8b6ac1 CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease feature. by Kenneth D'souza · 6 years ago
  40. 5072010 cifs: Fix DFS cache refresher for DFS links by Paulo Alcantara (SUSE) · 6 years ago
  41. f530710 cifs: don't use __constant_cpu_to_le32() by Sergey Senozhatsky · 6 years ago
  42. 433b8dd SMB3: Track total time spent on roundtrips for each SMB3 command by Steve French · 6 years ago
  43. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  44. 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  45. c2e6802 cifs: switch to ->free_inode() by Al Viro · 6 years ago
  46. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  47. 13f5938 cifs: fix page reference leak with readv/writev by Jérôme Glisse · 6 years ago
  48. 652727b cifs: do not attempt cifs operation on smb2+ rename error by Frank Sorenson · 6 years ago
  49. 05fd5c2 cifs: fix memory leak in SMB2_read by Ronnie Sahlberg · 6 years ago
  50. b98749c CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 6 years ago
  51. e6d0fb7 cifs: fix handle leak in smb2_query_symlink() by Ronnie Sahlberg · 6 years ago
  52. b57a55e cifs: Fix lease buffer length error by ZhangXiaoxu · 6 years ago
  53. 088aaf1 cifs: Fix use-after-free in SMB2_read by ZhangXiaoxu · 6 years ago
  54. 6a3eb33 cifs: Fix use-after-free in SMB2_write by ZhangXiaoxu · 6 years ago
  55. 4811e30 cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid. by Ronnie Sahlberg · 6 years ago
  56. ca567eb SMB3: Allow persistent handle timeout to be configurable on mount by Steve French · 6 years ago
  57. 153322f smb3: Fix enumerating snapshots to Azure by Steve French · 6 years ago
  58. 2f94a312 cifs: fix kref underflow in close_shroot() by Ronnie Sahlberg · 6 years ago
  59. cf7d624 cifs: update internal module version number by Steve French · 6 years ago
  60. 8c11a60 SMB3: Fix SMB3.1.1 guest mounts to Samba by Steve French · 6 years ago
  61. 68ddb49 cifs: Fix slab-out-of-bounds when tracing SMB tcon by Paulo Alcantara (SUSE) · 6 years ago
  62. e71ab2a cifs: allow guest mounts to work for smb3.11 by Ronnie Sahlberg · 6 years ago
  63. 85f9987 fix incorrect error code mapping for OBJECTID_NOT_FOUND by Steve French · 6 years ago
  64. b073a08 cifs: fix that return -EINVAL when do dedupe operation by Xiaoli Feng · 6 years ago
  65. 0b0dfd5 CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN by Long Li · 6 years ago
  66. d53e292 CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN by Long Li · 6 years ago
  67. bc31d0c CIFS: fix POSIX lock leak and invalid ptr deref by Aurelien Aptel · 6 years ago
  68. f5778c3 SMB3: Allow SMB3 FSCTL queries to be sent to server from tools by Ronnie Sahlberg · 6 years ago
  69. f169947 cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_falloc by Ronnie Sahlberg · 6 years ago
  70. dd0ac2d smb2: fix typo in definition of a few error flags by Steve French · 6 years ago
  71. c847dcc CIFS: make mknod() an smb_version_op by Aurelien Aptel · 6 years ago
  72. 6552580 cifs: minor documentation updates by Steve French · 6 years ago
  73. d44d137 cifs: remove unused value pointed out by Coverity by Steve French · 6 years ago
  74. 31ba433 SMB3: passthru query info doesn't check for SMB3 FSCTL passthru by Steve French · 6 years ago
  75. 779ede0 smb3: add dynamic tracepoints for simple fallocate and zero range by Steve French · 6 years ago
  76. 72c419d cifs: fix smb3_zero_range so it can expand the file-size when required by Ronnie Sahlberg · 6 years ago
  77. ccdc77a cifs: add SMB2_ioctl_init/free helpers to be used with compounding by Ronnie Sahlberg · 6 years ago
  78. 8191576 smb3: Add dynamic trace points for various compounded smb3 ops by Steve French · 6 years ago
  79. b0f6df7 cifs: cache FILE_ALL_INFO for the shared root handle by Ronnie Sahlberg · 6 years ago
  80. ab7b10c smb3: display volume serial number for shares in /proc/fs/cifs/DebugData by Steve French · 6 years ago
  81. 257b780 cifs: simplify how we handle credits in compound_send_recv() by Ronnie Sahlberg · 6 years ago
  82. 7937ca9 smb3: add dynamic tracepoint for timeout waiting for credits by Steve French · 6 years ago
  83. ffd1ef1 smb3: display security information in /proc/fs/cifs/DebugData more accurately by Steve French · 6 years ago
  84. 2b53b92 cifs: add a timeout argument to wait_for_free_credits by Ronnie Sahlberg · 6 years ago
  85. 16b34aa cifs: prevent starvation in wait_for_free_credits for multi-credit requests by Ronnie Sahlberg · 6 years ago
  86. b227d21 cifs: wait_for_free_credits() make it possible to wait for >=1 credits by Ronnie Sahlberg · 6 years ago
  87. 4230cff cifs: pass flags down into wait_for_free_credits() by Ronnie Sahlberg · 6 years ago
  88. 480b1cb cifs: change wait_for_free_request() to take flags as argument by Ronnie Sahlberg · 6 years ago
  89. 50cfad7 fs: cifs: Kconfig: pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
  90. 69dc4b1 smb3: request more credits on normal (non-large read/write) ops by Steve French · 6 years ago
  91. b30c74c CIFS: Mask off signals when sending SMB packets by Pavel Shilovsky · 6 years ago
  92. afc18a6 CIFS: Return -EAGAIN instead of -ENOTSOCK by Pavel Shilovsky · 6 years ago
  93. 2084ed5 CIFS: Only send SMB2_NEGOTIATE command on new TCP connections by Pavel Shilovsky · 6 years ago
  94. 6dfbd84 CIFS: Fix read after write for files with read caching by Pavel Shilovsky · 6 years ago
  95. 96281b9 smb3: for kerberos mounts display the credential uid used by Steve French · 6 years ago
  96. 259594b cifs: use correct format characters by Louis Taylor · 6 years ago
  97. d42043a smb3: add dynamic trace point for query_info_enter/done by Steve French · 6 years ago
  98. 53a3e0d smb3: add dynamic trace point for smb3_cmd_enter by Steve French · 6 years ago
  99. efe2e9f smb3: improve dynamic tracing of open and posix mkdir by Steve French · 6 years ago
  100. b0a42f2 smb3: add missing read completion trace point by Steve French · 6 years ago