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