aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/proc.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-24NFS: lookup supports alternate clientGravatar Bryan Schumaker 1-1/+1
2011-03-11NFS move nfs_client initialization into nfs_get_clientGravatar Andy Adamson 1-0/+1
2011-01-04NFS: Don't leak in nfs_proc_symlink()Gravatar Jesper Juhl 1-1/+2
2010-12-16NFS: Introduce new-style XDR decoding functions for NFSv2Gravatar Chuck Lever 1-1/+1
2010-10-23NFS: readdir with vmapped pagesGravatar Bryan Schumaker 1-2/+2
2010-09-17nfs: make sillyrename an async operationGravatar Jeff Layton 1-0/+19
2010-09-17nfs: standardize the rename args containerGravatar Jeff Layton 1-6/+4
2010-09-17NFS: Clean up nfs4_proc_create()Gravatar Trond Myklebust 1-1/+1
2010-05-14NFS: Reduce the stack footprint of nfs_proc_symlink()Gravatar Trond Myklebust 1-10/+16
2010-05-14NFS: Reduce the stack footprint of nfs_proc_createGravatar Trond Myklebust 1-52/+66
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-02-10nfs: handle NFSv2 -EKEYEXPIRED returns from RPC layer appropriatelyGravatar Jeff Layton 1-0/+41
2009-09-23headers: utsname.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-03-19NFS: Optimise NFS close()Gravatar Trond Myklebust 1-0/+1
2008-10-07nfs: authenticated deep mountingGravatar EG Keizer 1-2/+8
2008-07-09NFS: Remove the redundant file_open entry from struct nfs_rpc_opsGravatar Trond Myklebust 1-2/+0
2008-07-09NFS: Fix the ftruncate() credential problemGravatar Trond Myklebust 1-0/+2
2008-07-09NFS: Add correct bounds checking to NFSv2 locksGravatar Trond Myklebust 1-0/+24
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-4/+4
2008-01-30NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Gravatar Chuck Lever 1-1/+3
2008-01-30NFS: Clean up the (commit|read|write)_setup() callback routinesGravatar Trond Myklebust 1-21/+5
2007-10-21NFSv2: Ensure that the directory metadata gets revalidated on file createGravatar Trond Myklebust 1-0/+1
2007-10-09NFS: Fake up 'wcc' attributes to prevent cache invalidation after writeGravatar Trond Myklebust 1-1/+1
2007-10-09NFS: Fix atime revalidation in read()Gravatar Trond Myklebust 1-0/+1
2007-10-09NFS: Fix atime revalidation in readdir()Gravatar Trond Myklebust 1-0/+2
2007-07-19SUNRPC: Clean up the sillyrename codeGravatar Trond Myklebust 1-21/+5
2007-07-19NFS: Introduce struct nfs_removeargs+nfs_removeresGravatar Trond Myklebust 1-10/+10
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-03NFS: Remove nfs_readpage_sync()Gravatar Trond Myklebust 1-30/+0
2006-12-08[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 1-1/+1
2006-12-06NFS: Remove nfs_writepage_sync()Gravatar Trond Myklebust 1-28/+0
2006-12-06NFS: Remove use of the Big Kernel Lock around calls to rpc_call_syncGravatar Frank Filz 1-3/+0
2006-09-27[PATCH] fs: Removing useless castsGravatar Panagiotis Issaris 1-1/+1
2006-09-22NFS: Use cached page as buffer for NFS symlink requestsGravatar Chuck Lever 1-7/+7
2006-09-22NFS: Fix double d_drop in nfs_instantiate() error pathGravatar Chuck Lever 1-8/+21
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientGravatar David Howells 1-2/+2
2006-09-22NFS: Add extra const qualifiersGravatar David Howells 1-1/+1
2006-06-09NFS: Split fs/nfs/inode.cGravatar David Howells 1-4/+1
2006-03-20NFS: Cleanup of NFS read codeGravatar Trond Myklebust 1-20/+5
2006-03-20NFS: Cleanup of NFS write code in preparation for asynchronous o_directGravatar Trond Myklebust 1-19/+5
2006-03-20SUNRPC: eliminate rpc_call()Gravatar Chuck Lever 1-22/+85
2006-01-06NFS: Send valid mode bits to the serverGravatar Trond Myklebust 1-0/+3
2006-01-06RPC: Clean up RPC task structureGravatar Trond Myklebust 1-10/+18
2005-12-03NFS: Fix post-op attribute revalidation...Gravatar Trond Myklebust 1-0/+1
2005-10-27NFS: Don't let nfs_end_data_update() clobber attribute update informationGravatar Trond Myklebust 1-3/+13
2005-10-27NFS: Cleanup initialisation of struct nfs_fattrGravatar Trond Myklebust 1-13/+13
2005-10-18NFSv4: Eliminate nfsv4 open race...Gravatar Trond Myklebust 1-1/+1
2005-08-16[PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL createsGravatar Trond Myklebust 1-0/+2
2005-06-22[PATCH] NFS: Allow NFS versions to support different sets of inode operations.Gravatar J. Bruce Fields 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+655