aboutsummaryrefslogtreecommitdiff
path: root/fs/fhandle.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-22do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleakGravatar Nikita Zhandarovich 1-1/+1
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesGravatar Amir Goldstein 1-5/+1
2023-06-12fsnotify: move fsnotify_open() hook into do_dentry_open()Gravatar Amir Goldstein 1-1/+0
2023-05-25exportfs: check for error return value from exportfs_encode_*()Gravatar Amir Goldstein 1-2/+3
2023-05-25exportfs: allow exporting non-decodeable file handles to userspaceGravatar Amir Goldstein 1-8/+14
2022-09-01do_sys_name_to_handle(): constify pathGravatar Al Viro 1-1/+1
2021-04-07switch file_open_root() to struct pathGravatar Al Viro 1-1/+1
2021-02-24fs: delete repeated words in commentsGravatar Randy Dunlap 1-1/+1
2019-08-07fs/handle.c - fix up kerneldocGravatar Valdis Klētnieks 1-1/+1
2018-01-15vfs: Copy struct mount.mnt_id to userspace using put_user()Gravatar David Windsor 1-2/+1
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-14do_handle_open() should be staticGravatar Al Viro 1-2/+2
2017-04-17fhandle: move compat syscalls from compat.cGravatar Al Viro 1-0/+13
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesGravatar Jann Horn 1-1/+1
2015-06-02vfs: read file_handle only once in handle_to_pathGravatar Sasha Levin 1-2/+3
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Gravatar Adam Buchbinder 1-2/+2
2012-11-07exportfs: add FILEID_INVALID to indicate invalid fid_typeGravatar Namjae Jeon 1-1/+1
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-10/+7
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbGravatar Al Viro 1-2/+2
2012-01-03vfs: mnt_id/mnt_group_id movedGravatar Al Viro 1-1/+3
2011-04-14fs/fhandle.c: add <linux/personality.h> for ia64Gravatar Jeff Mahoney 1-0/+1
2011-03-15vfs: Add open by file handle supportGravatar Aneesh Kumar K.V 1-0/+158
2011-03-15vfs: Add name to file handle conversion supportGravatar Aneesh Kumar K.V 1-0/+107