summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)Author
2021-05-26cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg
2021-05-22cifs: Return correct error code from smb2_get_enc_keyPaul Aurich
2020-12-30SMB3: avoid confusing warning message on mount to AzureSteve French
2020-10-29cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N
2020-10-14cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy
2020-10-01CIFS: Properly process SMB3 lease breaksPavel Shilovsky
2020-06-30cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu
2020-06-30cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu
2019-11-06CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky
2019-10-05CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky
2019-10-01CIFS: fix deadlock in cached root handlingAurelien Aptel
2019-08-29SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant
2019-08-29SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky
2019-05-25cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst
2019-04-27cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg
2019-03-23CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky
2019-03-23CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky
2019-01-31CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky
2019-01-31CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky
2019-01-31CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky
2019-01-09smb3: fix large reads on encrypted connectionsPaul Aurich
2018-11-27cifs: fix return value for cifs_listxattrRonnie Sahlberg
2018-10-02smb2: fix missing files in root share directory listingAurelien Aptel
2018-09-02smb3: check for and properly advertise directory lease supportSteve French
2018-09-02SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French
2018-08-23cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg
2018-08-10cifs: add missing support for ACLs in SMB 3.11Ronnie Sahlberg
2018-08-09smb3: enumerating snapshots was leaving part of the data off endSteve French
2018-08-09cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg
2018-08-09cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg
2018-08-07cifs: update init_sg, crypt_message to take an array of rqstRonnie Sahlberg
2018-08-07smb3: display bytes_read and bytes_written in smb3 statsSteve French
2018-08-07cifs: simple stats should always be enabledSteve French
2018-08-07cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg
2018-08-07smb3: add tracepoint for session expired or deletedSteve French
2018-08-07smb3: remove per-session operations from per-tree connection statsSteve French
2018-08-07smb3: remove noisy warning message on mountSteve French
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French
2018-08-07smb3: add support for statfs for smb3.1.1 posix extensionsSteve French
2018-08-07smb3: fill in statfs fsid and correct namelenSteve French
2018-08-07cifs: Silence uninitialized variable warningDan Carpenter
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio
2018-07-05cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara
2018-07-05cifs: fix SMB1 breakageRonnie Sahlberg
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson
2018-06-15cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French
2018-06-15CIFS: parse and store info on iface queriesAurelien Aptel
2018-06-15cifs: Fix encryption/signingPaulo Alcantara
2018-06-15cifs: push rfc1002 generation down the stackRonnie Sahlberg