summaryrefslogtreecommitdiffstats
path: root/fs/lockd/svclock.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lockd: always preallocate block in nlmsvc_lock()Marc Eshel2007-05-061-23/+11
* lockd: handle test_lock deferralsMarc Eshel2007-05-061-16/+68
* lockd: pass cookie in nlmsvc_testlockMarc Eshel2007-05-061-2/+3
* lockd: handle fl_grant callbacksMarc Eshel2007-05-061-4/+87
* lockd: save lock state on deferralMarc Eshel2007-05-061-0/+25
* locks: allow {vfs,posix}_lock_file to return conflicting lockMarc Eshel2007-05-061-3/+3
* locks: give posix_test_lock same interface as ->lockMarc Eshel2007-05-061-5/+8
* NLM: Fix double free in __nlm_async_callTrond Myklebust2007-02-031-3/+1
* [PATCH] lockd endianness annotationsAl Viro2006-12-131-2/+2
* [PATCH] struct path: convert lockdJosef Sipek2006-12-081-8/+8
* [PATCH] lockd endianness annotationsAl Viro2006-10-201-5/+5
* [PATCH] Convert lockd to use the newer mutex instead of the older semaphoreNeil Brown2006-10-041-11/+11
* [PATCH] knfsd: match GRANTED_RES replies using cookiesOlaf Kirch2006-10-041-11/+13
* [PATCH] knfsd: lockd: make nlm_traverse_* more flexibleOlaf Kirch2006-10-041-25/+8
* [PATCH] knfsd: lockd: Change list of blocked list to list_nodeOlaf Kirch2006-10-041-63/+56
* [PATCH] knfsd: when looking up a lockd host, pass hostname & lengthOlaf Kirch2006-10-041-1/+2
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-021-1/+1
* NLM/lockd: remove b_doneJ. Bruce Fields2006-08-031-9/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* NFS: make 2 functions staticAdrian Bunk2006-04-191-1/+1
* LOCKD: nlmsvc_traverse_blocks return is unusedJ. Bruce Fields2006-03-201-2/+1
* lockd: blocks should hold a reference to the nlm_fileTrond Myklebust2006-03-201-35/+46
* lockd: Fix a typo in nlmsvc_grant_release()Trond Myklebust2006-03-201-1/+3
* NLM: Add nlmclnt_release_callTrond Myklebust2006-03-201-38/+28
* lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host()Trond Myklebust2006-03-201-2/+1
* lockd: Clean up of the server-side GRANTED codeTrond Myklebust2006-03-201-3/+53
* lockd: Add refcounting to struct nlm_blockTrond Myklebust2006-03-201-49/+45
* lockd: Fix server-side lock blocking codeTrond Myklebust2006-03-201-33/+40
* lockd: Remove FL_LOCKD flagJ. Bruce Fields2006-03-201-2/+0
* locks,lockd: fix race in nlmsvc_testlockAndy Adamson2006-03-201-7/+5
* lockd: make nlmsvc_lock use only posix_lock_fileAndy Adamson2006-03-201-19/+4
* lockd: simplify nlmsvc_grant_blockedAndy Adamson2006-03-201-11/+6
* lockd: clean up nlmsvc_lockAndy Adamson2006-03-201-13/+21
* lockd: Don't expose the process pid to the NLM serverTrond Myklebust2006-03-201-0/+1
* NLM: Further cancel fixesJ. Bruce Fields2006-01-061-5/+10
* NLM: clean up nlmsvc_delete_blockJ. Bruce Fields2006-01-061-2/+1
* NLM: don't unlock on cancel requestsJ. Bruce Fields2006-01-061-5/+0
* NLM: Clean up nlmsvc_grant_reply lockingJ. Bruce Fields2006-01-061-4/+3
* RPC: Clean up RPC task structureTrond Myklebust2006-01-061-5/+9