summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-06-17erofs: introduce erofs_map_chunks()Gao Xiang
2026-06-17erofs: call erofs_exit_ishare() before rcu_barrier()Gao Xiang
2026-06-17erofs: clean up erofs_ishare_fill_inode()Gao Xiang
2026-06-16ksmbd: fix path resolution in ksmbd_vfs_kern_path_createDavide Ornaghi
2026-06-16ksmbd: use opener credentials for FSCTL mutationsNamjae Jeon
2026-06-16ksmbd: use opener credentials for ADS I/ONamjae Jeon
2026-06-16ksmbd: require source read access for duplicate extentsNamjae Jeon
2026-06-16ksmbd: run set info with opener credentialsNamjae Jeon
2026-06-16ksmbd: use opener credentials for delete-on-closeNamjae Jeon
2026-06-16ksmbd: serialize QUERY_DIRECTORY requests per fileNamjae Jeon
2026-06-16ksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILEGil Portnoy
2026-06-16ksmbd: enforce FILE_READ_ATTRIBUTES on SMB_FIND_FILE_POSIX_INFORMATIONGil Portnoy
2026-06-16ksmbd: reject non-VALID session in compound request branchGil Portnoy
2026-06-16ksmbd: compress SMB2 READ responsesNamjae Jeon
2026-06-16ksmbd: negotiate and decode SMB2 compressionNamjae Jeon
2026-06-16cifs: negotiate chained SMB2 compression capabilitiesNamjae Jeon
2026-06-16smb: add common SMB2 compression transform helpersNamjae Jeon
2026-06-16smb: move LZ77 compression into common codeNamjae Jeon
2026-06-16ksmbd: add per-handle permission check to FILE_LINK_INFORMATIONGil Portnoy
2026-06-16ksmbd: add a permission check for FSCTL_SET_ZERO_DATAGil Portnoy
2026-06-16ksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITYGil Portnoy
2026-06-16ksmbd: fix use-after-free of a deferred file_lock on SMB2_CLOSE then SMB2_CANCELGil Portnoy
2026-06-16smb: server: remove code guarded by nonexistent config optionEthan Nelson-Moore
2026-06-16smb/server: fix incorrect file size in get_file_compression_info()ChenXiaoSong
2026-06-16smb/server: get compression format in get_file_compression_info()ChenXiaoSong
2026-06-16smb/server: implement FSCTL_SET_COMPRESSION ioctl handlerChenXiaoSong
2026-06-16smb/server: implement FSCTL_GET_COMPRESSION ioctl handlerChenXiaoSong
2026-06-16smb/server: get compression file attribute on openChenXiaoSong
2026-06-16smb: move compression definitions into common/fscc.hChenXiaoSong
2026-06-16smb: remove duplicate server/smbfsctl.hChenXiaoSong
2026-06-16ksmbd: prevent path traversal bypass by restricting caseless retryNamjae Jeon
2026-06-16ksmbd: fix UAF of struct file_lock in SMB2_LOCK deferred-lock cancellationDavide Ornaghi
2026-06-16ksmbd: fix use-after-free in same_client_has_lease()Guangshuo Li
2026-06-16ksmbd: fix out-of-bounds read in smb_check_perm_dacl()Hem Parekh
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-16Merge tag 'hfs-v7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...Linus Torvalds
2026-06-16Merge tag 'nilfs2-v7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-16Merge tag 'for-7.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2026-06-16Merge tag 'dlm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2026-06-16Merge tag 'fs_for_v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-16Merge tag 'fsnotify_for_v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-16Merge tag 'xfs-merge-7.2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-06-16Merge tag 'docs-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds
2026-06-16Merge tag 'x86_cache_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds
2026-06-15NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addrMichael Bommarito
2026-06-15nfs: don't skip revalidate on directory delegation when attrs flagged staleTom Haynes
2026-06-15fuse-uring: clear ent->fuse_req in commit_fetch error pathZhenghang Xiao
2026-06-15fuse-uring: use named constants for io-uring iovec indicesJoanne Koong
2026-06-15fuse-uring: refactor setting up copy state for payload copyingJoanne Koong
2026-06-15fuse-uring: use enum types for header copyingJoanne Koong