Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "A collection of fixes from the last few weeks that should go into the current series. This contains: - Various fixes for the per-blkcg policy data, fixing regressions since 4.1. From Arianna and Tejun - Code cleanup for bcache closure macros from me. Really just flushing this out, it's been sitting in another branch for months - FIELD_SIZEOF cleanup from Maninder Singh - bio integrity oops fix from Mike - Timeout regression fix for blk-mq from Ming Lei" * 'for-linus' of git://git.kernel.dk/linux-block: blk-mq: set default timeout as 30 seconds NVMe: Reread partitions on metadata formats bcache: don't embed 'return' statements in closure macros blkcg: fix blkcg_policy_data allocation bug blkcg: implement all_blkcgs list blkcg: blkcg_css_alloc() should grab blkcg_pol_mutex while iterating blkcg_policy[] blkcg: allow blkcg_pol_mutex to be grabbed from cgroup [file] methods block/blk-cgroup.c: free per-blkcg data when freeing the blkcg block: use FIELD_SIZEOF to calculate size of a field bio integrity: do not assume bio_integrity_pool exists if bioset exists
Showing
- block/bio-integrity.c 2 additions, 2 deletionsblock/bio-integrity.c
- block/blk-cgroup.c 81 additions, 59 deletionsblock/blk-cgroup.c
- block/blk-core.c 1 addition, 1 deletionblock/blk-core.c
- block/blk-mq.c 1 addition, 1 deletionblock/blk-mq.c
- drivers/block/nvme-core.c 11 additions, 2 deletionsdrivers/block/nvme-core.c
- drivers/md/bcache/closure.h 0 additions, 3 deletionsdrivers/md/bcache/closure.h
- drivers/md/bcache/io.c 1 addition, 0 deletionsdrivers/md/bcache/io.c
- drivers/md/bcache/journal.c 2 additions, 0 deletionsdrivers/md/bcache/journal.c
- drivers/md/bcache/request.c 11 additions, 3 deletionsdrivers/md/bcache/request.c
- include/linux/blk-cgroup.h 3 additions, 8 deletionsinclude/linux/blk-cgroup.h
Loading
Please register or sign in to comment