Age | Commit message (Expand) | Author | Files | Lines |
2006-03-20 | lockd: blocks should hold a reference to the nlm_file | Trond Myklebust | 1 | -35/+46 |
2006-03-20 | lockd: Fix a typo in nlmsvc_grant_release() | Trond Myklebust | 1 | -1/+3 |
2006-03-20 | lockd: Add helper for *_RES callbacks | Trond Myklebust | 3 | -192/+128 |
2006-03-20 | NLM: Add nlmclnt_release_call | Trond Myklebust | 4 | -199/+129 |
2006-03-20 | NLM: Fix nlmclnt_test to not copy private part of locks | Trond Myklebust | 1 | -1/+3 |
2006-03-20 | NLM: Simplify client locks | Trond Myklebust | 2 | -50/+32 |
2006-03-20 | NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errors | Trond Myklebust | 1 | -0/+1 |
2006-03-20 | lockd: Fix Oopses due to list manipulation errors. | Trond Myklebust | 3 | -14/+15 |
2006-03-20 | lockd: stop abusing file_lock_list | Christoph Hellwig | 3 | -50/+17 |
2006-03-20 | lockd: Make lockd use rpc_new_client() instead of rpc_create_client | Trond Myklebust | 1 | -1/+2 |
2006-03-20 | lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host() | Trond Myklebust | 3 | -6/+3 |
2006-03-20 | lockd: Clean up of the server-side GRANTED code | Trond Myklebust | 2 | -46/+53 |
2006-03-20 | lockd: Add refcounting to struct nlm_block | Trond Myklebust | 1 | -49/+45 |
2006-03-20 | lockd: Fix server-side lock blocking code | Trond Myklebust | 1 | -33/+40 |
2006-03-20 | lockd: Remove FL_LOCKD flag | J. Bruce Fields | 2 | -3/+1 |
2006-03-20 | locks,lockd: fix race in nlmsvc_testlock | Andy Adamson | 1 | -7/+5 |
2006-03-20 | lockd: make nlmsvc_lock use only posix_lock_file | Andy Adamson | 1 | -19/+4 |
2006-03-20 | lockd: simplify nlmsvc_grant_blocked | Andy Adamson | 1 | -11/+6 |
2006-03-20 | lockd: clean up nlmsvc_lock | Andy Adamson | 1 | -13/+21 |
2006-03-20 | SUNRPC: eliminate rpc_call() | Chuck Lever | 1 | -1/+6 |
2006-03-20 | SUNRPC: display human-readable procedure name in rpc_iostats output | Chuck Lever | 3 | -2/+10 |
2006-03-20 | lockd: Don't expose the process pid to the NLM server | Trond Myklebust | 5 | -15/+33 |
2006-03-20 | NLM: nlm_alloc_call should not immediately fail on signal | Trond Myklebust | 1 | -4/+5 |
2006-03-14 | [PATCH] NLM: Ensure we do not Oops in the case of an unlock | Trond Myklebust | 1 | -2/+7 |
2006-02-14 | [PATCH] NLM: Fix the NLM_GRANTED callback checks | Trond Myklebust | 3 | -12/+19 |
2006-02-01 | NLM: Ensure that nlmclnt_cancel_callback() doesn't loop forever | Trond Myklebust | 1 | -0/+4 |
2006-02-01 | NLM: Fix arguments to NLM_CANCEL call | Trond Myklebust | 1 | -3/+4 |
2006-01-14 | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 1 | -3/+3 |
2006-01-06 | SUNRPC: get rid of cl_chatty | Chuck Lever | 2 | -3/+1 |
2006-01-06 | SUNRPC: new interface to force an RPC rebind | Chuck Lever | 1 | -2/+2 |
2006-01-06 | NLM: fix parsing of sm notify procedure | J. Bruce Fields | 1 | -1/+3 |
2006-01-06 | NLM: Further cancel fixes | J. Bruce Fields | 1 | -5/+10 |
2006-01-06 | NLM: clean up nlmsvc_delete_block | J. Bruce Fields | 1 | -2/+1 |
2006-01-06 | NLM: don't unlock on cancel requests | J. Bruce Fields | 1 | -5/+0 |
2006-01-06 | NLM: Clean up nlmsvc_grant_reply locking | J. Bruce Fields | 1 | -4/+3 |
2006-01-06 | SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call. | Trond Myklebust | 1 | -2/+2 |
2006-01-06 | RPC: Clean up RPC task structure | Trond Myklebust | 4 | -33/+48 |
2005-12-19 | NLM: Fix Oops in nlmclnt_mark_reclaim() | Trond Myklebust | 1 | -0/+4 |
2005-11-07 | [PATCH] kfree cleanup: fs | Jesper Juhl | 1 | -2/+1 |
2005-11-04 | NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled | Chuck Lever | 1 | -9/+34 |
2005-09-23 | [PATCH] RPC: remove xprt->nocong | Chuck Lever | 1 | -1/+0 |
2005-09-23 | [PATCH] RPC: get rid of xprt->stream | Chuck Lever | 1 | -2/+1 |
2005-09-10 | [PATCH] fs: fix-up schedule_timeout() usage | Nishanth Aravamudan | 1 | -2/+1 |
2005-07-13 | [PATCH] NFS: procfs/sysctl interfaces for lockd do not work on x86_64 | Steve Dickson | 1 | -2/+2 |
2005-06-25 | [PATCH] Cleanup patch for process freezing | Christoph Lameter | 1 | -1/+1 |
2005-06-24 | [PATCH] knfsd: lockd: flush signals on shutdown | NeilBrown | 1 | -1/+3 |
2005-06-22 | [PATCH] NLM: fix a client-side race on blocking locks. | Trond Myklebust | 2 | -49/+90 |
2005-06-22 | [PATCH] NLM: cleanup for blocked locks. | Trond Myklebust | 1 | -12/+6 |
2005-06-22 | [PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su... | Trond Myklebust | 2 | -3/+3 |
2005-06-22 | [PATCH] RPC: Make rpc_create_client() destroy the transport on failure. | Trond Myklebust | 2 | -6/+3 |