blob: be7b4a3fce7a879053f140d02a164bd742273a0a [file] [log] [blame]
343a1b777a92 ("cifs: make multichannel warning more visible")
9a7d5a9e6d79 ("cifs: fix possible uninitialized access and race on iface_list")
65a37a34145c ("cifs: try harder to open new channels")
d70e9fa55884 ("cifs: try opening channels after mounting")
f6a6bf7c4d53 ("cifs: switch servers depending on binding state")
afe6f65353b6 ("cifs: add new debugging macro cifs_server_dbg")
f2caf901c1b7 ("cifs: Fix a race condition with cifs_echo_request")
3190b59a050e ("smb3: minor cleanup of compound_send_recv")
210782038b54 ("cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl case")
a205d5005eba ("cifs: cleanup smb2ops.c and normalize strings")
392e1c5dc9cc ("cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP")
d69cb728e70c ("cifs: fix credits leak for SMB1 oplock breaks")
433b8dd7672b ("SMB3: Track total time spent on roundtrips for each SMB3 command")
b57a55e2200e ("cifs: Fix lease buffer length error")
e71ab2aa06f7 ("cifs: allow guest mounts to work for smb3.11")
779ede040dd4 ("smb3: add dynamic tracepoints for simple fallocate and zero range")
ccdc77a3054a ("cifs: add SMB2_ioctl_init/free helpers to be used with compounding")
257b78099be0 ("cifs: simplify how we handle credits in compound_send_recv()")
7937ca961c84 ("smb3: add dynamic tracepoint for timeout waiting for credits")
2b53b929faed ("cifs: add a timeout argument to wait_for_free_credits")
16b34aa44b25 ("cifs: prevent starvation in wait_for_free_credits for multi-credit requests")
b227d215deef ("cifs: wait_for_free_credits() make it possible to wait for >=1 credits")
4230cff8c0b7 ("cifs: pass flags down into wait_for_free_credits()")
480b1cb9dad8 ("cifs: change wait_for_free_request() to take flags as argument")
d323c2461752 ("smb3: Add tracepoints for read, write and query_dir enter")
adb3b4e90e10 ("smb3: add tracepoints for query dir")
7091bcaba9f3 ("CIFS: Try to acquire credits at once for compound requests")
97ea499883cc ("CIFS: Check for reconnects before sending compound requests")
3349c3a79fb5 ("CIFS: Check for reconnects before sending async requests")
34f4deb7c56c ("CIFS: Respect reconnect in non-MTU credits calculations")
335b7b62ffb6 ("CIFS: Respect reconnect in MTU credits calculations")
82e0457af5f9 ("CIFS: Do not log credits when unmounting a share")
969ae8e8d4ee ("cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED")
c781af7e0c1f ("CIFS: Do not skip SMB2 message IDs on send failures")
74ea5f983f9e ("cifs: replace snprintf with scnprintf")
8e6e72aeceaa ("CIFS: Do not count -ENODATA as failure for query directory")
0fd1d37b0501 ("CIFS: Do not assume one credit for async responses")
3d3003fce8e8 ("CIFS: Fix credit calculations in compound mid callback")
ef68e831840c ("CIFS: Do not reconnect TCP session in add_credits()")
9a66396f1857 ("CIFS: Fix error paths in writeback code")
ee258d79159a ("CIFS: Move credit processing to mid callbacks for SMB3")
8a26f0f781f5 ("CIFS: Fix credits calculation for cancelled requests")
15bc77f94e9f ("cifs: move large array from stack to heap")
8544f4aa9dd1 ("CIFS: Fix credit computation for compounded requests")
33fa5c8b8a7d ("CIFS: Do not set credits to 1 if the server didn't grant anything")
b983f7e92348 ("CIFS: Fix adjustment of credits for MTU requests")
d5c7076b772a ("smb3: add smb3.1.1 to default dialect list")
55a7f0065533 ("cifs: fix confusing warning message on reconnect")
28eb24ff75c5 ("cifs: Always resolve hostname before reconnecting")
08744015492f ("cifs: Add support for failover in cifs_reconnect_tcon()")