summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifssmb.c
AgeCommit message (Expand)Author
6 dayscifs: Remove CIFSSMBSetPathInfoFB() fallback functionPali Rohár
2026-06-14smb/client: allow FS_IOC_SETFLAGS to clear compressionHuiwen He
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells
2026-02-08cifs: SMB1 split: connect.cDavid Howells
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells
2026-02-08cifs: SMB1 split: Add some #includesDavid Howells
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells
2025-12-05cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells
2025-12-05cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1David Howells
2025-11-30smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong
2025-11-30smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong
2025-11-20cifs: Add the smb3_read_* tracepoints to SMB1David Howells
2025-10-20cifs: Add a couple of missing smb3_rw_credits tracepointsDavid Howells
2025-10-09cifs: Add comments for DeletePending assignments in open functionsPali Rohár
2025-08-04smb: client: fix creating symlinks under POSIX mountsPaulo Alcantara
2025-07-27cifs: Add support for creating reparse points over SMB1Pali Rohár
2025-07-27cifs: Optimize CIFSFindFirst() response when not searchingPali Rohár
2025-07-27cifs: Fix calling CIFSFindFirst() for root path without msearchPali Rohár
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells
2025-07-01smb: client: set missing retry flag in cifs_writev_callback()Paulo Alcantara
2025-07-01smb: client: set missing retry flag in cifs_readv_callback()Paulo Alcantara
2025-06-03Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-01cifs: Fix validation of SMB1 query reparse point responsePali Rohár
2025-06-01cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells
2025-04-30cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár
2025-04-01cifs: Fix access_flags_to_smbopen_modePali Rohár
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár
2025-03-26cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_aclPali Rohár
2025-03-26cifs: Check if server supports reparse points before using themPali Rohár
2025-03-17smb: client: don't retry IO on failed negprotos with soft mountsPaulo Alcantara
2025-02-25cifs: Fix the smb1 readv callback to correctly call netfsDavid Howells
2025-01-29cifs: Fix getting and setting SACLs over SMB1Pali Rohár
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-12cifs: support reconnect with alternate password for SMB1Meetakshi Setiya
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells
2024-11-26smb: client: allow reconnect when sending ioctlPaulo Alcantara
2024-11-26smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara
2024-11-17smb: client: memcpy() with surrounding object base addressKees Cook
2024-11-17cifs: Remove pre-historic unused CIFSSMBCopyDr. David Alan Gilbert
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds
2024-09-16cifs: Update SFU comments about fifos and socketsPali Rohár
2024-09-16cifs: Fix cifs readv callback merge resolution issueDavid Howells