summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-17exportfs: do not read dentry after freePan Bian1-1/+1
2016-10-06exportfs: be careful to only return expected errors.NeilBrown2-10/+13
2016-05-02introduce a parallel variant of ->iterate()Al Viro5-11/+48
2016-05-02reconnect_one(): use lookup_one_len_unlocked()Al Viro1-3/+7
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells34-71/+71
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro24-74/+73
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi19-67/+100
2014-06-04fs/exportfs/expfs.c: kernel-doc warning fixesFabian Frederick1-2/+2
2013-11-09exportfs: fix quadratic behavior in filehandle lookupJ. Bruce Fields1-53/+13
2013-11-09exportfs: better variable nameJ. Bruce Fields1-6/+6
2013-11-09exportfs: move most of reconnect_path to helper functionJ. Bruce Fields1-78/+86
2013-11-09exportfs: eliminate unused "noprogress" counterJ. Bruce Fields1-13/+2
2013-11-09exportfs: stop retrying once we race with rename/removeJ. Bruce Fields1-5/+40
2013-11-09exportfs: clear DISCONNECTED on all parents soonerJ. Bruce Fields1-4/+21
2013-11-09exportfs: more detailed comment for path_reconnectJ. Bruce Fields1-1/+13
2013-11-09exportfs: BUG_ON in crazy corner caseChristoph Hellwig1-6/+2
2013-11-09exportfs: fix 32-bit nfsd handling of 64-bit inode numbersJ. Bruce Fields1-2/+16
2013-09-07exportfs: don't assume that ->iterate() won't feed us too long entriesAl Viro1-1/+1
2013-06-29[readdir] constify ->actorAl Viro9-68/+57
2013-06-29[readdir] ->readdir() is goneAl Viro7-16/+13
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro7-18/+47
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro10-20/+53
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin218-1494/+987
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds32-1067/+1911
2012-12-18fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov2-5/+16
2012-12-18fs, exportfs: escape nil dereference if no s_export_op presentCyrill Gorcunov1-1/+1
2012-11-08exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon4-5/+10
2012-07-22switch dentry_open() to struct path, make it grab references itselfAl Viro15-151/+106
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro13-28/+36
2012-05-30->encode_fh() API changeAl Viro16-140/+94
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V6-0/+181
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V12-18/+59
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin9-60/+67
2011-01-07fs: dcache rationalise dget variantsNick Piggin12-47/+24
2011-01-07fs: dcache remove dcache_lockNick Piggin40-307/+109
2011-01-07fs: scale inode alias listNick Piggin9-9/+78
2010-10-26exportfs: use dget_parentChristoph Hellwig1-9/+8
2009-10-27nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields16-21/+27
2008-12-25Merge branch 'next' into for-linusJames Morris223-3322/+5678
2008-12-09EXPORTFS: handle NULL returns from fh_to_dentry()/fh_to_parent()J. Bruce Fields1-0/+4
2008-11-13CRED: Pass credentials through dentry_open()David Howells19-40/+67
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro6-41/+33
2008-10-23[PATCH] reduce the stack footprint of exportfs_decode_fh()Al Viro1-5/+4
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig19-305/+78
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison28-57/+57
2007-10-22exportfs: update documentationChristoph Hellwig3-112/+70
2007-10-22exportfs: make struct export_operations constChristoph Hellwig22-25/+25
2007-10-22exportfs: remove old methodsChristoph Hellwig3-225/+3
2007-10-22exportfs: add new methodsChristoph Hellwig3-6/+248
[next]