aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/smb2misc.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-02cifs: Fix leak when handling lease break for cached root fidGravatar Paul Aurich 1-21/+52
2020-07-08smb3: fix unneeded error message on change notifyGravatar Steve French 1-2/+6
2020-06-01cifs: Standardize logging outputGravatar Joe Perches 1-10/+10
2020-04-07cifs: ignore cached share root handle closing errorsGravatar Aurelien Aptel 1-0/+14
2020-01-26cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Gravatar Paulo Alcantara (SUSE) 1-1/+1
2019-11-25CIFS: Properly process SMB3 lease breaksGravatar Pavel Shilovsky 1-25/+7
2019-11-25cifs: try opening channels after mountingGravatar Aurelien Aptel 1-11/+26
2019-11-25CIFS: Fix SMB2 oplock break processingGravatar Pavel Shilovsky 1-4/+3
2019-11-25smb3: add debug messages for closing unmatched openGravatar Ronnie Sahlberg 1-10/+32
2019-11-25CIFS: Close open handle after interrupted closeGravatar Pavel Shilovsky 1-14/+45
2019-11-25smb3: remove confusing dmesg when mounting with encryption ("seal")Gravatar Steve French 1-8/+2
2019-04-16CIFS: keep FileInfo handle live during oplock breakGravatar Aurelien Aptel 1-3/+3
2019-03-04CIFS: Do not reset lease state to NONE on lease breakGravatar Pavel Shilovsky 1-3/+14
2019-03-04cifs: add credits from unmatched responses/messagesGravatar Ronnie Sahlberg 1-7/+0
2019-01-24smb3: add credits we receive from oplock/break PDUsGravatar Ronnie Sahlberg 1-0/+7
2018-09-02smb3: minor debugging clarifications in rfc1001 len processingGravatar Steve French 1-5/+9
2018-08-23cifs: check if SMB2 PDU size has been padded and suppress the warningGravatar Ronnie Sahlberg 1-0/+7
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Gravatar Steve French 1-10/+3
2018-06-15smb3: fix corrupt path in subdirs on smb311 with posixGravatar Steve French 1-1/+2
2018-06-15cifs: add lease tracking to the cached root fidGravatar Ronnie Sahlberg 1-1/+15
2018-06-07CIFS: Fix NULL ptr derefGravatar Aurelien Aptel 1-1/+3
2018-06-02cifs: update multiplex loop to handle compounded responsesGravatar Ronnie Sahlberg 1-0/+1
2018-06-01cifs: remove header_preamble_size where it is always 0Gravatar Ronnie Sahlberg 1-16/+12
2018-06-01cifs: remove struct smb2_hdrGravatar Ronnie Sahlberg 1-1/+1
2018-05-31cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentGravatar Ronnie Sahlberg 1-18/+19
2018-05-31cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdrGravatar Ronnie Sahlberg 1-6/+4
2018-05-31cifs: remove struct smb2_oplock_break_rspGravatar Ronnie Sahlberg 1-2/+2
2018-05-31smb3: Add posix create context for smb3.11 posix mountsGravatar Steve French 1-0/+6
2018-05-30cifs: update smb2_check_message to handle PDUs without a 4 byte length headerGravatar Ronnie Sahlberg 1-30/+20
2018-05-27cifs: update calc_size to take a server argumentGravatar Ronnie Sahlberg 1-7/+7
2018-04-12smb3.11: replace a 4 with server->vals->header_preamble_sizeGravatar Steve French 1-4/+7
2018-04-12SMB3: Fix length checking of SMB3.11 negotiate requestGravatar Steve French 1-0/+39
2018-04-02cifs: fix sparse warning on previous patch in a few printksGravatar Steve French 1-3/+3
2018-04-02cifs: add server->vals->header_preamble_sizeGravatar Ronnie Sahlberg 1-9/+10
2018-04-01CIFS: implement v3.11 preauth integrityGravatar Aurelien Aptel 1-0/+64
2018-01-24cifs: remove rfc1002 header from smb2_oplock_break we get from serverGravatar Ronnie Sahlberg 1-1/+1
2017-05-03CIFS: fix oplock break deadlocksGravatar Rabin Vincent 1-2/+3
2017-04-07Handle mismatched open callsGravatar Sachin Prabhu 1-0/+46
2017-02-01CIFS: Separate SMB2 header structureGravatar Pavel Shilovsky 1-28/+33
2016-10-12Clarify locking of cifs file and tcon structures and make more granularGravatar Steve French 1-8/+8
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Gravatar Steve French 1-6/+30
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2015-04-01Fix coverity warningGravatar Steve French 1-1/+1
2014-12-14Convert MessageID in smb2_hdr to LEGravatar Sachin Prabhu 1-5/+7
2014-12-10fs/cifs: remove obsolete __constantGravatar Fabian Frederick 1-19/+19
2014-10-16Allow conversion of characters in Mac remap range (part 2)Gravatar Steve French 1-3/+9
2014-08-15[CIFS] Workaround MacOS server problem with SMB2.1 writeGravatar Steve French 1-1/+16
2014-08-02[CIFS] Fix incorrect hex vs. decimal in some debug print statementsGravatar Steve French 1-3/+3
2014-04-16cifs: Wait for writebacks to complete before attempting write.Gravatar Sachin Prabhu 1-3/+15
2013-09-09CIFS: Respect epoch value from create lease context v2Gravatar Pavel Shilovsky 1-2/+4