aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-380/+688
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
2026-01-13simplify the callers of alloc_bprm()Al Viro1-14/+3
2026-01-13simplify the callers of do_open_execat()Al Viro1-8/+2
2026-01-13simplify the callers of file_open_name()Al Viro1-8/+2
2026-01-13do_sys_openat2(): get rid of useless check, switch to CLASS(filename)Al Viro1-9/+3
2026-01-13rename do_filp_open() to do_file_open()Al Viro4-5/+5
2026-01-13do_filp_open(): DTRT when getting ERR_PTR() as pathnameAl Viro1-0/+2
2026-01-13ksmbd_vfs_rename(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro1-5/+0
2026-01-13ksmbd_vfs_path_lookup(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro1-3/+0
2026-01-13move_mount(): filename_lookup() accepts ERR_PTR() as filenameAl Viro1-6/+0
2026-01-13file_setattr(): filename_lookup() accepts ERR_PTR() as filenameAl Viro1-3/+0
2026-01-13file_getattr(): filename_lookup() accepts ERR_PTR() as filenameAl Viro1-3/+0
2026-01-13struct filename ->refcnt doesn't need to be atomicAl Viro1-6/+6
2026-01-13allow incomplete imports of filenamesAl Viro1-5/+61
2026-01-13switch __getname_maybe_null() to CLASS(filename_flags)Al Viro1-7/+5
2026-01-13fs: hide names_cache behind runtime const machineryMateusz Guzik1-6/+10
2026-01-13struct filename: saner handling of long namesAl Viro1-54/+33
2026-01-13struct filename: use names_cachep only for getname() and friendsAl Viro3-16/+31
2026-01-13getname_flags() massage, part 2Al Viro1-27/+29
2026-01-13getname_flags() massage, part 1Al Viro1-17/+16
2026-01-13ntfs: ->d_compare() must not blockAl Viro5-24/+20