Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
b08484d715128abf28b8445e85c5adb14af0a62e
/
fs
/
cifs
/
smb2pdu.c
b08484d
cifs: use mod_delayed_work() for &server->reconnect if already queued
by Stefan Metzmacher
· 4 years, 11 months ago
bacd704
cifs: handle prefix paths in reconnect
by Paulo Alcantara (SUSE)
· 4 years, 11 months ago
86f740f
cifs: fix rename() by ensuring source handle opened with DELETE bit
by Aurelien Aptel
· 4 years, 11 months ago
ab3459d
smb3: print warning once if posix context returned on open
by Steve French
· 5 years ago
d26c2dd
cifs: add SMB3 change notification support
by Steve French
· 5 years ago
d6fd419
cifs: log warning message (once) if out of disk space
by Steve French
· 5 years ago
b0dd940
cifs: fail i/o on soft mounts if sessionsetup errors out
by Ronnie Sahlberg
· 5 years ago
c54849d
cifs: fix soft mounts hanging in the reconnect code
by Ronnie Sahlberg
· 5 years ago
643fbce
smb3: fix default permissions on new files when mounting with modefromsid
by Steve French
· 5 years ago
c4985c3
cifs: remove set but not used variable 'server'
by YueHaibing
· 5 years ago
af08f9e
cifs: create a helper function to parse the query-directory response buffer
by Ronnie Sahlberg
· 5 years ago
0a17799
cifs: prepare SMB2_query_directory to be used with compounding
by Ronnie Sahlberg
· 5 years ago
d919131
CIFS: Close cached root handle only if it has a lease
by Pavel Shilovsky
· 5 years ago
2813938
smb3: fix refcount underflow warning on unmount when no directory leases
by Steve French
· 5 years ago
231e2a0
smb3: improve check for when we send the security descriptor context on create
by Steve French
· 5 years ago
fdef665
smb3: fix mode passed in on create for modetosid mount option
by Steve French
· 5 years ago
43f8a6a
smb3: query attributes on file close
by Steve French
· 5 years ago
9e8fae2
smb3: remove unused flag passed into close functions
by Steve French
· 5 years ago
a9f76cf
cifs: remove redundant assignment to pointer pneg_ctxt
by Colin Ian King
· 5 years ago
84a1f5b
cifs: Fix potential softlockups while refreshing DFS cache
by Paulo Alcantara (SUSE)
· 5 years ago
d70e9fa
cifs: try opening channels after mounting
by Aurelien Aptel
· 5 years ago
f6a6bf7
cifs: switch servers depending on binding state
by Aurelien Aptel
· 5 years ago
9150c3a
CIFS: Close open handle after interrupted close
by Pavel Shilovsky
· 5 years ago
72e73c7
cifs: close the shared root handle on tree disconnect
by Ronnie Sahlberg
· 5 years ago
d0959b0
smb3: remove noisy debug message and minor cleanup
by Steve French
· 5 years ago
52870d5
smb3: cleanup some recent endian errors spotted by updated sparse
by Steve French
· 5 years ago
c3ca78e
smb3: pass mode bits into create calls
by Steve French
· 5 years ago
388962e
fs/cifs/smb2pdu.c: Make SMB2_notify_init static
by zhengbin
· 5 years ago
d2f1542
smb3: fix leak in "open on server" perf counter
by Steve French
· 5 years ago
c349818
smb3: add missing worker function for SMB3 change notify
by Steve French
· 5 years ago
3e7a02d
smb3: allow disabling requesting leases
by Steve French
· 5 years ago
7dcc82c
smb3: improve handling of share deleted (and share recreated)
by Steve French
· 5 years ago
3175eb9
cifs: add a debug macro that prints \\server\share for errors
by Ronnie Sahlberg
· 5 years ago
46f17d1
smb3: fix signing verification of large reads
by Steve French
· 5 years ago
f90f979
smb3: add dynamic tracepoints for flush and close
by Steve French
· 5 years ago
ac6ad7a
cifs: fix dereference on ses before it is null checked
by Colin Ian King
· 5 years ago
afe6f65
cifs: add new debugging macro cifs_server_dbg
by Ronnie Sahlberg
· 5 years ago
df58fae
smb3: Incorrect size for netname negotiate context
by Steve French
· 5 years ago
1efd4fc
cifs: remove redundant assignment to variable rc
by Colin Ian King
· 5 years ago
86e14e1
cifs: prepare SMB2_Flush to be usable in compounds
by Ronnie Sahlberg
· 5 years ago
8d33096
smb3: send CAP_DFS capability during session setup
by Steve French
· 5 years ago
e99c63e
SMB3: Fix deadlock in validate negotiate hits reconnect
by Pavel Shilovsky
· 5 years ago
89a5bfa
smb3: optimize open to not send query file internal info
by Steve French
· 5 years ago
ff2a09e
SMB3: query inode number on open via create context
by Steve French
· 6 years ago
96d3cca
smb3: Send netname context during negotiate protocol
by Steve French
· 6 years ago
9fe5ff1
smb3: do not send compression info by default
by Steve French
· 6 years ago
9ac63ec
SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthms
by Steve French
· 6 years ago
d81f097
cifs: Use kmemdup in SMB2_ioctl_init()
by YueHaibing
· 6 years ago
0ff2b01
cifs: fix panic in smb2_reconnect
by Ronnie Sahlberg
· 6 years ago
6457c20
fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_free
by Murphy Zhou
· 6 years ago
2107820
cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl case
by Colin Ian King
· 6 years ago
2c87d6a
cifs: Allocate memory for all iovs in smb2_ioctl
by Long Li
· 6 years ago
26ea888
Negotiate and save preferred compression algorithms
by Steve French
· 6 years ago
392e1c5
cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP
by Ronnie Sahlberg
· 6 years ago
2f3ebab
cifs: add fiemap support
by Ronnie Sahlberg
· 6 years ago
d7bef4c
SMB3: Add defines for new negotiate contexts
by Steve French
· 6 years ago
b797209
cifs: smbd: Retry on memory registration failure
by Long Li
· 6 years ago
05fd5c2
cifs: fix memory leak in SMB2_read
by Ronnie Sahlberg
· 6 years ago
b57a55e
cifs: Fix lease buffer length error
by ZhangXiaoxu
· 6 years ago
088aaf1
cifs: Fix use-after-free in SMB2_read
by ZhangXiaoxu
· 6 years ago
6a3eb33
cifs: Fix use-after-free in SMB2_write
by ZhangXiaoxu
· 6 years ago
ca567eb
SMB3: Allow persistent handle timeout to be configurable on mount
by Steve French
· 6 years ago
153322f
smb3: Fix enumerating snapshots to Azure
by Steve French
· 6 years ago
8c11a60
SMB3: Fix SMB3.1.1 guest mounts to Samba
by Steve French
· 6 years ago
e71ab2a
cifs: allow guest mounts to work for smb3.11
by Ronnie Sahlberg
· 6 years ago
72c419d
cifs: fix smb3_zero_range so it can expand the file-size when required
by Ronnie Sahlberg
· 6 years ago
ccdc77a
cifs: add SMB2_ioctl_init/free helpers to be used with compounding
by Ronnie Sahlberg
· 6 years ago
b0f6df7
cifs: cache FILE_ALL_INFO for the shared root handle
by Ronnie Sahlberg
· 6 years ago
69dc4b1
smb3: request more credits on normal (non-large read/write) ops
by Steve French
· 6 years ago
d42043a
smb3: add dynamic trace point for query_info_enter/done
by Steve French
· 6 years ago
efe2e9f
smb3: improve dynamic tracing of open and posix mkdir
by Steve French
· 6 years ago
b0a42f2
smb3: add missing read completion trace point
by Steve French
· 6 years ago
d323c246
smb3: Add tracepoints for read, write and query_dir enter
by Steve French
· 6 years ago
adb3b4e
smb3: add tracepoints for query dir
by Steve French
· 6 years ago
0d48132
smb3: Update POSIX negotiate context with POSIX ctxt GUID
by Steve French
· 6 years ago
f0b93cb
CIFS: Remove custom credit adjustments for SMB2 async IO
by Pavel Shilovsky
· 6 years ago
9a1c67e
CIFS: Adjust MTU credits before reopening a file
by Pavel Shilovsky
· 6 years ago
3349c3a
CIFS: Check for reconnects before sending async requests
by Pavel Shilovsky
· 6 years ago
34f4deb
CIFS: Respect reconnect in non-MTU credits calculations
by Pavel Shilovsky
· 6 years ago
335b7b6
CIFS: Respect reconnect in MTU credits calculations
by Pavel Shilovsky
· 6 years ago
6b15eb1
CIFS: Always reset read error to -EIO if no response
by Pavel Shilovsky
· 6 years ago
969ae8e
cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED
by Namjae Jeon
· 6 years ago
4fe75c4
smb3: request more credits on tree connect
by Steve French
· 6 years ago
74ea5f9
cifs: replace snprintf with scnprintf
by Ronnie Sahlberg
· 6 years ago
d339adc
CIFS: fix use-after-free of the lease keys
by Aurelien Aptel
· 6 years ago
082aaa8
CIFS: Do not consider -ENODATA as stat failure for reads
by Pavel Shilovsky
· 6 years ago
8e6e72a
CIFS: Do not count -ENODATA as failure for query directory
by Pavel Shilovsky
· 6 years ago
7d42e72
CIFS: Fix trace command logging for SMB2 reads and writes
by Pavel Shilovsky
· 6 years ago
0fd1d37
CIFS: Do not assume one credit for async responses
by Pavel Shilovsky
· 6 years ago
73aaf92
cifs: fix memory leak of an allocated cifs_ntsd structure
by Colin Ian King
· 6 years ago
15bc77f
cifs: move large array from stack to heap
by Aurelien Aptel
· 6 years ago
b983f7e
CIFS: Fix adjustment of credits for MTU requests
by Pavel Shilovsky
· 6 years ago
d5c7076
smb3: add smb3.1.1 to default dialect list
by Steve French
· 6 years ago
a3a53b7
cifs: Add support for failover in smb2_reconnect()
by Paulo Alcantara
· 6 years ago
29cbfa1
cifs: remove set but not used variable 'server'
by YueHaibing
· 6 years ago
f9793b6
cifs: change smb2_query_eas to use the compound query-info helper
by Ronnie Sahlberg
· 6 years ago
dfe33f9
smb3: allow more detailed protocol info on open files for debugging
by Steve French
· 6 years ago
f8af49d
smb3: add trace point for tree connection
by Steve French
· 6 years ago
32a1fb3
cifs: allow calling SMB2_xxx_free(NULL)
by Ronnie Sahlberg
· 6 years ago
fae8044
smb3: show number of current open files in /proc/fs/cifs/Stats
by Steve French
· 6 years ago
Next »