aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/clntlock.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-0/+3
* lockd: Create client-side nlm_host cacheChuck Lever2010-12-161-2/+2
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* lockd: Remove BKL from the clientBryan Schumaker2010-09-221-5/+10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sunrpc: add routine for comparing addressesJeff Layton2009-08-211-1/+1
* lockd: Start PF_INET6 listener only if IPv6 support is availableChuck Lever2009-03-281-50/+1
* NLM: Fix GRANT callback address comparison when IPv6 is enabledChuck Lever2009-03-101-1/+50
* NLM: allow lockd requests from an unprivileged portChuck Lever2008-12-231-1/+1
* lockd: convert reclaimer thread to kthread interfaceJeff Layton2008-12-231-6/+15
* NLM: Remove "proto" argument from lockd_up()Chuck Lever2008-10-041-2/+2
* lockd: change nlmclnt_grant() to take a "struct sockaddr *"Chuck Lever2008-10-031-3/+2
* lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INETChuck Lever2008-10-031-3/+2
* lockd: Teach nlm_cmp_addr() to support AF_INET6 addressesChuck Lever2008-09-291-1/+2
* lockd: Use sockaddr_storage + length for h_addr fieldChuck Lever2008-09-291-1/+1
* NLM: Introduce an arguments structure for nlmclnt_init()Chuck Lever2008-01-301-14/+8
* NLM: Introduce external nlm_host set-up and tear-down functionsChuck Lever2008-01-301-0/+48
* NLM: don't use CLONE_SIGHAND in nlmclnt_recoveryOleg Nesterov2007-05-141-1/+1
* [PATCH] fs/lockd/clntlock.c: add missing newlines to dprintk'sAdrian Bunk2007-01-301-2/+2
* [PATCH] lockd endianness annotationsAl Viro2006-12-131-5/+5
* [PATCH] struct path: convert lockdJosef Sipek2006-12-081-1/+1
* [PATCH] lockd endianness annotationsAl Viro2006-10-201-2/+2
* [PATCH] knfsd: lockd: fix use of h_nextrebindOlaf Kirch2006-10-041-1/+1
* [PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handleOlaf Kirch2006-10-041-36/+19
* [PATCH] knfsd: lockd: introduce nsm_handleOlaf Kirch2006-10-041-1/+2
* [PATCH] knfsd: Correctly handle error condition from lockd_upNeilBrown2006-10-021-1/+1
* [PATCH] knfsd: be more selective in which sockets lockd listens onNeilBrown2006-10-021-1/+1
* [PATCH] add newline to nfs dprintkMartin Bligh2006-09-271-1/+1
* NLM: Fix reclaim racesTrond Myklebust2006-06-091-14/+25
* NLM: Simplify client locksTrond Myklebust2006-03-201-27/+16
* lockd: Fix Oopses due to list manipulation errors.Trond Myklebust2006-03-201-3/+4
* lockd: stop abusing file_lock_listChristoph Hellwig2006-03-201-45/+9
* lockd: Don't expose the process pid to the NLM serverTrond Myklebust2006-03-201-1/+9
* [PATCH] NLM: Fix the NLM_GRANTED callback checksTrond Myklebust2006-02-141-10/+17
* NLM: Fix Oops in nlmclnt_mark_reclaim()Trond Myklebust2005-12-191-0/+4
* [PATCH] NLM: fix a client-side race on blocking locks.Trond Myklebust2005-06-221-41/+58
* [PATCH] NLM: cleanup for blocked locks.Trond Myklebust2005-06-221-12/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+245