aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-09-191-1/+1
* NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust2012-09-121-1/+1
* nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton2011-11-041-0/+1
* switch posix_acl_create() to umode_t *Al Viro2011-08-011-3/+3
* NFS: lookup supports alternate clientBryan Schumaker2011-03-241-1/+1
* NFS move nfs_client initialization into nfs_get_clientAndy Adamson2011-03-111-0/+1
* NFS: readdir with vmapped pagesBryan Schumaker2010-10-231-2/+2
* NFS: Fix NFSv3 debugging messages in fs/nfs/nfs3proc.cChuck Lever2010-09-211-2/+3
* nfs: make sillyrename an async operationJeff Layton2010-09-171-0/+23
* nfs: standardize the rename response containerJeff Layton2010-09-171-8/+8
* nfs: standardize the rename args containerJeff Layton2010-09-171-7/+5
* NFS: Clean up nfs4_proc_create()Trond Myklebust2010-09-171-1/+1
* 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-231-1/+0
* NFS: out of date comment regarding O_EXCL above nfs3_proc_create()Harshula Jayasuriya2009-09-081-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-021-3/+3
|\
| * New helper - current_umask()Al Viro2009-03-311-3/+3
* | NFS: Optimise NFS close()Trond Myklebust2009-03-191-0/+1
|/
* nfs: authenticated deep mountingEG Keizer2008-10-071-2/+18
* NFS: Remove the redundant file_open entry from struct nfs_rpc_opsTrond Myklebust2008-07-091-2/+0
* 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/+2
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-061-5/+2
* | 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/+6
|/
* NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inodeTrond Myklebust2007-10-091-2/+1
* NFSv3: Always use directory post-op attributes in nfs3_proc_lookupTrond Myklebust2007-10-091-2/+1
* 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/+9
* 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-101-3/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* NFS: Remove nfs_readpage_sync()Trond Myklebust2007-02-031-24/+0
* [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/+0
* NFS: Remove use of the Big Kernel Lock around calls to rpc_call_syncFrank Filz2006-12-061-3/+0
* NFS Exclusive open not supported bugAndy Ryan2006-12-061-1/+1