2022-04-04 22:46:39

by [email protected]

[permalink] [raw]
Subject: [PATCH v2 0/2] exfat: reduce block requests when zeroing a cluster

Changes since v1:
- Added helper to block level instead of manual accessing bd_inode
from the filesystem as suggested by Christoph Hellwig

Yuezhang Mo (2):
block: add sync_blockdev_range()
exfat: reduce block requests when zeroing a cluster

block/bdev.c | 10 ++++++++++
fs/exfat/fatent.c | 41 +++++++++++++++++------------------------
include/linux/blkdev.h | 6 ++++++
3 files changed, 33 insertions(+), 24 deletions(-)

--
2.25.1


2022-04-07 08:32:01

by Sungjong Seo

[permalink] [raw]
Subject: RE: [PATCH v2 0/2] exfat: reduce block requests when zeroing a cluster

> Changes since v1:
> - Added helper to block level instead of manual accessing bd_inode
> from the filesystem as suggested by Christoph Hellwig
>
> Yuezhang Mo (2):
> block: add sync_blockdev_range()
> exfat: reduce block requests when zeroing a cluster
>
> block/bdev.c | 10 ++++++++++
> fs/exfat/fatent.c | 41 +++++++++++++++++------------------------
> include/linux/blkdev.h | 6 ++++++
> 3 files changed, 33 insertions(+), 24 deletions(-)
>

Looks good, thanks for your patch!
Acked-by: Sungjong Seo <[email protected]>

> --
> 2.25.1