[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1476886784-24644-1-git-send-email-toshi.kani@hpe.com>
Date: Wed, 19 Oct 2016 08:19:42 -0600
From: Toshi Kani <toshi.kani@....com>
To: akpm@...ux-foundation.org, dan.j.williams@...el.com
Cc: david@...morbit.com, viro@...iv.linux.org.uk,
ross.zwisler@...ux.intel.com, linux-nvdimm@...ts.01.org,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/2] iostat update for dax and libnvdimm
This patch-set adds/updates iostat functions to DAX and
libnvdimm.
Patch 1 adds iostat support to the DAX read/write path since
it only measures metadata at this point.
Patch 2 updates nd_iostat_start() and nd_iostat_end() to use
the generic iostat interfaces.
v3:
- Use generic_start_io_acct() and generic_end_io_acct() for
both dax and libnvdimm. (Dave Chinner, Dan Williams)
v2:
- Set a minimum of one sector. (Dan Williams)
---
Toshi Kani (2):
1/2 DAX: enable iostat for read/write
2/2 libnvdimm: use generic iostat interfaces
---
drivers/nvdimm/core.c | 29 -----------------------------
drivers/nvdimm/nd.h | 11 +++++++++--
fs/dax.c | 15 +++++++++++++++
3 files changed, 24 insertions(+), 31 deletions(-)
Powered by blists - more mailing lists