aboutsummaryrefslogtreecommitdiff
path: root/fs/exportfs
AgeCommit message (Expand)AuthorFilesLines
2022-04-28exportfs: support idmapped mountsGravatar Christian Brauner 1-2/+3
2020-12-09exportfs: Add a function to return the raw output from fh_to_dentry()Gravatar Trond Myklebust 1-8/+24
2019-11-10exportfs_decode_fh(): negative pinned may become positive without the parent ...Gravatar Al Viro 1-12/+19
2019-07-31docs: fs: convert docs without extension to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-11-23exportfs: do not read dentry after freeGravatar Pan Bian 1-1/+1
2018-11-18exportfs: fix 'passing zero to ERR_PTR()' warningGravatar YueHaibing 1-0/+1
2018-04-12ovl: do not try to reconnect a disconnected origin dentryGravatar Amir Goldstein 1-0/+9
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-1/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-10-06exportfs: be careful to only return expected errors.Gravatar NeilBrown 1-4/+6
2016-05-02introduce a parallel variant of ->iterate()Gravatar Al Viro 1-1/+1
2016-05-02reconnect_one(): use lookup_one_len_unlocked()Gravatar Al Viro 1-3/+7
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-6/+6
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-1/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasGravatar Al Viro 1-1/+1
2014-10-31vfs: make first argument of dir_context.actor typedGravatar Miklos Szeredi 1-2/+3
2014-06-04fs/exportfs/expfs.c: kernel-doc warning fixesGravatar Fabian Frederick 1-2/+2
2013-11-09exportfs: fix quadratic behavior in filehandle lookupGravatar J. Bruce Fields 1-53/+13
2013-11-09exportfs: better variable nameGravatar J. Bruce Fields 1-6/+6
2013-11-09exportfs: move most of reconnect_path to helper functionGravatar J. Bruce Fields 1-78/+86
2013-11-09exportfs: eliminate unused "noprogress" counterGravatar J. Bruce Fields 1-13/+2
2013-11-09exportfs: stop retrying once we race with rename/removeGravatar J. Bruce Fields 1-5/+40
2013-11-09exportfs: clear DISCONNECTED on all parents soonerGravatar J. Bruce Fields 1-4/+21
2013-11-09exportfs: more detailed comment for path_reconnectGravatar J. Bruce Fields 1-1/+13
2013-11-09exportfs: BUG_ON in crazy corner caseGravatar Christoph Hellwig 1-6/+2
2013-11-09exportfs: fix 32-bit nfsd handling of 64-bit inode numbersGravatar J. Bruce Fields 1-2/+16
2013-09-07exportfs: don't assume that ->iterate() won't feed us too long entriesGravatar Al Viro 1-1/+1
2013-06-29[readdir] constify ->actorGravatar Al Viro 1-5/+5
2013-06-29[readdir] ->readdir() is goneGravatar Al Viro 1-1/+1
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Gravatar Al Viro 1-1/+1
2013-06-29[readdir] introduce iterate_dir() and dir_contextGravatar Al Viro 1-1/+3
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+1
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+2
2012-12-17fs, exportfs: add exportfs_encode_inode_fh() helperGravatar Cyrill Gorcunov 1-5/+14
2012-12-17fs, exportfs: escape nil dereference if no s_export_op presentGravatar Cyrill Gorcunov 1-1/+1
2012-11-07exportfs: add FILEID_INVALID to indicate invalid fid_typeGravatar Namjae Jeon 1-2/+2
2012-07-23switch dentry_open() to struct path, make it grab references itselfGravatar Al Viro 1-7/+6
2012-07-14vfs: switch i_dentry/d_alias to hlistGravatar Al Viro 1-1/+2
2012-05-29->encode_fh() API changeGravatar Al Viro 1-14/+19
2011-03-15vfs: Add open by file handle supportGravatar Aneesh Kumar K.V 1-0/+2
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 1-2/+7
2011-01-07fs: dcache per-inode inode alias lockingGravatar Nick Piggin 1-5/+7
2011-01-07fs: dcache rationalise dget variantsGravatar Nick Piggin 1-1/+1
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 1-4/+0
2011-01-07fs: scale inode alias listGravatar Nick Piggin 1-0/+4
2010-10-25exportfs: use dget_parentGravatar Christoph Hellwig 1-9/+8
2009-10-27nfs: new subdir Documentation/filesystems/nfsGravatar J. Bruce Fields 1-1/+1