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