aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/clntproc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-03NLM: Fix double free in __nlm_async_callTrond Myklebust1-6/+3
2006-12-13[PATCH] lockd endianness annotationsAl Viro1-19/+20
2006-12-08[PATCH] struct path: convert lockdJosef Sipek1-1/+1
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-0/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-12-06NLM: fix print format for tk_pidChuck Lever1-1/+1
2006-10-04[PATCH] knfsd: make nlmclnt_next_cookie SMP safeOlaf Kirch1-5/+5
2006-10-04[PATCH] knfsd: when looking up a lockd host, pass hostname & lengthOlaf Kirch1-1/+4
2006-10-04[PATCH] knfsd: hide use of lockd's h_monitored flagOlaf Kirch1-1/+1
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-2/+2
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-1/+1
2006-09-22LOCKD: Teach lockd to use the new rpc_peeraddr() APIChuck Lever1-5/+5
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 Engel1-1/+0
2006-06-09NLM: Fix reclaim racesTrond Myklebust1-1/+13
2006-03-20lockd: Add helper for *_RES callbacksTrond Myklebust1-7/+20
2006-03-20NLM: Add nlmclnt_release_callTrond Myklebust1-121/+74
2006-03-20NLM: Fix nlmclnt_test to not copy private part of locksTrond Myklebust1-1/+3
2006-03-20NLM: Simplify client locksTrond Myklebust1-23/+16
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 Myklebust1-9/+6
2006-03-20lockd: stop abusing file_lock_listChristoph Hellwig1-5/+6
2006-03-20lockd: Clean up of the server-side GRANTED codeTrond Myklebust1-43/+0
2006-03-20lockd: Don't expose the process pid to the NLM serverTrond Myklebust1-2/+5
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-01NLM: Ensure that nlmclnt_cancel_callback() doesn't loop foreverTrond Myklebust1-0/+4
2006-02-01NLM: Fix arguments to NLM_CANCEL callTrond Myklebust1-3/+4
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever1-2/+1
2006-01-06RPC: Clean up RPC task structureTrond Myklebust1-17/+21
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-2/+1
2005-09-10[PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan1-2/+1
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-1/+1
2005-06-22[PATCH] NLM: fix a client-side race on blocking locks.Trond Myklebust1-8/+32
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+820