summaryrefslogtreecommitdiffstats
path: root/fs/lockd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-11-265-33/+11
|\
| * lockd: Remove unneeded initialization of file_lock::c.flc_flagsChuck Lever2024-11-192-3/+3
| * lockd: Remove unused parameter to nlmsvc_testlock()Chuck Lever2024-11-193-3/+5
| * lockd: Remove some snippets of unfinished codeChuck Lever2024-11-192-24/+0
| * lockd: Remove unnecessary memset()Chuck Lever2024-11-191-1/+0
| * lockd: Fix comment about NLMv3 backwards compatibilityPali Rohár2024-11-191-2/+3
* | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-11-181-4/+3
|\ \ | |/ |/|
| * Merge patch series "Fixup NLM and kNFSD file lock callbacks"Christian Brauner2024-10-021-4/+3
| |\
| | * NLM/NFSD: Fix lock notifications for async-capable filesystemsBenjamin Coddington2024-10-011-4/+3
* | | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/ /
* | sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown2024-09-211-0/+2
* | lockd: discard nlmsvc_timeoutNeilBrown2024-09-012-7/+2
|/
* lockd: Use *-y instead of *-objs in MakefileAndy Shevchenko2024-07-081-5/+4
* lockd: host: Remove unnecessary statements'host = NULL;'Li kunyu2024-05-061-1/+0
* Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-03-121-3/+0
|\
| * nfsd: stop setting ->pg_stats for unused statsJosef Bacik2024-03-011-3/+0
* | lockd: adapt to breakup of struct file_lockJeff Layton2024-02-0510-109/+115
* | filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
* | lockd: convert to using new filelock helpersJeff Layton2024-02-052-13/+13
|/
* Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-111-1/+0
|\
| * fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
* | SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown2024-01-071-6/+4
|/
* SUNRPC: change how svc threads are asked to exit.NeilBrown2023-10-162-6/+4
* lockd: hold a reference to nlmsvc_serv while stopping the thread.NeilBrown2023-10-161-0/+2
* lockd: fix race in async lock request handlingAlexander Aring2023-10-161-3/+8
* lockd: don't call vfs_lock_file() for pending requestsAlexander Aring2023-10-161-7/+16
* lockd: introduce safe async lock opAlexander Aring2023-10-161-3/+1
* SUNRPC: Add enum svc_auth_statusChuck Lever2023-08-291-1/+1
* SUNRPC: remove timeout arg from svc_recv()NeilBrown2023-08-292-7/+12
* SUNRPC: change svc_recv() to return void.NeilBrown2023-08-291-8/+1
* SUNRPC: call svc_process() from svc_recv().NeilBrown2023-08-291-5/+0
* lockd: remove SIGKILL handlingNeilBrown2023-08-291-24/+0
* fs: lockd: avoid possible wrong NULL parameterSu Hui2023-08-291-0/+3
* lockd: nlm_blocked list race fixesAlexander Aring2023-08-291-1/+12
* Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-07-011-0/+6
|\
| * NFS: add a sysfs link to the lockd rpc_clientBenjamin Coddington2023-06-191-0/+6
* | lockd: drop inappropriate svc_get() from locked_get()NeilBrown2023-06-121-1/+0
|/
* Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-05-171-1/+1
|\
| * lockd: define nlm_port_min,max with CONFIG_SYSCTLTom Rix2023-05-021-1/+1
* | Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-04-297-49/+188
|\|
| * lockd: add some client-side tracepointsJeff Layton2023-04-265-2/+131
| * lockd: server should unlock lock if client rejects the grantJeff Layton2023-04-261-4/+17
| * lockd: fix races in client GRANTED_MSG wait logicJeff Layton2023-04-262-31/+39
| * lockd: move struct nlm_wait to lockd.hJeff Layton2023-04-261-12/+0
| * lockd: purge resources held on behalf of nlm clients when shutting downJeff Layton2023-04-261-0/+1
* | lockd: simplify two-level sysctl registration for nlm_sysctlsLuis Chamberlain2023-04-131-19/+1
|/
* lockd: set file_lock start and end when decoding nlm4 testargsJeff Layton2023-03-142-9/+13
* Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-02-231-1/+1
|\
| * sysctl: fix proc_dobool() usabilityOndrej Mosnacek2023-02-211-1/+1
* | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-02-221-9/+12
|\ \ | |/ |/|