aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)AuthorFilesLines
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-6/+6
2019-11-03NFSv4.1: Don't rebind to the same source port when reconnecting to the serverGravatar Trond Myklebust 1-1/+2
2019-07-03lockd: Make two symbols staticGravatar YueHaibing 2-2/+2
2019-07-03lockd: Show pid of lockd for remote locksGravatar Benjamin Coddington 5-6/+4
2019-07-03lockd: Remove lm_compare_owner and lm_owner_keyGravatar Benjamin Coddington 1-18/+0
2019-07-03lockd: Convert NLM service fl_owner to nlm_lockownerGravatar Benjamin Coddington 6-5/+121
2019-07-03lockd: prepare nlm_lockowner for use by the serverGravatar Benjamin Coddington 1-10/+11
2019-05-31Revert "lockd: Show pid of lockd for remote locks"Gravatar Benjamin Coddington 2-4/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 3-0/+3
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-15/+22
2019-04-26lockd: Store the lockd client credential in struct nlm_hostGravatar Trond Myklebust 2-3/+10
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientGravatar Trond Myklebust 2-0/+2
2019-04-25SUNRPC: Fix up task signallingGravatar Trond Myklebust 1-2/+2
2019-04-24lockd: Pass the user cred from knfsd when starting the lockd serverGravatar Trond Myklebust 2-14/+18
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerGravatar Trond Myklebust 1-1/+2
2019-04-24SUNRPC: Allow further customisation of RPC program registrationGravatar Trond Myklebust 1-0/+1
2019-04-24SUNRPC: Add a callback to initialise server requestsGravatar Trond Myklebust 1-1/+2
2019-03-18NFS: fix mount/umount race in nlmclnt.Gravatar NeilBrown 1-2/+1
2019-02-13NFS: Remove print_overflow_msg()Gravatar Chuck Lever 2-28/+0
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-3/+3
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 5-37/+17
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.Gravatar NeilBrown 1-3/+3
2018-12-14lockd: Show pid of lockd for remote locksGravatar Benjamin Coddington 3-5/+5
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()Gravatar NeilBrown 1-1/+1
2018-11-27lockd: fix decoding of TEST resultsGravatar J. Bruce Fields 2-32/+12
2018-10-29lockd: fix access beyond unterminated strings in printsGravatar Amir Goldstein 1-1/+1
2018-08-09nfsd: fix leaked file lock with nfs exported overlayfsGravatar Amir Goldstein 4-12/+12
2018-03-19lockd: make nlm_ntf_refcnt and nlm_ntf_wq staticGravatar Colin Ian King 1-2/+2
2018-01-24lockd: Fix server refcountingGravatar Trond Myklebust 1-3/+5
2018-01-14lockd: convert nlm_rqst.a_count from atomic_t to refcount_tGravatar Elena Reshetova 2-5/+5
2018-01-14lockd: convert nlm_lockowner.count from atomic_t to refcount_tGravatar Elena Reshetova 1-3/+3
2018-01-14lockd: convert nsm_handle.sm_count from atomic_t to refcount_tGravatar Elena Reshetova 2-8/+8
2018-01-14lockd: convert nlm_host.h_count from atomic_t to refcount_tGravatar Elena Reshetova 1-7/+7
2017-11-27nlm_shutdown_hosts_net() cleanupGravatar Vasily Averin 1-2/+1
2017-11-27race of lockd inetaddr notifiers vs nlmsvc_rqst changeGravatar Vasily Averin 1-2/+14
2017-11-27lockd: lost rollback of set_grace_period() in lockd_down_net()Gravatar Vasily Averin 1-0/+2
2017-11-27lockd: added cleanup checks in exit_net hookGravatar Vasily Averin 1-0/+11
2017-11-27lockd: remove net pointer from messagesGravatar Vasily Averin 4-14/+21
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-11/+9
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-11-07lockd: double unregister of inetaddr notifiersGravatar Vasily Averin 1-11/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 14-0/+14
2017-10-31treewide: Fix function prototypes for module_param_call()Gravatar Kees Cook 1-1/+1
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-5/+1
2017-09-06lockd: Delete an error message for a failed memory allocation in reclaimer()Gravatar Markus Elfring 1-5/+1
2017-08-24sunrpc: Const-ify struct sv_serv_opsGravatar Chuck Lever 1-1/+1
2017-05-15sunrpc: mark all struct svc_version instances as constGravatar Christoph Hellwig 1-19/+19
2017-05-15sunrpc: mark all struct svc_procinfo instances as constGravatar Christoph Hellwig 2-2/+2
2017-05-15sunrpc: move pc_count out of struct svc_procinfoGravatar Christoph Hellwig 1-0/+6