summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-101-0/+5
* NFSv4: Fix up stateid locking...Trond Myklebust2007-07-101-16/+11
* NFSv4: Clean up the callers of nfs4_open_recover_helper()Trond Myklebust2007-07-101-22/+20
* NFSv4: Don't call OPEN if we already have an open stateid for a fileTrond Myklebust2007-07-101-8/+41
* NFSv4: Check for the existence of a delegation in nfs4_open_prepare()Trond Myklebust2007-07-101-88/+107
* NFSv4: Clean up _nfs4_proc_open()Trond Myklebust2007-07-101-13/+10
* NFSv4: Allow nfs4_opendata_to_nfs4_state to return errors.Trond Myklebust2007-07-101-11/+18
* NFSv4: Improve the debugging of bad sequence id errors...Trond Myklebust2007-07-101-1/+3
* NFSv4: Always use the delegation if we have oneTrond Myklebust2007-07-101-22/+66
* NFSv4: Clean up confirmation of sequence ids...Trond Myklebust2007-07-101-2/+3
* NFSv4: Support recalling delegations by stateid part 2Trond Myklebust2007-07-101-6/+4
* NFSv4: Fix up a bug in nfs4_open_recover()Trond Myklebust2007-07-101-34/+31
* NFSv4: set the delegation in nfs4_opendata_to_nfs4_stateTrond Myklebust2007-07-101-18/+16
* NFSv4: Fix atomic open for execute...Trond Myklebust2007-07-101-1/+14
* NFSv4: Reduce the chances of an open_owner identifier collisionTrond Myklebust2007-07-101-4/+4
* NFSv4: Clean up _nfs4_proc_lookup() vs _nfs4_proc_lookupfh()Trond Myklebust2007-07-101-26/+9
* NFSv4: Convert struct nfs4_opendata to use struct krefTrond Myklebust2007-07-101-23/+30
* NFS4: on a O_EXCL OPEN make sure SETATTR sets the fields holding the verifierJeff Layton2007-07-101-0/+20
* NFSv4: Clean up nfs4_call_async()Trond Myklebust2007-07-101-17/+9
* NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust2007-07-101-15/+20
* NFSv4: Ensure asynchronous open() calls always pin the mountpointTrond Myklebust2007-07-101-17/+31
* NFSv4: Cleanup: pass the nfs_open_context to open recovery codeTrond Myklebust2007-07-101-19/+19
* NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust2007-07-101-3/+3
* NFS: Fix some 'sparse' warnings...Trond Myklebust2007-05-141-2/+2
* Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-05-071-0/+1
|\
| * locks: make ->lock release private data before returning in GETLK caseJ. Bruce Fields2007-05-061-0/+1
* | NFS4: invalidate cached acl on setaclJ. Bruce Fields2007-05-021-2/+1
|/
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-121-1/+1
|\
| * [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* | NFSv4: Add lockdep checks to nfs4_wait_clnt_recover()Trond Myklebust2007-02-031-0/+4
* | NFSv4: Don't start state recovery in nfs4_close_done()Trond Myklebust2007-02-031-5/+1
* | NFS: Remove nfs_readpage_sync()Trond Myklebust2007-02-031-39/+0
* | NFSv4: Cleanups for fs_locations code.Trond Myklebust2007-02-031-7/+4
|/
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* NFS: Remove nfs_writepage_sync()Trond Myklebust2006-12-061-85/+0
* NFS: Remove use of the Big Kernel Lock around calls to rpc_call_syncFrank Filz2006-12-061-2/+0
* Fix a second potential rpc_wakeup race...Trond Myklebust2006-12-061-6/+6
* [PATCH] nfs: verifier is network-endianAl Viro2006-10-201-3/+3
* [PATCH] xdr annotations: NFS readdir entriesAl Viro2006-10-201-2/+2
* [PATCH] NFS: remove unused check in nfs4_open_revalidateChuck Lever2006-10-201-4/+2
* NFSv4: Poll more aggressively when handling NFS4ERR_DELAYTrond Myklebust2006-09-221-1/+1
* NFSv4: Handle the condition NFS4ERR_FILE_OPENTrond Myklebust2006-09-221-0/+1
* NFSv4: Retry lease recovery if it failed during a synchronous operation.Trond Myklebust2006-09-221-2/+9
* NFS: Use cached page as buffer for NFS symlink requestsChuck Lever2006-09-221-5/+7
* NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever2006-09-221-15/+16
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-221-55/+4
* NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells2006-09-221-1/+1