summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-06-17erofs: clean up erofs_ishare_fill_inode()Gao Xiang2-26/+21
2026-06-16ksmbd: fix path resolution in ksmbd_vfs_kern_path_createDavide Ornaghi3-40/+21
2026-06-16ksmbd: use opener credentials for FSCTL mutationsNamjae Jeon2-7/+20
2026-06-16ksmbd: use opener credentials for ADS I/ONamjae Jeon1-2/+9
2026-06-16ksmbd: require source read access for duplicate extentsNamjae Jeon1-0/+4
2026-06-16ksmbd: run set info with opener credentialsNamjae Jeon1-5/+3
2026-06-16ksmbd: use opener credentials for delete-on-closeNamjae Jeon2-2/+9
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-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+4
2026-06-16Merge tag 'hfs-v7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...Linus Torvalds15-92/+91
2026-06-16Merge tag 'nilfs2-v7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-3/+23
2026-06-16Merge tag 'for-7.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds56-1884/+2574
2026-06-16Merge tag 'dlm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds3-13/+24
2026-06-16Merge tag 'fs_for_v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-217/+43
2026-06-16Merge tag 'fsnotify_for_v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-40/+25
2026-06-16Merge tag 'xfs-merge-7.2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds121-790/+768
2026-06-16Merge tag 'docs-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds1-91/+1
2026-06-16Merge tag 'x86_cache_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds3-22/+50
2026-06-15NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addrMichael Bommarito1-2/+2
2026-06-15nfs: don't skip revalidate on directory delegation when attrs flagged staleTom Haynes1-1/+2
2026-06-15fuse-uring: clear ent->fuse_req in commit_fetch error pathZhenghang Xiao1-3/+1
2026-06-15fuse-uring: use named constants for io-uring iovec indicesJoanne Koong1-11/+13
2026-06-15fuse-uring: refactor setting up copy state for payload copyingJoanne Koong1-14/+24
2026-06-15fuse-uring: use enum types for header copyingJoanne Koong1-13/+53
2026-06-15fuse-uring: refactor io-uring header copying from ringJoanne Koong1-5/+17
2026-06-15fuse-uring: refactor io-uring header copying to ringJoanne Koong1-18/+21