aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/lockd (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge 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-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-1/+0
2024-01-07SUNRPC: 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-29SUNRPC: Add enum svc_auth_statusChuck Lever1-1/+1
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown2-7/+12
2023-08-29SUNRPC: change svc_recv() to return void.NeilBrown1-8/+1
2023-08-29SUNRPC: call svc_process() from svc_recv().NeilBrown1-5/+0
2023-08-29lockd: remove SIGKILL handlingNeilBrown1-24/+0
2023-08-29fs: lockd: avoid possible wrong NULL parameterSu Hui1-0/+3
2023-08-29lockd: nlm_blocked list race fixesAlexander Aring1-1/+12
2023-07-01Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+6
2023-06-19NFS: add a sysfs link to the lockd rpc_clientBenjamin Coddington1-0/+6
2023-06-12lockd: drop inappropriate svc_get() from locked_get()NeilBrown1-1/+0
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+1
2023-05-02lockd: define nlm_port_min,max with CONFIG_SYSCTLTom Rix1-1/+1
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds7-49/+188
2023-04-26lockd: add some client-side tracepointsJeff Layton5-2/+131
2023-04-26lockd: server should unlock lock if client rejects the grantJeff Layton1-4/+17
2023-04-26lockd: fix races in client GRANTED_MSG wait logicJeff Layton2-31/+39
2023-04-26lockd: move struct nlm_wait to lockd.hJeff Layton1-12/+0
2023-04-26lockd: purge resources held on behalf of nlm clients when shutting downJeff Layton1-0/+1
2023-04-13lockd: simplify two-level sysctl registration for nlm_sysctlsLuis Chamberlain1-19/+1
2023-03-14lockd: set file_lock start and end when decoding nlm4 testargsJeff Layton2-9/+13
2023-02-23Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-1/+1
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-9/+12
2023-02-21sysctl: fix proc_dobool() usabilityOndrej Mosnacek1-1/+1
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever1-5/+10
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever1-2/+2
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever1-1/+0
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever1-1/+0
2023-01-11fs: remove locks_inodeJeff Layton2-2/+2
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton2-0/+2
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-14/+22
2022-12-10lockd: fix file selection in nlmsvc_cancel_blockedJeff Layton1-3/+4
2022-12-10lockd: ensure we use the correct file descriptor when unlockingJeff Layton1-4/+6
2022-12-10lockd: set missing fl_flags field when retrieving argsJeff Layton2-0/+2
2022-12-10lockd: set other missing fields when unlocking filesTrond Myklebust1-7/+10
2022-11-30lockd: use locks_inode_context helperJeff Layton1-2/+2
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever2-0/+48
2022-09-26lockd: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1