aboutsummaryrefslogtreecommitdiff
path: root/fs/exportfs
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-25Merge branch 'next' into for-linusGravatar James Morris 1-1/+3
2008-12-08EXPORTFS: handle NULL returns from fh_to_dentry()/fh_to_parent()Gravatar J. Bruce Fields 1-0/+4
2008-11-14CRED: Pass credentials through dentry_open()Gravatar David Howells 1-1/+3
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultGravatar Al Viro 1-3/+4
2008-10-23[PATCH] reduce the stack footprint of exportfs_decode_fh()Gravatar Al Viro 1-5/+4
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasGravatar Christoph Hellwig 1-4/+0
2008-04-30fs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-5/+5
2007-10-22exportfs: update documentationGravatar Christoph Hellwig 1-16/+25
2007-10-22exportfs: make struct export_operations constGravatar Christoph Hellwig 1-3/+3
2007-10-22exportfs: remove old methodsGravatar Christoph Hellwig 1-179/+0
2007-10-22exportfs: add new methodsGravatar Christoph Hellwig 1-6/+130
2007-10-22exportfs: add fid typeGravatar Christoph Hellwig 1-18/+18
2007-07-17knfsd: exportfs: split out reconnecting a dentry from find_exported_dentryGravatar Christoph Hellwig 1-100/+113
2007-07-17knfsd: exportfs: add find_disconnected_root helperGravatar Christoph Hellwig 1-16/+23
2007-07-17knfsd: exportfs: move acceptable check into find_acceptable_aliasGravatar Christoph Hellwig 1-6/+6
2007-07-17knfsd: exportfs: untangle ISDIR logic in find_exported_dentryGravatar Christoph Hellwig 1-16/+10
2007-07-17knfsd: exportfs: remove CALL macroGravatar Christoph Hellwig 1-56/+72
2007-07-17knfsd: exportfs: add procedural interface for NFSDGravatar Christoph Hellwig 1-1/+21
2007-07-17knfsd: exportfs: remove iget abuseGravatar Christoph Hellwig 1-53/+3
2007-07-17knfsd: exportfs: add exportfs.h headerGravatar Christoph Hellwig 1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersGravatar David Howells 1-1/+1
2006-05-21[PATCH] NFS server subtree_check returns dubious valueGravatar Peter Staubach 1-1/+1
2006-01-18[PATCH] exportfs: add find_acceptable_alias helperGravatar Christoph Hellwig 1-43/+36
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-6/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 2-0/+546