index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
lockd
/
svcsubs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2022-12-12
1
-7
/
+10
|
\
|
*
lockd: set other missing fields when unlocking files
Trond Myklebust
2022-12-10
1
-7
/
+10
*
|
lockd: use locks_inode_context helper
Jeff Layton
2022-11-30
1
-2
/
+2
|
/
*
lockd: fix nlm_close_files
Jeff Layton
2022-07-11
1
-5
/
+4
*
lockd: set fl_owner when unlocking files
Jeff Layton
2022-07-11
1
-2
/
+3
*
lockd: fix failure to cleanup client locks
J. Bruce Fields
2022-01-27
1
-0
/
+1
*
lockd: fix server crash on reboot of client holding lock
J. Bruce Fields
2022-01-18
1
-8
/
+9
*
Keep read and write fds with each nlm_file
J. Bruce Fields
2021-08-23
1
-31
/
+71
*
lockd: update nlm_lookup_file reexport comment
J. Bruce Fields
2021-08-23
1
-2
/
+3
*
nlm: minor refactoring
J. Bruce Fields
2021-08-23
1
-2
/
+2
*
nlm: minor nlm_lookup_file argument change
J. Bruce Fields
2021-08-23
1
-7
/
+8
*
lockd: Convert NLM service fl_owner to nlm_lockowner
Benjamin Coddington
2019-07-03
1
-1
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
nfsd: fix leaked file lock with nfs exported overlayfs
Amir Goldstein
2018-08-09
1
-2
/
+2
*
lockd: remove net pointer from messages
Vasily Averin
2017-11-27
1
-1
/
+1
*
nfsd: eliminate NFSD_DEBUG
Mark Salter
2015-04-21
1
-1
/
+1
*
locks: add a dedicated spinlock to protect i_flctx lists
Jeff Layton
2015-01-16
1
-6
/
+6
*
locks: convert posix locks to file_lock_context
Jeff Layton
2015-01-16
1
-7
/
+13
*
lockd: get rid of ->f_path.dentry->d_sb
Al Viro
2014-11-19
1
-1
/
+1
*
nfsd: move <linux/nfsd/export.h> to fs/nfsd
Christoph Hellwig
2014-05-06
1
-1
/
+0
*
nfsd: remove <linux/nfsd/nfsfh.h>
Christoph Hellwig
2014-05-06
1
-1
/
+1
*
locks: protect most of the file_lock handling with i_lock
Jeff Layton
2013-06-29
1
-6
/
+6
*
Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2013-02-28
1
-1
/
+1
|
\
|
*
sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...
Jeff Layton
2013-02-05
1
-1
/
+1
*
|
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-4
/
+3
*
|
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
|
/
*
LockD: mark host per network namespace on garbage collect
Stanislav Kinsbursky
2012-07-27
1
-6
/
+13
*
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
Al Viro
2012-01-06
1
-1
/
+1
*
lockd: push lock_flocks down
Arnd Bergmann
2010-10-27
1
-1
/
+8
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
sunrpc: add routine for comparing addresses
Jeff Layton
2009-08-21
1
-1
/
+1
*
NSM: Remove include/linux/lockd/sm_inter.h
Chuck Lever
2009-01-06
1
-1
/
+0
*
lockd: Teach nlm_cmp_addr() to support AF_INET6 addresses
Chuck Lever
2008-09-29
1
-1
/
+1
*
lockd: Use sockaddr_storage for h_saddr field
Chuck Lever
2008-09-29
1
-1
/
+1
*
lockd: Pass "struct sockaddr *" to new failover-by-IP function
Chuck Lever
2008-07-15
1
-9
/
+23
*
lockd: unlock lockd locks held for a certain filesystem
Wendy Cheng
2008-04-25
1
-5
/
+32
*
lockd: unlock lockd locks associated with a given server ip
Wendy Cheng
2008-04-25
1
-5
/
+31
*
lockd: minor log message fix
J. Bruce Fields
2008-02-01
1
-1
/
+1
*
lockd: add code to handle deferred lock requests
Marc Eshel
2007-05-06
1
-1
/
+1
*
locks: allow {vfs,posix}_lock_file to return conflicting lock
Marc Eshel
2007-05-06
1
-1
/
+1
*
[PATCH] struct path: convert lockd
Josef Sipek
2006-12-08
1
-1
/
+1
*
[PATCH] lockd endianness annotations
Al Viro
2006-10-20
1
-2
/
+2
*
[PATCH] knfsd: Allow lockd to drop replies as appropriate
NeilBrown
2006-10-17
1
-6
/
+0
*
[PATCH] knfsd: Fix bug in recent lockd patches that can cause reclaim to fail
NeilBrown
2006-10-17
1
-1
/
+10
*
[PATCH] Convert lockd to use the newer mutex instead of the older semaphore
Neil Brown
2006-10-04
1
-1
/
+1
*
[PATCH] knfsd: simplify nlmsvc_invalidate_all
NeilBrown
2006-10-04
1
-9
/
+1
*
[PATCH] knfsd: lockd: make nlm_traverse_* more flexible
Olaf Kirch
2006-10-04
1
-28
/
+77
*
[PATCH] knfsd: change nlm_file to use a hlist
Olaf Kirch
2006-10-04
1
-26
/
+16
*
[PATCH] knfsd: lockd: Change list of blocked list to list_node
Olaf Kirch
2006-10-04
1
-2
/
+3
*
[PATCH] knfsd: misc minor fixes, indentation changes
Olaf Kirch
2006-10-04
1
-3
/
+5
[next]