| Commit message (Expand) | Author | Age | Files | Lines |
* | NFSv4: Remove BKL from the nfsv4 state recovery | Trond Myklebust | 2008-07-15 | 1 | -2/+0 |
* | nfs: make nfs4_drop_state_owner() static | Adrian Bunk | 2008-05-16 | 1 | -1/+1 |
* | nfs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-05-16 | 1 | -3/+3 |
* | NFSv4: Attempt to use machine credentials in SETCLIENTID calls | Trond Myklebust | 2008-04-19 | 1 | -4/+37 |
* | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues | Trond Myklebust | 2008-02-28 | 1 | -1/+5 |
* | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs | Trond Myklebust | 2008-02-25 | 1 | -1/+1 |
* | nfs: fix sparse warnings | Harvey Harrison | 2008-02-20 | 1 | -1/+1 |
* | NFS: missing spaces in KERN_WARNING | Dan Muntz | 2008-02-13 | 1 | -2/+2 |
* | NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr) | Chuck Lever | 2008-01-30 | 1 | -4/+5 |
* | NFSv4: Clean up the OPEN/CLOSE serialisation code | Trond Myklebust | 2008-01-30 | 1 | -16/+16 |
* | NFSv4: Give the lock stateid its own sequence queue | Trond Myklebust | 2008-01-10 | 1 | -1/+4 |
* | NFSv4: Ensure that we wait for the CLOSE request to complete | Trond Myklebust | 2007-10-19 | 1 | -2/+12 |
* | NFS: Replace file->private_data with calls to nfs_file_open_context() | Trond Myklebust | 2007-10-09 | 1 | -1/+1 |
* | NFSv4: Fix a locking regression in nfs4_set_mode_locked() | Trond Myklebust | 2007-08-07 | 1 | -4/+1 |
* | NFSv4: Make the NFS state model work with the nosharedcache mount option | Trond Myklebust | 2007-07-10 | 1 | -2/+20 |
* | NFSv4: Fix up stateid locking... | Trond Myklebust | 2007-07-10 | 1 | -4/+6 |
* | NFSv4: Improve the debugging of bad sequence id errors... | Trond Myklebust | 2007-07-10 | 1 | -0/+7 |
* | NFSv4: Always use the delegation if we have one | Trond Myklebust | 2007-07-10 | 1 | -9/+19 |
* | NFSv4: Fix a bug in __nfs4_find_state_byowner | Trond Myklebust | 2007-07-10 | 1 | -5/+2 |
* | NFSv4: Reduce the chances of an open_owner identifier collision | Trond Myklebust | 2007-07-10 | 1 | -39/+154 |
* | NFSv4: nfs_increment_open_seqid should not return a value | Trond Myklebust | 2007-07-10 | 1 | -3/+3 |
* | NFSv4: Don't reuse expired nfs4_state_owner structs | Trond Myklebust | 2007-07-10 | 1 | -28/+0 |
* | NFSv4: Fix a credential reference leak in nfs4_get_state_owner() | Trond Myklebust | 2007-07-10 | 1 | -4/+2 |
* | NFSv4: Clean up nfs4_call_async() | Trond Myklebust | 2007-07-10 | 1 | -4/+5 |
* | NFSv4: Ensure that nfs4_do_close() doesn't race with umount | Trond Myklebust | 2007-07-10 | 1 | -2/+2 |
* | NFS: Fix some 'sparse' warnings... | Trond Myklebust | 2007-05-14 | 1 | -1/+1 |
* | NFS: Share NFS superblocks per-protocol per-server per-FSID | David Howells | 2006-09-22 | 1 | -18/+0 |
* | NFS: Generalise the nfs_client structure | David Howells | 2006-09-22 | 1 | -122/+6 |
* | NFS: Rename nfs_server::nfs4_state | David Howells | 2006-09-22 | 1 | -5/+5 |
* | NFS: Rename struct nfs4_client to struct nfs_client | David Howells | 2006-09-22 | 1 | -25/+25 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCE | Trond Myklebust | 2006-03-20 | 1 | -0/+1 |
* | NFSv4: Remove requirement for machine creds for the "setclientid" operation | Trond Myklebust | 2006-01-06 | 1 | -26/+45 |
* | NFSv4: Remove requirement for machine creds for the "renew" operation | Trond Myklebust | 2006-01-06 | 1 | -1/+15 |
* | NFS: Convert instances of kernel_thread() to kthread() | Trond Myklebust | 2006-01-06 | 1 | -30/+16 |
* | NFSv4: State recovery cleanup | Trond Myklebust | 2006-01-06 | 1 | -10/+13 |
* | NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separately | Trond Myklebust | 2006-01-06 | 1 | -14/+17 |
* | NFSv4: Fix buggy nfs_wait_on_sequence() | Trond Myklebust | 2005-11-25 | 1 | -10/+10 |
* | [PATCH] kfree cleanup: fs | Jesper Juhl | 2005-11-07 | 1 | -6/+3 |
* | NFSv4: Fix recovery of flock() locks. | Trond Myklebust | 2005-11-04 | 1 | -2/+2 |
* | NFSv4: Fix problem with OPEN_DOWNGRADE | Trond Myklebust | 2005-11-04 | 1 | -33/+0 |
* | NFSv4: Fix a race between open() and close() | Trond Myklebust | 2005-11-04 | 1 | -28/+30 |
* | NFSv4: Fix up locking for nfs4_state_owner | Trond Myklebust | 2005-10-20 | 1 | -5/+15 |
* | NFSv4: Final tweak to sequence id | Trond Myklebust | 2005-10-20 | 1 | -10/+13 |
* | NFSv4: Fix an oopsable condition in nfs_free_seqid | Trond Myklebust | 2005-10-18 | 1 | -8/+1 |
* | NFSv4: Make NFS clean up byte range locks asynchronously | Trond Myklebust | 2005-10-18 | 1 | -1/+1 |
* | NFSv4: Remove nfs4_client->cl_sem from close() path | Trond Myklebust | 2005-10-18 | 1 | -8/+1 |
* | NFSv4: Remove obsolete state_owner and lock_owner semaphores | Trond Myklebust | 2005-10-18 | 1 | -11/+4 |
* | NFSv4: Fix a potential CLOSE race | Trond Myklebust | 2005-10-18 | 1 | -1/+5 |
* | NFSv4: Add functions to order RPC calls | Trond Myklebust | 2005-10-18 | 1 | -26/+119 |