summaryrefslogtreecommitdiffstats
path: root/fs/lockd
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] add newline to nfs dprintkMartin Bligh2006-09-271-1/+1
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-271-1/+1
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-272-4/+3
* LOCKD: Convert to use new rpc_create() APIChuck Lever2006-09-222-47/+44
* SUNRPC: Clean-up after previous patches.Chuck Lever2006-09-221-1/+0
* LOCKD: Teach lockd to use the new rpc_peeraddr() APIChuck Lever2006-09-221-5/+5
* LOCKD: Fix a deadlock in nlm_traverse_files()Trond Myklebust2006-08-241-6/+9
* NLM/lockd: remove b_doneJ. Bruce Fields2006-08-031-9/+3
* NLM,NFSv4: Wait on local locks before we put RPC calls on the wireTrond Myklebust2006-07-051-1/+7
* NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lockTrond Myklebust2006-07-051-8/+10
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-306-6/+0
* NLM: Fix reclaim racesTrond Myklebust2006-06-093-15/+39
* NLM: sem to mutex conversionTrond Myklebust2006-06-091-4/+4
* NFS: make 2 functions staticAdrian Bunk2006-04-191-1/+1
* [PATCH] sem2mutex: fs/Ingo Molnar2006-03-263-25/+28
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-03-2511-653/+505
|\
| * LOCKD: Make nlmsvc_traverse_shares return voidJ. Bruce Fields2006-03-202-6/+2
| * LOCKD: nlmsvc_traverse_blocks return is unusedJ. Bruce Fields2006-03-202-4/+4
| * lockd: blocks should hold a reference to the nlm_fileTrond Myklebust2006-03-201-35/+46
| * lockd: Fix a typo in nlmsvc_grant_release()Trond Myklebust2006-03-201-1/+3
| * lockd: Add helper for *_RES callbacksTrond Myklebust2006-03-203-192/+128
| * NLM: Add nlmclnt_release_callTrond Myklebust2006-03-204-199/+129
| * NLM: Fix nlmclnt_test to not copy private part of locksTrond Myklebust2006-03-201-1/+3
| * NLM: Simplify client locksTrond Myklebust2006-03-202-50/+32
| * NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errorsTrond Myklebust2006-03-201-0/+1
| * lockd: Fix Oopses due to list manipulation errors.Trond Myklebust2006-03-203-14/+15
| * lockd: stop abusing file_lock_listChristoph Hellwig2006-03-203-50/+17
| * lockd: Make lockd use rpc_new_client() instead of rpc_create_clientTrond Myklebust2006-03-201-1/+2
| * lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host()Trond Myklebust2006-03-203-6/+3
| * lockd: Clean up of the server-side GRANTED codeTrond Myklebust2006-03-202-46/+53
| * lockd: Add refcounting to struct nlm_blockTrond Myklebust2006-03-201-49/+45
| * lockd: Fix server-side lock blocking codeTrond Myklebust2006-03-201-33/+40
| * lockd: Remove FL_LOCKD flagJ. Bruce Fields2006-03-202-3/+1
| * locks,lockd: fix race in nlmsvc_testlockAndy Adamson2006-03-201-7/+5
| * lockd: make nlmsvc_lock use only posix_lock_fileAndy Adamson2006-03-201-19/+4
| * lockd: simplify nlmsvc_grant_blockedAndy Adamson2006-03-201-11/+6
| * lockd: clean up nlmsvc_lockAndy Adamson2006-03-201-13/+21
| * SUNRPC: eliminate rpc_call()Chuck Lever2006-03-201-1/+6
| * SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever2006-03-203-2/+10
| * lockd: Don't expose the process pid to the NLM serverTrond Myklebust2006-03-205-15/+33
| * NLM: nlm_alloc_call should not immediately fail on signalTrond Myklebust2006-03-201-4/+5
* | [PATCH] fs: Use ARRAY_SIZE macroTobias Klauser2006-03-243-5/+5
|/
* [PATCH] NLM: Ensure we do not Oops in the case of an unlockTrond Myklebust2006-03-141-2/+7
* [PATCH] NLM: Fix the NLM_GRANTED callback checksTrond Myklebust2006-02-143-12/+19
* NLM: Ensure that nlmclnt_cancel_callback() doesn't loop foreverTrond Myklebust2006-02-011-0/+4
* NLM: Fix arguments to NLM_CANCEL callTrond Myklebust2006-02-011-3/+4
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-3/+3
* SUNRPC: get rid of cl_chattyChuck Lever2006-01-062-3/+1
* SUNRPC: new interface to force an RPC rebindChuck Lever2006-01-061-2/+2
* NLM: fix parsing of sm notify procedureJ. Bruce Fields2006-01-061-1/+3
OpenPOWER on IntegriCloud