summaryrefslogtreecommitdiffstats
path: root/fs/lockd
Commit message (Expand)AuthorAgeFilesLines
* lockd: make nlm_ntf_refcnt and nlm_ntf_wq staticColin Ian King2018-03-191-2/+2
* lockd: Fix server refcountingTrond Myklebust2018-01-241-3/+5
* lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova2018-01-142-5/+5
* lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova2018-01-141-3/+3
* lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova2018-01-142-8/+8
* lockd: convert nlm_host.h_count from atomic_t to refcount_tElena Reshetova2018-01-141-7/+7
* nlm_shutdown_hosts_net() cleanupVasily Averin2017-11-271-2/+1
* race of lockd inetaddr notifiers vs nlmsvc_rqst changeVasily Averin2017-11-271-2/+14
* lockd: lost rollback of set_grace_period() in lockd_down_net()Vasily Averin2017-11-271-0/+2
* lockd: added cleanup checks in exit_net hookVasily Averin2017-11-271-0/+11
* lockd: remove net pointer from messagesVasily Averin2017-11-274-14/+21
* Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-181-11/+9
|\
| * lockd: double unregister of inetaddr notifiersVasily Averin2017-11-071-11/+9
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \
| * | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0214-0/+14
|/
* Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-09-111-5/+1
|\
| * lockd: Delete an error message for a failed memory allocation in reclaimer()Markus Elfring2017-09-061-5/+1
* | sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-241-1/+1
|/
* sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-151-19/+19
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-152-2/+2
* sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-151-0/+6
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-154-10/+22
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-154-20/+42
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-152-86/+150
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-153-3/+3
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-153-1/+9
* lockd: fix some weird indentationChristoph Hellwig2017-05-152-19/+19
* lockd: fix decoder callback prototypesChristoph Hellwig2017-05-153-10/+16
* lockd: fix encoder callback prototypesChristoph Hellwig2017-05-153-18/+34
* Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-05-102-11/+13
|\
| * lockd: fix lockd shutdown raceJ. Bruce Fields2017-05-081-2/+4
| * lockd: remove redundant check on blockColin Ian King2017-04-251-9/+9
* | lockd: Introduce nlmclnt_operationsBenjamin Coddington2017-04-212-1/+26
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* lockd: initialize sin6_scope_id in lockd_inet6addr_event()Scott Mayhew2017-01-311-0/+2
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-182-2/+2
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-2/+0
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-1/+0
|\
| * drop redundant ->owner initializationsAl Viro2016-05-291-1/+0
* | lockd: unregister notifier blocks if the service fails to come up completelyScott Mayhew2016-06-301-3/+10
|/
* lockd: constify nlmsvc_binding structureJulia Lawall2016-01-071-1/+1
* lockd: use to_delayed_workGeliang Tang2016-01-071-2/+1
* lockd: Register callbacks on the inetaddr_chain and inet6addr_chainScott Mayhew2015-12-231-2/+72
* Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-11-116-97/+46
|\
| * lockd: get rid of reference-counted NSM RPC clientsAndrey Ryabinin2015-10-234-78/+16
| * lockd: create NSM handles per net namespaceAndrey Ryabinin2015-10-126-19/+30
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-12/+1
|/
* lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields2015-08-131-0/+1
* nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton2015-08-101-1/+2