summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2026-06-16ksmbd: serialize QUERY_DIRECTORY requests per fileNamjae Jeon3-0/+7
2026-06-16ksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILEGil Portnoy1-0/+11
2026-06-16ksmbd: enforce FILE_READ_ATTRIBUTES on SMB_FIND_FILE_POSIX_INFORMATIONGil Portnoy1-0/+6
2026-06-16ksmbd: reject non-VALID session in compound request branchGil Portnoy1-0/+5
2026-06-16ksmbd: compress SMB2 READ responsesNamjae Jeon6-0/+157
2026-06-16ksmbd: negotiate and decode SMB2 compressionNamjae Jeon7-13/+210
2026-06-16cifs: negotiate chained SMB2 compression capabilitiesNamjae Jeon2-9/+37
2026-06-16smb: add common SMB2 compression transform helpersNamjae Jeon4-8/+410
2026-06-16smb: move LZ77 compression into common codeNamjae Jeon7-44/+176
2026-06-16ksmbd: add per-handle permission check to FILE_LINK_INFORMATIONGil Portnoy1-0/+5
2026-06-16ksmbd: add a permission check for FSCTL_SET_ZERO_DATAGil Portnoy1-0/+6
2026-06-16ksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITYGil Portnoy1-0/+3
2026-06-16ksmbd: fix use-after-free of a deferred file_lock on SMB2_CLOSE then SMB2_CANCELGil Portnoy1-7/+7
2026-06-16smb: server: remove code guarded by nonexistent config optionEthan Nelson-Moore1-3/+0
2026-06-16smb/server: fix incorrect file size in get_file_compression_info()ChenXiaoSong1-1/+1
2026-06-16smb/server: get compression format in get_file_compression_info()ChenXiaoSong1-1/+6
2026-06-16smb/server: implement FSCTL_SET_COMPRESSION ioctl handlerChenXiaoSong4-1/+100
2026-06-16smb/server: implement FSCTL_GET_COMPRESSION ioctl handlerChenXiaoSong4-1/+53
2026-06-16smb/server: get compression file attribute on openChenXiaoSong3-1/+23
2026-06-16smb: move compression definitions into common/fscc.hChenXiaoSong4-12/+18
2026-06-16smb: remove duplicate server/smbfsctl.hChenXiaoSong3-97/+12
2026-06-16ksmbd: prevent path traversal bypass by restricting caseless retryNamjae Jeon1-1/+1
2026-06-16ksmbd: fix UAF of struct file_lock in SMB2_LOCK deferred-lock cancellationDavide Ornaghi1-18/+16
2026-06-16ksmbd: fix use-after-free in same_client_has_lease()Guangshuo Li1-0/+6
2026-06-16ksmbd: fix out-of-bounds read in smb_check_perm_dacl()Hem Parekh1-1/+3
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 Torvalds2-15/+18
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-6/+81
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
2026-06-05VFS: use wait_var_event for waiting in d_alloc_parallel()NeilBrown1-2/+1
2026-06-03smb: client: convert cifs_smb3_do_mount() to sget_fc()Christian Brauner5-22/+34
2026-05-31ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCELGil Portnoy1-0/+11
2026-05-31ksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fdGil Portnoy1-3/+9
2026-05-31ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiersGil Portnoy1-3/+12
2026-05-30Merge tag 'v7.1-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-4/+16