index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
lockd
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-05
lockd: adapt to breakup of struct file_lock
Jeff Layton
2
-5
/
+4
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
1
-1
/
+2
2023-10-16
SUNRPC: change how svc threads are asked to exit.
NeilBrown
1
-1
/
+1
2023-08-30
SUNRPC: remove timeout arg from svc_recv()
NeilBrown
1
-1
/
+3
2023-06-19
NFS: add a sysfs link to the lockd rpc_client
Benjamin Coddington
1
-0
/
+2
2023-04-26
lockd: fix races in client GRANTED_MSG wait logic
Jeff Layton
1
-3
/
+5
2023-04-26
lockd: move struct nlm_wait to lockd.h
Jeff Layton
1
-1
/
+10
2023-04-26
lockd: remove 2 unused helper functions
Jeff Layton
1
-10
/
+0
2023-03-14
lockd: set file_lock start and end when decoding nlm4 testargs
Jeff Layton
1
-0
/
+1
2023-02-23
Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-2
/
+2
2023-02-20
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
1
-2
/
+2
2023-01-11
fs: remove locks_inode
Jeff Layton
1
-2
/
+2
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
1
-0
/
+1
2022-08-04
lockd: detect and reject lock arguments that overflow
Jeff Layton
1
-0
/
+2
2022-07-30
NLM: Defend against file_lock changes after vfs_test_lock()
Benjamin Coddington
1
-0
/
+1
2022-01-08
nfs: block notification on fs with its own ->lock
J. Bruce Fields
1
-2
/
+7
2021-10-13
SUNRPC: Change return value type of .pc_encode
Chuck Lever
2
-8
/
+8
2021-10-13
SUNRPC: Replace the "__be32 *p" parameter to .pc_encode
Chuck Lever
2
-8
/
+8
2021-10-13
SUNRPC: Change return value type of .pc_decode
Chuck Lever
2
-18
/
+18
2021-10-13
SUNRPC: Replace the "__be32 *p" parameter to .pc_decode
Chuck Lever
2
-19
/
+19
2021-08-24
Keep read and write fds with each nlm_file
J. Bruce Fields
2
-3
/
+9
2021-08-23
nlm: minor nlm_lookup_file argument change
J. Bruce Fields
1
-1
/
+1
2021-07-07
lockd: Remove stale comments
Chuck Lever
2
-12
/
+1
2019-11-12
lockd: remove __KERNEL__ ifdefs
Christoph Hellwig
2
-8
/
+0
2019-07-04
lockd: Convert NLM service fl_owner to nlm_lockowner
Benjamin Coddington
1
-0
/
+2
2019-05-16
Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2019-04-27
lockd: Store the lockd client credential in struct nlm_host
Trond Myklebust
2
-1
/
+4
2019-04-24
lockd: Pass the user cred from knfsd when starting the lockd server
Trond Myklebust
1
-1
/
+2
2018-08-09
nfsd: fix leaked file lock with nfs exported overlayfs
Amir Goldstein
1
-2
/
+2
2018-01-15
lockd: convert nlm_rqst.a_count from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
2018-01-15
lockd: convert nlm_lockowner.count from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
2018-01-15
lockd: convert nsm_handle.sm_count from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
2018-01-15
lockd: convert nlm_host.h_count from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
7
-0
/
+7
2017-05-15
sunrpc: mark all struct svc_procinfo instances as const
Christoph Hellwig
1
-2
/
+2
2017-05-15
sunrpc: properly type pc_encode callbacks
Christoph Hellwig
2
-8
/
+8
2017-05-15
sunrpc: properly type pc_decode callbacks
Christoph Hellwig
2
-18
/
+18
2017-04-21
lockd: Introduce nlmclnt_operations
Benjamin Coddington
2
-2
/
+24
2017-02-14
nlm: Ensure callback code also checks that the files match
Trond Myklebust
1
-1
/
+2
2016-01-07
lockd: constify nlmsvc_binding structure
Julia Lawall
1
-1
/
+1
2015-10-23
lockd: get rid of reference-counted NSM RPC clients
Andrey Ryabinin
1
-0
/
+1
2015-10-13
lockd: create NSM handles per net namespace
Andrey Ryabinin
1
-3
/
+6
2014-11-25
lockd: eliminate LOCKD_DEBUG
Jeff Layton
1
-5
/
+1
2014-09-10
lockd: rip out deferred lock handling from testlock codepath
Jeff Layton
1
-1
/
+0
2014-05-07
nfsd: remove <linux/nfsd/nfsfh.h>
Christoph Hellwig
1
-1
/
+1
2013-03-01
Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+2
2013-02-23
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-02-15
lockd: nlmclnt_reclaim(): avoid stack overflow
Tim Gardner
1
-1
/
+2
2012-07-28
LockD: pass actual network namespace to grace period management functions
Stanislav Kinsbursky
1
-2
/
+2
2012-07-28
LockD: mark host per network namespace on garbage collect
Stanislav Kinsbursky
1
-1
/
+1
[next]