aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/clntproc.c
Commit message (Expand)AuthorAgeFilesLines
* NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2011-06-151-1/+7
* lockd: Create client-side nlm_host cacheChuck Lever2010-12-161-3/+3
* lockd: Split nlm_release_call()Chuck Lever2010-12-161-6/+6
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* lockd: Remove BKL from the clientBryan Schumaker2010-09-221-9/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: make file_lock_operations constAlexey Dobriyan2009-09-221-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* lockd: Update NSM state from SM_MON repliesChuck Lever2009-06-171-1/+1
* NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerTrond Myklebust2009-06-171-0/+2
* NSM: Remove include/linux/lockd/sm_inter.hChuck Lever2009-01-061-1/+0
* NLM: Remove redundant printk() in nlmclnt_lock()Chuck Lever2009-01-061-4/+2
* lockd: dont return EAGAIN for a permanent errorMiklos Szeredi2008-07-251-1/+9
* SUNRPC: Remove the BKL from the callback functionsTrond Myklebust2008-07-151-0/+6
* nfs: set correct fl_len in nlmclnt_test()Felix Blyakher2008-07-151-1/+1
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* NLM/lockd: Ensure client locking calls use correct credentialsTrond Myklebust2008-04-191-9/+14
* NLM/lockd: Fix a race when cancelling a blocking lockTrond Myklebust2008-04-191-9/+34
* NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL callTrond Myklebust2008-04-191-1/+10
* NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancelTrond Myklebust2008-04-191-41/+1
* NLM/lockd: convert __nlm_async_call to use rpc_run_task()Trond Myklebust2008-04-191-10/+54
* NLM/lockd: Add a reference counter to struct nlm_rqstTrond Myklebust2008-04-191-0/+3
* NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()Trond Myklebust2008-04-191-6/+10
* NLM: Fix a bogus 'return' in nlmclnt_rpc_releaseTrond Myklebust2008-01-301-1/+1
* NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Chuck Lever2008-01-301-23/+10
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* NLM: Fix double free in __nlm_async_callTrond Myklebust2007-02-031-6/+3
* [PATCH] lockd endianness annotationsAl Viro2006-12-131-19/+20
* [PATCH] struct path: convert lockdJosef Sipek2006-12-081-1/+1
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-071-0/+1
|\
| * [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
* | NLM: fix print format for tk_pidChuck Lever2006-12-061-1/+1
|/
* [PATCH] knfsd: make nlmclnt_next_cookie SMP safeOlaf Kirch2006-10-041-5/+5
* [PATCH] knfsd: when looking up a lockd host, pass hostname & lengthOlaf Kirch2006-10-041-1/+4
* [PATCH] knfsd: hide use of lockd's h_monitored flagOlaf Kirch2006-10-041-1/+1
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-021-2/+2
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-271-1/+1
* LOCKD: Teach lockd to use the new rpc_peeraddr() APIChuck Lever2006-09-221-5/+5
* 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-301-1/+0
* NLM: Fix reclaim racesTrond Myklebust2006-06-091-1/+13
* lockd: Add helper for *_RES callbacksTrond Myklebust2006-03-201-7/+20
* NLM: Add nlmclnt_release_callTrond Myklebust2006-03-201-121/+74
* NLM: Fix nlmclnt_test to not copy private part of locksTrond Myklebust2006-03-201-1/+3
* NLM: Simplify client locksTrond Myklebust2006-03-201-23/+16
* 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-201-9/+6
* lockd: stop abusing file_lock_listChristoph Hellwig2006-03-201-5/+6
* lockd: Clean up of the server-side GRANTED codeTrond Myklebust2006-03-201-43/+0