summaryrefslogtreecommitdiffstats
path: root/fs/lockd
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] knfsd: when looking up a lockd host, pass hostname & lengthOlaf Kirch2006-10-045-18/+39
* [PATCH] knfsd: consolidate common code for statd->lockd notificationOlaf Kirch2006-10-043-34/+32Star
* [PATCH] knfsd: hide use of lockd's h_monitored flagOlaf Kirch2006-10-045-13/+21
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-024-5/+5
* [PATCH] knfsd: Correctly handle error condition from lockd_upNeilBrown2006-10-022-8/+6Star
* [PATCH] knfsd: Move makesock failed warning into make_socks.NeilBrown2006-10-021-10/+8Star
* [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown2006-10-021-4/+3Star
* [PATCH] knfsd: be more selective in which sockets lockd listens onNeilBrown2006-10-022-8/+41
* [PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown2006-10-021-1/+1
* [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/+3Star
* LOCKD: Convert to use new rpc_create() APIChuck Lever2006-09-232-47/+44Star
* SUNRPC: Clean-up after previous patches.Chuck Lever2006-09-231-1/+0Star
* LOCKD: Teach lockd to use the new rpc_peeraddr() APIChuck Lever2006-09-231-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/+3Star
* 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/+0Star
* 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/+505Star
|\
| * LOCKD: Make nlmsvc_traverse_shares return voidJ. Bruce Fields2006-03-212-6/+2Star
| * LOCKD: nlmsvc_traverse_blocks return is unusedJ. Bruce Fields2006-03-212-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/+128Star
| * NLM: Add nlmclnt_release_callTrond Myklebust2006-03-204-199/+129Star
| * NLM: Fix nlmclnt_test to not copy private part of locksTrond Myklebust2006-03-201-1/+3
| * NLM: Simplify client locksTrond Myklebust2006-03-202-50/+32Star
| * 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/+17Star
| * 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/+3Star
| * 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/+45Star
| * lockd: Fix server-side lock blocking codeTrond Myklebust2006-03-201-33/+40
| * lockd: Remove FL_LOCKD flagJ. Bruce Fields2006-03-202-3/+1Star
| * locks,lockd: fix race in nlmsvc_testlockAndy Adamson2006-03-201-7/+5Star
| * lockd: make nlmsvc_lock use only posix_lock_fileAndy Adamson2006-03-201-19/+4Star
| * lockd: simplify nlmsvc_grant_blockedAndy Adamson2006-03-201-11/+6Star
| * 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