summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-01-18ext4: subdivide EXT4_EXT_DATA_VALID1Zhang Yi-6/+12
2026-01-18ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun-0/+1
2026-01-18ext4: add missing down_write_data_sem in mext_move_extent().Julian Sun-0/+2
2026-01-17Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-68/+41
2026-01-17coredump: Use __counted_by_ptr for struct core_name::corenameKees Cook-4/+4
2026-01-17f2fs: use folio_end_readJaegeuk Kim-7/+3
2026-01-17f2fs: fix to avoid mapping wrong physical block for swapfileChao Yu-7/+7
2026-01-17f2fs: avoid f2fs_map_blocks() for consecutive holes in readpagesChao Yu-6/+15
2026-01-17f2fs: advance index and offset after zeroing in large folio readNanzhe Zhao-3/+1
2026-01-17f2fs: add 'folio_in_bio' to handle readahead folios with no BIO submissionNanzhe Zhao-0/+7
2026-01-17f2fs: avoid unnecessary block mapping lookups in f2fs_read_data_large_folioYongpeng Yang-1/+1
2026-01-17f2fs: detect more inconsistent cases in sanity_check_node_footer()Chao Yu-3/+12
2026-01-17f2fs: fix to do sanity check on node footer in {read,write}_end_ioChao Yu-19/+32
2026-01-17f2fs: fix to do sanity check on node footer in __write_node_folio()Chao Yu-1/+5
2026-01-17f2fs: clean up the type parameter in f2fs_sync_meta_pages()Yangyang Zang-11/+10
2026-01-17f2fs: support non-4KB block size without packed_ssa featureDaeho Jeong-95/+121
2026-01-17f2fs: make FAULT_DISCARD obsoleteChao Yu-16/+4
2026-01-17f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu-3/+9
2026-01-16mount: add OPEN_TREE_NAMESPACEChristian Brauner-16/+161
2026-01-16vfs: document d_dispose_if_unused()Miklos Szeredi-0/+10
2026-01-16fuse: shrink once after all buckets have been scannedMiklos Szeredi-1/+1
2026-01-16fuse: clean up fuse_dentry_tree_work()Miklos Szeredi-14/+14
2026-01-16fuse: add need_resched() before unlocking bucketMiklos Szeredi-3/+5
2026-01-16fuse: make sure dentry is evicted if staleMiklos Szeredi-0/+4
2026-01-16fuse: fix race when disposing stale dentriesMiklos Szeredi-9/+2
2026-01-16sysfs(2): fs_index() argument is _not_ a pathnameAl Viro-6/+3
2026-01-16ksmbd: use CLASS(filename_kernel)Al Viro-5/+2
2026-01-16user_statfs(): switch to CLASS(filename)Al Viro-2/+1
2026-01-16statx: switch to CLASS(filename_maybe_null)Al Viro-13/+5
2026-01-16quotactl_block(): switch to CLASS(filename)Al Viro-2/+1
2026-01-16chroot(2): switch to CLASS(filename)Al Viro-9/+4
2026-01-16move_mount(2): switch to CLASS(filename_maybe_null)Al Viro-4/+2
2026-01-16namei.c: switch user pathname imports to CLASS(filename{,_flags})Al Viro-15/+6
2026-01-16namei.c: convert getname_kernel() callers to CLASS(filename_kernel)Al Viro-26/+10
2026-01-16do_f{chmod,chown,access}at(): use CLASS(filename_uflags)Al Viro-6/+2
2026-01-16do_readlinkat(): switch to CLASS(filename_flags)Al Viro-6/+2
2026-01-16do_sys_truncate(): switch to CLASS(filename)Al Viro-7/+5
2026-01-16do_utimes_path(): switch to CLASS(filename_uflags)Al Viro-5/+2
2026-01-16chdir(2): unspaghettify a bit...Al Viro-17/+10
2026-01-16do_fchownat(): unspaghettify a bit...Al Viro-16/+12
2026-01-16fspick(2): use CLASS(filename_flags)Al Viro-3/+3
2026-01-16name_to_handle_at(): use CLASS(filename_uflags)Al Viro-3/+2
2026-01-16vfs_open_tree(): use CLASS(filename_uflags)Al Viro-3/+2
2026-01-16do_open_execat(): don't care about LOOKUP_EMPTYAl Viro-2/+0
2026-01-16mount_setattr(2): don't mess with LOOKUP_EMPTYAl Viro-3/+2
2026-01-16file_[gs]etattr(2): switch to CLASS(filename_maybe_null)Al Viro-4/+2
2026-01-16filename_...xattr(): don't consume filename referenceAl Viro-25/+8
2026-01-16non-consuming variants of do_{unlinkat,rmdir}()Al Viro-17/+19
2026-01-16non-consuming variant of do_mknodat()Al Viro-11/+11
2026-01-16non-consuming variant of do_mkdirat()Al Viro-9/+9