summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-151-4/+4
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-20/+7Star
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-061-20/+7Star
* | NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inodeTrond Myklebust2008-01-301-9/+13
* | nfs4: allow nfsv4 acls on non-regular-filesJ. Bruce Fields2008-01-301-4/+0Star
* | NFSv4: Add socket proto argument to setclientidTrond Myklebust2008-01-301-1/+3
* | NFS: Enable NFS client to generate CLIENTID strings with IPv6 addressesChuck Lever2008-01-301-4/+8
* | NFS: define a function to update nfsi->cache_change_attributeTrond Myklebust2008-01-301-1/+1
* | NFS/SUNRPC: Convert all users of rpc_call_setup()Trond Myklebust2008-01-301-66/+52Star
* | NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust2008-01-301-41/+8Star
* | SUNRPC: Clean up rpc_run_taskTrond Myklebust2008-01-301-7/+42
* | NFSv4: Clean up the OPEN/CLOSE serialisation codeTrond Myklebust2008-01-301-19/+11Star
* | NFSv4: Fix open_to_lock_owner sequenceid allocation...Trond Myklebust2008-01-031-11/+19
* | NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on errorTrond Myklebust2008-01-031-3/+1Star
|/
* NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust2007-10-191-5/+8
* NFS: Fix a race in sillyrenameTrond Myklebust2007-10-191-0/+6
* NFS: Fix a connectathon regression in NFSv3 and NFSv4Trond Myklebust2007-10-091-6/+4Star
* NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inodeTrond Myklebust2007-10-091-3/+2Star
* NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries tooTrond Myklebust2007-10-091-1/+6
* NFS: Don't hash the negative dentry when optimising for an O_EXCL openTrond Myklebust2007-10-091-1/+2
* 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-0/+2
* NFS: Fix atime revalidation in readdir()Trond Myklebust2007-10-091-0/+3
* NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeedsTrond Myklebust2007-10-091-2/+5
* NFSv4: Make NFSv4 ACCESS calls return attributes too...Trond Myklebust2007-10-091-2/+9
* NFSv4: Simplify _nfs4_do_access()Trond Myklebust2007-10-091-33/+2Star
* NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust2007-10-091-4/+4
* 64 bit ino support for NFS clientPeter Staubach2007-10-091-2/+2
* NFSv4: Ensure that we pass the correct dentry to nfs4_intent_set_fileTrond Myklebust2007-09-011-1/+1
* NFSv4: Fix a typo in _nfs4_do_open_reclaimTrond Myklebust2007-09-011-1/+1
* NFS: Fix NFSv4 open stateid regressionsTrond Myklebust2007-08-071-9/+7Star
* SUNRPC: Clean up the sillyrename codeTrond Myklebust2007-07-191-36/+14Star
* NFS: Introduce struct nfs_removeargs+nfs_removeresTrond Myklebust2007-07-191-16/+15Star
* NFSv4: Try to recover from getfh failures in nfs4_xdr_dec_openTrond Myklebust2007-07-191-1/+6
* NFSv4: 'constify' lookup arguments.Trond Myklebust2007-07-191-5/+5
* NFSv4: Fix open state recoveryTrond Myklebust2007-07-191-12/+24
* NFSv4: Make sure unlock is really an unlock when cancelling a lockFrank Filz2007-07-111-0/+5
* NFSv4: Fix up stateid locking...Trond Myklebust2007-07-111-16/+11Star
* NFSv4: Clean up the callers of nfs4_open_recover_helper()Trond Myklebust2007-07-111-22/+20Star
* NFSv4: Don't call OPEN if we already have an open stateid for a fileTrond Myklebust2007-07-111-8/+41
* NFSv4: Check for the existence of a delegation in nfs4_open_prepare()Trond Myklebust2007-07-111-88/+107
* NFSv4: Clean up _nfs4_proc_open()Trond Myklebust2007-07-111-13/+10Star
* NFSv4: Allow nfs4_opendata_to_nfs4_state to return errors.Trond Myklebust2007-07-111-11/+18
* NFSv4: Improve the debugging of bad sequence id errors...Trond Myklebust2007-07-111-1/+3
* NFSv4: Always use the delegation if we have oneTrond Myklebust2007-07-111-22/+66
* NFSv4: Clean up confirmation of sequence ids...Trond Myklebust2007-07-111-2/+3
* NFSv4: Support recalling delegations by stateid part 2Trond Myklebust2007-07-111-6/+4Star
* NFSv4: Fix up a bug in nfs4_open_recover()Trond Myklebust2007-07-111-34/+31Star
* NFSv4: set the delegation in nfs4_opendata_to_nfs4_stateTrond Myklebust2007-07-111-18/+16Star
* NFSv4: Fix atomic open for execute...Trond Myklebust2007-07-111-1/+14