aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2026-01-15ntfs3: Refactor duplicate kmemdup pattern in do_action()Baolin Liu1-27/+27
2026-01-15fs/ntfs3: prevent infinite loops caused by the next valid being the sameEdward Adam Davis1-2/+6
2026-01-15fs/ntfs3: make ntfs_writeback_ops staticsunliming1-1/+1
2026-01-15ntfs3: fix circular locking dependency in run_unpack_exSzymon Wilczek1-5/+8
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov66-381/+689
2026-01-14ecryptfs: Annotate struct ecryptfs_message with __counted_byThorsten Blum1-1/+1
2026-01-14btrfs: remove zoned statistics from sysfsJohannes Thumshirn1-52/+0
2026-01-14btrfs: use may_create_dentry() in btrfs_mksubvol()Filipe Manana1-14/+1
2026-01-14btrfs: use may_delete_dentry() in btrfs_ioctl_snap_destroy()Filipe Manana1-57/+1
2026-01-14fs: export may_create() as may_create_dentry()Filipe Manana1-9/+10
2026-01-14fs: export may_delete() as may_delete_dentry()Filipe Manana1-8/+9
2026-01-14writeback: use round_jiffies_relative for dirtytime_workZhao Mengmeng1-2/+4
2026-01-14iomap: wait for batched folios to be stable in __iomap_get_folioChristoph Hellwig1-0/+1
2026-01-14fs: make insert_inode_locked() wait for inode destructionMateusz Guzik1-17/+24
2026-01-14fs: improve dump_inode() to safely access inode fieldsYuto Ohnuki1-13/+34
2026-01-14fs: add <linux/init_task.h> for 'init_fs'Ben Dooks1-0/+1
2026-01-14fs: move initializing f_mode before file_ref_init()Amir Goldstein1-5/+5
2026-01-14erofs: hold read context in iomap_iter if neededHongbo Li1-21/+46
2026-01-14iomap: stash iomap read ctx in the private field of iomap_iterHongbo Li2-4/+6
2026-01-14fs: use nullfs unconditionally as the real rootfsChristian Brauner1-43/+21
2026-01-13switch {alloc,free}_bprm() to CLASS()Al Viro1-27/+21
2026-01-13do_execveat_common(): don't consume filename referenceAl Viro1-15/+12
2026-01-13execve: fold {compat_,}do_execve{,at}() into their sole callersAl Viro1-61/+19