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
/
fs
/
lockd
/
clntlock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-05
LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargs
Trond Myklebust
1
-4
/
+9
2013-04-22
LOCKD: Ensure that nlmclnt_block resets block->b_status after a server reboot
Trond Myklebust
1
-0
/
+3
2013-03-01
Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+12
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
/
+11
2013-02-05
sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...
Jeff Layton
1
-1
/
+1
2012-04-12
Lockd: pass network namespace to creation and destruction routines
Stanislav Kinsbursky
1
-5
/
+8
2012-02-15
LockD: make nlm hosts network namespace aware
Stanislav Kinsbursky
1
-1
/
+2
2010-12-16
lockd: Create client-side nlm_host cache
Chuck Lever
1
-2
/
+2
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
-5
/
+10
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-08-21
sunrpc: add routine for comparing addresses
Jeff Layton
1
-1
/
+1
2009-03-28
lockd: Start PF_INET6 listener only if IPv6 support is available
Chuck Lever
1
-50
/
+1
2009-03-11
NLM: Fix GRANT callback address comparison when IPv6 is enabled
Chuck Lever
1
-1
/
+50
2008-12-23
NLM: allow lockd requests from an unprivileged port
Chuck Lever
1
-1
/
+1
2008-12-23
lockd: convert reclaimer thread to kthread interface
Jeff Layton
1
-6
/
+15
2008-10-05
NLM: Remove "proto" argument from lockd_up()
Chuck Lever
1
-2
/
+2
2008-10-04
lockd: change nlmclnt_grant() to take a "struct sockaddr *"
Chuck Lever
1
-3
/
+2
2008-10-04
lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INET
Chuck Lever
1
-3
/
+2
2008-09-30
lockd: Teach nlm_cmp_addr() to support AF_INET6 addresses
Chuck Lever
1
-1
/
+2
2008-09-30
lockd: Use sockaddr_storage + length for h_addr field
Chuck Lever
1
-1
/
+1
2008-01-30
NLM: Introduce an arguments structure for nlmclnt_init()
Chuck Lever
1
-14
/
+8
2008-01-30
NLM: Introduce external nlm_host set-up and tear-down functions
Chuck Lever
1
-0
/
+48
2007-05-15
NLM: don't use CLONE_SIGHAND in nlmclnt_recovery
Oleg Nesterov
1
-1
/
+1
2007-01-30
[PATCH] fs/lockd/clntlock.c: add missing newlines to dprintk's
Adrian Bunk
1
-2
/
+2
2006-12-13
[PATCH] lockd endianness annotations
Al Viro
1
-5
/
+5
2006-12-08
[PATCH] struct path: convert lockd
Josef Sipek
1
-1
/
+1
2006-10-20
[PATCH] lockd endianness annotations
Al Viro
1
-2
/
+2
2006-10-04
[PATCH] knfsd: lockd: fix use of h_nextrebind
Olaf Kirch
1
-1
/
+1
2006-10-04
[PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handle
Olaf Kirch
1
-36
/
+19
2006-10-04
[PATCH] knfsd: lockd: introduce nsm_handle
Olaf Kirch
1
-1
/
+2
2006-10-02
[PATCH] knfsd: Correctly handle error condition from lockd_up
NeilBrown
1
-1
/
+1
2006-10-02
[PATCH] knfsd: be more selective in which sockets lockd listens on
NeilBrown
1
-1
/
+1
2006-09-27
[PATCH] add newline to nfs dprintk
Martin Bligh
1
-1
/
+1
2006-06-09
NLM: Fix reclaim races
Trond Myklebust
1
-14
/
+25
2006-03-20
NLM: Simplify client locks
Trond Myklebust
1
-27
/
+16
2006-03-20
lockd: Fix Oopses due to list manipulation errors.
Trond Myklebust
1
-3
/
+4
2006-03-20
lockd: stop abusing file_lock_list
Christoph Hellwig
1
-45
/
+9
2006-03-20
lockd: Don't expose the process pid to the NLM server
Trond Myklebust
1
-1
/
+9
2006-02-15
[PATCH] NLM: Fix the NLM_GRANTED callback checks
Trond Myklebust
1
-10
/
+17
2005-12-20
NLM: Fix Oops in nlmclnt_mark_reclaim()
Trond Myklebust
1
-0
/
+4
2005-06-23
[PATCH] NLM: fix a client-side race on blocking locks.
Trond Myklebust
1
-41
/
+58
2005-06-23
[PATCH] NLM: cleanup for blocked locks.
Trond Myklebust
1
-12
/
+6
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+245