aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn4-5/+5
2006-10-02[PATCH] knfsd: Correctly handle error condition from lockd_upNeilBrown2-8/+6
2006-10-02[PATCH] knfsd: Move makesock failed warning into make_socks.NeilBrown1-10/+8
2006-10-02[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown1-4/+3
2006-10-02[PATCH] knfsd: be more selective in which sockets lockd listens onNeilBrown2-8/+41
2006-10-02[PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown1-1/+1
2006-09-27[PATCH] add newline to nfs dprintkMartin Bligh1-1/+1
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-1/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2-4/+3
2006-09-22LOCKD: Convert to use new rpc_create() APIChuck Lever2-47/+44
2006-09-22SUNRPC: Clean-up after previous patches.Chuck Lever1-1/+0
2006-09-22LOCKD: Teach lockd to use the new rpc_peeraddr() APIChuck Lever1-5/+5
2006-08-24LOCKD: Fix a deadlock in nlm_traverse_files()Trond Myklebust1-6/+9
2006-08-03NLM/lockd: remove b_doneJ. Bruce Fields1-9/+3
2006-07-05NLM,NFSv4: Wait on local locks before we put RPC calls on the wireTrond Myklebust1-1/+7
2006-07-05NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lockTrond Myklebust1-8/+10
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel6-6/+0
2006-06-09NLM: Fix reclaim racesTrond Myklebust3-15/+39
2006-06-09NLM: sem to mutex conversionTrond Myklebust1-4/+4
2006-04-19NFS: make 2 functions staticAdrian Bunk1-1/+1
2006-03-26[PATCH] sem2mutex: fs/Ingo Molnar3-25/+28
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds11-653/+505
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser3-5/+5
2006-03-20LOCKD: Make nlmsvc_traverse_shares return voidJ. Bruce Fields2-6/+2
2006-03-20LOCKD: nlmsvc_traverse_blocks return is unusedJ. Bruce Fields2-4/+4
2006-03-20lockd: blocks should hold a reference to the nlm_fileTrond Myklebust1-35/+46
2006-03-20lockd: Fix a typo in nlmsvc_grant_release()Trond Myklebust1-1/+3
2006-03-20lockd: Add helper for *_RES callbacksTrond Myklebust3-192/+128
2006-03-20NLM: Add nlmclnt_release_callTrond Myklebust4-199/+129
2006-03-20NLM: Fix nlmclnt_test to not copy private part of locksTrond Myklebust1-1/+3
2006-03-20NLM: Simplify client locksTrond Myklebust2-50/+32
2006-03-20NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errorsTrond Myklebust1-0/+1
2006-03-20lockd: Fix Oopses due to list manipulation errors.Trond Myklebust3-14/+15
2006-03-20lockd: stop abusing file_lock_listChristoph Hellwig3-50/+17
2006-03-20lockd: Make lockd use rpc_new_client() instead of rpc_create_clientTrond Myklebust1-1/+2
2006-03-20lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host()Trond Myklebust3-6/+3
2006-03-20lockd: Clean up of the server-side GRANTED codeTrond Myklebust2-46/+53
2006-03-20lockd: Add refcounting to struct nlm_blockTrond Myklebust1-49/+45
2006-03-20lockd: Fix server-side lock blocking codeTrond Myklebust1-33/+40
2006-03-20lockd: Remove FL_LOCKD flagJ. Bruce Fields2-3/+1
2006-03-20locks,lockd: fix race in nlmsvc_testlockAndy Adamson1-7/+5
2006-03-20lockd: make nlmsvc_lock use only posix_lock_fileAndy Adamson1-19/+4
2006-03-20lockd: simplify nlmsvc_grant_blockedAndy Adamson1-11/+6
2006-03-20lockd: clean up nlmsvc_lockAndy Adamson1-13/+21
2006-03-20SUNRPC: eliminate rpc_call()Chuck Lever1-1/+6
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever3-2/+10
2006-03-20lockd: Don't expose the process pid to the NLM serverTrond Myklebust5-15/+33
2006-03-20NLM: nlm_alloc_call should not immediately fail on signalTrond Myklebust1-4/+5
2006-03-14[PATCH] NLM: Ensure we do not Oops in the case of an unlockTrond Myklebust1-2/+7
2006-02-14[PATCH] NLM: Fix the NLM_GRANTED callback checksTrond Myklebust3-12/+19