Re: [f2fs-dev] [PATCH v3 5/5] block: remove gfp_flags from blkdev_zone_mgmt

2024-01-30 Thread Mike Snitzer
s well as > blkdev_zone_reset_all() and blkdev_zone_reset_all_emulated(). > > Signed-off-by: Johannes Thumshirn Reviewed-by: Mike Snitzer ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Re: [f2fs-dev] [PATCH v3 2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope

2024-01-30 Thread Mike Snitzer
On Mon, Jan 29 2024 at 2:52P -0500, Johannes Thumshirn wrote: > Guard the calls to blkdev_zone_mgmt() with a memalloc_noio scope. > This helps us getting rid of the GFP_NOIO argument to blkdev_zone_mgmt(); > > Signed-off-by: Johannes Thumshirn Reviewed-by:

Re: [f2fs-dev] [PATCH 9/9] block: rework zone reporting

2019-11-08 Thread Mike Snitzer
simply supplies a callback that is > executed on each reported zone, and private data for it. > > Signed-off-by: Christoph Hellwig > Signed-off-by: Shin'ichiro Kawasaki > Signed-off-by: Damien Le Moal Reviewed-by: Mike Snitzer ___ Li

Re: [f2fs-dev] dm: give req_size precisely given by user

2018-12-18 Thread Mike Snitzer
On Tue, Dec 18 2018 at 12:45pm -0500, Jens Axboe wrote: > On 12/18/18 10:25 AM, Jaegeuk Kim wrote: > > This patch makes dm be aware of io_pages to assign sane req_size for reads. > > Reviewed-by: Jens Axboe > I've applied this, see: https://git.kernel.org/pub/scm/linux/kernel/git/device-mappe

Re: [f2fs-dev] [PATCH 00/42] v7: separate operations from flags in the bio/request structs

2016-04-17 Thread Mike Snitzer
On Fri, Apr 15 2016 at 3:15pm -0400, mchri...@redhat.com wrote: > The following patches begin to cleanup the request->cmd_flags and > bio->bi_rw mess. We currently use cmd_flags to specify the operation, > attributes and state of the request. For bi_rw we use it for similar > info and also the p

Re: [f2fs-dev] [PATCH 00/35 v2] separate operations from flags in the bio/request structs

2016-01-08 Thread Mike Snitzer
On Fri, Jan 08 2016 at 3:50P -0500, Mike Christie wrote: > On 01/08/2016 07:32 AM, Christoph Hellwig wrote: > > This looks good to me from a highlevel point of view. > > Do you also have a git tree to take a look at all the changes in a > > single big diff? > > I uploaded a git tree here: > >