summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2misc.c
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-02-20smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook
2022-11-04cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N
2022-11-04cifs: always iterate smb sessions using primary channelShyam Prasad N
2022-10-13cifs: use ALIGN() and round_up() macrosEnzo Matsumiya
2022-10-07cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya
2022-08-17cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg
2022-08-01smb2: small refactor in smb2_check_message()Enzo Matsumiya
2022-08-01cifs: remove unnecessary type castingsYu Zhe
2022-05-22smb3: add trace point for oplock not foundSteve French
2022-05-21smb3: add trace point for lease not found issueSteve French
2022-05-20cifs: print TIDs as hexEnzo Matsumiya
2022-04-04cifs: remove check of list iterator against head past the loop bodyJakob Koschel
2022-03-25[smb3] move more common protocol header definitions to smbfs_commonSteve French
2022-03-23cifs: fix bad fids sent over wirePaulo Alcantara
2022-01-15cifs: Fix smb311_update_preauth_hash() kernel-doc commentYang Li
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N
2021-11-05cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-06-23cifs: fix NULL dereference in smb2_check_message()Dan Carpenter
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-06-20cifs: convert list_for_each to entry variant in smb2misc.cBaokun Li
2021-04-25cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg
2021-03-26cifs: Silently ignore unknown oplock break handleVincent Whitchurch
2021-03-08cifs: do not send close in compound create+close requestsPaulo Alcantara
2021-03-08cifs: print MIDs in decimal notationPaulo Alcantara
2020-12-14cifs: remove various function description warningsSteve French
2020-12-13SMB3.1.1: update comments clarifying SPNEGO info in negprot responseSteve French
2020-12-13SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French
2020-08-02cifs: Fix leak when handling lease break for cached root fidPaul Aurich
2020-07-08smb3: fix unneeded error message on change notifySteve French
2020-06-01cifs: Standardize logging outputJoe Perches
2020-04-07cifs: ignore cached share root handle closing errorsAurelien Aptel
2020-01-26cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)
2019-11-25CIFS: Properly process SMB3 lease breaksPavel Shilovsky
2019-11-25cifs: try opening channels after mountingAurelien Aptel
2019-11-25CIFS: Fix SMB2 oplock break processingPavel Shilovsky
2019-11-25smb3: add debug messages for closing unmatched openRonnie Sahlberg
2019-11-25CIFS: Close open handle after interrupted closePavel Shilovsky
2019-11-25smb3: remove confusing dmesg when mounting with encryption ("seal")Steve French
2019-04-16CIFS: keep FileInfo handle live during oplock breakAurelien Aptel
2019-03-04CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky
2019-03-04cifs: add credits from unmatched responses/messagesRonnie Sahlberg
2019-01-24smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg
2018-09-02smb3: minor debugging clarifications in rfc1001 len processingSteve French
2018-08-23cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French
2018-06-15smb3: fix corrupt path in subdirs on smb311 with posixSteve French