summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-06-29copy_tree(): don't link the mounts via mnt_listAl Viro
2025-06-29change_mnt_propagation(): move ->mnt_master assignment into MS_SLAVE caseAl Viro
2025-06-29mnt_slave_list/mnt_slave: turn into hlist_head/hlist_nodeAl Viro
2025-06-29turn do_make_slave() into transfer_propagation()Al Viro
2025-06-29do_make_slave(): choose new master sanelyAl Viro
2025-06-29change_mnt_propagation(): do_make_slave() is a no-op unless IS_MNT_SHARED()Al Viro
2025-06-29change_mnt_propagation() cleanups, step 1Al Viro
2025-06-29propagate_mnt(): fix comment and convert to kernel-doc, while we are at itAl Viro
2025-06-29propagate_mnt(): get rid of last_destAl Viro
2025-06-29fs/pnode.c: get rid of globalsAl Viro
2025-06-29propagate_one(): fold into the sole callerAl Viro
2025-06-29propagate_one(): separate the "what should be the master for this copy" partAl Viro
2025-06-29propagate_one(): separate the "do we need secondary here?" logicsAl Viro
2025-06-29propagate_mnt(): handle all peer groups in the same loopAl Viro
2025-06-29propagate_one(): get rid of dest_masterAl Viro
2025-06-29mount: separate the flags accessed only under namespace_semAl Viro
2025-06-29don't have mounts pin their parentsAl Viro
2025-06-29get rid of mountpoint->m_countAl Viro
2025-06-29combine __put_mountpoint() with unhash_mnt()Al Viro
2025-06-29pivot_root(): reorder tree surgeries, collapse unhash_mnt() and put_mountpoint()Al Viro
2025-06-29take ->mnt_expire handling under mount_lock [read_seqlock_excl]Al Viro
2025-06-29attach_recursive_mnt(): remove from expiry list on moveAl Viro
2025-06-29do_move_mount(): get rid of 'attached' flagAl Viro
2025-06-29do_move_mount(): take dropping the old mountpoint into attach_recursive_mnt()Al Viro
2025-06-29attach_recursive_mnt(): get rid of flags entirelyAl Viro
2025-06-29attach_recursive_mnt(): pass destination mount in all casesAl Viro
2025-06-29attach_recursive_mnt(): unify the mnt_change_mountpoint() logicsAl Viro
2025-06-29make commit_tree() usable in same-namespace move caseAl Viro
2025-06-29Rewrite of propagate_umount()Al Viro
2025-06-29sanitize handling of long-term internal mountsAl Viro
2025-06-29do_umount(): simplify the "is it still mounted" checksAl Viro
2025-06-29clone_mnt(): simplify the propagation-related logicsAl Viro
2025-06-29don't set MNT_LOCKED on parentless mountsAl Viro
2025-06-29__attach_mnt(): lose the second argumentAl Viro
2025-06-29dissolve_on_fput(): use anon_ns_root()Al Viro
2025-06-29new predicate: anon_ns_root(mount)Al Viro
2025-06-29constify is_local_mountpoint()Al Viro
2025-06-29new predicate: mount_is_ancestor()Al Viro
2025-06-29pnode: lift peers() into pnode.hAl Viro
2025-06-29constify mnt_has_parent()Al Viro
2025-06-29copy_tree(): don't set ->mnt_mountpoint on the root of copyAl Viro
2025-06-29prevent mount hash conflictsAl Viro
2025-06-29get rid of mnt_set_mountpoint_beneath()Al Viro
2025-06-29attach_mnt(): expand in attach_recursive_mnt(), then lose the flag argumentAl Viro
2025-06-29smb: client: fix readdir returning wrong type with POSIX extensionsPhilipp Kerling
2025-06-29bcachefs: fix btree_trans_peek_prev_journal()Kent Overstreet
2025-06-27Merge tag 'v6.16-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-06-27Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds
2025-06-27btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana
2025-06-27btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana