linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] badblocks improvement for multiple bad block ranges
@ 2021-09-13 16:30 Coly Li
  2021-09-13 16:30 ` [PATCH v2 1/6] badblocks: add more helper structure and routines in badblocks.h Coly Li
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Coly Li @ 2021-09-13 16:30 UTC (permalink / raw)
  To: linux-kernel, linux-block, linux-raid, nvdimm
  Cc: antlists, Coly Li, Dan Williams, Hannes Reinecke, Jens Axboe,
	NeilBrown, Vishal L Verma

This is the second effort to improve badblocks code APIs to handle
multiple ranges in bad block table.

There are 2 changes from previous version,
- Fixes 2 bugs in front_overwrite() which are detected by the user
  space testing code.
- Provide the user space testing code in last patch.

There is NO in-memory or on-disk format change in the whole series, all
existing API and data structures are consistent. This series just only
improve the code algorithm to handle more corner cases, the interfaces
are same and consistency to all existing callers (md raid and nvdimm
drivers).

The original motivation of the change is from the requirement from our
customer, that current badblocks routines don't handle multiple ranges.
For example if the bad block setting range covers multiple ranges from
bad block table, only the first two bad block ranges merged and rested
ranges are intact. The expected behavior should be all the covered
ranges to be handled.

All the patches are tested by modified user space code and the code
logic works as expected. The modified user space testing code is
provided in last patch. The testing code detects 2 defects in helper
front_overwrite() and fixed in this version.

The whole change is divided into 6 patches to make the code review more
clear and easier. If people prefer, I'd like to post a single large
patch finally after the code review accomplished.

This version is seriously tested, and so far no more defect observed.


Coly Li

Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: NeilBrown <neilb@suse.de>
Cc: Vishal L Verma <vishal.l.verma@intel.com>
---

Coly Li (6):
  badblocks: add more helper structure and routines in badblocks.h
  badblocks: add helper routines for badblock ranges handling
  badblocks: improvement badblocks_set() for multiple ranges handling
  badblocks: improve badblocks_clear() for multiple ranges handling
  badblocks: improve badblocks_check() for multiple ranges handling
  badblocks: switch to the improved badblock handling code
Coly Li (1):
  test: user space code to test badblocks APIs

 block/badblocks.c         | 1599 ++++++++++++++++++++++++++++++-------
 include/linux/badblocks.h |   32 +
 2 files changed, 1340 insertions(+), 291 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-09-13 16:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 16:30 [PATCH v2 0/7] badblocks improvement for multiple bad block ranges Coly Li
2021-09-13 16:30 ` [PATCH v2 1/6] badblocks: add more helper structure and routines in badblocks.h Coly Li
2021-09-13 16:30 ` [PATCH v2 2/6] badblocks: add helper routines for badblock ranges handling Coly Li
2021-09-13 16:30 ` [PATCH v2 3/6] badblocks: improvement badblocks_set() for multiple " Coly Li
2021-09-13 16:30 ` [PATCH v2 4/6] badblocks: improve badblocks_clear() " Coly Li
2021-09-13 16:30 ` [PATCH v2 5/6] badblocks: improve badblocks_check() " Coly Li
2021-09-13 16:30 ` [PATCH v2 6/6] badblocks: switch to the improved badblock handling code Coly Li
2021-09-13 16:30 ` [PATCH] test: user space code to test badblocks APIs Coly Li

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).