summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2file.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-27smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara1-0/+2
2026-02-02smb/client: fix memory leak in smb2_open_file()ChenXiaoSong1-0/+1
2025-12-06cifs: Do some preparation prior to organising the function declarationsDavid Howells1-1/+2
2025-12-06cifs: Add a tracepoint to log EIO errorsDavid Howells1-3/+3
2025-04-01cifs: Do not add FILE_READ_ATTRIBUTES when using GENERIC_READ/EXECUTE/ALLPali Rohár1-0/+9
2025-04-01cifs: Improve SMB2+ stat() to work also without FILE_READ_ATTRIBUTESPali Rohár1-1/+2
2025-04-01cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTESPali Rohár1-1/+10
2025-01-31cifs: Fix parsing native symlinks directory/file typePali Rohár1-0/+51
2025-01-30cifs: Remove unicode parameter from parse_reparse_point() functionPali Rohár1-1/+0
2025-01-20smb: client: correctly handle ErrorContextData as a flexible arrayLiang Jie1-2/+2
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár1-11/+10
2024-09-15smb: use LIST_HEAD() to simplify codeHongbo Li1-3/+1
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong1-1/+1
2024-02-05smb/client: adapt to breakup of struct file_lockJeff Layton1-2/+1
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+372