Re: cleanup updating the size of block devices v3

2020-11-16 Thread Jens Axboe
On 11/16/20 7:56 AM, Christoph Hellwig wrote: > Hi Jens, > > this series builds on top of the work that went into the last merge window, > and make sure we have a single coherent interfac for updating the size of a > block device. > > Changes since v2: > - rebased to the

Re: cleanup updating the size of block devices v3

2020-11-16 Thread Christoph Hellwig
Oops, this is a bigger patch bomb than intended. Only patches 1-23 are this series which should be ready to be applied once for-5.11/block pulles in 5.10-rc4. After that follow patches already in for-5.11/block and my current hot off the press development branch.

cleanup updating the size of block devices v3

2020-11-16 Thread Christoph Hellwig
Hi Jens, this series builds on top of the work that went into the last merge window, and make sure we have a single coherent interfac for updating the size of a block device. Changes since v2: - rebased to the set_capacity_revalidate_and_notify in mainline - keep the loop_set_size function -

cleanup updating the size of block devices v2

2020-11-11 Thread Christoph Hellwig
Hi Jens, this series builds on top of the work that went into the last merge window, and make sure we have a single coherent interfac for updating the size of a block device. Changes since v1: - minor spelling fixes Diffstat: block/genhd.c | 16 +++

Re: cleanup updating the size of block devices

2020-11-09 Thread Josef Bacik
On 11/6/20 2:03 PM, Christoph Hellwig wrote: Hi Jens, this series builds on top of the work that went into the last merge window, and make sure we have a single coherent interfac for updating the size of a block device. You can add Reviewed-by: Josef Bacik for the nbd bits, thanks, Josef

cleanup updating the size of block devices

2020-11-06 Thread Christoph Hellwig
Hi Jens, this series builds on top of the work that went into the last merge window, and make sure we have a single coherent interfac for updating the size of a block device. Diffstat: block/genhd.c | 16 +++ drivers/block/aoe/aoecmd.c | 15 +-