index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fhandle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-01
fhandle: reject detached mounts in capable_wrt_mount()
David Lee
1
-1
/
+1
2026-06-04
fhandle: fix UAF due to unlocked ->mnt_ns read in may_decode_fh()
Jann Horn
1
-2
/
+14
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-4
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+4
2026-01-16
name_to_handle_at(): use CLASS(filename_uflags)
Al Viro
1
-3
/
+2
2025-11-28
fhandle: convert do_handle_open() to FD_ADD()
Christian Brauner
1
-17
/
+13
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+6
2025-09-19
nsfs: support exhaustive file handles
Christian Brauner
1
-0
/
+6
2025-08-29
fhandle: use more consistent rules for decoding file handle from userns
Amir Goldstein
1
-0
/
+8
2025-08-15
fhandle: do_handle_open() should get FD with user flags
Thomas Bertschinger
1
-1
/
+1
2025-07-08
fold fs_struct->{lock,seq} into a seqlock
Al Viro
1
-5
/
+1
2025-06-24
fhandle, pidfs: support open_by_handle_at() purely based on file handle
Christian Brauner
1
-0
/
+5
2025-06-24
fhandle: reflow get_path_anchor()
Christian Brauner
1
-7
/
+11
2025-06-24
fhandle: rename to get_path_anchor()
Christian Brauner
1
-2
/
+2
2025-06-24
fhandle: hoist copy_from_user() above get_path_from_fd()
Christian Brauner
1
-21
/
+14
2025-06-24
fhandle: raise FILEID_IS_DIR in handle_type
Christian Brauner
1
-1
/
+1
2024-12-17
exportfs: add permission method
Christian Brauner
1
-21
/
+14
2024-12-14
fhandle: pull CAP_DAC_READ_SEARCH check into may_decode_fh()
Christian Brauner
1
-17
/
+21
2024-12-14
exportfs: add open method
Christian Brauner
1
-1
/
+6
2024-12-14
fhandle: simplify error handling
Christian Brauner
1
-22
/
+17
2024-11-26
Merge tag 'vfs-6.13.exportfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+69
2024-11-15
fs: open_by_handle_at() support for decoding "explicit connectable" file handles
Amir Goldstein
1
-1
/
+19
2024-11-15
fs: name_to_handle_at() support for "explicit connectable" file handles
Amir Goldstein
1
-5
/
+43
2024-11-15
fs: prepare for "explicit connectable" file handles
Amir Goldstein
1
-0
/
+7
2024-11-03
fdget(), trivial conversions
Al Viro
1
-3
/
+2
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2024-09-05
fhandle: expose u64 mount id to name_to_handle_at(2)
Aleksa Sarai
1
-7
/
+22
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-2
/
+2
2024-05-28
fhandle: relax open_by_handle_at() permission checks
Christian Brauner
1
-38
/
+140
2024-04-05
fs: Annotate struct file_handle with __counted_by() and use struct_size()
Gustavo A. R. Silva
1
-3
/
+3
2024-01-22
do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak
Nikita Zhandarovich
1
-1
/
+1
2023-10-24
exportfs: add helpers to check if filesystem can encode/decode file handles
Amir Goldstein
1
-5
/
+1
2023-06-12
fsnotify: move fsnotify_open() hook into do_dentry_open()
Amir Goldstein
1
-1
/
+0
2023-05-25
exportfs: check for error return value from exportfs_encode_*()
Amir Goldstein
1
-2
/
+3
2023-05-25
exportfs: allow exporting non-decodeable file handles to userspace
Amir Goldstein
1
-8
/
+14
2022-09-01
do_sys_name_to_handle(): constify path
Al Viro
1
-1
/
+1
2021-04-07
switch file_open_root() to struct path
Al Viro
1
-1
/
+1
2021-02-24
fs: delete repeated words in comments
Randy Dunlap
1
-1
/
+1
2019-08-07
fs/handle.c - fix up kerneldoc
Valdis Klētnieks
1
-1
/
+1
2018-01-15
vfs: Copy struct mount.mnt_id to userspace using put_user()
David Windsor
1
-2
/
+1
2017-11-17
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-14
do_handle_open() should be static
Al Viro
1
-2
/
+2
2017-04-17
fhandle: move compat syscalls from compat.c
Al Viro
1
-0
/
+13
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-03-22
fs/coredump: prevent fsuid=0 dumps into user-controlled directories
Jann Horn
1
-1
/
+1
2015-06-02
vfs: read file_handle only once in handle_to_path
Sasha Levin
1
-2
/
+3
2012-12-20
Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2012-11-19
Fix misspellings of "whether" in comments.
Adam Buchbinder
1
-2
/
+2
2012-11-07
exportfs: add FILEID_INVALID to indicate invalid fid_type
Namjae Jeon
1
-1
/
+1
[next]