index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
lockd
/
lockd.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-01
lockd: discard nlmsvc_timeout
NeilBrown
1
-1
/
+1
2024-02-05
lockd: adapt to breakup of struct file_lock
Jeff Layton
1
-4
/
+4
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-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-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
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-08-24
Keep read and write fds with each nlm_file
J. Bruce Fields
1
-2
/
+7
2021-08-23
nlm: minor nlm_lookup_file argument change
J. Bruce Fields
1
-1
/
+1
2019-11-12
lockd: remove __KERNEL__ ifdefs
Christoph Hellwig
1
-4
/
+0
2019-07-04
lockd: Convert NLM service fl_owner to nlm_lockowner
Benjamin Coddington
1
-0
/
+2
2019-04-27
lockd: Store the lockd client credential in struct nlm_host
Trond Myklebust
1
-1
/
+3
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
1
-0
/
+1
2017-05-15
sunrpc: mark all struct svc_procinfo instances as const
Christoph Hellwig
1
-2
/
+2
2017-04-21
lockd: Introduce nlmclnt_operations
Benjamin Coddington
1
-0
/
+2
2017-02-14
nlm: Ensure callback code also checks that the files match
Trond Myklebust
1
-1
/
+2
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-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
2012-02-15
Lockd: shutdown NLM hosts in network namespace context
Stanislav Kinsbursky
1
-0
/
+1
2012-02-15
LockD: make nlm hosts network namespace aware
Stanislav Kinsbursky
1
-1
/
+3
2012-02-01
SUNRPC: constify the rpc_program
Trond Myklebust
1
-1
/
+1
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-12-12
net: use IS_ENABLED(CONFIG_IPV6)
Eric Dumazet
1
-3
/
+3
2010-12-16
lockd: Clean up nlmsvc_lookup_host()
Chuck Lever
1
-1
/
+1
2010-12-16
lockd: Create client-side nlm_host cache
Chuck Lever
1
-0
/
+1
2010-12-16
lockd: Split nlm_release_call()
Chuck Lever
1
-1
/
+2
2010-11-16
NLM: Fix a regression in lockd
Trond Myklebust
1
-0
/
+1
2009-09-22
Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-43
/
+0
2009-09-22
const: make lock_manager_operations const
Alexey Dobriyan
1
-1
/
+1
2009-08-21
sunrpc: add routine for comparing addresses
Jeff Layton
1
-43
/
+0
2009-06-18
lockd: Update NSM state from SM_MON replies
Chuck Lever
1
-1
/
+1
2009-03-11
NLM: Shrink the IPv4-only version of nlm_cmp_addr()
Chuck Lever
1
-0
/
+8
2009-01-06
NLM: Rewrite IPv4 privileged requester's check
Chuck Lever
1
-2
/
+5
[next]