aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/clntlock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-06lockd: Delete an error message for a failed memory allocation in reclaimer()Markus Elfring1-5/+1
2017-04-21lockd: Introduce nlmclnt_operationsBenjamin Coddington1-0/+1
2013-08-05LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargsTrond Myklebust1-4/+9
2013-04-21LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust1-0/+3
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+12
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-15lockd: nlmclnt_reclaim(): avoid stack overflowTim Gardner1-1/+11
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton1-1/+1
2012-04-11Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky1-5/+8
2012-02-15LockD: make nlm hosts network namespace awareStanislav Kinsbursky1-1/+2
2010-12-16lockd: Create client-side nlm_host cacheChuck Lever1-2/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-09-22lockd: Remove BKL from the clientBryan Schumaker1-5/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-21sunrpc: add routine for comparing addressesJeff Layton1-1/+1
2009-03-28lockd: Start PF_INET6 listener only if IPv6 support is availableChuck Lever1-50/+1
2009-03-10NLM: Fix GRANT callback address comparison when IPv6 is enabledChuck Lever1-1/+50
2008-12-23NLM: allow lockd requests from an unprivileged portChuck Lever1-1/+1
2008-12-23lockd: convert reclaimer thread to kthread interfaceJeff Layton1-6/+15
2008-10-04NLM: Remove "proto" argument from lockd_up()Chuck Lever1-2/+2
2008-10-03lockd: change nlmclnt_grant() to take a "struct sockaddr *"Chuck Lever1-3/+2
2008-10-03lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INETChuck Lever1-3/+2
2008-09-29lockd: Teach nlm_cmp_addr() to support AF_INET6 addressesChuck Lever1-1/+2
2008-09-29lockd: Use sockaddr_storage + length for h_addr fieldChuck Lever1-1/+1
2008-01-30NLM: Introduce an arguments structure for nlmclnt_init()Chuck Lever1-14/+8
2008-01-30NLM: Introduce external nlm_host set-up and tear-down functionsChuck Lever1-0/+48
2007-05-14NLM: don't use CLONE_SIGHAND in nlmclnt_recoveryOleg Nesterov1-1/+1
2007-01-30[PATCH] fs/lockd/clntlock.c: add missing newlines to dprintk'sAdrian Bunk1-2/+2
2006-12-13[PATCH] lockd endianness annotationsAl Viro1-5/+5
2006-12-08[PATCH] struct path: convert lockdJosef Sipek1-1/+1
2006-10-20[PATCH] lockd endianness annotationsAl Viro1-2/+2
2006-10-04[PATCH] knfsd: lockd: fix use of h_nextrebindOlaf Kirch1-1/+1
2006-10-04[PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handleOlaf Kirch1-36/+19
2006-10-04[PATCH] knfsd: lockd: introduce nsm_handleOlaf Kirch1-1/+2
2006-10-02[PATCH] knfsd: Correctly handle error condition from lockd_upNeilBrown1-1/+1
2006-10-02[PATCH] knfsd: be more selective in which sockets lockd listens onNeilBrown1-1/+1
2006-09-27[PATCH] add newline to nfs dprintkMartin Bligh1-1/+1
2006-06-09NLM: Fix reclaim racesTrond Myklebust1-14/+25
2006-03-20NLM: Simplify client locksTrond Myklebust1-27/+16
2006-03-20lockd: Fix Oopses due to list manipulation errors.Trond Myklebust1-3/+4
2006-03-20lockd: stop abusing file_lock_listChristoph Hellwig1-45/+9
2006-03-20lockd: Don't expose the process pid to the NLM serverTrond Myklebust1-1/+9
2006-02-14[PATCH] NLM: Fix the NLM_GRANTED callback checksTrond Myklebust1-10/+17
2005-12-19NLM: Fix Oops in nlmclnt_mark_reclaim()Trond Myklebust1-0/+4
2005-06-22[PATCH] NLM: fix a client-side race on blocking locks.Trond Myklebust1-41/+58
2005-06-22[PATCH] NLM: cleanup for blocked locks.Trond Myklebust1-12/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+245