summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: Fix smb311_update_preauth_hash() kernel-doc commentYang Li2022-01-151-0/+1
* cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-031-2/+2
* cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg2021-11-051-2/+2
* cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg2021-11-051-22/+21
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: fix NULL dereference in smb2_check_message()Dan Carpenter2021-06-231-3/+2
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-211-13/+1
* cifs: convert list_for_each to entry variant in smb2misc.cBaokun Li2021-06-211-25/+8
* cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg2021-04-251-0/+1
* cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-03-271-2/+2
* cifs: do not send close in compound create+close requestsPaulo Alcantara2021-03-091-4/+4
* cifs: print MIDs in decimal notationPaulo Alcantara2021-03-091-1/+1
* cifs: remove various function description warningsSteve French2020-12-141-0/+4
* SMB3.1.1: update comments clarifying SPNEGO info in negprot responseSteve French2020-12-141-1/+10
* SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French2020-12-141-4/+12
* cifs: Fix leak when handling lease break for cached root fidPaul Aurich2020-08-031-21/+52
* smb3: fix unneeded error message on change notifySteve French2020-07-081-2/+6
* cifs: Standardize logging outputJoe Perches2020-06-011-10/+10
* cifs: ignore cached share root handle closing errorsAurelien Aptel2020-04-071-0/+14
* cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)2020-01-271-1/+1
* CIFS: Properly process SMB3 lease breaksPavel Shilovsky2019-11-251-25/+7
* cifs: try opening channels after mountingAurelien Aptel2019-11-251-11/+26
* CIFS: Fix SMB2 oplock break processingPavel Shilovsky2019-11-251-4/+3
* smb3: add debug messages for closing unmatched openRonnie Sahlberg2019-11-251-10/+32
* CIFS: Close open handle after interrupted closePavel Shilovsky2019-11-251-14/+45
* smb3: remove confusing dmesg when mounting with encryption ("seal")Steve French2019-11-251-8/+2
* CIFS: keep FileInfo handle live during oplock breakAurelien Aptel2019-04-161-3/+3
* CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky2019-03-051-3/+14
* cifs: add credits from unmatched responses/messagesRonnie Sahlberg2019-03-051-7/+0
* smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg2019-01-241-0/+7
* smb3: minor debugging clarifications in rfc1001 len processingSteve French2018-09-031-5/+9
* cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg2018-08-231-0/+7
* smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French2018-08-071-10/+3
* smb3: fix corrupt path in subdirs on smb311 with posixSteve French2018-06-151-1/+2
* cifs: add lease tracking to the cached root fidRonnie Sahlberg2018-06-151-1/+15
* CIFS: Fix NULL ptr derefAurelien Aptel2018-06-071-1/+3
* cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg2018-06-031-0/+1
* cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg2018-06-011-16/+12
* cifs: remove struct smb2_hdrRonnie Sahlberg2018-06-011-1/+1
* cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg2018-06-011-18/+19
* cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdrRonnie Sahlberg2018-06-011-6/+4
* cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg2018-06-011-2/+2
* smb3: Add posix create context for smb3.11 posix mountsSteve French2018-06-011-0/+6
* cifs: update smb2_check_message to handle PDUs without a 4 byte length headerRonnie Sahlberg2018-05-311-30/+20
* cifs: update calc_size to take a server argumentRonnie Sahlberg2018-05-281-7/+7
* smb3.11: replace a 4 with server->vals->header_preamble_sizeSteve French2018-04-131-4/+7
* SMB3: Fix length checking of SMB3.11 negotiate requestSteve French2018-04-121-0/+39
* cifs: fix sparse warning on previous patch in a few printksSteve French2018-04-021-3/+3
* cifs: add server->vals->header_preamble_sizeRonnie Sahlberg2018-04-021-9/+10
* CIFS: implement v3.11 preauth integrityAurelien Aptel2018-04-021-0/+64