summaryrefslogtreecommitdiffstats
path: root/include/linux/lockd
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Change return value type of .pc_encodeChuck Lever2021-10-132-8/+8
* SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever2021-10-132-8/+8
* SUNRPC: Change return value type of .pc_decodeChuck Lever2021-10-132-18/+18
* SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever2021-10-132-19/+19
* Keep read and write fds with each nlm_fileJ. Bruce Fields2021-08-232-3/+9
* nlm: minor nlm_lookup_file argument changeJ. Bruce Fields2021-08-231-1/+1
* lockd: Remove stale commentsChuck Lever2021-07-062-12/+1
* lockd: remove __KERNEL__ ifdefsChristoph Hellwig2019-11-122-8/+0
* lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington2019-07-031-0/+2
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-151-1/+1
|\
| * lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust2019-04-241-1/+2
* | lockd: Store the lockd client credential in struct nlm_hostTrond Myklebust2019-04-262-1/+4
|/
* nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein2018-08-091-2/+2
* lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova2018-01-141-1/+1
* lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova2018-01-141-1/+1
* lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova2018-01-141-1/+1
* lockd: convert nlm_host.h_count from atomic_t to refcount_tElena Reshetova2018-01-141-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-027-0/+7
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-2/+2
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-152-8/+8
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-152-18/+18
* lockd: Introduce nlmclnt_operationsBenjamin Coddington2017-04-212-2/+24
* nlm: Ensure callback code also checks that the files matchTrond Myklebust2017-02-131-1/+2
* lockd: constify nlmsvc_binding structureJulia Lawall2016-01-071-1/+1
* lockd: get rid of reference-counted NSM RPC clientsAndrey Ryabinin2015-10-231-0/+1
* lockd: create NSM handles per net namespaceAndrey Ryabinin2015-10-121-3/+6
* lockd: eliminate LOCKD_DEBUGJeff Layton2014-11-241-5/+1
* lockd: rip out deferred lock handling from testlock codepathJeff Layton2014-09-091-1/+0
* nfsd: remove <linux/nfsd/nfsfh.h>Christoph Hellwig2014-05-061-1/+1
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-1/+2
|\
| * lockd: nlmclnt_reclaim(): avoid stack overflowTim Gardner2013-02-151-1/+2
* | new helper: file_inode(file)Al Viro2013-02-221-1/+1
|/
* LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky2012-07-271-2/+2
* LockD: mark host per network namespace on garbage collectStanislav Kinsbursky2012-07-271-1/+1
* Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky2012-04-111-2/+2
* Lockd: shutdown NLM hosts in network namespace contextStanislav Kinsbursky2012-02-151-0/+1
* LockD: make nlm hosts network namespace awareStanislav Kinsbursky2012-02-152-1/+4
* SUNRPC: constify the rpc_programTrond Myklebust2012-01-312-2/+2
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-3/+3
* lockd: Clean up nlmsvc_lookup_host()Chuck Lever2010-12-161-1/+1
* lockd: Create client-side nlm_host cacheChuck Lever2010-12-161-0/+1
* lockd: Split nlm_release_call()Chuck Lever2010-12-161-1/+2
* lockd: Move nlmdbg_cookie2a() to svclock.cChuck Lever2010-12-161-10/+0
* NLM: Fix a regression in lockdTrond Myklebust2010-11-151-0/+1
* Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-09-221-43/+0
|\
| * sunrpc: add routine for comparing addressesJeff Layton2009-08-211-43/+0
* | const: make lock_manager_operations constAlexey Dobriyan2009-09-221-1/+1
|/
* lockd: Update NSM state from SM_MON repliesChuck Lever2009-06-171-1/+1
* nfs: replace uses of __constant_{endian}Harvey Harrison2009-03-182-11/+11