Re: [PATCH v2 1/2] block: null_blk: Fix zoned command handling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 03/31/2020 06:07 PM, Damien Le Moal wrote:
> For write operations issued to a null_blk device with zoned mode
> enabled, the state and write pointer position of the zone targeted by
> the command should be checked before badblocks and memory backing
> are handled as the write may be first failed due to, for instance, a
> sector position not aligned with the zone write pointer. This order of
> checking for errors reflects more accuratly the behavior of physical
> zoned devices.
>
> Furthermore, the write pointer position of the target zone should be
> incremented only and only if no errors are reported by badblocks and
> memory backing handling.
>
> To fix this, introduce the small helper function null_process_cmd()
> which execute null_handle_badblocks() and null_handle_memory_backed()
> and use this function in null_zone_write() to correctly handle write
> requests to zoned null devices depending on the type and state of the
> write target zone. Also call this function in null_handle_zoned() to
> process read requests to zoned null devices.
>
> null_process_cmd() is called directly from null_handle_cmd() for
> regular null devices, resulting in no functional change for these type
> of devices. To have symmetric names, the function null_handle_zoned()
> is renamed to null_process_zoned_cmd().
>
> Signed-off-by: Damien Le Moal<damien.lemoal@xxxxxxx>
> ---

Looks good to me.

Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx>




[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux