summaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-7/+7
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-7/+7
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton1-1/+1
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton1-2/+2
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton1-2/+2
2026-01-26locks: ensure vfs_test_lock() never returns FILE_LOCK_DEFERREDNeilBrown1-4/+0
2025-12-31Merge tag 'nfsd-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-16/+14
2025-12-25lockd: fix vfs_test_lock() callsNeilBrown3-16/+14
2025-12-06Merge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-0/+18
2025-11-26tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen2-0/+2
2025-11-21lockd: don't allow locking on reexported NFSv2/3Jeff Layton2-0/+18
2025-09-22SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever1-4/+2
2025-09-22lockd: Remove space before newlineColin Ian King1-1/+1
2025-03-10sysctl: Fixes nsm_local_state boundsNicolas Bouchinet1-2/+3
2025-03-10lockd: add netlink control interfaceJeff Layton5-7/+179
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-06sunrpc: remove all connection limit configurationNeilBrown1-8/+0
2024-11-26Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds5-33/+11
2024-11-19lockd: Remove unneeded initialization of file_lock::c.flc_flagsChuck Lever2-3/+3
2024-11-19lockd: Remove unused parameter to nlmsvc_testlock()Chuck Lever3-3/+5
2024-11-19lockd: Remove some snippets of unfinished codeChuck Lever2-24/+0
2024-11-19lockd: Remove unnecessary memset()Chuck Lever1-1/+0
2024-11-19lockd: Fix comment about NLMv3 backwards compatibilityPali Rohár1-2/+3
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-4/+3
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-02Merge patch series "Fixup NLM and kNFSD file lock callbacks"Christian Brauner1-4/+3
2024-10-01NLM/NFSD: Fix lock notifications for async-capable filesystemsBenjamin Coddington1-4/+3
2024-09-21sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown1-0/+2
2024-09-01lockd: discard nlmsvc_timeoutNeilBrown2-7/+2
2024-07-08lockd: Use *-y instead of *-objs in MakefileAndy Shevchenko1-5/+4
2024-05-06lockd: host: Remove unnecessary statements'host = NULL;'Li kunyu1-1/+0
2024-03-13Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-3/+0
2024-03-01nfsd: stop setting ->pg_stats for unused statsJosef Bacik1-3/+0
2024-02-05lockd: adapt to breakup of struct file_lockJeff Layton10-109/+115
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2024-02-05lockd: convert to using new filelock helpersJeff Layton2-13/+13
2024-01-11Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2024-01-08SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown1-6/+4
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown2-6/+4
2023-10-16lockd: hold a reference to nlmsvc_serv while stopping the thread.NeilBrown1-0/+2
2023-10-16lockd: fix race in async lock request handlingAlexander Aring1-3/+8
2023-10-16lockd: don't call vfs_lock_file() for pending requestsAlexander Aring1-7/+16
2023-10-16lockd: introduce safe async lock opAlexander Aring1-3/+1
2023-08-30SUNRPC: Add enum svc_auth_statusChuck Lever1-1/+1
2023-08-30SUNRPC: remove timeout arg from svc_recv()NeilBrown2-7/+12
2023-08-30SUNRPC: change svc_recv() to return void.NeilBrown1-8/+1
2023-08-30SUNRPC: call svc_process() from svc_recv().NeilBrown1-5/+0
2023-08-30lockd: remove SIGKILL handlingNeilBrown1-24/+0
2023-08-30fs: lockd: avoid possible wrong NULL parameterSu Hui1-0/+3