summaryrefslogtreecommitdiffstats
path: root/fs/lockd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-041-0/+2
|\
| * SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever2021-08-101-0/+2
* | lockd: don't attempt blocking locks on nfs reexportsJ. Bruce Fields2021-08-261-3/+10
* | Keep read and write fds with each nlm_fileJ. Bruce Fields2021-08-234-39/+96
* | lockd: update nlm_lookup_file reexport commentJ. Bruce Fields2021-08-231-2/+3
* | nlm: minor refactoringJ. Bruce Fields2021-08-232-10/+10
* | nlm: minor nlm_lookup_file argument changeJ. Bruce Fields2021-08-233-9/+11
* | lockd: lockd server-side shouldn't set fl_opsJ. Bruce Fields2021-08-211-18/+12
* | lockd: change the proc_handler for nsm_use_hostnamesJia He2021-08-171-1/+1
* | lockd: Fix invalid lockowner cast after vfs_test_lockBenjamin Coddington2021-08-171-1/+1
|/
* lockd: Update the NLMv4 SHARE results encoder to use struct xdr_streamChuck Lever2021-07-061-13/+9
* lockd: Update the NLMv4 nlm_res results encoder to use struct xdr_streamChuck Lever2021-07-061-7/+6
* lockd: Update the NLMv4 TEST results encoder to use struct xdr_streamChuck Lever2021-07-061-38/+36
* lockd: Update the NLMv4 void results encoder to use struct xdr_streamChuck Lever2021-07-061-6/+11
* lockd: Update the NLMv4 FREE_ALL arguments decoder to use struct xdr_streamChuck Lever2021-07-061-13/+15
* lockd: Update the NLMv4 SHARE arguments decoder to use struct xdr_streamChuck Lever2021-07-061-73/+26
* lockd: Update the NLMv4 SM_NOTIFY arguments decoder to use struct xdr_streamChuck Lever2021-07-061-13/+26
* lockd: Update the NLMv4 nlm_res arguments decoder to use struct xdr_streamChuck Lever2021-07-061-11/+14
* lockd: Update the NLMv4 UNLOCK arguments decoder to use struct xdr_streamChuck Lever2021-07-061-40/+13
* lockd: Update the NLMv4 CANCEL arguments decoder to use struct xdr_streamChuck Lever2021-07-061-15/+18
* lockd: Update the NLMv4 LOCK arguments decoder to use struct xdr_streamChuck Lever2021-07-061-18/+23
* lockd: Update the NLMv4 TEST arguments decoder to use struct xdr_streamChuck Lever2021-07-061-6/+66
* lockd: Update the NLMv4 void arguments decoder to use struct xdr_streamChuck Lever2021-07-061-7/+10
* lockd: Update the NLMv1 SHARE results encoder to use struct xdr_streamChuck Lever2021-07-061-16/+9
* lockd: Update the NLMv1 nlm_res results encoder to use struct xdr_streamChuck Lever2021-07-061-7/+6
* lockd: Update the NLMv1 TEST results encoder to use struct xdr_streamChuck Lever2021-07-061-39/+35
* lockd: Update the NLMv1 void results encoder to use struct xdr_streamChuck Lever2021-07-061-6/+11
* 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