aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd/svclock.c
AgeCommit message (Expand)Author
2012-03-21SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust
2011-07-20locks: rename lock-manager opsJ. Bruce Fields
2010-12-16lockd: Split nlm_release_call()Chuck Lever
2010-12-16lockd: Move nlmdbg_cookie2a() to svclock.cChuck Lever
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-27lockd: fix nlmsvc_notify_blocked lockingJ. Bruce Fields
2010-09-22lockd: Mostly remove BKL from the serverBryan Schumaker
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-22const: make lock_manager_operations constAlexey Dobriyan
2009-04-24lockd: call locks_release_private to cleanup per-filesystem stateFelix Blyakher
2009-03-18lockd: clean up blocking lock cases of nlsmvc_lock()Miklos Szeredi
2009-02-09lockd: fix regression in lockd's handling of blocked locksJ. Bruce Fields
2008-10-03lockd: reject reclaims outside the grace periodJ. Bruce Fields
2008-10-03lockd: move grace period checks to common codeJ. Bruce Fields
2008-07-25locks: add special return value for asynchronous locksMiklos Szeredi
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust
2008-07-15lockd: get host reference in nlmsvc_create_block() instead of callersJ. Bruce Fields
2008-07-15lockd: minor svclock.c style fixesJ. Bruce Fields
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields
2008-04-23lockd: Fix stale nlmsvc_unlink_block commentJ. Bruce Fields
2008-04-23NLM: Convert lockd to use kthreadsJeff Layton
2008-02-10NLM: don't requeue block if it was invalidated while GRANT_MSG was in flightJeff Layton
2008-02-10NLM: don't reattempt GRANT_MSG when there is already an RPC in flightJeff Layton
2008-02-01Leak in nlmsvc_testlock for async GETFL caseOleg Drokin
2008-02-01lockd: fix a leak in nlmsvc_testlock asynchronous request handlingOleg Drokin
2007-10-09NLM: Fix a memory leak in nlmsvc_testlockTrond Myklebust
2007-09-26NLM: Fix a circular lock dependency in lockdTrond Myklebust
2007-07-26lockd and nfsd endianness annotation fixesAl Viro
2007-05-06lockd: add code to handle deferred lock requestsMarc Eshel
2007-05-06lockd: always preallocate block in nlmsvc_lock()Marc Eshel
2007-05-06lockd: handle test_lock deferralsMarc Eshel
2007-05-06lockd: pass cookie in nlmsvc_testlockMarc Eshel
2007-05-06lockd: handle fl_grant callbacksMarc Eshel
2007-05-06lockd: save lock state on deferralMarc Eshel
2007-05-06locks: allow {vfs,posix}_lock_file to return conflicting lockMarc Eshel
2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel
2007-02-03NLM: Fix double free in __nlm_async_callTrond Myklebust
2006-12-13[PATCH] lockd endianness annotationsAl Viro
2006-12-08[PATCH] struct path: convert lockdJosef Sipek
2006-10-20[PATCH] lockd endianness annotationsAl Viro
2006-10-04[PATCH] Convert lockd to use the newer mutex instead of the older semaphoreNeil Brown
2006-10-04[PATCH] knfsd: match GRANTED_RES replies using cookiesOlaf Kirch
2006-10-04[PATCH] knfsd: lockd: make nlm_traverse_* more flexibleOlaf Kirch
2006-10-04[PATCH] knfsd: lockd: Change list of blocked list to list_nodeOlaf Kirch
2006-10-04[PATCH] knfsd: when looking up a lockd host, pass hostname & lengthOlaf Kirch
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn