summaryrefslogtreecommitdiff
path: root/fs/fhandle.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-12fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2015-06-02vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
2012-12-21Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-2/+2
2012-11-08exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon1-1/+1
2012-09-27switch simple cases of fget_light to fdgetAl Viro1-10/+7
2012-01-07vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-2/+2
2012-01-04vfs: mnt_id/mnt_group_id movedAl Viro1-1/+3
2011-04-15fs/fhandle.c: add <linux/personality.h> for ia64Jeff Mahoney1-0/+1
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V1-0/+158
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V1-0/+107