aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd/svclock.c
AgeCommit message (Expand)Author
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
2006-08-03NLM/lockd: remove b_doneJ. Bruce Fields
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-04-19NFS: make 2 functions staticAdrian Bunk
2006-03-20LOCKD: nlmsvc_traverse_blocks return is unusedJ. Bruce Fields
2006-03-20lockd: blocks should hold a reference to the nlm_fileTrond Myklebust
2006-03-20lockd: Fix a typo in nlmsvc_grant_release()Trond Myklebust
2006-03-20NLM: Add nlmclnt_release_callTrond Myklebust
2006-03-20lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host()Trond Myklebust
2006-03-20lockd: Clean up of the server-side GRANTED codeTrond Myklebust
2006-03-20lockd: Add refcounting to struct nlm_blockTrond Myklebust
2006-03-20lockd: Fix server-side lock blocking codeTrond Myklebust
2006-03-20lockd: Remove FL_LOCKD flagJ. Bruce Fields
2006-03-20locks,lockd: fix race in nlmsvc_testlockAndy Adamson
2006-03-20lockd: make nlmsvc_lock use only posix_lock_fileAndy Adamson