aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-16xfs: remove the unused xfs_efd_log_format_64_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the unused xfs_efd_log_format_32_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the xfs_efd_log_format_t typedefChristoph Hellwig2-3/+3
2025-09-16xfs: remove the xfs_efi_log_format_64_t typedefChristoph Hellwig2-3/+3
2025-09-16xfs: remove the xfs_efi_log_format_32_t typedefChristoph Hellwig2-3/+3
2025-09-16xfs: remove the xfs_efi_log_format_t typedefChristoph Hellwig2-3/+3
2025-09-16xfs: remove the xfs_extent64_t typedefChristoph Hellwig1-4/+4
2025-09-16xfs: remove the xfs_extent32_t typedefChristoph Hellwig1-4/+4
2025-09-16xfs: remove the xfs_extent_t typedefChristoph Hellwig1-8/+9
2025-09-16xfs: remove the xfs_trans_header_t typedefChristoph Hellwig3-4/+4
2025-09-16xfs: remove the xlog_op_header_t typedefChristoph Hellwig2-11/+11
2025-09-16mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_listAl Viro1-1/+1
2025-09-16f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()Chao Yu1-20/+19
2025-09-16f2fs: fix to avoid migrating empty sectionChao Yu1-1/+15
2025-09-16f2fs: fix to truncate first page in error path of f2fs_truncate()Chao Yu1-1/+9
2025-09-16f2fs: fix to update map->m_next_extent correctly in f2fs_map_blocks()Chao Yu1-1/+1
2025-09-15open_detached_copy(): separate creation of namespace into helperAl Viro1-9/+15
2025-09-15open_detached_copy(): don't bother with mount_lock_hash()Al Viro1-2/+0
2025-09-15path_has_submounts(): use guard(mount_locked_reader)Al Viro1-2/+2
2025-09-15fs/namespace.c: sanitize descriptions for {__,}lookup_mnt()Al Viro1-29/+12
2025-09-15ecryptfs: get rid of pointless mount references in ecryptfs dentriesAl Viro5-69/+30
2025-09-15umount_tree(): take all victims out of propagation graph at onceAl Viro3-16/+55
2025-09-15do_mount(): use __free(path_put)Al Viro1-4/+2
2025-09-15do_move_mount_old(): use __free(path_put)Al Viro1-4/+2
2025-09-15constify can_move_mount_beneath() argumentsAl Viro1-2/+2
2025-09-15path_umount(): constify struct path argumentAl Viro2-2/+2
2025-09-15may_copy_tree(), __do_loopback(): constify struct path argumentAl Viro1-2/+2
2025-09-15path_mount(): constify struct path argumentAl Viro2-2/+2
2025-09-15do_{loopback,change_type,remount,reconfigure_mnt}(): constify struct path arg...Al Viro1-5/+5
2025-09-15do_new_mount{,_fc}(): constify struct path argumentAl Viro1-3/+4
2025-09-15mnt_warn_timestamp_expiry(): constify struct path argumentAl Viro1-1/+2
2025-09-15do_move_mount(), vfs_move_mount(), do_move_mount_old(): constify struct path ...Al Viro1-4/+6
2025-09-15collect_paths(): constify the return valueAl Viro1-2/+2
2025-09-15drop_collected_paths(): constify argumentsAl Viro1-2/+2
2025-09-15do_set_group(): constify path argumentsAl Viro1-1/+1
2025-09-15do_mount_setattr(): constify path argumentAl Viro1-1/+1
2025-09-15constify check_mnt()Al Viro1-1/+1
2025-09-15do_lock_mount(): don't modify path.Al Viro1-56/+63
2025-09-15new helper: topmost_overmount()Al Viro2-6/+10
2025-09-15don't bother passing new_path->dentry to can_move_mount_beneath()Al Viro1-6/+7
2025-09-15pivot_root(2): use old_mp.mp->m_dentry instead of old.dentryAl Viro1-1/+1
2025-09-15graft_tree(), attach_recursive_mnt() - pass pinned_mountpointAl Viro1-10/+10
2025-09-15do_add_mount(): switch to passing pinned_mountpoint instead of mountpoint + pathAl Viro1-17/+15
2025-09-15do_move_mount(): use the parent mount returned by do_lock_mount()Al Viro1-11/+6
2025-09-15change calling conventions for lock_mount() et.al.Al Viro1-115/+107
2025-09-15configfs:get_target() - release path as soon as we grab configfs_item referenceAl Viro1-20/+13
2025-09-15ovl_is_real_file: constify realpath argumentAl Viro1-1/+1
2025-09-15ovl_sync_file(): constify path argumentAl Viro1-1/+1
2025-09-15ovl_lower_dir(): constify path argumentAl Viro1-1/+1
2025-09-15ovl_get_verity_digest(): constify path argumentAl Viro2-2/+2