summaryrefslogtreecommitdiffstats
path: root/fs/lockd
AgeCommit message (Expand)AuthorLines
2019-02-13NFS: Remove print_overflow_msg()Chuck Lever-28/+0
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-3/+3
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-37/+17
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown-3/+3
2018-12-14lockd: Show pid of lockd for remote locksBenjamin Coddington-5/+5
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown-1/+1
2018-11-27lockd: fix decoding of TEST resultsJ. Bruce Fields-32/+12
2018-10-29lockd: fix access beyond unterminated strings in printsAmir Goldstein-1/+1
2018-08-09nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein-12/+12
2018-03-19lockd: make nlm_ntf_refcnt and nlm_ntf_wq staticColin Ian King-2/+2
2018-01-24lockd: Fix server refcountingTrond Myklebust-3/+5
2018-01-14lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova-5/+5
2018-01-14lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova-3/+3
2018-01-14lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova-8/+8
2018-01-14lockd: convert nlm_host.h_count from atomic_t to refcount_tElena Reshetova-7/+7
2017-11-27nlm_shutdown_hosts_net() cleanupVasily Averin-2/+1
2017-11-27race of lockd inetaddr notifiers vs nlmsvc_rqst changeVasily Averin-2/+14
2017-11-27lockd: lost rollback of set_grace_period() in lockd_down_net()Vasily Averin-0/+2
2017-11-27lockd: added cleanup checks in exit_net hookVasily Averin-0/+11
2017-11-27lockd: remove net pointer from messagesVasily Averin-14/+21
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-11/+9
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2017-11-07lockd: double unregister of inetaddr notifiersVasily Averin-11/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+14
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook-1/+1
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-5/+1
2017-09-06lockd: Delete an error message for a failed memory allocation in reclaimer()Markus Elfring-5/+1
2017-08-24sunrpc: Const-ify struct sv_serv_opsChuck Lever-1/+1
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig-19/+19
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig-2/+2
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig-0/+6
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig-10/+22
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig-20/+42
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig-86/+150
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig-3/+3
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig-1/+9
2017-05-15lockd: fix some weird indentationChristoph Hellwig-19/+19
2017-05-15lockd: fix decoder callback prototypesChristoph Hellwig-10/+16
2017-05-15lockd: fix encoder callback prototypesChristoph Hellwig-18/+34
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-11/+13
2017-05-08lockd: fix lockd shutdown raceJ. Bruce Fields-2/+4
2017-04-25lockd: remove redundant check on blockColin Ian King-9/+9
2017-04-21lockd: Introduce nlmclnt_operationsBenjamin Coddington-1/+26
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2017-01-31lockd: initialize sin6_scope_id in lockd_inet6addr_event()Scott Mayhew-0/+2
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan-2/+2
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada-2/+0
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+0
2016-06-30lockd: unregister notifier blocks if the service fails to come up completelyScott Mayhew-3/+10
2016-05-29drop redundant ->owner initializationsAl Viro-1/+0