summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: fix sparse warningsHarvey Harrison2008-02-201-1/+1
* NFS: missing spaces in KERN_WARNINGDan Muntz2008-02-141-2/+2
* NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)Chuck Lever2008-01-301-4/+5
* NFSv4: Clean up the OPEN/CLOSE serialisation codeTrond Myklebust2008-01-301-16/+16
* NFSv4: Give the lock stateid its own sequence queueTrond Myklebust2008-01-101-1/+4
* NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust2007-10-191-2/+12
* NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust2007-10-091-1/+1
* NFSv4: Fix a locking regression in nfs4_set_mode_locked()Trond Myklebust2007-08-071-4/+1Star
* NFSv4: Make the NFS state model work with the nosharedcache mount optionTrond Myklebust2007-07-111-2/+20
* NFSv4: Fix up stateid locking...Trond Myklebust2007-07-111-4/+6
* NFSv4: Improve the debugging of bad sequence id errors...Trond Myklebust2007-07-111-0/+7
* NFSv4: Always use the delegation if we have oneTrond Myklebust2007-07-111-9/+19
* NFSv4: Fix a bug in __nfs4_find_state_byownerTrond Myklebust2007-07-111-5/+2Star
* NFSv4: Reduce the chances of an open_owner identifier collisionTrond Myklebust2007-07-111-39/+154
* NFSv4: nfs_increment_open_seqid should not return a valueTrond Myklebust2007-07-111-3/+3
* NFSv4: Don't reuse expired nfs4_state_owner structsTrond Myklebust2007-07-111-28/+0Star
* NFSv4: Fix a credential reference leak in nfs4_get_state_owner()Trond Myklebust2007-07-111-4/+2Star
* NFSv4: Clean up nfs4_call_async()Trond Myklebust2007-07-111-4/+5
* NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust2007-07-111-2/+2
* NFS: Fix some 'sparse' warnings...Trond Myklebust2007-05-151-1/+1
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-231-18/+0Star
* NFS: Generalise the nfs_client structureDavid Howells2006-09-231-122/+6Star
* NFS: Rename nfs_server::nfs4_stateDavid Howells2006-09-231-5/+5
* NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2006-09-231-25/+25
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCETrond Myklebust2006-03-201-0/+1
* NFSv4: Remove requirement for machine creds for the "setclientid" operationTrond Myklebust2006-01-061-26/+45
* NFSv4: Remove requirement for machine creds for the "renew" operationTrond Myklebust2006-01-061-1/+15
* NFS: Convert instances of kernel_thread() to kthread()Trond Myklebust2006-01-061-30/+16Star
* NFSv4: State recovery cleanupTrond Myklebust2006-01-061-10/+13
* NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separatelyTrond Myklebust2006-01-061-14/+17
* NFSv4: Fix buggy nfs_wait_on_sequence()Trond Myklebust2005-11-251-10/+10
* [PATCH] kfree cleanup: fsJesper Juhl2005-11-071-6/+3Star
* NFSv4: Fix recovery of flock() locks.Trond Myklebust2005-11-041-2/+2
* NFSv4: Fix problem with OPEN_DOWNGRADETrond Myklebust2005-11-041-33/+0Star
* NFSv4: Fix a race between open() and close()Trond Myklebust2005-11-041-28/+30
* NFSv4: Fix up locking for nfs4_state_ownerTrond Myklebust2005-10-201-5/+15
* NFSv4: Final tweak to sequence idTrond Myklebust2005-10-201-10/+13
* NFSv4: Fix an oopsable condition in nfs_free_seqidTrond Myklebust2005-10-191-8/+1Star
* NFSv4: Make NFS clean up byte range locks asynchronouslyTrond Myklebust2005-10-181-1/+1
* NFSv4: Remove nfs4_client->cl_sem from close() pathTrond Myklebust2005-10-181-8/+1Star
* NFSv4: Remove obsolete state_owner and lock_owner semaphoresTrond Myklebust2005-10-181-11/+4Star
* NFSv4: Fix a potential CLOSE raceTrond Myklebust2005-10-181-1/+5
* NFSv4: Add functions to order RPC callsTrond Myklebust2005-10-181-26/+119
* [PATCH] NFSv4: Clean up nfs4 lock state accountingTrond Myklebust2005-06-221-99/+79Star
* [PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields2005-06-221-1/+2
* [PATCH] NFS: Header file cleanup...Trond Myklebust2005-06-221-9/+3Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+932