| Commit message (Expand) | Author | Age | Files | Lines |
* | NLM: Fix reclaim races | Trond Myklebust | 2006-06-09 | 3 | -15/+39 |
* | NLM: sem to mutex conversion | Trond Myklebust | 2006-06-09 | 1 | -4/+4 |
* | NFS: make 2 functions static | Adrian Bunk | 2006-04-19 | 1 | -1/+1 |
* | [PATCH] sem2mutex: fs/ | Ingo Molnar | 2006-03-26 | 3 | -25/+28 |
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2006-03-25 | 11 | -653/+505 |
|\ |
|
| * | LOCKD: Make nlmsvc_traverse_shares return void | J. Bruce Fields | 2006-03-21 | 2 | -6/+2 |
| * | LOCKD: nlmsvc_traverse_blocks return is unused | J. Bruce Fields | 2006-03-21 | 2 | -4/+4 |
| * | lockd: blocks should hold a reference to the nlm_file | Trond Myklebust | 2006-03-20 | 1 | -35/+46 |
| * | lockd: Fix a typo in nlmsvc_grant_release() | Trond Myklebust | 2006-03-20 | 1 | -1/+3 |
| * | lockd: Add helper for *_RES callbacks | Trond Myklebust | 2006-03-20 | 3 | -192/+128 |
| * | NLM: Add nlmclnt_release_call | Trond Myklebust | 2006-03-20 | 4 | -199/+129 |
| * | NLM: Fix nlmclnt_test to not copy private part of locks | Trond Myklebust | 2006-03-20 | 1 | -1/+3 |
| * | NLM: Simplify client locks | Trond Myklebust | 2006-03-20 | 2 | -50/+32 |
| * | NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errors | Trond Myklebust | 2006-03-20 | 1 | -0/+1 |
| * | lockd: Fix Oopses due to list manipulation errors. | Trond Myklebust | 2006-03-20 | 3 | -14/+15 |
| * | lockd: stop abusing file_lock_list | Christoph Hellwig | 2006-03-20 | 3 | -50/+17 |
| * | lockd: Make lockd use rpc_new_client() instead of rpc_create_client | Trond Myklebust | 2006-03-20 | 1 | -1/+2 |
| * | lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host() | Trond Myklebust | 2006-03-20 | 3 | -6/+3 |
| * | lockd: Clean up of the server-side GRANTED code | Trond Myklebust | 2006-03-20 | 2 | -46/+53 |
| * | lockd: Add refcounting to struct nlm_block | Trond Myklebust | 2006-03-20 | 1 | -49/+45 |
| * | lockd: Fix server-side lock blocking code | Trond Myklebust | 2006-03-20 | 1 | -33/+40 |
| * | lockd: Remove FL_LOCKD flag | J. Bruce Fields | 2006-03-20 | 2 | -3/+1 |
| * | locks,lockd: fix race in nlmsvc_testlock | Andy Adamson | 2006-03-20 | 1 | -7/+5 |
| * | lockd: make nlmsvc_lock use only posix_lock_file | Andy Adamson | 2006-03-20 | 1 | -19/+4 |
| * | lockd: simplify nlmsvc_grant_blocked | Andy Adamson | 2006-03-20 | 1 | -11/+6 |
| * | lockd: clean up nlmsvc_lock | Andy Adamson | 2006-03-20 | 1 | -13/+21 |
| * | SUNRPC: eliminate rpc_call() | Chuck Lever | 2006-03-20 | 1 | -1/+6 |
| * | SUNRPC: display human-readable procedure name in rpc_iostats output | Chuck Lever | 2006-03-20 | 3 | -2/+10 |
| * | lockd: Don't expose the process pid to the NLM server | Trond Myklebust | 2006-03-20 | 5 | -15/+33 |
| * | NLM: nlm_alloc_call should not immediately fail on signal | Trond Myklebust | 2006-03-20 | 1 | -4/+5 |
* | | [PATCH] fs: Use ARRAY_SIZE macro | Tobias Klauser | 2006-03-24 | 3 | -5/+5 |
|/ |
|
* | [PATCH] NLM: Ensure we do not Oops in the case of an unlock | Trond Myklebust | 2006-03-14 | 1 | -2/+7 |
* | [PATCH] NLM: Fix the NLM_GRANTED callback checks | Trond Myklebust | 2006-02-15 | 3 | -12/+19 |
* | NLM: Ensure that nlmclnt_cancel_callback() doesn't loop forever | Trond Myklebust | 2006-02-01 | 1 | -0/+4 |
* | NLM: Fix arguments to NLM_CANCEL call | Trond Myklebust | 2006-02-01 | 1 | -3/+4 |
* | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 2006-01-15 | 1 | -3/+3 |
* | SUNRPC: get rid of cl_chatty | Chuck Lever | 2006-01-06 | 2 | -3/+1 |
* | SUNRPC: new interface to force an RPC rebind | Chuck Lever | 2006-01-06 | 1 | -2/+2 |
* | NLM: fix parsing of sm notify procedure | J. Bruce Fields | 2006-01-06 | 1 | -1/+3 |
* | NLM: Further cancel fixes | J. Bruce Fields | 2006-01-06 | 1 | -5/+10 |
* | NLM: clean up nlmsvc_delete_block | J. Bruce Fields | 2006-01-06 | 1 | -2/+1 |
* | NLM: don't unlock on cancel requests | J. Bruce Fields | 2006-01-06 | 1 | -5/+0 |
* | NLM: Clean up nlmsvc_grant_reply locking | J. Bruce Fields | 2006-01-06 | 1 | -4/+3 |
* | SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call. | Trond Myklebust | 2006-01-06 | 1 | -2/+2 |
* | RPC: Clean up RPC task structure | Trond Myklebust | 2006-01-06 | 4 | -33/+48 |
* | NLM: Fix Oops in nlmclnt_mark_reclaim() | Trond Myklebust | 2005-12-20 | 1 | -0/+4 |
* | [PATCH] kfree cleanup: fs | Jesper Juhl | 2005-11-07 | 1 | -2/+1 |
* | NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled | Chuck Lever | 2005-11-04 | 1 | -9/+34 |
* | [PATCH] RPC: remove xprt->nocong | Chuck Lever | 2005-09-23 | 1 | -1/+0 |
* | [PATCH] RPC: get rid of xprt->stream | Chuck Lever | 2005-09-23 | 1 | -2/+1 |