aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14NFS: Reduce the stack footprint of nfs_proc_symlink()Trond Myklebust1-10/+16
2010-05-14NFS: Reduce the stack footprint of nfs_proc_createTrond Myklebust1-52/+66
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-10nfs: handle NFSv2 -EKEYEXPIRED returns from RPC layer appropriatelyJeff Layton1-0/+41
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-03-19NFS: Optimise NFS close()Trond Myklebust1-0/+1
2008-10-07nfs: authenticated deep mountingEG Keizer1-2/+8
2008-07-09NFS: Remove the redundant file_open entry from struct nfs_rpc_opsTrond Myklebust1-2/+0
2008-07-09NFS: Fix the ftruncate() credential problemTrond Myklebust1-0/+2
2008-07-09NFS: Add correct bounds checking to NFSv2 locksTrond Myklebust1-0/+24
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-01-30NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Chuck Lever1-1/+3
2008-01-30NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust1-21/+5
2007-10-21NFSv2: Ensure that the directory metadata gets revalidated on file createTrond Myklebust1-0/+1
2007-10-09NFS: Fake up 'wcc' attributes to prevent cache invalidation after writeTrond Myklebust1-1/+1
2007-10-09NFS: Fix atime revalidation in read()Trond Myklebust1-0/+1
2007-10-09NFS: Fix atime revalidation in readdir()Trond Myklebust1-0/+2
2007-07-19SUNRPC: Clean up the sillyrename codeTrond Myklebust1-21/+5
2007-07-19NFS: Introduce struct nfs_removeargs+nfs_removeresTrond Myklebust1-10/+10
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-03NFS: Remove nfs_readpage_sync()Trond Myklebust1-30/+0
2006-12-08[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+1
2006-12-06NFS: Remove nfs_writepage_sync()Trond Myklebust1-28/+0
2006-12-06NFS: Remove use of the Big Kernel Lock around calls to rpc_call_syncFrank Filz1-3/+0
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-1/+1
2006-09-22NFS: Use cached page as buffer for NFS symlink requestsChuck Lever1-7/+7
2006-09-22NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever1-8/+21
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells1-2/+2
2006-09-22NFS: Add extra const qualifiersDavid Howells1-1/+1
2006-06-09NFS: Split fs/nfs/inode.cDavid Howells1-4/+1
2006-03-20NFS: Cleanup of NFS read codeTrond Myklebust1-20/+5
2006-03-20NFS: Cleanup of NFS write code in preparation for asynchronous o_directTrond Myklebust1-19/+5
2006-03-20SUNRPC: eliminate rpc_call()Chuck Lever1-22/+85
2006-01-06NFS: Send valid mode bits to the serverTrond Myklebust1-0/+3
2006-01-06RPC: Clean up RPC task structureTrond Myklebust1-10/+18
2005-12-03NFS: Fix post-op attribute revalidation...Trond Myklebust1-0/+1
2005-10-27NFS: Don't let nfs_end_data_update() clobber attribute update informationTrond Myklebust1-3/+13
2005-10-27NFS: Cleanup initialisation of struct nfs_fattrTrond Myklebust1-13/+13
2005-10-18NFSv4: Eliminate nfsv4 open race...Trond Myklebust1-1/+1
2005-08-16[PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL createsTrond Myklebust1-0/+2
2005-06-22[PATCH] NFS: Allow NFS versions to support different sets of inode operations.J. Bruce Fields1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+655