blob: dea1991d70bcf3a643803b6464ce1be5aaa86763 [file] [log] [blame]
258f0603beb8 ("CIFS: Move unlocking pages from wdata_send_pages()")
9a1c67e8d5da ("CIFS: Adjust MTU credits before reopening a file")
335b7b62ffb6 ("CIFS: Respect reconnect in MTU credits calculations")
82e0457af5f9 ("CIFS: Do not log credits when unmounting a share")
9bda8723da2d ("CIFS: Fix possible oops and memory leaks in async IO")
ef68e831840c ("CIFS: Do not reconnect TCP session in add_credits()")
9a66396f1857 ("CIFS: Fix error paths in writeback code")
b983f7e92348 ("CIFS: Fix adjustment of credits for MTU requests")
6ac79291fb7d ("CIFS: Avoid returning EBUSY to upper layer VFS")
8c5f9c1ab7cb ("CIFS: Add support for direct I/O write")
6e6e2b86c29c ("CIFS: Add support for direct I/O read")
0cb012d1a0a9 ("cifs: track writepages in vfs operation counters")
b340a4d4aa18 ("smb3: add tracepoint to catch cases where credit refund of failed op overlaps reconnect")
bf1fdeb7899a ("smb3: add reconnect tracepoints")
28d59363ae74 ("smb3: add tracepoints for smb2/smb3 open")
d683bcd3e5d1 ("smb3: add additional ftrace entry points for entry/exit to cifs.ko")
eccb4422cf97 ("smb3: Add ftrace tracepoints for improved SMB3 debugging")
91cb74f5142c ("cifs: Change SMB2_open to return an iov for the error parameter")
93012bf98416 ("cifs: add server->vals->header_preamble_size")
74dcf418fe34 ("CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O")
db223a590d45 ("CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration")
f5688a6d7c5c ("cifs: remove rfc1002 header from smb2 read/write requests")
a821df3f1af7 ("cifs: fix NULL deref in SMB2_read")
9764c02fcbad ("SMB3: Add support for multidialect negotiate (SMB2.1 and later)")
bf2afee14e07 ("cifs: check rsp for NULL before dereferencing in SMB2_open")
7e682f766f28 ("Fix warning messages when mounting to older servers")
eef914a9eb5e ("[SMB3] Improve security, move default dialect to SMB3 from old CIFS")
2a38e12053b7 ("[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred")
d38de3c6156b ("CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keys")
97b37f241672 ("cifs: set mapping error when page writeback fails in writepage or launder_pages")
c610c4b619e5 ("CIFS: Add asynchronous write support through kernel AIO")
6685c5e2d1ac ("CIFS: Add asynchronous read support through kernel AIO")
ccf7f4088af2 ("CIFS: Add asynchronous context to support kernel AIO")
1fa839b4986d ("CIFS: store results of cifs_reopen_file to avoid infinite wait")
ef65aaede23f ("smb2: Enforce sec= mount option")
9d49640a21bf ("CIFS: implement get_dfs_refer for SMB2+")
4ecce920e13a ("CIFS: move DFS response parsing out of SMB1 code")
61cfac6f267d ("CIFS: Fix possible use after free in demultiplex thread")
ae6f8dd4d0c8 ("CIFS: Allow to switch on encryption with seal mount option")
c42a6abe3012 ("CIFS: Add capability to decrypt big read responses")
4326ed2f6a16 ("CIFS: Decrypt and process small encrypted packets")
d70b9104b1ca ("CIFS: Add copy into pages callback for a read operation")
9b7c18a2d4b7 ("CIFS: Add mid handle callback")
9bb17e0916a0 ("CIFS: Add transform header handling callbacks")
026e93dc0a3e ("CIFS: Encrypt SMB3 requests before sending")
7fb8986e7449 ("CIFS: Add capability to transform requests before sending")
b8f57ee8aad4 ("CIFS: Separate RFC1001 length processing for SMB2 read")
cb200bd6264a ("CIFS: Separate SMB2 sync header processing")
738f9de5cdb9 ("CIFS: Send RFC1001 length in a separate iov")
fb2036d81758 ("CIFS: Make send_cancel take rqst as argument")