block: Add and use op_stat_group() for indexing disk_stat fields.
Add and use a new op_stat_group() function for indexing partition stat fields rather than indexing them by rq_data_dir() or bio_data_dir(). This function works similarly to op_is_sync() in that it takes the request::cmd_flags or bio::bi_opf flags and determines which stats should et updated. In addition, the second parameter to generic_start_io_acct() and generic_end_io_acct() is now a REQ_OP rather than simply a read or write bit and it uses op_stat_group() on the parameter to determine the stat group. Note that the partition in_flight counts are not part of the per-cpu statistics and as such are not indexed via this function. It's now indexed by op_is_write(). tj: Refreshed on top of v4.17. Updated to pass around REQ_OP. Signed-off-by:Michael Callahan <michaelcallahan@fb.com> Signed-off-by:
Tejun Heo <tj@kernel.org> Cc: Minchan Kim <minchan@kernel.org> Cc: Dan Williams <dan.j.williams@intel.com> Cc: Joshua Morris <josh.h.morris@us.ibm.com> Cc: Philipp Reisner <philipp.reisner@linbit.com> Cc: Matias Bjorling <mb@lightnvm.io> Cc: Kent Overstreet <kent.overstreet@gmail.com> Cc: Alasdair Kergon <agk@redhat.com> Signed-off-by:
Jens Axboe <axboe@kernel.dk>
Showing
- block/bio.c 9 additions, 7 deletionsblock/bio.c
- block/blk-core.c 6 additions, 6 deletionsblock/blk-core.c
- drivers/block/drbd/drbd_req.c 2 additions, 2 deletionsdrivers/block/drbd/drbd_req.c
- drivers/block/rsxx/dev.c 3 additions, 3 deletionsdrivers/block/rsxx/dev.c
- drivers/block/zram/zram_drv.c 2 additions, 3 deletionsdrivers/block/zram/zram_drv.c
- drivers/lightnvm/pblk-cache.c 3 additions, 2 deletionsdrivers/lightnvm/pblk-cache.c
- drivers/lightnvm/pblk-read.c 3 additions, 2 deletionsdrivers/lightnvm/pblk-read.c
- drivers/md/bcache/request.c 5 additions, 8 deletionsdrivers/md/bcache/request.c
- drivers/md/dm.c 4 additions, 2 deletionsdrivers/md/dm.c
- drivers/md/md.c 3 additions, 2 deletionsdrivers/md/md.c
- drivers/nvdimm/nd.h 3 additions, 4 deletionsdrivers/nvdimm/nd.h
- include/linux/bio.h 2 additions, 2 deletionsinclude/linux/bio.h
- include/linux/blk_types.h 5 additions, 0 deletionsinclude/linux/blk_types.h
Loading
Please register or sign in to comment