aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)Author
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris
2006-09-22LOCKD: Convert to use new rpc_create() APIChuck Lever
2006-09-22SUNRPC: Clean-up after previous patches.Chuck Lever
2006-09-22LOCKD: Teach lockd to use the new rpc_peeraddr() APIChuck Lever
2006-08-24LOCKD: Fix a deadlock in nlm_traverse_files()Trond Myklebust
2006-08-03NLM/lockd: remove b_doneJ. Bruce Fields
2006-07-05NLM,NFSv4: Wait on local locks before we put RPC calls on the wireTrond Myklebust
2006-07-05NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lockTrond Myklebust
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-09NLM: Fix reclaim racesTrond Myklebust
2006-06-09NLM: sem to mutex conversionTrond Myklebust
2006-04-19NFS: make 2 functions staticAdrian Bunk
2006-03-26[PATCH] sem2mutex: fs/Ingo Molnar
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser
2006-03-20LOCKD: Make nlmsvc_traverse_shares return voidJ. Bruce Fields
2006-03-20LOCKD: nlmsvc_traverse_blocks return is unusedJ. Bruce Fields
2006-03-20lockd: blocks should hold a reference to the nlm_fileTrond Myklebust
2006-03-20lockd: Fix a typo in nlmsvc_grant_release()Trond Myklebust
2006-03-20lockd: Add helper for *_RES callbacksTrond Myklebust
2006-03-20NLM: Add nlmclnt_release_callTrond Myklebust
2006-03-20NLM: Fix nlmclnt_test to not copy private part of locksTrond Myklebust
2006-03-20NLM: Simplify client locksTrond Myklebust
2006-03-20NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errorsTrond Myklebust
2006-03-20lockd: Fix Oopses due to list manipulation errors.Trond Myklebust
2006-03-20lockd: stop abusing file_lock_listChristoph Hellwig
2006-03-20lockd: Make lockd use rpc_new_client() instead of rpc_create_clientTrond Myklebust
2006-03-20lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host()Trond Myklebust
2006-03-20lockd: Clean up of the server-side GRANTED codeTrond Myklebust
2006-03-20lockd: Add refcounting to struct nlm_blockTrond Myklebust
2006-03-20lockd: Fix server-side lock blocking codeTrond Myklebust
2006-03-20lockd: Remove FL_LOCKD flagJ. Bruce Fields
2006-03-20locks,lockd: fix race in nlmsvc_testlockAndy Adamson
2006-03-20lockd: make nlmsvc_lock use only posix_lock_fileAndy Adamson
2006-03-20lockd: simplify nlmsvc_grant_blockedAndy Adamson
2006-03-20lockd: clean up nlmsvc_lockAndy Adamson
2006-03-20SUNRPC: eliminate rpc_call()Chuck Lever
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever
2006-03-20lockd: Don't expose the process pid to the NLM serverTrond Myklebust
2006-03-20NLM: nlm_alloc_call should not immediately fail on signalTrond Myklebust
2006-03-14[PATCH] NLM: Ensure we do not Oops in the case of an unlockTrond Myklebust
2006-02-14[PATCH] NLM: Fix the NLM_GRANTED callback checksTrond Myklebust
2006-02-01NLM: Ensure that nlmclnt_cancel_callback() doesn't loop foreverTrond Myklebust
2006-02-01NLM: Fix arguments to NLM_CANCEL callTrond Myklebust
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever
2006-01-06SUNRPC: new interface to force an RPC rebindChuck Lever
2006-01-06NLM: fix parsing of sm notify procedureJ. Bruce Fields
2006-01-06NLM: Further cancel fixesJ. Bruce Fields