summaryrefslogtreecommitdiffstats
path: root/fs/lockd
Commit message (Expand)AuthorAgeFilesLines
...
* lockd: Update the NLMv1 FREE_ALL arguments decoder to use struct xdr_streamChuck Lever2021-07-061-13/+15
* lockd: Update the NLMv1 SHARE arguments decoder to use struct xdr_streamChuck Lever2021-07-061-70/+26
* lockd: Update the NLMv1 SM_NOTIFY arguments decoder to use struct xdr_streamChuck Lever2021-07-061-13/+26
* lockd: Update the NLMv1 nlm_res arguments decoder to use struct xdr_streamChuck Lever2021-07-061-11/+14
* lockd: Update the NLMv1 UNLOCK arguments decoder to use struct xdr_streamChuck Lever2021-07-061-40/+13
* lockd: Update the NLMv1 CANCEL arguments decoder to use struct xdr_streamChuck Lever2021-07-061-15/+19
* lockd: Update the NLMv1 LOCK arguments decoder to use struct xdr_streamChuck Lever2021-07-061-18/+23
* lockd: Update the NLMv1 TEST arguments decoder to use struct xdr_streamChuck Lever2021-07-061-6/+66
* lockd: Update the NLMv1 void argument decoder to use struct xdr_streamChuck Lever2021-07-061-7/+10
* lockd: Common NLM XDR helpersChuck Lever2021-07-061-0/+151
* lockd: Create a simplified .vs_dispatch method for NLM requestsChuck Lever2021-07-061-0/+43
* SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever2021-01-252-0/+48
* fs/lockd: convert comma to semicolonZheng Yongjun2020-12-161-1/+1
* lockd: don't use interval-based rebinding over TCPCalum Mackay2020-12-021-9/+11
* Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-10-222-100/+398
|\
| * lockd: Replace PROC() macro with open codeChuck Lever2020-10-022-100/+398
* | Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clientsAlexander A. Klimov2020-09-211-1/+1
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-6/+6
* NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2019-11-031-1/+2
* lockd: Make two symbols staticYueHaibing2019-07-032-2/+2
* lockd: Show pid of lockd for remote locksBenjamin Coddington2019-07-035-6/+4
* lockd: Remove lm_compare_owner and lm_owner_keyBenjamin Coddington2019-07-031-18/+0
* 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-152-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-181-2/+1
* NFS: Remove print_overflow_msg()Chuck Lever2019-02-132-28/+0
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-021-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-025-37/+17
|\ \
| * | lockd: Show pid of lockd for remote locksBenjamin Coddington2018-12-143-5/+5
| * | lockd: fix decoding of TEST resultsJ. Bruce Fields2018-11-272-32/+12
| |/
* / 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-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