Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f511e079177a9b97175a9a3b0ee2374d55682403
/
fs
/
cifs
/
smb2misc.c
0a5a988
cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()
by Paulo Alcantara (SUSE)
· 5 years ago
9bd4540
CIFS: Properly process SMB3 lease breaks
by Pavel Shilovsky
· 5 years ago
d70e9fa
cifs: try opening channels after mounting
by Aurelien Aptel
· 5 years ago
fa9c236
CIFS: Fix SMB2 oplock break processing
by Pavel Shilovsky
· 5 years ago
87bc237
smb3: add debug messages for closing unmatched open
by Ronnie Sahlberg
· 5 years ago
9150c3a
CIFS: Close open handle after interrupted close
by Pavel Shilovsky
· 5 years ago
037d050
smb3: remove confusing dmesg when mounting with encryption ("seal")
by Steve French
· 5 years ago
b98749c
CIFS: keep FileInfo handle live during oplock break
by Aurelien Aptel
· 6 years ago
7b9b9ed
CIFS: Do not reset lease state to NONE on lease break
by Pavel Shilovsky
· 6 years ago
eca0045
cifs: add credits from unmatched responses/messages
by Ronnie Sahlberg
· 6 years ago
2e5700b
smb3: add credits we receive from oplock/break PDUs
by Ronnie Sahlberg
· 6 years ago
25f2573
smb3: minor debugging clarifications in rfc1001 len processing
by Steve French
· 6 years ago
e6c47dd
cifs: check if SMB2 PDU size has been padded and suppress the warning
by Ronnie Sahlberg
· 6 years ago
0fdfef9
smb3: simplify code by removing CONFIG_CIFS_SMB311
by Steve French
· 7 years ago
d819d29
smb3: fix corrupt path in subdirs on smb311 with posix
by Steve French
· 7 years ago
a93864d
cifs: add lease tracking to the cached root fid
by Ronnie Sahlberg
· 7 years ago
8ddecf5
CIFS: Fix NULL ptr deref
by Aurelien Aptel
· 7 years ago
8ce79ec
cifs: update multiplex loop to handle compounded responses
by Ronnie Sahlberg
· 7 years ago
1fc6ad2
cifs: remove header_preamble_size where it is always 0
by Ronnie Sahlberg
· 7 years ago
49f466b
cifs: remove struct smb2_hdr
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
84f0cbf
cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdr
by Ronnie Sahlberg
· 7 years ago
0d5a288
cifs: remove struct smb2_oplock_break_rsp
by Ronnie Sahlberg
· 7 years ago
ce558b0
smb3: Add posix create context for smb3.11 posix mounts
by Steve French
· 7 years ago
98170fb
cifs: update smb2_check_message to handle PDUs without a 4 byte length header
by Ronnie Sahlberg
· 7 years ago
9ec672b
cifs: update calc_size to take a server argument
by Ronnie Sahlberg
· 7 years ago
0d4b46b
smb3.11: replace a 4 with server->vals->header_preamble_size
by Steve French
· 7 years ago
136ff1b
SMB3: Fix length checking of SMB3.11 negotiate request
by Steve French
· 7 years ago
6c4ba31
cifs: fix sparse warning on previous patch in a few printks
by Steve French
· 7 years ago
93012bf
cifs: add server->vals->header_preamble_size
by Ronnie Sahlberg
· 7 years ago
8bd68c6
CIFS: implement v3.11 preauth integrity
by Aurelien Aptel
· 7 years ago
21ad948
cifs: remove rfc1002 header from smb2_oplock_break we get from server
by Ronnie Sahlberg
· 7 years ago
3998e6b8
CIFS: fix oplock break deadlocks
by Rabin Vincent
· 8 years ago
38bd490
Handle mismatched open calls
by Sachin Prabhu
· 8 years ago
31473fc
CIFS: Separate SMB2 header structure
by Pavel Shilovsky
· 8 years ago
3afca26
Clarify locking of cifs file and tcon structures and make more granular
by Steve French
· 8 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
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
064bcc0
Fix coverity warning
by Steve French
· 10 years ago
9235d09
Convert MessageID in smb2_hdr to LE
by Sachin Prabhu
· 10 years ago
bc09d14
fs/cifs: remove obsolete __constant
by Fabian Frederick
· 10 years ago
a4153cb
Allow conversion of characters in Mac remap range (part 2)
by Steve French
· 10 years ago
754789a
[CIFS] Workaround MacOS server problem with SMB2.1 write response
by Steve French
· 10 years ago
59b04c5
[CIFS] Fix incorrect hex vs. decimal in some debug print statements
by Steve French
· 10 years ago
c11f1df
cifs: Wait for writebacks to complete before attempting write.
by Sachin Prabhu
· 11 years ago
42873b0
CIFS: Respect epoch value from create lease context v2
by Pavel Shilovsky
· 11 years ago
53ef101
CIFS: Store lease state itself rather than a mapped oplock value
by Pavel Shilovsky
· 11 years ago
18cceb6
CIFS: Replace clientCanCache* bools with an integer
by Pavel Shilovsky
· 11 years ago
933d4b3
CIFS: Fix missing lease break
by Pavel Shilovsky
· 11 years ago
1a05096
CIFS: Fix a memory leak when a lease break comes
by Pavel Shilovsky
· 11 years ago
b42bf88
CIFS: Implement follow_link for SMB2
by Pavel Shilovsky
· 11 years ago
4a72daf
SMB2 FSCTL and IOCTL worker function
by Steve French
· 12 years ago
f96637b
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
by Joe Perches
· 12 years ago
12e8a20
Trivial endian fixes
by Steve French
· 12 years ago
233839b
CIFS: Fix fast lease break after open problem
by Pavel Shilovsky
· 12 years ago
0822f51
CIFS: Add SMB2.1 lease break support
by Pavel Shilovsky
· 12 years ago
983c88a
CIFS: Add oplock break support for SMB2
by Pavel Shilovsky
· 12 years ago
d324f08d
CIFS: Add readdir support for SMB2
by Pavel Shilovsky
· 12 years ago
09a4707
CIFS: Add SMB2 support for cifs_iovec_read
by Pavel Shilovsky
· 12 years ago
7411286
CIFS: Fix log messages in packet checking for SMB2
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
5478f9b
CIFS: Add session setup/logoff capability for SMB2
by Pavel Shilovsky
· 13 years ago
ec2e452
CIFS: Add capability to send SMB2 negotiate message
by Pavel Shilovsky
· 13 years ago
093b2bd
CIFS: Make demultiplex_thread work with SMB2 code
by Pavel Shilovsky
· 14 years ago