summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2024-01-08smb: client: fix OOB in smbCalcSize()Paulo Alcantara1-0/+4
2024-01-08smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara1-16/+10
2024-01-08ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon1-1/+1
2023-12-13smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara1-0/+2
2023-12-13cifs: Fix non-availability of dedup breaking generic/304David Howells1-1/+3
2023-12-08smb3: fix touch -h of symlinkSteve French1-0/+1
2023-11-28cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova1-2/+2
2023-11-08smbdirect: missing rc checks while waiting for rdma eventsSteve French1-2/+12
2023-09-23new helper: lookup_positive_unlocked()Al Viro1-6/+1
2023-09-23cifs: add a warning when the in-flight count goes negativeShyam Prasad N1-0/+1
2023-08-30cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical1-1/+1
2023-06-28cifs: Fix potential deadlock when updating vol in cifs_reconnect()Paulo Alcantara (SUSE)1-32/+77
2023-06-28cifs: Merge is_path_valid() into get_normalized_path()Paulo Alcantara (SUSE)1-17/+4
2023-06-28cifs: Introduce helpers for finding TCP connectionPaulo Alcantara (SUSE)1-13/+31
2023-06-28cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE)1-3/+3
2023-06-28cifs: Clean up DFS referral cachePaulo Alcantara (SUSE)1-286/+279
2023-06-14cifs: handle empty list of targets in cifs_reconnect()Paulo Alcantara1-4/+6
2023-06-14cifs: get rid of unused parameter in reconn_setup_dfs_targets()Paulo Alcantara1-3/+2
2023-05-17cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek1-1/+1
2023-04-20smb3: fix problem with null cifs super block with previous patchSteve French2-2/+2
2023-04-05cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp1-1/+4
2023-04-05cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara1-2/+7
2023-04-05cifs: empty interface list when server doesn't support query interfacesShyam Prasad N1-1/+1
2023-03-22cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu1-12/+9
2023-03-17cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke1-6/+7
2023-03-17SMB3: Backup intent flag missing from some more opsAmir Goldstein14-118/+68
2023-03-11cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu1-1/+2
2023-03-11cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu1-0/+1
2023-02-06cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells1-0/+1
2023-01-24cifs: do not include page data when checking signatureEnzo Matsumiya1-6/+9
2023-01-18cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke1-0/+1
2023-01-18cifs: fix missing display of three mount optionsSteve French1-1/+7
2023-01-18cifs: fix confusing debug messagePaulo Alcantara1-1/+3
2023-01-18cifs: fix oops during encryptionPaulo Alcantara4-79/+142
2022-11-25cifs: add check for returning value of SMB2_set_info_initAnastasia Belova1-0/+2
2022-11-25cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu1-2/+2
2022-10-26cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu1-2/+2
2022-10-26cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg1-0/+9
2022-09-28cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2-10/+3
2022-09-28cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher1-2/+2
2022-09-28cifs: revalidate mapping when doing direct writesRonnie Sahlberg1-0/+3
2022-09-15smb3: missing inode locks in punch holeDavid Howells1-5/+5
2022-08-25smb3: check xattr value length earlierSteve French1-2/+3
2022-06-14cifs: return errors during session setup during reconnectsShyam Prasad N1-0/+3
2022-06-14cifs: version operations for smb20 unneeded when legacy support disabledSteve French2-2/+9
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells1-1/+1
2022-04-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli1-0/+3
2022-03-08cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg1-0/+1
2021-12-01smb3: do not error on fsync when readonlySteve French1-6/+29