index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
lockd
/
svclock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2013-07-17
1
-0
/
+4
|
\
|
*
lockd: protect nlm_blocked access in nlmsvc_retry_blocked
David Jeffery
2013-07-11
1
-0
/
+4
*
|
locks: add a new "lm_owner_key" lock operation
Jeff Layton
2013-06-29
1
-0
/
+12
*
|
locks: drop the unused filp argument to posix_unblock_lock
Jeff Layton
2013-06-29
1
-1
/
+1
|
/
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-8
/
+8
*
close the race in nlmsvc_free_block()
Al Viro
2012-09-22
1
-2
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-08-01
1
-1
/
+0
|
\
|
*
lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()
Al Viro
2012-07-29
1
-1
/
+0
*
|
LockD: pass actual network namespace to grace period management functions
Stanislav Kinsbursky
2012-07-27
1
-8
/
+8
|
/
*
SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefined
Trond Myklebust
2012-03-21
1
-30
/
+29
*
locks: rename lock-manager ops
J. Bruce Fields
2011-07-20
1
-4
/
+4
*
lockd: Split nlm_release_call()
Chuck Lever
2010-12-16
1
-2
/
+2
*
lockd: Move nlmdbg_cookie2a() to svclock.c
Chuck Lever
2010-12-16
1
-0
/
+30
*
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-11-17
1
-1
/
+0
*
lockd: fix nlmsvc_notify_blocked locking
J. Bruce Fields
2010-10-27
1
-2
/
+4
*
lockd: Mostly remove BKL from the server
Bryan Schumaker
2010-09-22
1
-10
/
+21
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
const: make lock_manager_operations const
Alexey Dobriyan
2009-09-22
1
-1
/
+1
*
lockd: call locks_release_private to cleanup per-filesystem state
Felix Blyakher
2009-04-24
1
-0
/
+2
*
lockd: clean up blocking lock cases of nlsmvc_lock()
Miklos Szeredi
2009-03-18
1
-5
/
+8
*
lockd: fix regression in lockd's handling of blocked locks
J. Bruce Fields
2009-02-09
1
-1
/
+5
*
lockd: reject reclaims outside the grace period
J. Bruce Fields
2008-10-03
1
-0
/
+4
*
lockd: move grace period checks to common code
J. Bruce Fields
2008-10-03
1
-1
/
+13
*
locks: add special return value for asynchronous locks
Miklos Szeredi
2008-07-25
1
-9
/
+4
*
Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2008-07-20
1
-23
/
+10
|
\
|
*
lockd: get host reference in nlmsvc_create_block() instead of callers
J. Bruce Fields
2008-07-15
1
-3
/
+2
|
*
lockd: minor svclock.c style fixes
J. Bruce Fields
2008-07-15
1
-5
/
+5
|
*
lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lock
Jeff Layton
2008-07-15
1
-8
/
+2
|
*
lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlock
Jeff Layton
2008-07-15
1
-9
/
+3
*
|
SUNRPC: Remove the BKL from the callback functions
Trond Myklebust
2008-07-15
1
-1
/
+6
|
/
*
fs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-30
1
-1
/
+1
*
locks: don't call ->copy_lock methods on return of conflicting locks
J. Bruce Fields
2008-04-25
1
-1
/
+1
*
lockd: Fix stale nlmsvc_unlink_block comment
J. Bruce Fields
2008-04-23
1
-2
/
+1
*
NLM: Convert lockd to use kthreads
Jeff Layton
2008-04-23
1
-1
/
+2
*
NLM: don't requeue block if it was invalidated while GRANT_MSG was in flight
Jeff Layton
2008-02-10
1
-0
/
+11
*
NLM: don't reattempt GRANT_MSG when there is already an RPC in flight
Jeff Layton
2008-02-10
1
-4
/
+13
*
Leak in nlmsvc_testlock for async GETFL case
Oleg Drokin
2008-02-01
1
-1
/
+1
*
lockd: fix a leak in nlmsvc_testlock asynchronous request handling
Oleg Drokin
2008-02-01
1
-7
/
+11
*
NLM: Fix a memory leak in nlmsvc_testlock
Trond Myklebust
2007-10-09
1
-1
/
+3
*
NLM: Fix a circular lock dependency in lockd
Trond Myklebust
2007-09-26
1
-11
/
+18
*
lockd and nfsd endianness annotation fixes
Al Viro
2007-07-26
1
-3
/
+3
*
lockd: add code to handle deferred lock requests
Marc Eshel
2007-05-06
1
-6
/
+35
*
lockd: always preallocate block in nlmsvc_lock()
Marc Eshel
2007-05-06
1
-23
/
+11
*
lockd: handle test_lock deferrals
Marc Eshel
2007-05-06
1
-16
/
+68
*
lockd: pass cookie in nlmsvc_testlock
Marc Eshel
2007-05-06
1
-2
/
+3
*
lockd: handle fl_grant callbacks
Marc Eshel
2007-05-06
1
-4
/
+87
*
lockd: save lock state on deferral
Marc Eshel
2007-05-06
1
-0
/
+25
*
locks: allow {vfs,posix}_lock_file to return conflicting lock
Marc Eshel
2007-05-06
1
-3
/
+3
*
locks: give posix_test_lock same interface as ->lock
Marc Eshel
2007-05-06
1
-5
/
+8
*
NLM: Fix double free in __nlm_async_call
Trond Myklebust
2007-02-03
1
-3
/
+1
[next]