summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2misc.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N2022-11-041-34/+35
* cifs: always iterate smb sessions using primary channelShyam Prasad N2022-11-041-2/+10
* cifs: use ALIGN() and round_up() macrosEnzo Matsumiya2022-10-131-1/+1
* cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya2022-10-071-7/+6
* cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya2022-08-171-2/+2
* cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-111-9/+2
* smb2: small refactor in smb2_check_message()Enzo Matsumiya2022-08-011-19/+28
* cifs: remove unnecessary type castingsYu Zhe2022-08-011-1/+1
* smb3: add trace point for oplock not foundSteve French2022-05-221-0/+4
* smb3: add trace point for lease not found issueSteve French2022-05-211-0/+6
* cifs: print TIDs as hexEnzo Matsumiya2022-05-201-1/+1
* cifs: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-041-4/+6
* [smb3] move more common protocol header definitions to smbfs_commonSteve French2022-03-251-5/+5
* cifs: fix bad fids sent over wirePaulo Alcantara2022-03-231-2/+2
* 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-021-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-201-13/+1
* cifs: convert list_for_each to entry variant in smb2misc.cBaokun Li2021-06-201-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-261-2/+2
* cifs: do not send close in compound create+close requestsPaulo Alcantara2021-03-081-4/+4
* cifs: print MIDs in decimal notationPaulo Alcantara2021-03-081-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-131-1/+10
* SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French2020-12-131-4/+12
* cifs: Fix leak when handling lease break for cached root fidPaul Aurich2020-08-021-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-261-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-041-3/+14
* cifs: add credits from unmatched responses/messagesRonnie Sahlberg2019-03-041-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-021-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