summaryrefslogtreecommitdiffstats
path: root/fs/lockd
AgeCommit message (Expand)Author
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever
2020-12-16fs/lockd: convert comma to semicolonZheng Yongjun
2020-12-02lockd: don't use interval-based rebinding over TCPCalum Mackay
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-10-02lockd: Replace PROC() macro with open codeChuck Lever
2020-09-21Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clientsAlexander A. Klimov
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-11-03NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust
2019-07-03lockd: Make two symbols staticYueHaibing
2019-07-03lockd: Show pid of lockd for remote locksBenjamin Coddington
2019-07-03lockd: Remove lm_compare_owner and lm_owner_keyBenjamin Coddington
2019-07-03lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington
2019-07-03lockd: prepare nlm_lockowner for use by the serverBenjamin Coddington
2019-05-31Revert "lockd: Show pid of lockd for remote locks"Benjamin Coddington
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-04-26lockd: Store the lockd client credential in struct nlm_hostTrond Myklebust
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust
2019-04-24lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust
2019-03-18NFS: fix mount/umount race in nlmclnt.NeilBrown
2019-02-13NFS: Remove print_overflow_msg()Chuck Lever
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-12-14lockd: Show pid of lockd for remote locksBenjamin Coddington
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown
2018-11-27lockd: fix decoding of TEST resultsJ. Bruce Fields
2018-10-29lockd: fix access beyond unterminated strings in printsAmir Goldstein
2018-08-09nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein
2018-03-19lockd: make nlm_ntf_refcnt and nlm_ntf_wq staticColin Ian King
2018-01-24lockd: Fix server refcountingTrond Myklebust
2018-01-14lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova
2018-01-14lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova
2018-01-14lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova
2018-01-14lockd: convert nlm_host.h_count from atomic_t to refcount_tElena Reshetova
2017-11-27nlm_shutdown_hosts_net() cleanupVasily Averin
2017-11-27race of lockd inetaddr notifiers vs nlmsvc_rqst changeVasily Averin
2017-11-27lockd: lost rollback of set_grace_period() in lockd_down_net()Vasily Averin
2017-11-27lockd: added cleanup checks in exit_net hookVasily Averin
2017-11-27lockd: remove net pointer from messagesVasily Averin
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-07lockd: double unregister of inetaddr notifiersVasily Averin
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook