summaryrefslogtreecommitdiffstats
path: root/fs/lockd/clntproc.c
AgeCommit message (Expand)AuthorLines
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-04-19NLM/lockd: Ensure client locking calls use correct credentialsTrond Myklebust-9/+14
2008-04-19NLM/lockd: Fix a race when cancelling a blocking lockTrond Myklebust-9/+34
2008-04-19NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL callTrond Myklebust-1/+10
2008-04-19NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancelTrond Myklebust-41/+1
2008-04-19NLM/lockd: convert __nlm_async_call to use rpc_run_task()Trond Myklebust-10/+54
2008-04-19NLM/lockd: Add a reference counter to struct nlm_rqstTrond Myklebust-0/+3
2008-04-19NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()Trond Myklebust-6/+10
2008-01-30NLM: Fix a bogus 'return' in nlmclnt_rpc_releaseTrond Myklebust-1/+1
2008-01-30NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Chuck Lever-23/+10
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-02-03NLM: Fix double free in __nlm_async_callTrond Myklebust-6/+3
2006-12-13[PATCH] lockd endianness annotationsAl Viro-19/+20
2006-12-08[PATCH] struct path: convert lockdJosef Sipek-1/+1
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust-0/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham-0/+1
2006-12-06NLM: fix print format for tk_pidChuck Lever-1/+1
2006-10-04[PATCH] knfsd: make nlmclnt_next_cookie SMP safeOlaf Kirch-5/+5
2006-10-04[PATCH] knfsd: when looking up a lockd host, pass hostname & lengthOlaf Kirch-1/+4
2006-10-04[PATCH] knfsd: hide use of lockd's h_monitored flagOlaf Kirch-1/+1
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn-2/+2
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris-1/+1
2006-09-22LOCKD: Teach lockd to use the new rpc_peeraddr() APIChuck Lever-5/+5
2006-07-05NLM,NFSv4: Wait on local locks before we put RPC calls on the wireTrond Myklebust-1/+7
2006-07-05NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lockTrond Myklebust-8/+10
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-09NLM: Fix reclaim racesTrond Myklebust-1/+13
2006-03-20lockd: Add helper for *_RES callbacksTrond Myklebust-7/+20
2006-03-20NLM: Add nlmclnt_release_callTrond Myklebust-121/+74
2006-03-20NLM: Fix nlmclnt_test to not copy private part of locksTrond Myklebust-1/+3
2006-03-20NLM: Simplify client locksTrond Myklebust-23/+16
2006-03-20NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errorsTrond Myklebust-0/+1
2006-03-20lockd: Fix Oopses due to list manipulation errors.Trond Myklebust-9/+6
2006-03-20lockd: stop abusing file_lock_listChristoph Hellwig-5/+6
2006-03-20lockd: Clean up of the server-side GRANTED codeTrond Myklebust-43/+0
2006-03-20lockd: Don't expose the process pid to the NLM serverTrond Myklebust-2/+5
2006-03-20NLM: nlm_alloc_call should not immediately fail on signalTrond Myklebust-4/+5
2006-03-14[PATCH] NLM: Ensure we do not Oops in the case of an unlockTrond Myklebust-2/+7
2006-02-01NLM: Ensure that nlmclnt_cancel_callback() doesn't loop foreverTrond Myklebust-0/+4
2006-02-01NLM: Fix arguments to NLM_CANCEL callTrond Myklebust-3/+4
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever-2/+1
2006-01-06RPC: Clean up RPC task structureTrond Myklebust-17/+21
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl-2/+1
2005-09-10[PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan-2/+1
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter-1/+1
2005-06-22[PATCH] NLM: fix a client-side race on blocking locks.Trond Myklebust-8/+32
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+820