mbox series

[v2,0/2] exfat: reduce block requests when zeroing a cluster

Message ID HK2PR04MB38916A5D693D52FF1C2FD24781E39@HK2PR04MB3891.apcprd04.prod.outlook.com (mailing list archive)
Headers show
Series exfat: reduce block requests when zeroing a cluster | expand

Message

Yuezhang.Mo@sony.com April 2, 2022, 3:27 a.m. UTC
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(-)

Comments

Sungjong Seo April 7, 2022, 1:58 a.m. UTC | #1
> 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 <sj1557.seo@samsung.com>

> --
> 2.25.1