mbox series

[RFC,0/2] introduce interface to list all badblocks

Message ID 20200605073201.1742675-1-yangerkun@huawei.com (mailing list archive)
Headers show
Series introduce interface to list all badblocks | expand

Message

Yang Erkun June 5, 2020, 7:31 a.m. UTC
We can add/remove/query the badblocks, but no interface to list all
badblocks when we want to know the badblocks we ever set still
available. Add message listbadblocks to do this.

To list all bad block list, run the following message command:

    $ sudo dmsetup message dust1 0 listbadblocks

We will get following message(image that we have insert block 1/2, and
we will list the block index in order)::

device-mapper: dust: dust_list_badblocks: badblocks list as below:
    device-mapper: dust: bad block: 1
    device-mapper: dust: bad block: 2
    device-mapper: dust: dust_list_badblocks: badblocks list end.



yangerkun (2):
  dm dust: add interface to list all badblocks
  dm dust: introduce listbadblocks in the rst

 .../admin-guide/device-mapper/dm-dust.rst     | 16 ++++++++++++++
 drivers/md/dm-dust.c                          | 21 +++++++++++++++++++
 2 files changed, 37 insertions(+)