summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-28xfs: remove xfs_buf_cache.bc_lockChristoph Hellwig
2025-01-27Merge tag 'f2fs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-27Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-01-27add a string-to-qstr constructorAl Viro
2025-01-279p: fix ->rename_sem exclusionAl Viro
2025-01-27orangefs_d_revalidate(): use stable parent inode and name passed by callerAl Viro
2025-01-27ocfs2_dentry_revalidate(): use stable parent inode and name passed by callerAl Viro
2025-01-27nfs: fix ->d_revalidate() UAF on ->d_name accessesAl Viro
2025-01-27nfs{,4}_lookup_validate(): use stable parent inode passed by callerAl Viro
2025-01-27gfs2_drevalidate(): use stable parent inode and name passed by callerAl Viro
2025-01-27fuse_dentry_revalidate(): use stable parent inode and name passed by callerAl Viro
2025-01-27vfat_revalidate{,_ci}(): use stable parent inode passed by callerAl Viro
2025-01-27exfat_d_revalidate(): use stable parent inode passed by callerAl Viro
2025-01-27fscrypt_d_revalidate(): use stable parent inode passed by callerAl Viro
2025-01-27ceph_d_revalidate(): propagate stable name down into request encodingAl Viro
2025-01-27ceph_d_revalidate(): use stable parent inode passed by callerAl Viro
2025-01-27afs_d_revalidate(): use stable name and parent inode passed by callerAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2025-01-27generic_ci_d_compare(): use shortname_storageAl Viro
2025-01-27ext4 fast_commit: make use of name_snapshot primitivesAl Viro
2025-01-27dissolve external_name.u into separate membersAl Viro
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-01-27fuse: prevent disabling io-uring on active connectionsBernd Schubert
2025-01-27fuse: enable fuse-over-io-uringBernd Schubert
2025-01-27fuse: block request allocation until io-uring init is completeBernd Schubert
2025-01-27fuse: {io-uring} Prevent mount point hang on fuse-server terminationBernd Schubert
2025-01-27fuse: Allow to queue bg requests through io-uringBernd Schubert
2025-01-27fuse: Allow to queue fg requests through io-uringBernd Schubert
2025-01-27fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-staticBernd Schubert
2025-01-27fuse: {io-uring} Handle teardown of ring entriesBernd Schubert
2025-01-27fuse: Add io-uring sqe commit and fetch supportBernd Schubert
2025-01-27ceph: exchange hardcoded value on NAME_MAXViacheslav Dubeyko
2025-01-27ceph: streamline request head structures in MDS clientLiang Jie
2025-01-27virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAMDavid Hildenbrand
2025-01-27fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges ...David Hildenbrand
2025-01-27fs/proc/vmcore: factor out freeing a list of vmcore rangesDavid Hildenbrand
2025-01-27fs/proc/vmcore: factor out allocating a vmcore range and adding it to a listDavid Hildenbrand
2025-01-27fs/proc/vmcore: move vmcore definitions out of kcore.hDavid Hildenbrand
2025-01-27fs/proc/vmcore: prefix all pr_* with "vmcore:"David Hildenbrand
2025-01-27fs/proc/vmcore: disallow vmcore modifications while the vmcore is openDavid Hildenbrand
2025-01-27fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutexDavid Hildenbrand
2025-01-27fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutexDavid Hildenbrand
2025-01-27xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang
2025-01-27xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang
2025-01-26cifs: Change translation of STATUS_NOT_A_REPARSE_POINT to -ENODATAPali Rohár
2025-01-26bcachefs: Improve trace_move_extent_finishKent Overstreet
2025-01-26bcachefs: Fix trace_copygcKent Overstreet
2025-01-26bcachefs: Journal writes are now IOPRIO_CLASS_RTKent Overstreet
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds