summaryrefslogtreecommitdiffstats
path: root/fs/lockd
Commit message (Expand)AuthorAgeFilesLines
* lockd: Make two symbols staticYueHaibing2019-07-032-2/+2
* lockd: Show pid of lockd for remote locksBenjamin Coddington2019-07-035-6/+4Star
* lockd: Remove lm_compare_owner and lm_owner_keyBenjamin Coddington2019-07-031-18/+0Star
* lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington2019-07-036-5/+121
* lockd: prepare nlm_lockowner for use by the serverBenjamin Coddington2019-07-031-10/+11
* Revert "lockd: Show pid of lockd for remote locks"Benjamin Coddington2019-05-312-4/+4
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-213-0/+3
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-162-15/+22
|\
| * lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust2019-04-242-14/+18
| * SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-241-1/+2
| * SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust2019-04-241-0/+1
| * SUNRPC: Add a callback to initialise server requestsTrond Myklebust2019-04-241-1/+2
* | lockd: Store the lockd client credential in struct nlm_hostTrond Myklebust2019-04-262-3/+10
* | SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2019-04-262-0/+2
* | SUNRPC: Fix up task signallingTrond Myklebust2019-04-251-2/+2
|/
* NFS: fix mount/umount race in nlmclnt.NeilBrown2019-03-191-2/+1Star
* NFS: Remove print_overflow_msg()Chuck Lever2019-02-132-28/+0Star
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-031-3/+3
|\
| * NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-3/+3
* | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-035-37/+17Star
|\ \
| * | lockd: Show pid of lockd for remote locksBenjamin Coddington2018-12-143-5/+5
| * | lockd: fix decoding of TEST resultsJ. Bruce Fields2018-11-272-32/+12Star
| |/
* / fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown2018-12-071-1/+1
|/
* lockd: fix access beyond unterminated strings in printsAmir Goldstein2018-10-291-1/+1
* nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein2018-08-094-12/+12
* 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-152-5/+5
* lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova2018-01-151-3/+3
* lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova2018-01-152-8/+8
* lockd: convert nlm_host.h_count from atomic_t to refcount_tElena Reshetova2018-01-151-7/+7
* nlm_shutdown_hosts_net() cleanupVasily Averin2017-11-271-2/+1Star
* 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/+9Star
|\
| * lockd: double unregister of inetaddr notifiersVasily Averin2017-11-071-11/+9Star
* | 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-121-5/+1Star
|\
| * lockd: Delete an error message for a failed memory allocation in reclaimer()Markus Elfring2017-09-061-5/+1Star
* | sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-251-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