Re: [PATCH v3 0/4] Zone write plugging fixes

2024-12-10 Thread Jens Axboe
On Mon, 09 Dec 2024 21:23:53 +0900, Damien Le Moal wrote: > Jens, > > These patches address potential issues with zone write plugging. > The first 2 patches fix handling of REQ_NOWAIT BIOs as these can be > "failed" after going through the zone write plugging and changing the > target zone plug

Re: [PATCH v3 0/4] Zone write plugging fixes

2024-12-09 Thread Martin K. Petersen
Damien, > These patches address potential issues with zone write plugging. > The first 2 patches fix handling of REQ_NOWAIT BIOs as these can be > "failed" after going through the zone write plugging and changing the > target zone plug zone write pointer offset. > > Patch 3 is a bigger fix and a

[PATCH v3 0/4] Zone write plugging fixes

2024-12-09 Thread Damien Le Moal
Jens, These patches address potential issues with zone write plugging. The first 2 patches fix handling of REQ_NOWAIT BIOs as these can be "failed" after going through the zone write plugging and changing the target zone plug zone write pointer offset. Patch 3 is a bigger fix and address a potent