summaryrefslogtreecommitdiffstats
path: root/fs/lockd
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton-1/+1
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton-2/+2
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton-2/+2
2026-01-26locks: ensure vfs_test_lock() never returns FILE_LOCK_DEFERREDNeilBrown-4/+0
2025-12-30Merge tag 'nfsd-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-16/+14
2025-12-24lockd: fix vfs_test_lock() callsNeilBrown-16/+14
2025-12-06Merge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-0/+18
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen-0/+2
2025-11-20lockd: don't allow locking on reexported NFSv2/3Jeff Layton-0/+18
2025-09-21SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever-4/+2
2025-09-21lockd: Remove space before newlineColin Ian King-1/+1
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