aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd/clntproc.c
AgeCommit message (Expand)Author
2013-08-14LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargsTrond Myklebust
2013-04-21LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-19NLM: Ensure that we resend all pending blocking locks after a reclaimTrond Myklebust
2013-02-15lockd: nlmclnt_reclaim(): avoid stack overflowTim Gardner
2012-11-04lockd: Remove BUG_ON()s from fs/lockd/clntproc.cTrond Myklebust
2012-07-29lockd: handle lockowner allocation failure in nlmclnt_proc()Al Viro
2012-07-29lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro
2011-07-12lockd: properly convert be32 values in debug messagesVasily Averin
2011-06-15NLM: Don't hang forever on NLM unlock requestsTrond Myklebust
2010-12-16lockd: Create client-side nlm_host cacheChuck Lever
2010-12-16lockd: Split nlm_release_call()Chuck Lever
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-09-22lockd: Remove BKL from the clientBryan Schumaker
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-22const: make file_lock_operations constAlexey Dobriyan
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-17lockd: Update NSM state from SM_MON repliesChuck Lever
2009-06-17NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerTrond Myklebust
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