summaryrefslogtreecommitdiff
path: root/fs/lockd/clntlock.c
AgeCommit message (Expand)Author
2023-06-19NFS: add a sysfs link to the lockd rpc_clientBenjamin Coddington
2023-04-26lockd: add some client-side tracepointsJeff Layton
2023-04-26lockd: fix races in client GRANTED_MSG wait logicJeff Layton
2023-04-26lockd: move struct nlm_wait to lockd.hJeff Layton
2023-01-11fs: remove locks_inodeJeff Layton
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-04-26lockd: Store the lockd client credential in struct nlm_hostTrond Myklebust
2019-04-24lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust
2018-08-09nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein
2017-09-06lockd: Delete an error message for a failed memory allocation in reclaimer()Markus Elfring
2017-04-21lockd: Introduce nlmclnt_operationsBenjamin Coddington
2013-08-05LOCKD: 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-22new helper: file_inode(file)Al Viro
2013-02-15lockd: nlmclnt_reclaim(): avoid stack overflowTim Gardner
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2012-04-11Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky
2012-02-15LockD: make nlm hosts network namespace awareStanislav Kinsbursky
2010-12-16lockd: Create client-side nlm_host cacheChuck 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-08-21sunrpc: add routine for comparing addressesJeff Layton
2009-03-28lockd: Start PF_INET6 listener only if IPv6 support is availableChuck Lever
2009-03-10NLM: Fix GRANT callback address comparison when IPv6 is enabledChuck Lever
2008-12-23NLM: allow lockd requests from an unprivileged portChuck Lever
2008-12-23lockd: convert reclaimer thread to kthread interfaceJeff Layton
2008-10-04NLM: Remove "proto" argument from lockd_up()Chuck Lever
2008-10-03lockd: change nlmclnt_grant() to take a "struct sockaddr *"Chuck Lever
2008-10-03lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INETChuck Lever
2008-09-29lockd: Teach nlm_cmp_addr() to support AF_INET6 addressesChuck Lever
2008-09-29lockd: Use sockaddr_storage + length for h_addr fieldChuck Lever
2008-01-30NLM: Introduce an arguments structure for nlmclnt_init()Chuck Lever
2008-01-30NLM: Introduce external nlm_host set-up and tear-down functionsChuck Lever
2007-05-14NLM: don't use CLONE_SIGHAND in nlmclnt_recoveryOleg Nesterov
2007-01-30[PATCH] fs/lockd/clntlock.c: add missing newlines to dprintk'sAdrian Bunk
2006-12-13[PATCH] lockd endianness annotationsAl Viro
2006-12-08[PATCH] struct path: convert lockdJosef Sipek
2006-10-20[PATCH] lockd endianness annotationsAl Viro
2006-10-04[PATCH] knfsd: lockd: fix use of h_nextrebindOlaf Kirch
2006-10-04[PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handleOlaf Kirch
2006-10-04[PATCH] knfsd: lockd: introduce nsm_handleOlaf Kirch
2006-10-02[PATCH] knfsd: Correctly handle error condition from lockd_upNeilBrown
2006-10-02[PATCH] knfsd: be more selective in which sockets lockd listens onNeilBrown
2006-09-27[PATCH] add newline to nfs dprintkMartin Bligh
2006-06-09NLM: Fix reclaim racesTrond Myklebust
2006-03-20NLM: Simplify client locksTrond Myklebust
2006-03-20lockd: Fix Oopses due to list manipulation errors.Trond Myklebust