summaryrefslogtreecommitdiffstats
path: root/fs/lockd/svclock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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