linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ext4: removal of alloc_sem locks from block allocation paths
@ 2011-03-20 21:32 amir73il
  2011-03-20 21:32 ` [PATCH 1/5] ext4: move ext4_add_groupblocks() to mballoc.c amir73il
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: amir73il @ 2011-03-20 21:32 UTC (permalink / raw)
  To: tytso; +Cc: linux-ext4

The purpose of this patch set is the removal of grp->alloc_sem locks
from block allocation paths.

This resulting code is cleaner and should perform better in concurrent
allocating tasks workloads.

I ran several xfstests runs with these patches (4K block only).
I tried several online resizes and verifyed that both in-core and on-disk
group counters are correct.

ext4: move ext4_add_groupblocks() to mballoc.c
ext4: implement ext4_add_groupblocks() by freeing blocks
ext4: synchronize ext4_mb_init_group() with buddy page lock
ext4: teach ext4_mb_init_cache() to skip uptodate buddy caches
ext4: remove alloc_semp

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-03-24  5:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-20 21:32 ext4: removal of alloc_sem locks from block allocation paths amir73il
2011-03-20 21:32 ` [PATCH 1/5] ext4: move ext4_add_groupblocks() to mballoc.c amir73il
2011-03-20 21:32 ` [PATCH 2/5] ext4: implement ext4_add_groupblocks() by freeing blocks amir73il
2011-03-20 21:32 ` [PATCH 3/5] ext4: synchronize ext4_mb_init_group() with buddy page lock amir73il
2011-03-20 21:32 ` [PATCH 4/5] ext4: teach ext4_mb_init_cache() to skip uptodate buddy caches amir73il
2011-03-20 21:32 ` [PATCH 5/5] ext4: remove alloc_semp amir73il
2011-03-23 21:04 ` ext4: removal of alloc_sem locks from block allocation paths Amir G.
2011-03-24  5:19   ` Amir G.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).