summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2026-07-08cifs: validate DFS referral string offsetsGuangshuo Li1-0/+8
2026-07-08smb: client: use GFP_KERNEL for DFS cache allocationsFredric Cover1-5/+5
2026-07-08smb: client: restrict implied bcc[0] exemption to responses without data areaShoichiro Miyamoto1-6/+26
2026-07-06smb: client: preserve leading slash for POSIX absolute symlink targetsSteve French1-1/+16
2026-07-05smb: client: refactor cifs_revalidate_mapping() to use clear_and_wake_up_bit()Mehdi Hassan1-3/+1
2026-07-02cifs: Fix missing credit release on failure in cifs_issue_read()David Howells1-0/+1
2026-07-01cifs: update internal module version numberSteve French1-2/+2
2026-07-01smb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi1-3/+3
2026-07-01smb: client: harden POSIX SID length parsingZihan Xi1-1/+1
2026-07-01vfs: pass S_IFDIR mode to vfs_prepare_mode()Jori Koolstra1-0/+7
2026-06-24cifs: define variable sized buffer for querydir responsesShyam Prasad N4-3/+17
2026-06-24smb/client: do not account EOF extension as allocationHuiwen He1-3/+10
2026-06-24smb/client: preserve errors from smb2_set_sparse()Huiwen He1-15/+15
2026-06-24smb: client: Fix next buffer leak in receive_encrypted_standard()Haoxiang Li1-4/+6
2026-06-24smb/client: use %pe to print error pointerFredric Cover1-2/+2
2026-06-24smb/client: name the default fallocate modeHuiwen He1-1/+1
2026-06-24smb/client: fix chown/chgrp with SMB3 POSIX ExtensionsRalph Boehme1-1/+2
2026-06-24smb/client: fix security flag calculation when setting security descriptorsRalph Boehme1-6/+16
2026-06-20smb: client: refactor ACL setting control flow in id_mode_to_cifs_acl()Ralph Boehme1-6/+10
2026-06-18smb: client: fix query directory replay double-freeHenrique Carvalho1-0/+2
2026-06-18smb: client: fix change notify replay double-freeHenrique Carvalho1-0/+2
2026-06-18smb: client: fix query_info() replay double-freeHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_close() replayHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_ioctl() replayHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_open() replayHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_flush() replayZhao Zhang1-0/+2
2026-06-18Merge tag 'v7.2-rc-part1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds9-428/+47
2026-06-18Merge tag 'v7.2-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds18-228/+721
2026-06-16cifs: negotiate chained SMB2 compression capabilitiesNamjae Jeon2-9/+37
2026-06-16smb: move LZ77 compression into common codeNamjae Jeon5-410/+10
2026-06-16smb: move compression definitions into common/fscc.hChenXiaoSong2-9/+0
2026-06-15Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+1
2026-06-15Merge tag 'vfs-7.2-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-22/+34
2026-06-15Merge tag 'vfs-7.2-rc1.openat2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+15
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-0/+57
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-06-14smb: client: Use more common code in SMB2_tcon()Markus Elfring1-6/+5
2026-06-14smb: client: Use more common error handling code in smb3_reconfigure()Markus Elfring1-4/+3
2026-06-14smb/client: Fix error code in smb2_aead_req_alloc()Dan Carpenter1-3/+5
2026-06-14smb/client: clean up a type issue in cifs_xattr_get()Dan Carpenter1-2/+2
2026-06-14smb/client: allow FS_IOC_SETFLAGS to clear compressionHuiwen He8-24/+45
2026-06-14smb/client: use writable handle for FS_IOC_SETFLAGS compressionHuiwen He1-4/+112
2026-06-14smb/client: always return a value for FS_IOC_GETFLAGSHuiwen He1-7/+5
2026-06-14smb/client: update i_blocks after contiguous writesHuiwen He4-5/+61
2026-06-14smb: client: fix races in cifsd thread creationFredric Cover1-11/+16
2026-06-14cifs: validate full SID length in security descriptorsQihang1-67/+129
2026-06-14smb: client: resolve SWN tcon from live registrationsMichael Bommarito2-54/+262
2026-06-14cifs: remove all cifs files before kill superJian Zhang1-0/+3
2026-06-14smb: client: fix conflicting option validation for new mount APIHenrique Carvalho1-49/+53
2026-06-14cifs: invalidate cfid on unlink/rename/rmdirShyam Prasad N1-1/+29