Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b36b1e9db41fcff860624ece91c71b62f2ad6754
/
fs
/
cifs
/
smb2inode.c
2e4564b
smb3: add support for stat of WSL reparse points for special file types
by Steve French
· 4 years, 3 months ago
9e81e8f
cifs: return cached_fid from open_shroot
by Ronnie Sahlberg
· 4 years, 4 months ago
c8c412f
SMB3: Fix mkdir when idsfromsid configured on mount
by Steve French
· 4 years, 5 months ago
e4bd7c4
smb311: Add tracepoints for new compound posix query info
by Steve French
· 4 years, 7 months ago
6a5f659
SMB311: Add support for query info using posix extensions (level 100)
by Steve French
· 4 years, 7 months ago
352d96f
cifs: multichannel: move channel selection above transport layer
by Aurelien Aptel
· 4 years, 8 months ago
a0a3036
cifs: Standardize logging output
by Joe Perches
· 4 years, 9 months ago
a7d5c29
cifs: reduce stack use in smb2_compound_op
by Ronnie Sahlberg
· 4 years, 8 months ago
86f740f
cifs: fix rename() by ensuring source handle opened with DELETE bit
by Aurelien Aptel
· 5 years ago
0f06093
SMB3: Backup intent flag missing from some more ops
by Amir Goldstein
· 5 years ago
e0fc5b1
SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding path
by Steve French
· 5 years ago
43f8a6a
smb3: query attributes on file close
by Steve French
· 5 years ago
c3ca78e
smb3: pass mode bits into create calls
by Steve French
· 5 years ago
7dcc82c
smb3: improve handling of share deleted (and share recreated)
by Steve French
· 5 years ago
496902d
cifs: add a helper to find an existing readable handle to a file
by Ronnie Sahlberg
· 5 years ago
dc9300a
cifs: use existing handle for compound_op(OP_SET_INFO) when possible
by Ronnie Sahlberg
· 5 years ago
8de9e86
cifs: create a helper to find a writeable handle by path name
by Ronnie Sahlberg
· 5 years ago
88a92c9
cifs: fix crash in smb2_compound_op()/smb2_set_next_command()
by Ronnie Sahlberg
· 6 years ago
8191576
smb3: Add dynamic trace points for various compounded smb3 ops
by Steve French
· 6 years ago
b0f6df7
cifs: cache FILE_ALL_INFO for the shared root handle
by Ronnie Sahlberg
· 6 years ago
6a9cbdd
CIFS: Fix mounts if the client is low on credits
by Pavel Shilovsky
· 6 years ago
e77fe73
cifs: we can not use small padding iovs together with encryption
by Ronnie Sahlberg
· 6 years ago
271b9c0
smb3: Fix rmdir compounding regression to strict servers
by Ronnie Sahlberg
· 6 years ago
61351d6
smb3: send backup intent on compounded query info
by Steve French
· 6 years ago
f5b05d6
cifs: add IOCTL for QUERY_INFO passthrough to userspace
by Ronnie Sahlberg
· 6 years ago
4d5bdf2
SMB3: Backup intent flag missing from compounded ops
by Steve French
· 6 years ago
14e562a
cifs: create a define for the max number of iov we need for a SMB2 set_info
by Ronnie Sahlberg
· 6 years ago
bb43551
cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding
by Ronnie Sahlberg
· 6 years ago
dcbf910
cifs: change SMB2_OP_SET_INFO to use compounding
by Ronnie Sahlberg
· 6 years ago
f7bfe04
cifs: change SMB2_OP_SET_EOF to use compounding
by Ronnie Sahlberg
· 6 years ago
c2e0fe3
cifs: make rmdir() use compounding
by Ronnie Sahlberg
· 6 years ago
ba8ca11
cifs: create helpers for SMB2_set_info_init/free()
by Ronnie Sahlberg
· 6 years ago
47dd959
cifs: change unlink to use a compound
by Ronnie Sahlberg
· 6 years ago
f733e39
cifs: change mkdir to use a compound
by Ronnie Sahlberg
· 6 years ago
c5a5f38
cifs: add a smb2_compound_op and change QUERY_INFO to use it
by Ronnie Sahlberg
· 6 years ago
fd09b7d
smb3: Do not send SMB3 SET_INFO if nothing changed
by Steve French
· 6 years ago
9da6ec7
cifs: use a refcount to protect open/closing the cached file handle
by Ronnie Sahlberg
· 6 years ago
9d874c3
cifs: fix a buffer leak in smb2_query_symlink
by Ronnie Sahlberg
· 7 years ago
3d4ef9a
smb3: fix redundant opens on root
by Steve French
· 7 years ago
18dd8e1
Do not send SMB3 SET_INFO request if nothing is changing
by Steve French
· 8 years ago
897fba1
remove directory incorrectly tries to set delete on close on non-empty directories
by Steve French
· 9 years ago
1bbe499
CIFS: Fix wrong filename length for SMB2
by Pavel Shilovsky
· 10 years ago
f29ebb4
Add worker function to set allocation size
by Steve French
· 11 years ago
eb85d94b
CIFS: Fix symbolic links usage
by Pavel Shilovsky
· 11 years ago
b42bf88
CIFS: Implement follow_link for SMB2
by Pavel Shilovsky
· 11 years ago
9cbc0b7
CIFS: Reconnect durable handles for SMB2
by Pavel Shilovsky
· 12 years ago
064f604
CIFS: Make SMB2_open use cifs_open_parms struct
by Pavel Shilovsky
· 12 years ago
ca81983
CIFS: Respect create_options in smb2_open_file
by Pavel Shilovsky
· 12 years ago
f96637b
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
by Joe Perches
· 12 years ago
2e44b28
CIFS: Process oplocks for SMB2
by Pavel Shilovsky
· 12 years ago
1feeaac
CIFS: Add set_file_info support for SMB2
by Pavel Shilovsky
· 12 years ago
c839ff2
CIFS: Add SMB2 support for set_file_size
by Pavel Shilovsky
· 12 years ago
568798c
CIFS: Add SMB2 support for hardlink operation
by Pavel Shilovsky
· 12 years ago
35143eb
CIFS: Add SMB2 support for rename operation
by Pavel Shilovsky
· 12 years ago
f0df737
CIFS: Add open/close file support for SMB2
by Pavel Shilovsky
· 12 years ago
cbe6f43
CIFS: Add SMB2 support for unlink
by Pavel Shilovsky
· 12 years ago
1a500f0
CIFS: Add SMB2 support for rmdir
by Pavel Shilovsky
· 13 years ago
a0e7318
CIFS: Add SMB2 support for mkdir operation
by Pavel Shilovsky
· 14 years ago
be4cb9e
CIFS: Query SMB2 inode info
by Pavel Shilovsky
· 13 years ago