1. bc31d0c CIFS: fix POSIX lock leak and invalid ptr deref by Aurelien Aptel · 6 years ago
  2. f5778c3 SMB3: Allow SMB3 FSCTL queries to be sent to server from tools by Ronnie Sahlberg · 6 years ago
  3. f169947 cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_falloc by Ronnie Sahlberg · 6 years ago
  4. dd0ac2d smb2: fix typo in definition of a few error flags by Steve French · 6 years ago
  5. c847dcc CIFS: make mknod() an smb_version_op by Aurelien Aptel · 6 years ago
  6. 6552580 cifs: minor documentation updates by Steve French · 6 years ago
  7. d44d137 cifs: remove unused value pointed out by Coverity by Steve French · 6 years ago
  8. 31ba433 SMB3: passthru query info doesn't check for SMB3 FSCTL passthru by Steve French · 6 years ago
  9. 779ede0 smb3: add dynamic tracepoints for simple fallocate and zero range by Steve French · 6 years ago
  10. 72c419d cifs: fix smb3_zero_range so it can expand the file-size when required by Ronnie Sahlberg · 6 years ago
  11. ccdc77a cifs: add SMB2_ioctl_init/free helpers to be used with compounding by Ronnie Sahlberg · 6 years ago
  12. 8191576 smb3: Add dynamic trace points for various compounded smb3 ops by Steve French · 6 years ago
  13. b0f6df7 cifs: cache FILE_ALL_INFO for the shared root handle by Ronnie Sahlberg · 6 years ago
  14. ab7b10c smb3: display volume serial number for shares in /proc/fs/cifs/DebugData by Steve French · 6 years ago
  15. 257b780 cifs: simplify how we handle credits in compound_send_recv() by Ronnie Sahlberg · 6 years ago
  16. 7937ca9 smb3: add dynamic tracepoint for timeout waiting for credits by Steve French · 6 years ago
  17. ffd1ef1 smb3: display security information in /proc/fs/cifs/DebugData more accurately by Steve French · 6 years ago
  18. 2b53b92 cifs: add a timeout argument to wait_for_free_credits by Ronnie Sahlberg · 6 years ago
  19. 16b34aa cifs: prevent starvation in wait_for_free_credits for multi-credit requests by Ronnie Sahlberg · 6 years ago
  20. b227d21 cifs: wait_for_free_credits() make it possible to wait for >=1 credits by Ronnie Sahlberg · 6 years ago
  21. 4230cff cifs: pass flags down into wait_for_free_credits() by Ronnie Sahlberg · 6 years ago
  22. 480b1cb cifs: change wait_for_free_request() to take flags as argument by Ronnie Sahlberg · 6 years ago
  23. 50cfad7 fs: cifs: Kconfig: pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
  24. 69dc4b1 smb3: request more credits on normal (non-large read/write) ops by Steve French · 6 years ago
  25. b30c74c CIFS: Mask off signals when sending SMB packets by Pavel Shilovsky · 6 years ago
  26. afc18a6 CIFS: Return -EAGAIN instead of -ENOTSOCK by Pavel Shilovsky · 6 years ago
  27. 2084ed5 CIFS: Only send SMB2_NEGOTIATE command on new TCP connections by Pavel Shilovsky · 6 years ago
  28. 6dfbd84 CIFS: Fix read after write for files with read caching by Pavel Shilovsky · 6 years ago
  29. 96281b9 smb3: for kerberos mounts display the credential uid used by Steve French · 6 years ago
  30. 259594b cifs: use correct format characters by Louis Taylor · 6 years ago
  31. d42043a smb3: add dynamic trace point for query_info_enter/done by Steve French · 6 years ago
  32. 53a3e0d smb3: add dynamic trace point for smb3_cmd_enter by Steve French · 6 years ago
  33. efe2e9f smb3: improve dynamic tracing of open and posix mkdir by Steve French · 6 years ago
  34. b0a42f2 smb3: add missing read completion trace point by Steve French · 6 years ago
  35. d323c246 smb3: Add tracepoints for read, write and query_dir enter by Steve French · 6 years ago
  36. adb3b4e smb3: add tracepoints for query dir by Steve French · 6 years ago
  37. 0d48132 smb3: Update POSIX negotiate context with POSIX ctxt GUID by Steve French · 6 years ago
  38. cfe7e41 cifs: update internal module version number by Steve French · 6 years ago
  39. 7091bca CIFS: Try to acquire credits at once for compound requests by Pavel Shilovsky · 6 years ago
  40. fe768d5 CIFS: Return error code when getting file handle for writeback by Pavel Shilovsky · 6 years ago
  41. c4b8f65 CIFS: Move open file handling to writepages by Pavel Shilovsky · 6 years ago
  42. 258f060 CIFS: Move unlocking pages from wdata_send_pages() by Pavel Shilovsky · 6 years ago
  43. c7d38db CIFS: Find and reopen a file before get MTU credits in writepages by Pavel Shilovsky · 6 years ago
  44. 3e95299 CIFS: Reopen file before get SMB2 MTU credits for async IO by Pavel Shilovsky · 6 years ago
  45. f0b93cb CIFS: Remove custom credit adjustments for SMB2 async IO by Pavel Shilovsky · 6 years ago
  46. 9a1c67e CIFS: Adjust MTU credits before reopening a file by Pavel Shilovsky · 6 years ago
  47. 97ea499 CIFS: Check for reconnects before sending compound requests by Pavel Shilovsky · 6 years ago
  48. 3349c3a CIFS: Check for reconnects before sending async requests by Pavel Shilovsky · 6 years ago
  49. 34f4deb CIFS: Respect reconnect in non-MTU credits calculations by Pavel Shilovsky · 6 years ago
  50. 335b7b6 CIFS: Respect reconnect in MTU credits calculations by Pavel Shilovsky · 6 years ago
  51. 5b96485 CIFS: Set reconnect instance to one initially by Pavel Shilovsky · 6 years ago
  52. bb1bccb CIFS: Respect SMB2 hdr preamble size in read responses by Pavel Shilovsky · 6 years ago
  53. 66265f1 CIFS: Count SMB3 credits for malformed pending responses by Pavel Shilovsky · 6 years ago
  54. 82e0457 CIFS: Do not log credits when unmounting a share by Pavel Shilovsky · 6 years ago
  55. 6b15eb1 CIFS: Always reset read error to -EIO if no response by Pavel Shilovsky · 6 years ago
  56. 969ae8e cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED by Namjae Jeon · 6 years ago
  57. c781af7 CIFS: Do not skip SMB2 message IDs on send failures by Pavel Shilovsky · 6 years ago
  58. 4fe75c4 smb3: request more credits on tree connect by Steve French · 6 years ago
  59. e8506d2 smb3: make default i/o size for smb3 mounts larger by Steve French · 6 years ago
  60. 7b9b9ed CIFS: Do not reset lease state to NONE on lease break by Pavel Shilovsky · 6 years ago
  61. d26e290 smb3: fix bytes_read statistics by Steve French · 6 years ago
  62. 2109464 cifs: return -ENODATA when deleting an xattr that does not exist by Ronnie Sahlberg · 6 years ago
  63. eca0045 cifs: add credits from unmatched responses/messages by Ronnie Sahlberg · 6 years ago
  64. 74ea5f9 cifs: replace snprintf with scnprintf by Ronnie Sahlberg · 6 years ago
  65. 68e2672 cifs: Fix NULL pointer dereference of devname by Yao Liu · 6 years ago
  66. 165df9a CIFS: Fix leaking locked VFS cache pages in writeback retry by Pavel Shilovsky · 6 years ago
  67. b9b9378 cifs: update internal module version number by Steve French · 6 years ago
  68. d339adc CIFS: fix use-after-free of the lease keys by Aurelien Aptel · 6 years ago
  69. 082aaa8 CIFS: Do not consider -ENODATA as stat failure for reads by Pavel Shilovsky · 6 years ago
  70. 8e6e72a CIFS: Do not count -ENODATA as failure for query directory by Pavel Shilovsky · 6 years ago
  71. 7d42e72 CIFS: Fix trace command logging for SMB2 reads and writes by Pavel Shilovsky · 6 years ago
  72. 9bda872 CIFS: Fix possible oops and memory leaks in async IO by Pavel Shilovsky · 6 years ago
  73. c4627e6 cifs: limit amount of data we request for xattrs to CIFSMaxBufSize by Ronnie Sahlberg · 6 years ago
  74. 58d15ed cifs: fix computation for MAX_SMB2_HDR_SIZE by Ronnie Sahlberg · 6 years ago
  75. a5f1a81 cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugData by Ronnie Sahlberg · 6 years ago
  76. 2e5700b smb3: add credits we receive from oplock/break PDUs by Ronnie Sahlberg · 6 years ago
  77. 6a9cbdd CIFS: Fix mounts if the client is low on credits by Pavel Shilovsky · 6 years ago
  78. 0fd1d37 CIFS: Do not assume one credit for async responses by Pavel Shilovsky · 6 years ago
  79. 3d3003f CIFS: Fix credit calculations in compound mid callback by Pavel Shilovsky · 6 years ago
  80. ec678ea CIFS: Fix credit calculation for encrypted reads with errors by Pavel Shilovsky · 6 years ago
  81. 8004c78 CIFS: Fix credits calculations for reads with errors by Pavel Shilovsky · 6 years ago
  82. ef68e83 CIFS: Do not reconnect TCP session in add_credits() by Pavel Shilovsky · 6 years ago
  83. b0b2cac smb3: Cleanup license mess by Thomas Gleixner · 6 years ago
  84. acc58d0 CIFS: Fix possible hang during async MTU reads and writes by Pavel Shilovsky · 6 years ago
  85. 73aaf92 cifs: fix memory leak of an allocated cifs_ntsd structure by Colin Ian King · 6 years ago
  86. 48d2ba6 cifs: update internal module version number by Steve French · 6 years ago
  87. 9a66396 CIFS: Fix error paths in writeback code by Pavel Shilovsky · 6 years ago
  88. ee258d7 CIFS: Move credit processing to mid callbacks for SMB3 by Pavel Shilovsky · 6 years ago
  89. 8a26f0f CIFS: Fix credits calculation for cancelled requests by Pavel Shilovsky · 6 years ago
  90. b9a74cd cifs: Fix potential OOB access of lock element array by Ross Lagerwall · 6 years ago
  91. 92a8109 cifs: Limit memory used by lock request calls to a page by Ross Lagerwall · 6 years ago
  92. 15bc77f cifs: move large array from stack to heap by Aurelien Aptel · 6 years ago
  93. ee13919 CIFS: Do not hide EINTR after sending network packets by Pavel Shilovsky · 6 years ago
  94. 8544f4a CIFS: Fix credit computation for compounded requests by Pavel Shilovsky · 6 years ago
  95. 33fa5c8 CIFS: Do not set credits to 1 if the server didn't grant anything by Pavel Shilovsky · 6 years ago
  96. b983f7e CIFS: Fix adjustment of credits for MTU requests by Pavel Shilovsky · 6 years ago
  97. c715f89 cifs: Fix a tiny potential memory leak by Dan Carpenter · 6 years ago
  98. 8428817 cifs: Fix a debug message by Dan Carpenter · 6 years ago
  99. 7e928df Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  100. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago