index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-15
do_{loopback,change_type,remount,reconfigure_mnt}(): constify struct path argument
Al Viro
1
-5
/
+5
2025-09-15
do_new_mount{,_fc}(): constify struct path argument
Al Viro
1
-3
/
+4
2025-09-15
mnt_warn_timestamp_expiry(): constify struct path argument
Al Viro
1
-1
/
+2
2025-09-15
do_move_mount(), vfs_move_mount(), do_move_mount_old(): constify struct path argument(s)
Al Viro
1
-4
/
+6
2025-09-15
collect_paths(): constify the return value
Al Viro
1
-2
/
+2
2025-09-15
drop_collected_paths(): constify arguments
Al Viro
1
-2
/
+2
2025-09-15
do_set_group(): constify path arguments
Al Viro
1
-1
/
+1
2025-09-15
do_mount_setattr(): constify path argument
Al Viro
1
-1
/
+1
2025-09-15
constify check_mnt()
Al Viro
1
-1
/
+1
2025-09-15
do_lock_mount(): don't modify path.
Al Viro
1
-55
/
+62
2025-09-15
new helper: topmost_overmount()
Al Viro
2
-6
/
+10
2025-09-15
don't bother passing new_path->dentry to can_move_mount_beneath()
Al Viro
1
-6
/
+7
2025-09-15
pivot_root(2): use old_mp.mp->m_dentry instead of old.dentry
Al Viro
1
-1
/
+1
2025-09-15
graft_tree(), attach_recursive_mnt() - pass pinned_mountpoint
Al Viro
1
-10
/
+10
2025-09-15
do_add_mount(): switch to passing pinned_mountpoint instead of mountpoint + path
Al Viro
1
-17
/
+15
2025-09-15
do_move_mount(): use the parent mount returned by do_lock_mount()
Al Viro
1
-11
/
+6
2025-09-15
change calling conventions for lock_mount() et.al.
Al Viro
1
-115
/
+107
2025-09-15
configfs:get_target() - release path as soon as we grab configfs_item reference
Al Viro
1
-20
/
+13
2025-09-15
ovl_is_real_file: constify realpath argument
Al Viro
1
-1
/
+1
2025-09-15
ovl_sync_file(): constify path argument
Al Viro
1
-1
/
+1
2025-09-15
ovl_lower_dir(): constify path argument
Al Viro
1
-1
/
+1
2025-09-15
ovl_get_verity_digest(): constify path argument
Al Viro
2
-2
/
+2
2025-09-15
ovl_validate_verity(): constify {meta,data}path arguments
Al Viro
2
-4
/
+4
2025-09-15
ovl_ensure_verity_loaded(): constify datapath argument
Al Viro
2
-2
/
+2
2025-09-15
ksmbd_vfs_set_init_posix_acl(): constify path argument
Al Viro
2
-2
/
+2
2025-09-15
ksmbd_vfs_inherit_posix_acl(): constify path argument
Al Viro
2
-2
/
+2
2025-09-15
ksmbd_vfs_kern_path_unlock(): constify path argument
Al Viro
2
-2
/
+2
2025-09-15
ksmbd_vfs_path_lookup_locked(): root_share_path can be const struct path *
Al Viro
1
-1
/
+1
2025-09-15
check_export(): constify path argument
Al Viro
1
-1
/
+1
2025-09-15
export_operations->open(): constify path argument
Al Viro
1
-1
/
+1
2025-09-15
rqst_exp_get_by_name(): constify path argument
Al Viro
2
-2
/
+2
2025-09-15
nfs: constify path argument of __vfs_getattr()
Al Viro
1
-1
/
+1
2025-09-15
bpf...d_path(): constify path argument
Al Viro
1
-1
/
+1
2025-09-15
done_path_create(): constify path argument
Al Viro
1
-1
/
+1
2025-09-15
filename_lookup(): constify root argument
Al Viro
2
-2
/
+2
2025-09-15
constify path argument of vfs_statx_path()
Al Viro
1
-1
/
+1
2025-09-15
backing_file_user_path(): constify struct path *
Al Viro
1
-1
/
+1
2025-09-15
make it easier to catch those who try to modify ->d_name
Al Viro
1
-13
/
+13
2025-09-15
afs_dir_search: constify qstr argument
Al Viro
2
-2
/
+2
2025-09-15
afs_edit_dir_{add,remove}(): constify qstr argument
Al Viro
2
-4
/
+4
2025-09-15
exfat_find(): constify qstr argument
Al Viro
1
-1
/
+1
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
24
-27
/
+27
2025-09-15
fs: expand dump_inode()
Mateusz Guzik
1
-1
/
+9
2025-09-15
fs: use the switch statement in init_special_inode()
Mateusz Guzik
1
-6
/
+13
2025-09-15
fs/proc/namespaces: make ns_entries const
Max Kellermann
1
-3
/
+3
2025-09-15
netfs: Prevent duplicate unlocking
Lizhi Xu
1
-1
/
+1
2025-09-15
nsfs: validate extensible ioctls
Christian Brauner
1
-1
/
+3
2025-09-15
nsfs: drop tautological ioctl() check
Christian Brauner
1
-1
/
+1
2025-09-15
pidfs: validate extensible ioctls
Christian Brauner
1
-1
/
+1
2025-09-15
fs/resctrl: Introduce the interface to switch between monitor modes
Babu Moger
3
-3
/
+110
[prev]
[next]