summaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)Author
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
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever
2023-01-11fs: remove locks_inodeJeff Layton
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-12-10lockd: fix file selection in nlmsvc_cancel_blockedJeff Layton
2022-12-10lockd: ensure we use the correct file descriptor when unlockingJeff Layton
2022-12-10lockd: set missing fl_flags field when retrieving argsJeff Layton
2022-12-10lockd: set other missing fields when unlocking filesTrond Myklebust
2022-11-30lockd: use locks_inode_context helperJeff Layton
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2022-09-26lockd: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-04lockd: detect and reject lock arguments that overflowJeff Layton
2022-07-29NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington
2022-07-11lockd: fix nlm_close_filesJeff Layton
2022-07-11lockd: set fl_owner when unlocking filesJeff Layton
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever