summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* smb: client: fix OOB in smbCalcSize()Paulo Alcantara2024-01-081-0/+4
* smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara2024-01-081-16/+10
* ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon2024-01-081-1/+1
* smb3: fix touch -h of symlinkSteve French2023-12-081-0/+1
* cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova2023-11-281-2/+2
* smbdirect: missing rc checks while waiting for rdma eventsSteve French2023-11-081-2/+12
* new helper: lookup_positive_unlocked()Al Viro2023-09-231-6/+1
* cifs: add a warning when the in-flight count goes negativeShyam Prasad N2023-09-231-0/+1
* cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical2023-08-301-1/+1
* cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek2023-05-171-1/+1
* cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp2023-04-051-1/+4
* cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara2023-04-051-2/+7
* cifs: empty interface list when server doesn't support query interfacesShyam Prasad N2023-04-051-1/+1
* cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu2023-03-111-1/+2
* cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu2023-03-111-0/+1
* cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells2023-02-061-0/+1
* smbd: Make upper layer decide when to destroy the transportLong Li2023-02-063-27/+101
* cifs: do not include page data when checking signatureEnzo Matsumiya2023-01-241-6/+9
* cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke2023-01-181-0/+1
* cifs: fix confusing debug messagePaulo Alcantara2023-01-181-1/+3
* cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu2022-11-251-2/+2
* cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher2022-09-281-2/+2
* smb3: check xattr value length earlierSteve French2022-08-251-2/+3
* cifs: return errors during session setup during reconnectsShyam Prasad N2022-06-141-0/+3
* cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-05-121-0/+8
* cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells2022-04-271-1/+1
* cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli2022-04-201-0/+3
* cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg2022-03-081-0/+1
* cifs: fix incorrect check for null pointer in header_assembleSteve French2021-10-061-2/+3
* cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui2021-09-221-1/+1
* CIFS: Fix a potencially linear read overflowLen Baker2021-09-221-7/+2
* cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee2021-07-311-2/+2
* SMB3: incorrect file id in requests compounded with openSteve French2021-06-031-3/+3
* cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel2021-06-031-0/+7
* cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg2021-05-261-0/+2
* cifs: Return correct error code from smb2_get_enc_keyPaul Aurich2021-05-221-1/+1
* Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath."Greg Kroah-Hartman2021-04-141-1/+0
* cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-04-101-2/+2
* cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg2021-04-101-0/+1
* cifs: Fix preauth hash corruptionVincent Whitchurch2021-03-241-1/+6
* cifs: return proper error code in statfs(2)Paulo Alcantara2021-03-171-1/+1
* cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N2021-03-041-0/+1
* smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva2021-02-101-1/+1
* cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel2021-02-101-2/+20
* SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2020-12-302-5/+16
* SMB3: avoid confusing warning message on mount to AzureSteve French2020-12-301-1/+2
* cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara2020-12-111-0/+2
* Convert trailing spaces and periods in path componentsBoris Protopopov2020-11-181-1/+7
* cifs: handle -EINTR in cifs_setattrRonnie Sahlberg2020-11-051-4/+9
* cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N2020-10-291-1/+1