aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-12-201-2/+2
|\
| * exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon2012-11-071-2/+2
* | fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov2012-12-171-5/+14
* | fs, exportfs: escape nil dereference if no s_export_op presentCyrill Gorcunov2012-12-171-1/+1
|/
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-221-7/+6
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+2
* ->encode_fh() API changeAl Viro2012-05-291-14/+19
* vfs: Add open by file handle supportAneesh Kumar K.V2011-03-151-0/+2
* exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-2/+7
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-071-5/+7
* fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-071-4/+0
* fs: scale inode alias listNick Piggin2011-01-071-0/+4
* exportfs: use dget_parentChristoph Hellwig2010-10-251-9/+8
* nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields2009-10-271-1/+1
* Merge branch 'next' into for-linusJames Morris2008-12-241-1/+3
|\
| * CRED: Pass credentials through dentry_open()David Howells2008-11-131-1/+3
* | EXPORTFS: handle NULL returns from fh_to_dentry()/fh_to_parent()J. Bruce Fields2008-12-081-0/+4
|/
* [PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro2008-10-231-3/+4
* [PATCH] reduce the stack footprint of exportfs_decode_fh()Al Viro2008-10-231-5/+4
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-4/+0
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-5/+5
* exportfs: update documentationChristoph Hellwig2007-10-221-16/+25
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-3/+3
* exportfs: remove old methodsChristoph Hellwig2007-10-221-179/+0
* exportfs: add new methodsChristoph Hellwig2007-10-221-6/+130
* exportfs: add fid typeChristoph Hellwig2007-10-221-18/+18
* knfsd: exportfs: split out reconnecting a dentry from find_exported_dentryChristoph Hellwig2007-07-171-100/+113
* knfsd: exportfs: add find_disconnected_root helperChristoph Hellwig2007-07-171-16/+23
* knfsd: exportfs: move acceptable check into find_acceptable_aliasChristoph Hellwig2007-07-171-6/+6
* knfsd: exportfs: untangle ISDIR logic in find_exported_dentryChristoph Hellwig2007-07-171-16/+10
* knfsd: exportfs: remove CALL macroChristoph Hellwig2007-07-171-56/+72
* knfsd: exportfs: add procedural interface for NFSDChristoph Hellwig2007-07-171-1/+21
* knfsd: exportfs: remove iget abuseChristoph Hellwig2007-07-171-53/+3
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells2006-10-031-1/+1
* [PATCH] NFS server subtree_check returns dubious valuePeter Staubach2006-05-211-1/+1
* [PATCH] exportfs: add find_acceptable_alias helperChristoph Hellwig2006-01-181-43/+36
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-6/+6
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-162-0/+546