mbox series

[0/2] block: Stacked device atomic writes fixes

Message ID 20250109114000.2299896-1-john.g.garry@oracle.com (mailing list archive)
Headers show
Series block: Stacked device atomic writes fixes | expand

Message

John Garry Jan. 9, 2025, 11:39 a.m. UTC
This series is spun off the dm atomic writes series at [0], as the first
patch fixes behaviour for md raid atomic write support also.

https://lore.kernel.org/linux-block/5a24c8ca-bd0f-6cd0-a3f0-09482a562efe@redhat.com/T/#m42a9481059ef011f2267db1ec2e00edb1ba4758d

Based on block/6.13 . Patch 2/2 is only required for dm atomic write
support, so could be added to the block/6.14 queue.

John Garry (2):
  block: Ensure start sector is aligned for stacking atomic writes
  block: Change blk_stack_atomic_writes_limits() unit_min check

 block/blk-settings.c   |  9 ++++++---
 include/linux/blkdev.h | 21 ++++++++++++---------
 2 files changed, 18 insertions(+), 12 deletions(-)

Comments

Martin K. Petersen Jan. 10, 2025, 9:51 p.m. UTC | #1
John,

> This series is spun off the dm atomic writes series at [0], as the
> first patch fixes behaviour for md raid atomic write support also.

Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
John Garry Jan. 15, 2025, 4:42 p.m. UTC | #2
On 09/01/2025 11:39, John Garry wrote:
> This series is spun off the dm atomic writes series at [0], as the first
> patch fixes behaviour for md raid atomic write support also.
> 
> https://lore.kernel.org/linux-block/5a24c8ca-bd0f-6cd0-a3f0-09482a562efe@redhat.com/T/#m42a9481059ef011f2267db1ec2e00edb1ba4758d
> 
> Based on block/6.13 . Patch 2/2 is only required for dm atomic write
> support, so could be added to the block/6.14 queue.

Hi Jens,

Could you please consider picking these up? They apply cleanly to your 
block/6.14 queue

Thanks

> 
> John Garry (2):
>    block: Ensure start sector is aligned for stacking atomic writes
>    block: Change blk_stack_atomic_writes_limits() unit_min check
> 
>   block/blk-settings.c   |  9 ++++++---
>   include/linux/blkdev.h | 21 ++++++++++++---------
>   2 files changed, 18 insertions(+), 12 deletions(-)
>
Jens Axboe Jan. 16, 2025, 2:13 p.m. UTC | #3
On Thu, 09 Jan 2025 11:39:58 +0000, John Garry wrote:
> This series is spun off the dm atomic writes series at [0], as the first
> patch fixes behaviour for md raid atomic write support also.
> 
> https://lore.kernel.org/linux-block/5a24c8ca-bd0f-6cd0-a3f0-09482a562efe@redhat.com/T/#m42a9481059ef011f2267db1ec2e00edb1ba4758d
> 
> Based on block/6.13 . Patch 2/2 is only required for dm atomic write
> support, so could be added to the block/6.14 queue.
> 
> [...]

Applied, thanks!

[1/2] block: Ensure start sector is aligned for stacking atomic writes
      commit: 6564862d646e7d630929ba1ff330740bb215bdac
[2/2] block: Change blk_stack_atomic_writes_limits() unit_min check
      commit: 5d1f7ee7f0b6362c9148d500aeebe49b64b64df4

Best regards,