summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-06-11bcachefs: Mark need_discard_freespace_key_bad autofixKent Overstreet
2025-06-11bcachefs: Update /dev/disk/by-uuid on device addKent Overstreet
2025-06-11bcachefs: Add more flags to btree nodes for rewrite reasonKent Overstreet
2025-06-11bcachefs: Add range being updated to btree_update_to_text()Kent Overstreet
2025-06-11bcachefs: Log fsck errors in the journalKent Overstreet
2025-06-11bcachefs: Add missing restart handling to check_topology()Kent Overstreet
2025-06-11configfs: use DCACHE_DONTCACHEAl Viro
2025-06-11debugfs: use DCACHE_DONTCACHEAl Viro
2025-06-11efivarfs: use DCACHE_DONTCACHE instead of always_delete_dentry()Al Viro
2025-06-119p: don't bother with always_delete_dentryAl Viro
2025-06-11ramfs, hugetlbfs, mqueue: set DCACHE_DONTCACHEAl Viro
2025-06-11kill simple_dentry_operationsAl Viro
2025-06-11devpts, sunrpc, hostfs: don't bother with ->d_opAl Viro
2025-06-11d_alloc_parallel(): set DCACHE_PAR_LOOKUP earlierAl Viro
2025-06-11make d_set_d_op() staticAl Viro
2025-06-11simple_lookup(): just set DCACHE_DONTCACHEAl Viro
2025-06-11tracefs: Add d_delete to remove negative dentriesSteven Rostedt
2025-06-11set_default_d_op(): calculate the matching value for ->d_flagsAl Viro
2025-06-11correct the set of flags forbidden at d_set_d_op() timeAl Viro
2025-06-11exportfs: use lookup_one_unlocked()NeilBrown
2025-06-11coda: use iterate_dir() in coda_readdir()NeilBrown
2025-06-11VFS: merge lookup_one_qstr_excl_raw() back into lookup_one_qstr_excl()NeilBrown
2025-06-11VFS: change try_lookup_noperm() to skip revalidationNeilBrown
2025-06-11mntns: use stable inode number for initial mount nsChristian Brauner
2025-06-10split d_flags calculation out of d_set_d_op()Al Viro
2025-06-10new helper: set_default_d_op()Al Viro
2025-06-10fuse: no need for special dentry_operations for root dentryAl Viro
2025-06-10switch procfs from d_set_d_op() to d_splice_alias_ops()Al Viro
2025-06-10new helper: d_splice_alias_ops()Al Viro
2025-06-10procfs: kill ->proc_dopsAl Viro
2025-06-10f2fs: Fix __write_node_folio() conversionMatthew Wilcox (Oracle)
2025-06-10filelock: add new locks_wake_up_waiter() helperJeff Layton
2025-06-10fs/pipe: set FMODE_NOWAIT in create_pipe_files()Jens Axboe
2025-06-10fs/read_write: Fix spelling typoAndy Shevchenko
2025-06-09smb: client: disable path remapping with POSIX extensionsPhilipp Kerling
2025-06-08d_set_mounted(): we don't need to bump seqcount component of rename_lockAl Viro
2025-06-08Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-06-08Merge tag 'x86-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-06-08Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-06-08Merge tag '6.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-07Merge tag 'ubifs-for-linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-07do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro
2025-06-07clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro
2025-06-07do_move_mount(): split the checks in subtree-of-our-ns and entire-anon casesAl Viro
2025-06-07fs: allow clone_private_mount() for a path on real rootfsKONDO KAZUMA(近藤 和真)
2025-06-07fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro
2025-06-07path_overmount(): avoid false negativesAl Viro
2025-06-07fs/fhandle.c: fix a race in call of has_locked_children()Al Viro
2025-06-06Merge tag 'ceph-for-6.16-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds