forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-4.21/block' into for-4.21/aio
* for-4.21/block: (351 commits) blk-mq: enable IO poll if .nr_queues of type poll > 0 blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight() blk-mq: skip zero-queue maps in blk_mq_map_swqueue block: fix blk-iolatency accounting underflow blk-mq: fix dispatch from sw queue block: mq-deadline: Fix write completion handling nvme-pci: don't share queue maps blk-mq: only dispatch to non-defauly queue maps if they have queues blk-mq: export hctx->type in debugfs instead of sysfs blk-mq: fix allocation for queue mapping table blk-wbt: export internal state via debugfs blk-mq-debugfs: support rq_qos block: update sysfs documentation block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add() aoe: add __exit annotation block: clear REQ_HIPRI if polling is not supported blk-mq: replace and kill blk_mq_request_issue_directly blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests blk-mq: refactor the code of issue request directly block: remove the bio_integrity_advance export ...
- Loading branch information
Showing
247 changed files
with
10,454 additions
and
14,440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -244,7 +244,7 @@ Description: | |
|
||
What: /sys/block/<disk>/queue/zoned | ||
Date: September 2016 | ||
Contact: Damien Le Moal <damien.lemoal@hgst.com> | ||
Contact: Damien Le Moal <damien.lemoal@wdc.com> | ||
Description: | ||
zoned indicates if the device is a zoned block device | ||
and the zone model of the device if it is indeed zoned. | ||
|
@@ -259,6 +259,14 @@ Description: | |
zone commands, they will be treated as regular block | ||
devices and zoned will report "none". | ||
|
||
What: /sys/block/<disk>/queue/nr_zones | ||
Date: November 2018 | ||
Contact: Damien Le Moal <[email protected]> | ||
Description: | ||
nr_zones indicates the total number of zones of a zoned block | ||
device ("host-aware" or "host-managed" zone model). For regular | ||
block devices, the value is always 0. | ||
|
||
What: /sys/block/<disk>/queue/chunk_sectors | ||
Date: September 2016 | ||
Contact: Hannes Reinecke <[email protected]> | ||
|
@@ -268,6 +276,6 @@ Description: | |
indicates the size in 512B sectors of the RAID volume | ||
stripe segment. For a zoned block device, either | ||
host-aware or host-managed, chunk_sectors indicates the | ||
size of 512B sectors of the zones of the device, with | ||
size in 512B sectors of the zones of the device, with | ||
the eventual exception of the last zone of the device | ||
which may be smaller. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.