summaryrefslogtreecommitdiffstats
path: root/fs/lockd
Commit message (Expand)AuthorAgeFilesLines
...
* lockd: detect and reject lock arguments that overflowJeff Layton2022-08-042-17/+10
* NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington2022-07-293-11/+8
* lockd: fix nlm_close_filesJeff Layton2022-07-111-5/+4
* lockd: set fl_owner when unlocking filesJeff Layton2022-07-111-2/+3
* NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever2022-02-281-5/+1
* NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2022-02-281-3/+1
* SUNRPC: Remove svc_shutdown_net()Chuck Lever2022-02-281-2/+2
* SUNRPC: Rename svc_create_xprt()Chuck Lever2022-02-281-2/+2
* SUNRPC: Remove svo_shutdown methodChuck Lever2022-02-281-3/+2
* SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2022-02-281-1/+0
* Merge tag 'nfsd-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-02-021-8/+10
|\
| * lockd: fix failure to cleanup client locksJ. Bruce Fields2022-01-271-0/+1
| * lockd: fix server crash on reboot of client holding lockJ. Bruce Fields2022-01-181-8/+9
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\ \ | |/ |/|
* | nfs: block notification on fs with its own ->lockJ. Bruce Fields2022-01-081-2/+4
* | lockd: use svc_set_num_threads() for thread start and stopNeilBrown2021-12-131-50/+8
* | lockd: rename lockd_create_svc() to lockd_get()NeilBrown2021-12-131-6/+4
* | lockd: introduce lockd_put()NeilBrown2021-12-131-37/+27
* | lockd: move svc_exit_thread() into the threadNeilBrown2021-12-131-11/+12
* | lockd: move lockd_start_svc() call into lockd_create_svc()NeilBrown2021-12-131-12/+10
* | lockd: simplify management of network status notifiersNeilBrown2021-12-131-26/+9
* | lockd: introduce nlmsvc_servNeilBrown2021-12-131-16/+20
* | SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-4/+0
* | SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-131-5/+1
* | SUNRPC: change svc_get() to return the svc.NeilBrown2021-12-131-4/+2
|/
* Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-103-166/+145
|\
| * SUNRPC: Change return value type of .pc_encodeChuck Lever2021-10-132-18/+18
| * SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever2021-10-133-16/+9
| * SUNRPC: Change return value type of .pc_decodeChuck Lever2021-10-132-96/+97
| * SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever2021-10-133-36/+21
* | SUNRPC: Trace calls to .rpc_call_doneChuck Lever2021-10-203-7/+0
* | Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-09-221-11/+2
|\ \ | |/ |/|
| * NLM: Fix svcxdr_encode_owner()Chuck Lever2021-09-171-11/+2
* | 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