summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-30Merge tag 'ntfs3_for_6.14' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2025-01-30Merge tag 'bcachefs-2025-01-29' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-01-29Merge tag 'fuse-update-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
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-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-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-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