summaryrefslogtreecommitdiffstats
path: root/fs/lockd/svclock.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* lockd: remove redundant check on blockColin Ian King2017-04-251-9/+9
* sunrpc/lockd: fix references to the BKLJeff Layton2015-01-231-2/+2
* lockd: eliminate LOCKD_DEBUGJeff Layton2014-11-241-1/+1
* lockd: rip out deferred lock handling from testlock codepathJeff Layton2014-09-091-49/+6
* locks: Copy fl_lmops information for conflock in locks_copy_conflock()Kinglong Mee2014-09-091-0/+1
* locks: Remove unused conf argument from lm_grantJoe Perches2014-09-091-9/+3
* lockd: send correct lock when granting a delayed lock.NeilBrown2014-02-131-0/+8
* Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-171-0/+4
|\
| * lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery2013-07-111-0/+4
* | locks: add a new "lm_owner_key" lock operationJeff Layton2013-06-291-0/+12
* | locks: drop the unused filp argument to posix_unblock_lockJeff Layton2013-06-291-1/+1
|/
* new helper: file_inode(file)Al Viro2013-02-221-8/+8
* close the race in nlmsvc_free_block()Al Viro2012-09-221-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-1/+0
|\
| * lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro2012-07-291-1/+0
* | LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky2012-07-271-8/+8
|/
* SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust2012-03-211-30/+29
* locks: rename lock-manager opsJ. Bruce Fields2011-07-201-4/+4
* lockd: Split nlm_release_call()Chuck Lever2010-12-161-2/+2
* lockd: Move nlmdbg_cookie2a() to svclock.cChuck Lever2010-12-161-0/+30
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* lockd: fix nlmsvc_notify_blocked lockingJ. Bruce Fields2010-10-271-2/+4
* lockd: Mostly remove BKL from the serverBryan Schumaker2010-09-221-10/+21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: make lock_manager_operations constAlexey Dobriyan2009-09-221-1/+1
* lockd: call locks_release_private to cleanup per-filesystem stateFelix Blyakher2009-04-241-0/+2
* lockd: clean up blocking lock cases of nlsmvc_lock()Miklos Szeredi2009-03-181-5/+8
* lockd: fix regression in lockd's handling of blocked locksJ. Bruce Fields2009-02-091-1/+5
* lockd: reject reclaims outside the grace periodJ. Bruce Fields2008-10-031-0/+4
* lockd: move grace period checks to common codeJ. Bruce Fields2008-10-031-1/+13
* locks: add special return value for asynchronous locksMiklos Szeredi2008-07-251-9/+4
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-201-23/+10
|\
| * lockd: get host reference in nlmsvc_create_block() instead of callersJ. Bruce Fields2008-07-151-3/+2
| * lockd: minor svclock.c style fixesJ. Bruce Fields2008-07-151-5/+5
| * lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton2008-07-151-8/+2
| * lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton2008-07-151-9/+3
* | SUNRPC: Remove the BKL from the callback functionsTrond Myklebust2008-07-151-1/+6
|/
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields2008-04-251-1/+1
* lockd: Fix stale nlmsvc_unlink_block commentJ. Bruce Fields2008-04-231-2/+1
* NLM: Convert lockd to use kthreadsJeff Layton2008-04-231-1/+2
* NLM: don't requeue block if it was invalidated while GRANT_MSG was in flightJeff Layton2008-02-101-0/+11
* NLM: don't reattempt GRANT_MSG when there is already an RPC in flightJeff Layton2008-02-101-4/+13
* Leak in nlmsvc_testlock for async GETFL caseOleg Drokin2008-02-011-1/+1
* lockd: fix a leak in nlmsvc_testlock asynchronous request handlingOleg Drokin2008-02-011-7/+11
* NLM: Fix a memory leak in nlmsvc_testlockTrond Myklebust2007-10-091-1/+3
* NLM: Fix a circular lock dependency in lockdTrond Myklebust2007-09-261-11/+18
* lockd and nfsd endianness annotation fixesAl Viro2007-07-261-3/+3
* lockd: add code to handle deferred lock requestsMarc Eshel2007-05-061-6/+35