Age | Commit message (Expand) | Author | Files | Lines |
2008-12-23 | NFSv4: Convert the open and close ops to use fmode | Trond Myklebust | 1 | -12/+12 |
2008-12-23 | NFSv4: Clean up nfs_expire_all_delegations() | Trond Myklebust | 1 | -1/+1 |
2008-12-23 | NFSv4: Fix a BAD_SEQUENCEID condition. | Trond Myklebust | 1 | -2/+0 |
2008-12-23 | NFSv4: Don't exit the state management if there are still tasks to do | Trond Myklebust | 1 | -2/+6 |
2008-12-23 | NFSv4: Rename the state reclaimer thread | Trond Myklebust | 1 | -21/+28 |
2008-12-23 | NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management... | Trond Myklebust | 1 | -3/+6 |
2008-12-23 | NFSv4: Add recovery for individual stateids | Trond Myklebust | 1 | -1/+1 |
2008-12-23 | NFSv4: Remove nfs_client->cl_sem | Trond Myklebust | 1 | -17/+0 |
2008-12-23 | NFSv4: Ensure that file unlock requests don't conflict with state recovery | Trond Myklebust | 1 | -0/+4 |
2008-12-23 | NFSv4: Ensure that nfs4_reclaim_open_state() doesn't depend on cl_sem | Trond Myklebust | 1 | -1/+10 |
2008-12-23 | NFSv4: Add a recovery marking scheme for state owners | Trond Myklebust | 1 | -4/+17 |
2008-12-23 | NFSv4: Don't tell server we rebooted when not necessary | Trond Myklebust | 1 | -11/+11 |
2008-12-23 | NFSv4: Remove redundant RENEW calls if we know the lease has expired | Trond Myklebust | 1 | -18/+29 |
2008-12-23 | NFSv4: Fix state recovery when the client runs over the grace period | Trond Myklebust | 1 | -45/+144 |
2008-12-23 | NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lock | Trond Myklebust | 1 | -5/+15 |
2008-12-23 | NFSv4: Clean up for the state loss reclaimer | Trond Myklebust | 1 | -49/+81 |
2008-07-16 | NFSv4: Remove BKL from the nfsv4 state recovery | Trond Myklebust | 1 | -2/+0 |
2008-05-16 | nfs: make nfs4_drop_state_owner() static | Adrian Bunk | 1 | -1/+1 |
2008-05-16 | nfs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -3/+3 |
2008-04-20 | NFSv4: Attempt to use machine credentials in SETCLIENTID calls | Trond Myklebust | 1 | -4/+37 |
2008-02-29 | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues | Trond Myklebust | 1 | -1/+5 |
2008-02-26 | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs | Trond Myklebust | 1 | -1/+1 |
2008-02-21 | nfs: fix sparse warnings | Harvey Harrison | 1 | -1/+1 |
2008-02-14 | NFS: missing spaces in KERN_WARNING | Dan Muntz | 1 | -2/+2 |
2008-01-30 | NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr) | Chuck Lever | 1 | -4/+5 |
2008-01-30 | NFSv4: Clean up the OPEN/CLOSE serialisation code | Trond Myklebust | 1 | -16/+16 |
2008-01-11 | NFSv4: Give the lock stateid its own sequence queue | Trond Myklebust | 1 | -1/+4 |
2007-10-20 | NFSv4: Ensure that we wait for the CLOSE request to complete | Trond Myklebust | 1 | -2/+12 |
2007-10-10 | NFS: Replace file->private_data with calls to nfs_file_open_context() | Trond Myklebust | 1 | -1/+1 |
2007-08-07 | NFSv4: Fix a locking regression in nfs4_set_mode_locked() | Trond Myklebust | 1 | -4/+1 |
2007-07-11 | NFSv4: Make the NFS state model work with the nosharedcache mount option | Trond Myklebust | 1 | -2/+20 |
2007-07-11 | NFSv4: Fix up stateid locking... | Trond Myklebust | 1 | -4/+6 |
2007-07-11 | NFSv4: Improve the debugging of bad sequence id errors... | Trond Myklebust | 1 | -0/+7 |
2007-07-11 | NFSv4: Always use the delegation if we have one | Trond Myklebust | 1 | -9/+19 |
2007-07-11 | NFSv4: Fix a bug in __nfs4_find_state_byowner | Trond Myklebust | 1 | -5/+2 |
2007-07-11 | NFSv4: Reduce the chances of an open_owner identifier collision | Trond Myklebust | 1 | -39/+154 |
2007-07-11 | NFSv4: nfs_increment_open_seqid should not return a value | Trond Myklebust | 1 | -3/+3 |
2007-07-11 | NFSv4: Don't reuse expired nfs4_state_owner structs | Trond Myklebust | 1 | -28/+0 |
2007-07-11 | NFSv4: Fix a credential reference leak in nfs4_get_state_owner() | Trond Myklebust | 1 | -4/+2 |
2007-07-11 | NFSv4: Clean up nfs4_call_async() | Trond Myklebust | 1 | -4/+5 |
2007-07-11 | NFSv4: Ensure that nfs4_do_close() doesn't race with umount | Trond Myklebust | 1 | -2/+2 |
2007-05-15 | NFS: Fix some 'sparse' warnings... | Trond Myklebust | 1 | -1/+1 |
2006-09-23 | NFS: Share NFS superblocks per-protocol per-server per-FSID | David Howells | 1 | -18/+0 |
2006-09-23 | NFS: Generalise the nfs_client structure | David Howells | 1 | -122/+6 |
2006-09-23 | NFS: Rename nfs_server::nfs4_state | David Howells | 1 | -5/+5 |
2006-09-23 | NFS: Rename struct nfs4_client to struct nfs_client | David Howells | 1 | -25/+25 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-03-20 | NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCE | Trond Myklebust | 1 | -0/+1 |
2006-01-06 | NFSv4: Remove requirement for machine creds for the "setclientid" operation | Trond Myklebust | 1 | -26/+45 |
2006-01-06 | NFSv4: Remove requirement for machine creds for the "renew" operation | Trond Myklebust | 1 | -1/+15 |