summaryrefslogtreecommitdiffstats
path: root/fs/dlm
Commit message (Expand)AuthorAgeFilesLines
* dlm: don't limit active work itemsDavid Teigland2011-07-191-1/+4
* dlm: use workqueue for callbacksDavid Teigland2011-07-157-205/+172Star
* dlm: remove deadlock debug printDavid Teigland2011-07-141-3/+0Star
* dlm: improve rsb searchesDavid Teigland2011-07-127-48/+121
* dlm: keep lkbs in idrDavid Teigland2011-07-115-125/+82Star
* dlm: fix kmalloc argsDavid Teigland2011-07-111-1/+1
* dlm: don't do pointless NULL check, use kzalloc and fix order of argumentsJesper Juhl2011-07-111-6/+2Star
* dlm: dump address of unknown nodeMasatake YAMATO2011-07-061-4/+5
* dlm: use vmalloc for hash tablesBryn M. Reeves2011-07-011-9/+9
* dlm: show addresses in configfsMasatake YAMATO2011-06-301-2/+57
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-05-261-1/+1
|\
| * dlm: Drop __TIME__ usageMichal Marek2011-05-261-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2011-05-258-49/+219
|\ \
| * | dlm: make plock operation killableDavid Teigland2011-05-231-4/+61
| * | dlm: remove shared message stub for recoveryDavid Teigland2011-04-052-33/+50
| * | dlm: delayed reply message warningDavid Teigland2011-04-016-11/+108
| * | dlm: Remove superfluous call to recalc_sigpending()Matt Fleming2011-03-281-1/+0Star
| |/
* / Fix common misspellingsLucas De Marchi2011-03-313-3/+3
|/
* dlm: use alloc_workqueue functionDavid Teigland2011-03-101-2/+4
* dlm: increase default hash table sizesDavid Teigland2011-03-101-2/+2
* dlm: record full callback stateDavid Teigland2011-03-108-222/+311
* dlm: use single thread workqueuesDavid Teigland2011-02-111-4/+2Star
* dlm: Make DLM depend on CONFIGFS_FSNicholas Bellinger2011-01-161-2/+1Star
* dlm: sanitize work_start() in lowcomms.cNamhyung Kim2010-12-131-9/+6Star
* dlm: reduce cond_resched during sendBob Peterson2010-11-121-1/+9
* dlm: use TCP_NODELAYDavid Teigland2010-11-121-0/+10
* dlm: Use cmwq for send and receive workqueuesSteven Whitehouse2010-11-121-2/+4
* dlm: Handle application limited situations properly.David Miller2010-11-111-1/+21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2010-10-231-0/+3
|\
| * dlm: Don't send callback to node making lock request when "try 1cb" failsSteven Whitehouse2010-09-031-0/+3
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-153-2/+7
|/
* fs/dlm: Drop unnecessary null testJulia Lawall2010-08-051-1/+1
* dlm: use genl_register_family_with_ops()Changli Gao2010-08-051-14/+1Star
* dlm: fix ast ordering for user locksDavid Teigland2010-04-301-14/+74
* dlm: cleanup remove unused codeDan Carpenter2010-04-301-4/+1Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-307-0/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-131-1/+1
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\
| | * Fix misspellings of "truly" in comments.Adam Buchbinder2010-02-041-1/+1
* | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-081-1/+1
|/ /
* | dlm: use bastmode in debugfs outputDavid Teigland2010-02-262-3/+5
* | dlm: Send lockspace name with ueventsSteven Whitehouse2010-02-261-1/+13
* | dlm: send reply before bastDavid Teigland2010-02-261-26/+84
* | dlm: fix ordering of bast and castDavid Teigland2010-02-246-28/+78
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2009-12-1014-53/+46Star
|\
| * dlm: always use GFP_NOFSDavid Teigland2009-11-3014-53/+46Star
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
|/
* dlm: fix socket fd translationDavid Teigland2009-09-301-11/+12
* dlm: fix lowcomms_connect_node for sctpDavid Teigland2009-09-301-3/+10
* seq_file: constify seq_operationsJames Morris2009-09-231-6/+6