blob: aa9b01210065b269a6f9bd26bca5c4125b1f00c2 [file] [log] [blame]
9eec21bfbe90 ("smb3: add dynamic trace point to trace when credits obtained")
afe6f65353b6 ("cifs: add new debugging macro cifs_server_dbg")
f2caf901c1b7 ("cifs: Fix a race condition with cifs_echo_request")
210782038b54 ("cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl case")
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")
ccdc77a3054a ("cifs: add SMB2_ioctl_init/free helpers to be used with compounding")
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")
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")
74ea5f983f9e ("cifs: replace snprintf with scnprintf")
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()")
a3a53b760379 ("cifs: Add support for failover in smb2_reconnect()")
93d5cb517db3 ("cifs: Add support for failover in cifs_reconnect()")
4a367dc04435 ("cifs: Add support for failover in cifs_mount()")
1c780228e9d4 ("cifs: Make use of DFS cache to get new DFS referrals")
5fc7fcd054ad ("cifs: auto disable 'serverino' in dfs mounts")
56c762eb9bee ("cifs: Refactor out cifs_mount()")
f5942db5ef25 ("cifs: smb2 commands can not be negative, remove confusing check")
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")
43de1db36424 ("smb3: add debug for unexpected mid cancellation")
3b7960caceaf ("cifs: fallback to older infolevels on findfirst queryinfo retry")
1e77a8c204c9 ("smb3: do not attempt cifs operation in smb3 query info error path")