summaryrefslogtreecommitdiffstats
path: root/fs/exportfs
AgeCommit message (Expand)AuthorLines
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+2
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells-1/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar-0/+1
2016-10-06exportfs: be careful to only return expected errors.NeilBrown-4/+6
2016-05-02introduce a parallel variant of ->iterate()Al Viro-1/+1
2016-05-02reconnect_one(): use lookup_one_len_unlocked()Al Viro-3/+7
2016-01-22wrappers for ->i_mutex accessAl Viro-6/+6
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells-1/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro-1/+1
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi-2/+3
2014-06-04fs/exportfs/expfs.c: kernel-doc warning fixesFabian Frederick-2/+2
2013-11-09exportfs: fix quadratic behavior in filehandle lookupJ. Bruce Fields-53/+13
2013-11-09exportfs: better variable nameJ. Bruce Fields-6/+6
2013-11-09exportfs: move most of reconnect_path to helper functionJ. Bruce Fields-78/+86
2013-11-09exportfs: eliminate unused "noprogress" counterJ. Bruce Fields-13/+2
2013-11-09exportfs: stop retrying once we race with rename/removeJ. Bruce Fields-5/+40
2013-11-09exportfs: clear DISCONNECTED on all parents soonerJ. Bruce Fields-4/+21
2013-11-09exportfs: more detailed comment for path_reconnectJ. Bruce Fields-1/+13
2013-11-09exportfs: BUG_ON in crazy corner caseChristoph Hellwig-6/+2
2013-11-09exportfs: fix 32-bit nfsd handling of 64-bit inode numbersJ. Bruce Fields-2/+16
2013-09-07exportfs: don't assume that ->iterate() won't feed us too long entriesAl Viro-1/+1
2013-06-29[readdir] constify ->actorAl Viro-5/+5
2013-06-29[readdir] ->readdir() is goneAl Viro-1/+1
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro-1/+1
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro-1/+3
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-2/+1
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-2/+2
2012-12-17fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov-5/+14
2012-12-17fs, exportfs: escape nil dereference if no s_export_op presentCyrill Gorcunov-1/+1
2012-11-07exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon-2/+2
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro-7/+6
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro-1/+2
2012-05-29->encode_fh() API changeAl Viro-14/+19
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V-0/+2
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V-2/+7
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin-5/+7
2011-01-07fs: dcache rationalise dget variantsNick Piggin-1/+1
2011-01-07fs: dcache remove dcache_lockNick Piggin-4/+0
2011-01-07fs: scale inode alias listNick Piggin-0/+4
2010-10-25exportfs: use dget_parentChristoph Hellwig-9/+8
2009-10-27nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields-1/+1
2008-12-25Merge branch 'next' into for-linusJames Morris-1/+3
2008-12-08EXPORTFS: handle NULL returns from fh_to_dentry()/fh_to_parent()J. Bruce Fields-0/+4
2008-11-14CRED: Pass credentials through dentry_open()David Howells-1/+3
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro-3/+4
2008-10-23[PATCH] reduce the stack footprint of exportfs_decode_fh()Al Viro-5/+4
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig-4/+0
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-5/+5
2007-10-22exportfs: update documentationChristoph Hellwig-16/+25
2007-10-22exportfs: make struct export_operations constChristoph Hellwig-3/+3