aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-09-15do_{loopback,change_type,remount,reconfigure_mnt}(): constify struct path argumentAl 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 argument(s)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-55/+62
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
2025-09-15ovl_validate_verity(): constify {meta,data}path argumentsAl Viro2-4/+4
2025-09-15ovl_ensure_verity_loaded(): constify datapath argumentAl Viro2-2/+2
2025-09-15ksmbd_vfs_set_init_posix_acl(): constify path argumentAl Viro2-2/+2
2025-09-15ksmbd_vfs_inherit_posix_acl(): constify path argumentAl Viro2-2/+2
2025-09-15ksmbd_vfs_kern_path_unlock(): constify path argumentAl Viro2-2/+2
2025-09-15ksmbd_vfs_path_lookup_locked(): root_share_path can be const struct path *Al Viro1-1/+1
2025-09-15check_export(): constify path argumentAl Viro1-1/+1
2025-09-15export_operations->open(): constify path argumentAl Viro1-1/+1
2025-09-15rqst_exp_get_by_name(): constify path argumentAl Viro2-2/+2
2025-09-15nfs: constify path argument of __vfs_getattr()Al Viro1-1/+1
2025-09-15bpf...d_path(): constify path argumentAl Viro1-1/+1
2025-09-15done_path_create(): constify path argumentAl Viro1-1/+1
2025-09-15filename_lookup(): constify root argumentAl Viro2-2/+2
2025-09-15constify path argument of vfs_statx_path()Al Viro1-1/+1
2025-09-15backing_file_user_path(): constify struct path *Al Viro1-1/+1
2025-09-15make it easier to catch those who try to modify ->d_nameAl Viro1-13/+13
2025-09-15afs_dir_search: constify qstr argumentAl Viro2-2/+2
2025-09-15afs_edit_dir_{add,remove}(): constify qstr argumentAl Viro2-4/+4
2025-09-15exfat_find(): constify qstr argumentAl Viro1-1/+1
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik24-27/+27
2025-09-15fs: expand dump_inode()Mateusz Guzik1-1/+9
2025-09-15fs: use the switch statement in init_special_inode()Mateusz Guzik1-6/+13
2025-09-15fs/proc/namespaces: make ns_entries constMax Kellermann1-3/+3
2025-09-15netfs: Prevent duplicate unlockingLizhi Xu1-1/+1
2025-09-15nsfs: validate extensible ioctlsChristian Brauner1-1/+3
2025-09-15nsfs: drop tautological ioctl() checkChristian Brauner1-1/+1
2025-09-15pidfs: validate extensible ioctlsChristian Brauner1-1/+1
2025-09-15fs/resctrl: Introduce the interface to switch between monitor modesBabu Moger3-3/+110