summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Reduce the stack footprint of nfs_rmdirTrond Myklebust2010-05-141-5/+10
* NFS: Reduce stack footprint of nfs_proc_remove()Trond Myklebust2010-05-141-4/+9
* NFS: Reduce stack footprint of nfs3_proc_readlink()Trond Myklebust2010-05-141-5/+10
* NFS: Reduce the stack footprint of nfs_link()Trond Myklebust2010-05-141-10/+12
* NFS: Reduce stack footprint of nfs_readdir()Trond Myklebust2010-05-141-5/+8
* NFS: Reduce stack footprint of nfs3_proc_rename() and nfs4_proc_rename()Trond Myklebust2010-05-141-10/+13
* NFSv4: Reduce stack footprint of nfs4_proc_access() and nfs3_proc_access()Trond Myklebust2010-05-141-7/+10
* NFS: Reduce the stack footprint of nfs_lookupTrond Myklebust2010-05-141-4/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nfs: handle NFSv3 -EKEYEXPIRED errors as we would -EJUKEBOXJeff Layton2010-02-101-4/+5
* headers: utsname.h reduxAlexey Dobriyan2009-09-241-1/+0Star
* NFS: out of date comment regarding O_EXCL above nfs3_proc_create()Harshula Jayasuriya2009-09-091-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-031-3/+3
|\
| * New helper - current_umask()Al Viro2009-04-011-3/+3
* | NFS: Optimise NFS close()Trond Myklebust2009-03-191-0/+1
|/
* nfs: authenticated deep mountingEG Keizer2008-10-081-2/+18
* NFS: Remove the redundant file_open entry from struct nfs_rpc_opsTrond Myklebust2008-07-091-2/+0Star
* NFS: Fix the ftruncate() credential problemTrond Myklebust2008-07-091-0/+2
* NFS: Reduce the stack usage in NFSv3 create operationsTrond Myklebust2008-07-091-129/+142
* nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-161-3/+3
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-5/+2Star
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-061-5/+2Star
* | NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Chuck Lever2008-01-301-1/+3
* | NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust2008-01-301-35/+6Star
|/
* NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inodeTrond Myklebust2007-10-091-2/+1Star
* NFSv3: Always use directory post-op attributes in nfs3_proc_lookupTrond Myklebust2007-10-091-2/+1Star
* NFS: Fake up 'wcc' attributes to prevent cache invalidation after writeTrond Myklebust2007-10-091-1/+1
* NFS: Fix atime revalidation in read()Trond Myklebust2007-10-091-3/+3
* NFS: Fix atime revalidation in readdir()Trond Myklebust2007-10-091-0/+3
* SUNRPC: Clean up the sillyrename codeTrond Myklebust2007-07-191-29/+9Star
* NFS: Introduce struct nfs_removeargs+nfs_removeresTrond Myklebust2007-07-191-17/+17
* NFS: nfs3_proc_create() should use nfs_post_op_update_inode()Trond Myklebust2007-07-111-3/+1Star
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* NFS: Remove nfs_readpage_sync()Trond Myklebust2007-02-041-24/+0Star
* [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-1/+1
* NFS: Remove nfs_writepage_sync()Trond Myklebust2006-12-061-47/+0Star
* NFS: Remove use of the Big Kernel Lock around calls to rpc_call_syncFrank Filz2006-12-061-3/+0Star
* NFS Exclusive open not supported bugAndy Ryan2006-12-061-1/+1
* [PATCH] nfs: verifier is network-endianAl Viro2006-10-201-1/+1
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-271-1/+1
* NFS: Use cached page as buffer for NFS symlink requestsChuck Lever2006-09-231-7/+7
* NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever2006-09-231-10/+16
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-231-1/+1
* NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells2006-09-231-3/+3
* NFS: Add extra const qualifiersDavid Howells2006-09-231-1/+1
* NFS: Split fs/nfs/inode.cDavid Howells2006-06-091-4/+1Star
* NFS: Cleanup of NFS read codeTrond Myklebust2006-03-201-21/+6Star
* NFS: Cleanup of NFS write code in preparation for asynchronous o_directTrond Myklebust2006-03-201-49/+17Star
* SUNRPC: eliminate rpc_call()Chuck Lever2006-03-201-38/+102
* NFS: add hooks to account for NFSERR_JUKEBOX errorsChuck Lever2006-03-201-5/+8