blob: 0f17e42614df2e9647ed553e1cdf96542eb960ee [file] [log] [blame]
3d519bd1269f ("cifs: plumb smb2 POSIX dir enumeration")
af08f9e79c60 ("cifs: create a helper function to parse the query-directory response buffer")
0a17799cc02f ("cifs: prepare SMB2_query_directory to be used with compounding")
046aca3c25fd ("cifs: Optimize readdir on reparse points")
3175eb9b577e ("cifs: add a debug macro that prints \\server\share for errors")
afe6f65353b6 ("cifs: add new debugging macro cifs_server_dbg")
f2caf901c1b7 ("cifs: Fix a race condition with cifs_echo_request")
5de254dca87a ("cifs: fix crash querying symlinks stored as reparse-points")
210782038b54 ("cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl case")
a205d5005eba ("cifs: cleanup smb2ops.c and normalize strings")
ebaf546a5584 ("SMB3: Clean up query symlink when reparse point")
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")
e6d0fb7b34f2 ("cifs: fix handle leak in smb2_query_symlink()")
b57a55e2200e ("cifs: Fix lease buffer length error")
e71ab2aa06f7 ("cifs: allow guest mounts to work for smb3.11")
31ba4331d571 ("SMB3: passthru query info doesn't check for SMB3 FSCTL passthru")
779ede040dd4 ("smb3: add dynamic tracepoints for simple fallocate and zero range")
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")
d323c2461752 ("smb3: Add tracepoints for read, write and query_dir enter")
adb3b4e90e10 ("smb3: add tracepoints for query dir")
9a1c67e8d5da ("CIFS: Adjust MTU credits before reopening a file")
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")
8e6e72aeceaa ("CIFS: Do not count -ENODATA as failure for query directory")
9bda8723da2d ("CIFS: Fix possible oops and memory leaks in async IO")
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")