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
/
fs
/
lockd
/
clntproc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-11
fs: remove locks_inode
Jeff Layton
1
-1
/
+1
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
1
-0
/
+1
2021-10-21
SUNRPC: Trace calls to .rpc_call_done
Chuck Lever
1
-3
/
+0
2019-07-04
lockd: Make two symbols static
YueHaibing
1
-1
/
+1
2019-07-04
lockd: prepare nlm_lockowner for use by the server
Benjamin Coddington
1
-10
/
+11
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-25
SUNRPC: Fix up task signalling
Trond Myklebust
1
-2
/
+2
2019-01-03
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-3
/
+3
2018-12-19
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
1
-3
/
+3
2018-12-14
lockd: Show pid of lockd for remote locks
Benjamin Coddington
1
-1
/
+1
2018-08-09
nfsd: fix leaked file lock with nfs exported overlayfs
Amir Goldstein
1
-1
/
+1
2018-01-15
lockd: convert nlm_rqst.a_count from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2018-01-15
lockd: convert nlm_lockowner.count from atomic_t to refcount_t
Elena Reshetova
1
-3
/
+3
2017-04-21
lockd: Introduce nlmclnt_operations
Benjamin Coddington
1
-1
/
+25
2015-10-22
Move locks API users to locks_lock_inode_wait()
Benjamin Coddington
1
-12
/
+1
2013-08-05
LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargs
Trond Myklebust
1
-2
/
+3
2013-04-22
LOCKD: Ensure that nlmclnt_block resets block->b_status after a server reboot
Trond Myklebust
1
-3
/
+0
2013-03-01
Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-4
/
+2
2013-02-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-23
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-02-19
NLM: Ensure that we resend all pending blocking locks after a reclaim
Trond Myklebust
1
-0
/
+3
2013-02-15
lockd: nlmclnt_reclaim(): avoid stack overflow
Tim Gardner
1
-4
/
+2
2012-11-04
lockd: Remove BUG_ON()s from fs/lockd/clntproc.c
Trond Myklebust
1
-2
/
+1
2012-07-29
lockd: handle lockowner allocation failure in nlmclnt_proc()
Al Viro
1
-0
/
+5
2012-07-29
lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()
Al Viro
1
-7
/
+2
2011-07-12
lockd: properly convert be32 values in debug messages
Vasily Averin
1
-3
/
+6
2011-06-15
NLM: Don't hang forever on NLM unlock requests
Trond Myklebust
1
-1
/
+7
2010-12-16
lockd: Create client-side nlm_host cache
Chuck Lever
1
-3
/
+3
2010-12-16
lockd: Split nlm_release_call()
Chuck Lever
1
-6
/
+6
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-09-22
lockd: Remove BKL from the client
Bryan Schumaker
1
-9
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-22
const: make file_lock_operations const
Alexey Dobriyan
1
-1
/
+1
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-0
/
+1
2009-06-18
lockd: Update NSM state from SM_MON replies
Chuck Lever
1
-1
/
+1
2009-06-18
NFSv4/NLM: Push file locking BKL dependencies down into the NLM layer
Trond Myklebust
1
-0
/
+2
2009-01-06
NSM: Remove include/linux/lockd/sm_inter.h
Chuck Lever
1
-1
/
+0
2009-01-06
NLM: Remove redundant printk() in nlmclnt_lock()
Chuck Lever
1
-4
/
+2
2008-07-25
lockd: dont return EAGAIN for a permanent error
Miklos Szeredi
1
-1
/
+9
2008-07-16
SUNRPC: Remove the BKL from the callback functions
Trond Myklebust
1
-0
/
+6
2008-07-16
nfs: set correct fl_len in nlmclnt_test()
Felix Blyakher
1
-1
/
+1
2008-04-30
fs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2008-04-20
NLM/lockd: Ensure client locking calls use correct credentials
Trond Myklebust
1
-9
/
+14
2008-04-20
NLM/lockd: Fix a race when cancelling a blocking lock
Trond Myklebust
1
-9
/
+34
2008-04-20
NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL call
Trond Myklebust
1
-1
/
+10
2008-04-20
NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancel
Trond Myklebust
1
-41
/
+1
2008-04-20
NLM/lockd: convert __nlm_async_call to use rpc_run_task()
Trond Myklebust
1
-10
/
+54
2008-04-20
NLM/lockd: Add a reference counter to struct nlm_rqst
Trond Myklebust
1
-0
/
+3
2008-04-20
NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()
Trond Myklebust
1
-6
/
+10
2008-01-30
NLM: Fix a bogus 'return' in nlmclnt_rpc_release
Trond Myklebust
1
-1
/
+1
[next]