summaryrefslogtreecommitdiff
path: root/include/linux/lockd
Commit message (Expand)AuthorAgeFilesLines
* 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
* lockd: set file_lock start and end when decoding nlm4 testargsJeff Layton2023-03-141-0/+1
* 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
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* lockd: detect and reject lock arguments that overflowJeff Layton2022-08-041-0/+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
* 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