summaryrefslogtreecommitdiffstats
path: root/fs/lockd/clntlock.c
Commit message (Expand)AuthorAgeFilesLines
* lockd: adapt to breakup of struct file_lockJeff Layton2024-02-051-1/+1
* NFS: add a sysfs link to the lockd rpc_clientBenjamin Coddington2023-06-191-0/+6
* lockd: add some client-side tracepointsJeff Layton2023-04-261-0/+4
* lockd: fix races in client GRANTED_MSG wait logicJeff Layton2023-04-261-21/+21
* lockd: move struct nlm_wait to lockd.hJeff Layton2023-04-261-12/+0
* fs: remove locks_inodeJeff Layton2023-01-111-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-151-2/+2
|\
| * lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust2019-04-241-2/+2
* | lockd: Store the lockd client credential in struct nlm_hostTrond Myklebust2019-04-261-1/+1
|/
* nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein2018-08-091-1/+1
* lockd: Delete an error message for a failed memory allocation in reclaimer()Markus Elfring2017-09-061-5/+1
* lockd: Introduce nlmclnt_operationsBenjamin Coddington2017-04-211-0/+1
* LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargsTrond Myklebust2013-08-051-4/+9
* LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust2013-04-211-0/+3
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-2/+12
|\
| * lockd: nlmclnt_reclaim(): avoid stack overflowTim Gardner2013-02-151-1/+11
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-1/+1
* | new helper: file_inode(file)Al Viro2013-02-221-1/+1
|/
* Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky2012-04-111-5/+8
* LockD: make nlm hosts network namespace awareStanislav Kinsbursky2012-02-151-1/+2
* 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