aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/svclock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-25lockd: remove redundant check on blockColin Ian King1-9/+9
2015-01-23sunrpc/lockd: fix references to the BKLJeff Layton1-2/+2
2014-11-24lockd: eliminate LOCKD_DEBUGJeff Layton1-1/+1
2014-09-09lockd: rip out deferred lock handling from testlock codepathJeff Layton1-49/+6
2014-09-09locks: Copy fl_lmops information for conflock in locks_copy_conflock()Kinglong Mee1-0/+1
2014-09-09locks: Remove unused conf argument from lm_grantJoe Perches1-9/+3
2014-02-13lockd: send correct lock when granting a delayed lock.NeilBrown1-0/+8
2013-07-17Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+4
2013-07-11lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery1-0/+4
2013-06-29locks: add a new "lm_owner_key" lock operationJeff Layton1-0/+12
2013-06-29locks: drop the unused filp argument to posix_unblock_lockJeff Layton1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-8/+8
2012-09-22close the race in nlmsvc_free_block()Al Viro1-2/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2012-07-29lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro1-1/+0
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky1-8/+8
2012-03-21SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust1-30/+29
2011-07-20locks: rename lock-manager opsJ. Bruce Fields1-4/+4
2010-12-16lockd: Split nlm_release_call()Chuck Lever1-2/+2
2010-12-16lockd: Move nlmdbg_cookie2a() to svclock.cChuck Lever1-0/+30
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-27lockd: fix nlmsvc_notify_blocked lockingJ. Bruce Fields1-2/+4
2010-09-22lockd: Mostly remove BKL from the serverBryan Schumaker1-10/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-22const: make lock_manager_operations constAlexey Dobriyan1-1/+1
2009-04-24lockd: call locks_release_private to cleanup per-filesystem stateFelix Blyakher1-0/+2
2009-03-18lockd: clean up blocking lock cases of nlsmvc_lock()Miklos Szeredi1-5/+8
2009-02-09lockd: fix regression in lockd's handling of blocked locksJ. Bruce Fields1-1/+5
2008-10-03lockd: reject reclaims outside the grace periodJ. Bruce Fields1-0/+4
2008-10-03lockd: move grace period checks to common codeJ. Bruce Fields1-1/+13
2008-07-25locks: add special return value for asynchronous locksMiklos Szeredi1-9/+4
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-23/+10
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust1-1/+6
2008-07-15lockd: get host reference in nlmsvc_create_block() instead of callersJ. Bruce Fields1-3/+2
2008-07-15lockd: minor svclock.c style fixesJ. Bruce Fields1-5/+5
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton1-8/+2
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton1-9/+3
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields1-1/+1
2008-04-23lockd: Fix stale nlmsvc_unlink_block commentJ. Bruce Fields1-2/+1
2008-04-23NLM: Convert lockd to use kthreadsJeff Layton1-1/+2
2008-02-10NLM: don't requeue block if it was invalidated while GRANT_MSG was in flightJeff Layton1-0/+11
2008-02-10NLM: don't reattempt GRANT_MSG when there is already an RPC in flightJeff Layton1-4/+13
2008-02-01Leak in nlmsvc_testlock for async GETFL caseOleg Drokin1-1/+1
2008-02-01lockd: fix a leak in nlmsvc_testlock asynchronous request handlingOleg Drokin1-7/+11
2007-10-09NLM: Fix a memory leak in nlmsvc_testlockTrond Myklebust1-1/+3
2007-09-26NLM: Fix a circular lock dependency in lockdTrond Myklebust1-11/+18
2007-07-26lockd and nfsd endianness annotation fixesAl Viro1-3/+3
2007-05-06lockd: add code to handle deferred lock requestsMarc Eshel1-6/+35
2007-05-06lockd: always preallocate block in nlmsvc_lock()Marc Eshel1-23/+11