aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-01-17f2fs: detect more inconsistent cases in sanity_check_node_footer()Chao Yu1-3/+12
2026-01-17f2fs: fix to do sanity check on node footer in {read,write}_end_ioChao Yu4-19/+32
2026-01-17f2fs: fix to do sanity check on node footer in __write_node_folio()Chao Yu1-1/+5
2026-01-17f2fs: clean up the type parameter in f2fs_sync_meta_pages()Yangyang Zang3-11/+10
2026-01-17f2fs: support non-4KB block size without packed_ssa featureDaeho Jeong7-94/+120
2026-01-17f2fs: make FAULT_DISCARD obsoleteChao Yu2-16/+4
2026-01-17f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu1-3/+9
2026-01-16mount: add OPEN_TREE_NAMESPACEChristian Brauner3-16/+161
2026-01-16vfs: document d_dispose_if_unused()Miklos Szeredi1-0/+10
2026-01-16fuse: shrink once after all buckets have been scannedMiklos Szeredi1-1/+1
2026-01-16fuse: clean up fuse_dentry_tree_work()Miklos Szeredi1-14/+14
2026-01-16fuse: add need_resched() before unlocking bucketMiklos Szeredi1-3/+5
2026-01-16fuse: make sure dentry is evicted if staleMiklos Szeredi1-0/+4
2026-01-16fuse: fix race when disposing stale dentriesMiklos Szeredi1-9/+2
2026-01-16sysfs(2): fs_index() argument is _not_ a pathnameAl Viro1-6/+3
2026-01-16ksmbd: use CLASS(filename_kernel)Al Viro1-5/+2
2026-01-16user_statfs(): switch to CLASS(filename)Al Viro1-2/+1
2026-01-16statx: switch to CLASS(filename_maybe_null)Al Viro1-13/+5
2026-01-16quotactl_block(): switch to CLASS(filename)Al Viro1-2/+1
2026-01-16chroot(2): switch to CLASS(filename)Al Viro1-9/+4
2026-01-16move_mount(2): switch to CLASS(filename_maybe_null)Al Viro1-4/+2
2026-01-16namei.c: switch user pathname imports to CLASS(filename{,_flags})Al Viro1-15/+6
2026-01-16namei.c: convert getname_kernel() callers to CLASS(filename_kernel)Al Viro1-26/+10
2026-01-16do_f{chmod,chown,access}at(): use CLASS(filename_uflags)Al Viro1-6/+2
2026-01-16do_readlinkat(): switch to CLASS(filename_flags)Al Viro1-6/+2
2026-01-16do_sys_truncate(): switch to CLASS(filename)Al Viro1-7/+5
2026-01-16do_utimes_path(): switch to CLASS(filename_uflags)Al Viro1-5/+2
2026-01-16chdir(2): unspaghettify a bit...Al Viro1-17/+10
2026-01-16do_fchownat(): unspaghettify a bit...Al Viro1-16/+12
2026-01-16fspick(2): use CLASS(filename_flags)Al Viro1-3/+3
2026-01-16name_to_handle_at(): use CLASS(filename_uflags)Al Viro1-3/+2
2026-01-16vfs_open_tree(): use CLASS(filename_uflags)Al Viro1-3/+2
2026-01-16do_open_execat(): don't care about LOOKUP_EMPTYAl Viro1-2/+0
2026-01-16mount_setattr(2): don't mess with LOOKUP_EMPTYAl Viro1-3/+2
2026-01-16file_[gs]etattr(2): switch to CLASS(filename_maybe_null)Al Viro1-4/+2
2026-01-16filename_...xattr(): don't consume filename referenceAl Viro1-25/+8
2026-01-16non-consuming variants of do_{unlinkat,rmdir}()Al Viro4-17/+19
2026-01-16non-consuming variant of do_mknodat()Al Viro3-11/+11
2026-01-16non-consuming variant of do_mkdirat()Al Viro3-9/+9
2026-01-16non-consuming variant of do_symlinkat()Al Viro3-15/+15
2026-01-16non-consuming variant of do_linkat()Al Viro3-18/+16
2026-01-16non-consuming variant of do_renameat2()Al Viro2-16/+16
2026-01-16Merge tag 'xfs-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-39/+41
2026-01-16ntfs3: Restore NULL folio initialization in ntfs_writepages()Nathan Chancellor1-1/+1
2026-01-16quota: fix livelock between quotactl and freeze_superAbhishek Bapat1-0/+1
2026-01-16fuse: use private naming for fuse hash sizeJens Axboe1-7/+7
2026-01-16posix_acl: make posix_acl_to_xattr() alloc the bufferMiklos Szeredi9-95/+50
2026-01-16Revert "f2fs: block cache/dio write during f2fs_enable_checkpoint()"Chao Yu3-34/+9
2026-01-15Merge tag 'nfs-for-6.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-101/+238
2026-01-15NFS: Fix size read races in truncate, fallocate and copy offloadTrond Myklebust3-14/+27