summaryrefslogtreecommitdiffstats
path: root/include/linux/lockd/lockd.h
Commit message (Expand)AuthorAgeFilesLines
* lockd: discard nlmsvc_timeoutNeilBrown2024-09-011-1/+1
* lockd: adapt to breakup of struct file_lockJeff Layton2024-02-051-4/+4
* SUNRPC: change how svc threads are asked to exit.NeilBrown2023-10-161-1/+1
* SUNRPC: remove timeout arg from svc_recv()NeilBrown2023-08-291-1/+3
* lockd: fix races in client GRANTED_MSG wait logicJeff Layton2023-04-261-3/+5
* lockd: move struct nlm_wait to lockd.hJeff Layton2023-04-261-1/+10
* lockd: remove 2 unused helper functionsJeff Layton2023-04-261-10/+0
* Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-02-221-2/+2
|\
| * SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever2023-02-201-2/+2
* | fs: remove locks_inodeJeff Layton2023-01-111-2/+2
|/
* NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington2022-07-291-0/+1
* nfs: block notification on fs with its own ->lockJ. Bruce Fields2022-01-081-2/+7
* Keep read and write fds with each nlm_fileJ. Bruce Fields2021-08-231-2/+7
* nlm: minor nlm_lookup_file argument changeJ. Bruce Fields2021-08-231-1/+1
* lockd: remove __KERNEL__ ifdefsChristoph Hellwig2019-11-121-4/+0
* lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington2019-07-031-0/+2
* lockd: Store the lockd client credential in struct nlm_hostTrond Myklebust2019-04-261-1/+3
* 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-021-0/+1
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-2/+2
* lockd: Introduce nlmclnt_operationsBenjamin Coddington2017-04-211-0/+2
* nlm: Ensure callback code also checks that the files matchTrond Myklebust2017-02-131-1/+2
* 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: 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: shutdown NLM hosts in network namespace contextStanislav Kinsbursky2012-02-151-0/+1
* LockD: make nlm hosts network namespace awareStanislav Kinsbursky2012-02-151-1/+3
* SUNRPC: constify the rpc_programTrond Myklebust2012-01-311-1/+1
* 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
* 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
* NLM: Shrink the IPv4-only version of nlm_cmp_addr()Chuck Lever2009-03-101-0/+8
* NLM: Rewrite IPv4 privileged requester's checkChuck Lever2009-01-061-2/+5