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

Yuezhang.Mo@sony.com posted 2 patches 4 years, 2 months ago
Only 0 patches received!
There is a newer version of this series
block/bdev.c           | 10 ++++++++++
fs/exfat/fatent.c      | 41 +++++++++++++++++------------------------
include/linux/blkdev.h |  6 ++++++
3 files changed, 33 insertions(+), 24 deletions(-)
[PATCH v2 0/2] exfat: reduce block requests when zeroing a cluster
Posted by Yuezhang.Mo@sony.com 4 years, 2 months ago
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
RE: [PATCH v2 0/2] exfat: reduce block requests when zeroing a cluster
Posted by Sungjong Seo 4 years, 2 months ago
> 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