aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)AuthorFilesLines
2006-06-09NLM: Fix reclaim racesGravatar Trond Myklebust 3-15/+39
2006-06-09NLM: sem to mutex conversionGravatar Trond Myklebust 1-4/+4
2006-04-19NFS: make 2 functions staticGravatar Adrian Bunk 1-1/+1
2006-03-26[PATCH] sem2mutex: fs/Gravatar Ingo Molnar 3-25/+28
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Gravatar Linus Torvalds 11-653/+505
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroGravatar Tobias Klauser 3-5/+5
2006-03-20LOCKD: Make nlmsvc_traverse_shares return voidGravatar J. Bruce Fields 2-6/+2
2006-03-20LOCKD: nlmsvc_traverse_blocks return is unusedGravatar J. Bruce Fields 2-4/+4
2006-03-20lockd: blocks should hold a reference to the nlm_fileGravatar Trond Myklebust 1-35/+46
2006-03-20lockd: Fix a typo in nlmsvc_grant_release()Gravatar Trond Myklebust 1-1/+3
2006-03-20lockd: Add helper for *_RES callbacksGravatar Trond Myklebust 3-192/+128
2006-03-20NLM: Add nlmclnt_release_callGravatar Trond Myklebust 4-199/+129
2006-03-20NLM: Fix nlmclnt_test to not copy private part of locksGravatar Trond Myklebust 1-1/+3
2006-03-20NLM: Simplify client locksGravatar Trond Myklebust 2-50/+32
2006-03-20NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errorsGravatar Trond Myklebust 1-0/+1
2006-03-20lockd: Fix Oopses due to list manipulation errors.Gravatar Trond Myklebust 3-14/+15
2006-03-20lockd: stop abusing file_lock_listGravatar Christoph Hellwig 3-50/+17
2006-03-20lockd: Make lockd use rpc_new_client() instead of rpc_create_clientGravatar Trond Myklebust 1-1/+2
2006-03-20lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host()Gravatar Trond Myklebust 3-6/+3
2006-03-20lockd: Clean up of the server-side GRANTED codeGravatar Trond Myklebust 2-46/+53
2006-03-20lockd: Add refcounting to struct nlm_blockGravatar Trond Myklebust 1-49/+45
2006-03-20lockd: Fix server-side lock blocking codeGravatar Trond Myklebust 1-33/+40
2006-03-20lockd: Remove FL_LOCKD flagGravatar J. Bruce Fields 2-3/+1
2006-03-20locks,lockd: fix race in nlmsvc_testlockGravatar Andy Adamson 1-7/+5
2006-03-20lockd: make nlmsvc_lock use only posix_lock_fileGravatar Andy Adamson 1-19/+4
2006-03-20lockd: simplify nlmsvc_grant_blockedGravatar Andy Adamson 1-11/+6
2006-03-20lockd: clean up nlmsvc_lockGravatar Andy Adamson 1-13/+21
2006-03-20SUNRPC: eliminate rpc_call()Gravatar Chuck Lever 1-1/+6
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputGravatar Chuck Lever 3-2/+10
2006-03-20lockd: Don't expose the process pid to the NLM serverGravatar Trond Myklebust 5-15/+33
2006-03-20NLM: nlm_alloc_call should not immediately fail on signalGravatar Trond Myklebust 1-4/+5
2006-03-14[PATCH] NLM: Ensure we do not Oops in the case of an unlockGravatar Trond Myklebust 1-2/+7
2006-02-14[PATCH] NLM: Fix the NLM_GRANTED callback checksGravatar Trond Myklebust 3-12/+19
2006-02-01NLM: Ensure that nlmclnt_cancel_callback() doesn't loop foreverGravatar Trond Myklebust 1-0/+4
2006-02-01NLM: Fix arguments to NLM_CANCEL callGravatar Trond Myklebust 1-3/+4
2006-01-14[PATCH] Unlinline a bunch of other functionsGravatar Arjan van de Ven 1-3/+3
2006-01-06SUNRPC: get rid of cl_chattyGravatar Chuck Lever 2-3/+1
2006-01-06SUNRPC: new interface to force an RPC rebindGravatar Chuck Lever 1-2/+2
2006-01-06NLM: fix parsing of sm notify procedureGravatar J. Bruce Fields 1-1/+3
2006-01-06NLM: Further cancel fixesGravatar J. Bruce Fields 1-5/+10
2006-01-06NLM: clean up nlmsvc_delete_blockGravatar J. Bruce Fields 1-2/+1
2006-01-06NLM: don't unlock on cancel requestsGravatar J. Bruce Fields 1-5/+0
2006-01-06NLM: Clean up nlmsvc_grant_reply lockingGravatar J. Bruce Fields 1-4/+3
2006-01-06SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.Gravatar Trond Myklebust 1-2/+2
2006-01-06RPC: Clean up RPC task structureGravatar Trond Myklebust 4-33/+48
2005-12-19NLM: Fix Oops in nlmclnt_mark_reclaim()Gravatar Trond Myklebust 1-0/+4
2005-11-07[PATCH] kfree cleanup: fsGravatar Jesper Juhl 1-2/+1
2005-11-04NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabledGravatar Chuck Lever 1-9/+34
2005-09-23[PATCH] RPC: remove xprt->nocongGravatar Chuck Lever 1-1/+0
2005-09-23[PATCH] RPC: get rid of xprt->streamGravatar Chuck Lever 1-2/+1