aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd/svclock.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-24lockd: call locks_release_private to cleanup per-filesystem stateGravatar Felix Blyakher 1-0/+2
2009-03-18lockd: clean up blocking lock cases of nlsmvc_lock()Gravatar Miklos Szeredi 1-5/+8
2009-02-09lockd: fix regression in lockd's handling of blocked locksGravatar J. Bruce Fields 1-1/+5
2008-10-03lockd: reject reclaims outside the grace periodGravatar J. Bruce Fields 1-0/+4
2008-10-03lockd: move grace period checks to common codeGravatar J. Bruce Fields 1-1/+13
2008-07-25locks: add special return value for asynchronous locksGravatar Miklos Szeredi 1-9/+4
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-23/+10
2008-07-15SUNRPC: Remove the BKL from the callback functionsGravatar Trond Myklebust 1-1/+6
2008-07-15lockd: get host reference in nlmsvc_create_block() instead of callersGravatar J. Bruce Fields 1-3/+2
2008-07-15lockd: minor svclock.c style fixesGravatar J. Bruce Fields 1-5/+5
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockGravatar Jeff Layton 1-8/+2
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockGravatar Jeff Layton 1-9/+3
2008-04-30fs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksGravatar J. Bruce Fields 1-1/+1
2008-04-23lockd: Fix stale nlmsvc_unlink_block commentGravatar J. Bruce Fields 1-2/+1
2008-04-23NLM: Convert lockd to use kthreadsGravatar Jeff Layton 1-1/+2
2008-02-10NLM: don't requeue block if it was invalidated while GRANT_MSG was in flightGravatar Jeff Layton 1-0/+11
2008-02-10NLM: don't reattempt GRANT_MSG when there is already an RPC in flightGravatar Jeff Layton 1-4/+13
2008-02-01Leak in nlmsvc_testlock for async GETFL caseGravatar Oleg Drokin 1-1/+1
2008-02-01lockd: fix a leak in nlmsvc_testlock asynchronous request handlingGravatar Oleg Drokin 1-7/+11
2007-10-09NLM: Fix a memory leak in nlmsvc_testlockGravatar Trond Myklebust 1-1/+3
2007-09-26NLM: Fix a circular lock dependency in lockdGravatar Trond Myklebust 1-11/+18
2007-07-26lockd and nfsd endianness annotation fixesGravatar Al Viro 1-3/+3
2007-05-06lockd: add code to handle deferred lock requestsGravatar Marc Eshel 1-6/+35
2007-05-06lockd: always preallocate block in nlmsvc_lock()Gravatar Marc Eshel 1-23/+11
2007-05-06lockd: handle test_lock deferralsGravatar Marc Eshel 1-16/+68
2007-05-06lockd: pass cookie in nlmsvc_testlockGravatar Marc Eshel 1-2/+3
2007-05-06lockd: handle fl_grant callbacksGravatar Marc Eshel 1-4/+87
2007-05-06lockd: save lock state on deferralGravatar Marc Eshel 1-0/+25
2007-05-06locks: allow {vfs,posix}_lock_file to return conflicting lockGravatar Marc Eshel 1-3/+3
2007-05-06locks: give posix_test_lock same interface as ->lockGravatar Marc Eshel 1-5/+8
2007-02-03NLM: Fix double free in __nlm_async_callGravatar Trond Myklebust 1-3/+1
2006-12-13[PATCH] lockd endianness annotationsGravatar Al Viro 1-2/+2
2006-12-08[PATCH] struct path: convert lockdGravatar Josef Sipek 1-8/+8
2006-10-20[PATCH] lockd endianness annotationsGravatar Al Viro 1-5/+5
2006-10-04[PATCH] Convert lockd to use the newer mutex instead of the older semaphoreGravatar Neil Brown 1-11/+11
2006-10-04[PATCH] knfsd: match GRANTED_RES replies using cookiesGravatar Olaf Kirch 1-11/+13
2006-10-04[PATCH] knfsd: lockd: make nlm_traverse_* more flexibleGravatar Olaf Kirch 1-25/+8
2006-10-04[PATCH] knfsd: lockd: Change list of blocked list to list_nodeGravatar Olaf Kirch 1-63/+56
2006-10-04[PATCH] knfsd: when looking up a lockd host, pass hostname & lengthGravatar Olaf Kirch 1-1/+2
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesGravatar Serge E. Hallyn 1-1/+1
2006-08-03NLM/lockd: remove b_doneGravatar J. Bruce Fields 1-9/+3
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-04-19NFS: make 2 functions staticGravatar Adrian Bunk 1-1/+1
2006-03-20LOCKD: nlmsvc_traverse_blocks return is unusedGravatar J. Bruce Fields 1-2/+1
2006-03-20lockd: blocks should hold a reference to the nlm_fileGravatar Trond Myklebust 1-35/+46
2006-03-20lockd: Fix a typo in nlmsvc_grant_release()Gravatar Trond Myklebust 1-1/+3
2006-03-20NLM: Add nlmclnt_release_callGravatar Trond Myklebust 1-38/+28
2006-03-20lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host()Gravatar Trond Myklebust 1-2/+1
2006-03-20lockd: Clean up of the server-side GRANTED codeGravatar Trond Myklebust 1-3/+53