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