summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifssmb.c
AgeCommit message (Expand)AuthorFilesLines
13 dayssmb: client: reject SetEA requests that do not fit the request bufferYunpeng Tian1-1/+10
2026-08-30smb: client: fix heap overflow in cifs_do_set_acl()Frank Sorenson1-2/+11
2026-08-24smb: client: reject a tree connect response whose byte count is too smallBryam Vargas1-0/+6
2026-07-26smb: client: fix buffer leaks in SMB1 read and writeDawei Feng1-3/+9
2026-07-09cifs: Remove CIFSSMBSetPathInfoFB() fallback functionPali Rohár1-36/+0
2026-06-14smb/client: allow FS_IOC_SETFLAGS to clear compressionHuiwen He1-2/+2
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells1-1/+2
2026-02-08cifs: SMB1 split: connect.cDavid Howells1-0/+140
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-1/+1
2026-02-08cifs: SMB1 split: Add some #includesDavid Howells1-2/+3
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-53/+94
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells1-9/+6
2025-12-05cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells1-8/+10
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-321/+414
2025-12-05cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1David Howells1-1/+1
2025-11-30smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong1-3/+3
2025-11-30smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong1-3/+3
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong1-3/+3
2025-11-20cifs: Add the smb3_read_* tracepoints to SMB1David Howells1-0/+22
2025-10-20cifs: Add a couple of missing smb3_rw_credits tracepointsDavid Howells1-0/+8
2025-10-09cifs: Add comments for DeletePending assignments in open functionsPali Rohár1-2/+2
2025-08-04smb: client: fix creating symlinks under POSIX mountsPaulo Alcantara1-2/+2
2025-07-27cifs: Add support for creating reparse points over SMB1Pali Rohár1-0/+128
2025-07-27cifs: Optimize CIFSFindFirst() response when not searchingPali Rohár1-1/+1
2025-07-27cifs: Fix calling CIFSFindFirst() for root path without msearchPali Rohár1-0/+10
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells1-0/+20
2025-07-01smb: client: set missing retry flag in cifs_writev_callback()Paulo Alcantara1-0/+1
2025-07-01smb: client: set missing retry flag in cifs_readv_callback()Paulo Alcantara1-0/+1
2025-06-03Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds1-2/+19
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-06-01cifs: Fix validation of SMB1 query reparse point responsePali Rohár1-2/+18
2025-06-01cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár1-0/+1
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-2/+2
2025-04-30cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár1-0/+57
2025-04-01cifs: Fix access_flags_to_smbopen_modePali Rohár1-7/+23
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár1-1/+4
2025-03-26cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_aclPali Rohár1-2/+1
2025-03-26cifs: Check if server supports reparse points before using themPali Rohár1-0/+3
2025-03-17smb: client: don't retry IO on failed negprotos with soft mountsPaulo Alcantara1-19/+27
2025-02-25cifs: Fix the smb1 readv callback to correctly call netfsDavid Howells1-1/+2
2025-01-29cifs: Fix getting and setting SACLs over SMB1Pali Rohár1-2/+2
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+3
2025-01-12cifs: support reconnect with alternate password for SMB1Meetakshi Setiya1-1/+10
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells1-0/+2
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells1-9/+1
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells1-4/+9
2024-11-26smb: client: allow reconnect when sending ioctlPaulo Alcantara1-2/+2
2024-11-26smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara1-7/+4
2024-11-17smb: client: memcpy() with surrounding object base addressKees Cook1-1/+1
2024-11-17cifs: Remove pre-historic unused CIFSSMBCopyDr. David Alan Gilbert1-63/+0