summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-01-16ntfs3: Restore NULL folio initialization in ntfs_writepages()Nathan Chancellor
2026-01-16quota: fix livelock between quotactl and freeze_superAbhishek Bapat
2026-01-16fuse: use private naming for fuse hash sizeJens Axboe
2026-01-16posix_acl: make posix_acl_to_xattr() alloc the bufferMiklos Szeredi
2026-01-16Revert "f2fs: block cache/dio write during f2fs_enable_checkpoint()"Chao Yu
2026-01-15Merge tag 'nfs-for-6.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2026-01-15NFS: Fix size read races in truncate, fallocate and copy offloadTrond Myklebust
2026-01-15ntfs3: Refactor duplicate kmemdup pattern in do_action()Baolin Liu
2026-01-15fs/ntfs3: prevent infinite loops caused by the next valid being the sameEdward Adam Davis
2026-01-15fs/ntfs3: make ntfs_writeback_ops staticsunliming
2026-01-15ntfs3: fix circular locking dependency in run_unpack_exSzymon Wilczek
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-14ecryptfs: Annotate struct ecryptfs_message with __counted_byThorsten Blum
2026-01-14btrfs: remove zoned statistics from sysfsJohannes Thumshirn
2026-01-14btrfs: use may_create_dentry() in btrfs_mksubvol()Filipe Manana
2026-01-14btrfs: use may_delete_dentry() in btrfs_ioctl_snap_destroy()Filipe Manana
2026-01-14fs: export may_create() as may_create_dentry()Filipe Manana
2026-01-14fs: export may_delete() as may_delete_dentry()Filipe Manana
2026-01-14writeback: use round_jiffies_relative for dirtytime_workZhao Mengmeng
2026-01-14iomap: wait for batched folios to be stable in __iomap_get_folioChristoph Hellwig
2026-01-14fs: make insert_inode_locked() wait for inode destructionMateusz Guzik
2026-01-14fs: improve dump_inode() to safely access inode fieldsYuto Ohnuki
2026-01-14fs: add <linux/init_task.h> for 'init_fs'Ben Dooks
2026-01-14fs: move initializing f_mode before file_ref_init()Amir Goldstein
2026-01-14erofs: hold read context in iomap_iter if neededHongbo Li
2026-01-14iomap: stash iomap read ctx in the private field of iomap_iterHongbo Li
2026-01-14fs: use nullfs unconditionally as the real rootfsChristian Brauner
2026-01-13switch {alloc,free}_bprm() to CLASS()Al Viro
2026-01-13do_execveat_common(): don't consume filename referenceAl Viro
2026-01-13execve: fold {compat_,}do_execve{,at}() into their sole callersAl Viro
2026-01-13simplify the callers of alloc_bprm()Al Viro
2026-01-13simplify the callers of do_open_execat()Al Viro
2026-01-13simplify the callers of file_open_name()Al Viro
2026-01-13do_sys_openat2(): get rid of useless check, switch to CLASS(filename)Al Viro
2026-01-13rename do_filp_open() to do_file_open()Al Viro
2026-01-13do_filp_open(): DTRT when getting ERR_PTR() as pathnameAl Viro
2026-01-13ksmbd_vfs_rename(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro
2026-01-13ksmbd_vfs_path_lookup(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro
2026-01-13move_mount(): filename_lookup() accepts ERR_PTR() as filenameAl Viro
2026-01-13file_setattr(): filename_lookup() accepts ERR_PTR() as filenameAl Viro
2026-01-13file_getattr(): filename_lookup() accepts ERR_PTR() as filenameAl Viro
2026-01-13struct filename ->refcnt doesn't need to be atomicAl Viro
2026-01-13allow incomplete imports of filenamesAl Viro
2026-01-13switch __getname_maybe_null() to CLASS(filename_flags)Al Viro
2026-01-13fs: hide names_cache behind runtime const machineryMateusz Guzik
2026-01-13struct filename: saner handling of long namesAl Viro
2026-01-13struct filename: use names_cachep only for getname() and friendsAl Viro
2026-01-13getname_flags() massage, part 2Al Viro
2026-01-13getname_flags() massage, part 1Al Viro
2026-01-13ntfs: ->d_compare() must not blockAl Viro