Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0b912fc93a680ab6105a63c36222923fbe09065e
/
fs
/
cifs
/
smb2proto.h
0f06093
SMB3: Backup intent flag missing from some more ops
by Amir Goldstein
· 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
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
f780bd3
cifs: add server param
by Aurelien Aptel
· 5 years ago
9150c3a
CIFS: Close open handle after interrupted close
by Pavel Shilovsky
· 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
86e14e1
cifs: prepare SMB2_Flush to be usable in compounds
by Ronnie Sahlberg
· 5 years ago
89a5bfa
smb3: optimize open to not send query file internal info
by Steve French
· 5 years ago
153322f
smb3: Fix enumerating snapshots to Azure
by Steve French
· 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
e77fe73
cifs: we can not use small padding iovs together with encryption
by Ronnie Sahlberg
· 6 years ago
f9793b6
cifs: change smb2_query_eas to use the compound query-info helper
by Ronnie Sahlberg
· 6 years ago
271b9c0
smb3: Fix rmdir compounding regression to strict servers
by Ronnie Sahlberg
· 6 years ago
f5b05d6
cifs: add IOCTL for QUERY_INFO passthrough to userspace
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
3764cbd
cifs: remove the is_falloc argument to SMB2_set_eof
by Ronnie Sahlberg
· 6 years ago
dcbf910
cifs: change SMB2_OP_SET_INFO 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
c5a5f38
cifs: add a smb2_compound_op and change QUERY_INFO to use it
by Ronnie Sahlberg
· 6 years ago
730928c
cifs: update smb2_queryfs() to use compounding
by Ronnie Sahlberg
· 6 years ago
1eb9fb5
cifs: create SMB2_open_init()/SMB2_open_free() helpers.
by Ronnie Sahlberg
· 6 years ago
296ecba
cifs: add SMB2_query_info_[init|free]()
by Ronnie Sahlberg
· 6 years ago
8eb4ecf
cifs: add SMB2_close_init()/SMB2_close_free()
by Ronnie Sahlberg
· 6 years ago
9da6ec7
cifs: use a refcount to protect open/closing the cached file handle
by Ronnie Sahlberg
· 6 years ago
0fdfef9
smb3: simplify code by removing CONFIG_CIFS_SMB311
by Steve French
· 7 years ago
2d30421
smb3: add support for statfs for smb3.1.1 posix extensions
by Steve French
· 7 years ago
81f39f9
cifs: fix SMB1 breakage
by Ronnie Sahlberg
· 7 years ago
35e2cc1
cifs: Use correct packet length in SMB2_TRANSFORM header
by Paulo Alcantara
· 7 years ago
bea851b
smb3: Fix mode on mkdir on smb311 mounts
by Steve French
· 7 years ago
9d874c3
cifs: fix a buffer leak in smb2_query_symlink
by Ronnie Sahlberg
· 7 years ago
e4dc31f
cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argument
by Ronnie Sahlberg
· 7 years ago
97ca176
cifs: add a new SMB2_close_flags function
by Ronnie Sahlberg
· 7 years ago
9ec672b
cifs: update calc_size to take a server argument
by Ronnie Sahlberg
· 7 years ago
3d4ef9a
smb3: fix redundant opens on root
by Steve French
· 7 years ago
91cb74f
cifs: Change SMB2_open to return an iov for the error parameter
by Ronnie Sahlberg
· 7 years ago
8bd68c6
CIFS: implement v3.11 preauth integrity
by Aurelien Aptel
· 7 years ago
5fcd7f3
CIFS: add sha512 secmech
by Aurelien Aptel
· 7 years ago
63a83b8
CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
by Aurelien Aptel
· 7 years ago
7cb3def
cifs: handle large EA requests more gracefully in smb2+
by Ronnie Sahlberg
· 7 years ago
5517554
cifs: Add support for writing attributes on SMB2+
by Ronnie Sahlberg
· 7 years ago
95907fe
cifs: Add support for reading attributes on SMB2+
by Ronnie Sahlberg
· 7 years ago
dac9534
cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsacl mount options
by Shirish Pargaonkar
· 8 years ago
42c493c
cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount options
by Shirish Pargaonkar
· 8 years ago
38bd490
Handle mismatched open calls
by Sachin Prabhu
· 8 years ago
ef65aae
smb2: Enforce sec= mount option
by Sachin Prabhu
· 8 years ago
5114662
CIFS: add use_ipc flag to SMB2_ioctl()
by Aurelien Aptel
· 8 years ago
4326ed2
CIFS: Decrypt and process small encrypted packets
by Pavel Shilovsky
· 8 years ago
026e93d
CIFS: Encrypt SMB3 requests before sending
by Pavel Shilovsky
· 8 years ago
53e0e11
CIFS: Fix a possible memory corruption during reconnect
by Pavel Shilovsky
· 8 years ago
897fba1
remove directory incorrectly tries to set delete on close on non-empty directories
by Steve French
· 9 years ago
373512e
Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.
by Steve French
· 9 years ago
c22870e
mfsymlinks support for SMB2.1/SMB3. Part 2 query symlink
by Steve French
· 10 years ago
5ab9757
Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlink
by Steve French
· 10 years ago
f29ebb4
Add worker function to set allocation size
by Steve French
· 10 years ago
4a5c80d
[CIFS] clean up page array when uncached write send fails
by Steve French
· 11 years ago
ff1c038
Check SMB3 dialects against downgrade attacks
by Steve French
· 11 years ago
eb85d94b
CIFS: Fix symbolic links usage
by Pavel Shilovsky
· 11 years ago
2167114
Query device characteristics at mount time from server on SMB2/3 not just on cifs mounts
by Steven French
· 11 years ago
34f6264
Query file system attributes from server on SMB2, not just cifs, mounts
by Steve French
· 11 years ago
64a5cfa
Allow setting per-file compression via SMB2/3
by Steve French
· 11 years ago
53ef101
CIFS: Store lease state itself rather than a mapped oplock value
by Pavel Shilovsky
· 11 years ago
b42bf88
CIFS: Implement follow_link for SMB2
by Pavel Shilovsky
· 11 years ago
064f604
CIFS: Make SMB2_open use cifs_open_parms struct
by Pavel Shilovsky
· 11 years ago
226730b
CIFS: Introduce cifs_open_parms struct
by Pavel Shilovsky
· 11 years ago
ca81983
CIFS: Respect create_options in smb2_open_file
by Pavel Shilovsky
· 11 years ago
4a72daf
SMB2 FSCTL and IOCTL worker function
by Steve French
· 12 years ago
38107d4
Do not send SMB2 signatures for SMB3 frames
by Steve French
· 12 years ago
0822f51
CIFS: Add SMB2.1 lease break support
by Pavel Shilovsky
· 12 years ago
b140799
CIFS: Use brlock cache for SMB2
by Pavel Shilovsky
· 12 years ago
f7ba7fe
CIFS: Add brlock support for SMB2
by Pavel Shilovsky
· 12 years ago
fec344e
cifs: change cifs_call_async to use smb_rqst structs
by Jeff Layton
· 12 years ago
0b688cf
cifs: change smb2 signing routines to use smb_rqst structs
by Jeff Layton
· 12 years ago
6fc05c2
CIFS: Add statfs support for SMB2
by Pavel Shilovsky
· 12 years ago
983c88a
CIFS: Add oplock break support for SMB2
by Pavel Shilovsky
· 12 years ago
2e44b28
CIFS: Process oplocks for SMB2
by Pavel Shilovsky
· 12 years ago
d324f08d
CIFS: Add readdir support 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
3c1bf7e
CIFS: Enable signing in SMB2
by Pavel Shilovsky
· 12 years ago
009d344
CIFS: Add writepage support for SMB2
by Pavel Shilovsky
· 12 years ago
d8e0503
CIFS: Add readpage support for SMB2
by Pavel Shilovsky
· 12 years ago
3331914
CIFS: Add SMB2 support for cifs_iovec_write
by Pavel Shilovsky
· 12 years ago
09a4707
CIFS: Add SMB2 support for cifs_iovec_read
by Pavel Shilovsky
· 12 years ago
7a5cfb1
CIFS: Add SMB2 support for flush
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
· 12 years ago
a0e7318
CIFS: Add SMB2 support for mkdir operation
by Pavel Shilovsky
· 13 years ago
9094fad
CIFS: Add echo request support for SMB2
by Pavel Shilovsky
· 12 years ago
c95b8ee
CIFS: Add SMB2 support for async requests
by Pavel Shilovsky
· 12 years ago
be4cb9e
CIFS: Query SMB2 inode info
by Pavel Shilovsky
· 13 years ago
2503a0d
CIFS: Add SMB2 support for is_path_accessible
by Pavel Shilovsky
· 13 years ago
faaf946
CIFS: Add tree connect/disconnect capability for SMB2
by Pavel Shilovsky
· 13 years ago
Next »