summaryrefslogtreecommitdiffstats
path: root/fs/lockd
AgeCommit message (Expand)AuthorLines
2025-03-10sysctl: Fixes nsm_local_state boundsNicolas Bouchinet-2/+3
2025-03-10lockd: add netlink control interfaceJeff Layton-7/+179
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1
2025-01-06sunrpc: remove all connection limit configurationNeilBrown-8/+0
2024-11-26Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-33/+11
2024-11-18lockd: Remove unneeded initialization of file_lock::c.flc_flagsChuck Lever-3/+3
2024-11-18lockd: Remove unused parameter to nlmsvc_testlock()Chuck Lever-3/+5
2024-11-18lockd: Remove some snippets of unfinished codeChuck Lever-24/+0
2024-11-18lockd: Remove unnecessary memset()Chuck Lever-1/+0
2024-11-18lockd: Fix comment about NLMv3 backwards compatibilityPali Rohár-2/+3
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-4/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-10-02Merge patch series "Fixup NLM and kNFSD file lock callbacks"Christian Brauner-4/+3
2024-10-01NLM/NFSD: Fix lock notifications for async-capable filesystemsBenjamin Coddington-4/+3
2024-09-20sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown-0/+2
2024-09-01lockd: discard nlmsvc_timeoutNeilBrown-7/+2
2024-07-08lockd: Use *-y instead of *-objs in MakefileAndy Shevchenko-5/+4
2024-05-06lockd: host: Remove unnecessary statements'host = NULL;'Li kunyu-1/+0
2024-03-12Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-3/+0
2024-03-01nfsd: stop setting ->pg_stats for unused statsJosef Bacik-3/+0
2024-02-05lockd: adapt to breakup of struct file_lockJeff Layton-109/+115
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton-0/+1
2024-02-05lockd: convert to using new filelock helpersJeff Layton-13/+13
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-1/+0
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown-6/+4
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown-6/+4
2023-10-16lockd: hold a reference to nlmsvc_serv while stopping the thread.NeilBrown-0/+2
2023-10-16lockd: fix race in async lock request handlingAlexander Aring-3/+8
2023-10-16lockd: don't call vfs_lock_file() for pending requestsAlexander Aring-7/+16
2023-10-16lockd: introduce safe async lock opAlexander Aring-3/+1
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever-1/+1
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown-7/+12
2023-08-29SUNRPC: change svc_recv() to return void.NeilBrown-8/+1
2023-08-29SUNRPC: call svc_process() from svc_recv().NeilBrown-5/+0
2023-08-29lockd: remove SIGKILL handlingNeilBrown-24/+0
2023-08-29fs: lockd: avoid possible wrong NULL parameterSu Hui-0/+3
2023-08-29lockd: nlm_blocked list race fixesAlexander Aring-1/+12
2023-07-01Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-0/+6
2023-06-19NFS: add a sysfs link to the lockd rpc_clientBenjamin Coddington-0/+6
2023-06-12lockd: drop inappropriate svc_get() from locked_get()NeilBrown-1/+0
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-1/+1
2023-05-02lockd: define nlm_port_min,max with CONFIG_SYSCTLTom Rix-1/+1
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-49/+188
2023-04-26lockd: add some client-side tracepointsJeff Layton-2/+131
2023-04-26lockd: server should unlock lock if client rejects the grantJeff Layton-4/+17
2023-04-26lockd: fix races in client GRANTED_MSG wait logicJeff Layton-31/+39
2023-04-26lockd: move struct nlm_wait to lockd.hJeff Layton-12/+0
2023-04-26lockd: purge resources held on behalf of nlm clients when shutting downJeff Layton-0/+1
2023-04-13lockd: simplify two-level sysctl registration for nlm_sysctlsLuis Chamberlain-19/+1