All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ext4: fix several failure issues in xfstests.
@ 2014-04-16 22:27 Namjae Jeon
  0 siblings, 0 replies; only message in thread
From: Namjae Jeon @ 2014-04-16 22:27 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: linux-ext4, 'Lukáš Czerner'

There are several failures while running xfstests-bld(generic/075 and 091).
(reported by Ted)
COLLAPSE RANGE issue are mixed with ZERO RANGE issue as per format and mount
options.

First, list up issues like the following.
1. format with 1KB or 2KB block size.(075, 091 are failed, COLLAPSE RANGE issue).
2. mount -o dioread_nolock. (091 is failed, ZERO RANGE issue.)
   - As I know, Lukas is checking this issue.
3. mount -o data=journal. (091 is failed, ZERO RANGE issue.)
4. format with bigalloc. (075 and 091 are failed, COLLAPSE RANGE issue).
   - Once I would like to be disable COLLAPSE RANGE on ext4 with bigalloc feature
     till finding the root-cause. first, I need the time to understand bigalloc feature..
5. testing more.

Namjae Jeon(3)
 ext4: fix COLLAPSE_RANGE failure issue on ext4 with 1KB block size.
 ext4: fix ZERO_RANGE test failure in data journalling mode.
 ext4: disable COLLAPSE_RANGE for bigalloc.

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-16 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-16 22:27 [PATCH 0/3] ext4: fix several failure issues in xfstests Namjae Jeon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.