1. 13f5938 cifs: fix page reference leak with readv/writev by Jérôme Glisse · 6 years ago
  2. 652727b cifs: do not attempt cifs operation on smb2+ rename error by Frank Sorenson · 6 years ago
  3. 05fd5c2 cifs: fix memory leak in SMB2_read by Ronnie Sahlberg · 6 years ago
  4. b98749c CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 6 years ago
  5. e6d0fb7 cifs: fix handle leak in smb2_query_symlink() by Ronnie Sahlberg · 6 years ago
  6. b57a55e cifs: Fix lease buffer length error by ZhangXiaoxu · 6 years ago
  7. 088aaf1 cifs: Fix use-after-free in SMB2_read by ZhangXiaoxu · 6 years ago
  8. 6a3eb33 cifs: Fix use-after-free in SMB2_write by ZhangXiaoxu · 6 years ago
  9. 4811e30 cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid. by Ronnie Sahlberg · 6 years ago
  10. ca567eb SMB3: Allow persistent handle timeout to be configurable on mount by Steve French · 6 years ago
  11. 153322f smb3: Fix enumerating snapshots to Azure by Steve French · 6 years ago
  12. 2f94a312 cifs: fix kref underflow in close_shroot() by Ronnie Sahlberg · 6 years ago
  13. cf7d624 cifs: update internal module version number by Steve French · 6 years ago
  14. 8c11a60 SMB3: Fix SMB3.1.1 guest mounts to Samba by Steve French · 6 years ago
  15. 68ddb49 cifs: Fix slab-out-of-bounds when tracing SMB tcon by Paulo Alcantara (SUSE) · 6 years ago
  16. e71ab2a cifs: allow guest mounts to work for smb3.11 by Ronnie Sahlberg · 6 years ago
  17. 85f9987 fix incorrect error code mapping for OBJECTID_NOT_FOUND by Steve French · 6 years ago
  18. b073a08 cifs: fix that return -EINVAL when do dedupe operation by Xiaoli Feng · 6 years ago
  19. 0b0dfd5 CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN by Long Li · 6 years ago
  20. d53e292 CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN by Long Li · 6 years ago
  21. bc31d0c CIFS: fix POSIX lock leak and invalid ptr deref by Aurelien Aptel · 6 years ago
  22. f5778c3 SMB3: Allow SMB3 FSCTL queries to be sent to server from tools by Ronnie Sahlberg · 6 years ago
  23. f169947 cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_falloc by Ronnie Sahlberg · 6 years ago
  24. dd0ac2d smb2: fix typo in definition of a few error flags by Steve French · 6 years ago
  25. c847dcc CIFS: make mknod() an smb_version_op by Aurelien Aptel · 6 years ago
  26. 6552580 cifs: minor documentation updates by Steve French · 6 years ago
  27. d44d137 cifs: remove unused value pointed out by Coverity by Steve French · 6 years ago
  28. 31ba433 SMB3: passthru query info doesn't check for SMB3 FSCTL passthru by Steve French · 6 years ago
  29. 779ede0 smb3: add dynamic tracepoints for simple fallocate and zero range by Steve French · 6 years ago
  30. 72c419d cifs: fix smb3_zero_range so it can expand the file-size when required by Ronnie Sahlberg · 6 years ago
  31. ccdc77a cifs: add SMB2_ioctl_init/free helpers to be used with compounding by Ronnie Sahlberg · 6 years ago
  32. 8191576 smb3: Add dynamic trace points for various compounded smb3 ops by Steve French · 6 years ago
  33. b0f6df7 cifs: cache FILE_ALL_INFO for the shared root handle by Ronnie Sahlberg · 6 years ago
  34. ab7b10c smb3: display volume serial number for shares in /proc/fs/cifs/DebugData by Steve French · 6 years ago
  35. 257b780 cifs: simplify how we handle credits in compound_send_recv() by Ronnie Sahlberg · 6 years ago
  36. 7937ca9 smb3: add dynamic tracepoint for timeout waiting for credits by Steve French · 6 years ago
  37. ffd1ef1 smb3: display security information in /proc/fs/cifs/DebugData more accurately by Steve French · 6 years ago
  38. 2b53b92 cifs: add a timeout argument to wait_for_free_credits by Ronnie Sahlberg · 6 years ago
  39. 16b34aa cifs: prevent starvation in wait_for_free_credits for multi-credit requests by Ronnie Sahlberg · 6 years ago
  40. b227d21 cifs: wait_for_free_credits() make it possible to wait for >=1 credits by Ronnie Sahlberg · 6 years ago
  41. 4230cff cifs: pass flags down into wait_for_free_credits() by Ronnie Sahlberg · 6 years ago
  42. 480b1cb cifs: change wait_for_free_request() to take flags as argument by Ronnie Sahlberg · 6 years ago
  43. 50cfad7 fs: cifs: Kconfig: pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
  44. 69dc4b1 smb3: request more credits on normal (non-large read/write) ops by Steve French · 6 years ago
  45. b30c74c CIFS: Mask off signals when sending SMB packets by Pavel Shilovsky · 6 years ago
  46. afc18a6 CIFS: Return -EAGAIN instead of -ENOTSOCK by Pavel Shilovsky · 6 years ago
  47. 2084ed5 CIFS: Only send SMB2_NEGOTIATE command on new TCP connections by Pavel Shilovsky · 6 years ago
  48. 6dfbd84 CIFS: Fix read after write for files with read caching by Pavel Shilovsky · 6 years ago
  49. 96281b9 smb3: for kerberos mounts display the credential uid used by Steve French · 6 years ago
  50. 259594b cifs: use correct format characters by Louis Taylor · 6 years ago
  51. d42043a smb3: add dynamic trace point for query_info_enter/done by Steve French · 6 years ago
  52. 53a3e0d smb3: add dynamic trace point for smb3_cmd_enter by Steve French · 6 years ago
  53. efe2e9f smb3: improve dynamic tracing of open and posix mkdir by Steve French · 6 years ago
  54. b0a42f2 smb3: add missing read completion trace point by Steve French · 6 years ago
  55. d323c246 smb3: Add tracepoints for read, write and query_dir enter by Steve French · 6 years ago
  56. adb3b4e smb3: add tracepoints for query dir by Steve French · 6 years ago
  57. 0d48132 smb3: Update POSIX negotiate context with POSIX ctxt GUID by Steve French · 6 years ago
  58. cfe7e41 cifs: update internal module version number by Steve French · 6 years ago
  59. 7091bca CIFS: Try to acquire credits at once for compound requests by Pavel Shilovsky · 6 years ago
  60. fe768d5 CIFS: Return error code when getting file handle for writeback by Pavel Shilovsky · 6 years ago
  61. c4b8f65 CIFS: Move open file handling to writepages by Pavel Shilovsky · 6 years ago
  62. 258f060 CIFS: Move unlocking pages from wdata_send_pages() by Pavel Shilovsky · 6 years ago
  63. c7d38db CIFS: Find and reopen a file before get MTU credits in writepages by Pavel Shilovsky · 6 years ago
  64. 3e95299 CIFS: Reopen file before get SMB2 MTU credits for async IO by Pavel Shilovsky · 6 years ago
  65. f0b93cb CIFS: Remove custom credit adjustments for SMB2 async IO by Pavel Shilovsky · 6 years ago
  66. 9a1c67e CIFS: Adjust MTU credits before reopening a file by Pavel Shilovsky · 6 years ago
  67. 97ea499 CIFS: Check for reconnects before sending compound requests by Pavel Shilovsky · 6 years ago
  68. 3349c3a CIFS: Check for reconnects before sending async requests by Pavel Shilovsky · 6 years ago
  69. 34f4deb CIFS: Respect reconnect in non-MTU credits calculations by Pavel Shilovsky · 6 years ago
  70. 335b7b6 CIFS: Respect reconnect in MTU credits calculations by Pavel Shilovsky · 6 years ago
  71. 5b96485 CIFS: Set reconnect instance to one initially by Pavel Shilovsky · 6 years ago
  72. bb1bccb CIFS: Respect SMB2 hdr preamble size in read responses by Pavel Shilovsky · 6 years ago
  73. 66265f1 CIFS: Count SMB3 credits for malformed pending responses by Pavel Shilovsky · 6 years ago
  74. 82e0457 CIFS: Do not log credits when unmounting a share by Pavel Shilovsky · 6 years ago
  75. 6b15eb1 CIFS: Always reset read error to -EIO if no response by Pavel Shilovsky · 6 years ago
  76. 969ae8e cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED by Namjae Jeon · 6 years ago
  77. c781af7 CIFS: Do not skip SMB2 message IDs on send failures by Pavel Shilovsky · 6 years ago
  78. 4fe75c4 smb3: request more credits on tree connect by Steve French · 6 years ago
  79. e8506d2 smb3: make default i/o size for smb3 mounts larger by Steve French · 6 years ago
  80. 7b9b9ed CIFS: Do not reset lease state to NONE on lease break by Pavel Shilovsky · 6 years ago
  81. d26e290 smb3: fix bytes_read statistics by Steve French · 6 years ago
  82. 2109464 cifs: return -ENODATA when deleting an xattr that does not exist by Ronnie Sahlberg · 6 years ago
  83. eca0045 cifs: add credits from unmatched responses/messages by Ronnie Sahlberg · 6 years ago
  84. 74ea5f9 cifs: replace snprintf with scnprintf by Ronnie Sahlberg · 6 years ago
  85. 68e2672 cifs: Fix NULL pointer dereference of devname by Yao Liu · 6 years ago
  86. 165df9a CIFS: Fix leaking locked VFS cache pages in writeback retry by Pavel Shilovsky · 6 years ago
  87. b9b9378 cifs: update internal module version number by Steve French · 6 years ago
  88. d339adc CIFS: fix use-after-free of the lease keys by Aurelien Aptel · 6 years ago
  89. 082aaa8 CIFS: Do not consider -ENODATA as stat failure for reads by Pavel Shilovsky · 6 years ago
  90. 8e6e72a CIFS: Do not count -ENODATA as failure for query directory by Pavel Shilovsky · 6 years ago
  91. 7d42e72 CIFS: Fix trace command logging for SMB2 reads and writes by Pavel Shilovsky · 6 years ago
  92. 9bda872 CIFS: Fix possible oops and memory leaks in async IO by Pavel Shilovsky · 6 years ago
  93. c4627e6 cifs: limit amount of data we request for xattrs to CIFSMaxBufSize by Ronnie Sahlberg · 6 years ago
  94. 58d15ed cifs: fix computation for MAX_SMB2_HDR_SIZE by Ronnie Sahlberg · 6 years ago
  95. a5f1a81 cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugData by Ronnie Sahlberg · 6 years ago
  96. 2e5700b smb3: add credits we receive from oplock/break PDUs by Ronnie Sahlberg · 6 years ago
  97. 6a9cbdd CIFS: Fix mounts if the client is low on credits by Pavel Shilovsky · 6 years ago
  98. 0fd1d37 CIFS: Do not assume one credit for async responses by Pavel Shilovsky · 6 years ago
  99. 3d3003f CIFS: Fix credit calculations in compound mid callback by Pavel Shilovsky · 6 years ago
  100. ec678ea CIFS: Fix credit calculation for encrypted reads with errors by Pavel Shilovsky · 6 years ago