| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-14 | block: fix resource leak in blk_register_queue() error path | Zheng Qixing | 1 | -0/+2 |
| 2025-03-18 | block: fix a comment in the queue_attrs[] array | Christoph Hellwig | 1 | -5/+0 |
| 2025-03-10 | block: protect read_ahead_kb using q->limits_lock | Nilay Shroff | 1 | -6/+10 |
| 2025-03-10 | block: protect wbt_lat_usec using q->elevator_lock | Nilay Shroff | 1 | -12/+8 |
| 2025-03-10 | block: protect nr_requests update using q->elevator_lock | Nilay Shroff | 1 | -5/+5 |
| 2025-03-10 | block: introduce a dedicated lock for protecting queue elevator updates | Nilay Shroff | 1 | -10/+22 |
| 2025-03-10 | block: remove q->sysfs_lock for attributes which don't need it | Nilay Shroff | 1 | -53/+28 |
| 2025-03-10 | block: move q->sysfs_lock and queue-freeze under show/store method | Nilay Shroff | 1 | -66/+144 |
| 2025-03-10 | block: acquire q->limits_lock while reading sysfs attributes | Nilay Shroff | 1 | -37/+65 |
| 2025-01-31 | block: force noio scope in blk_mq_freeze_queue | Christoph Hellwig | 1 | -5/+3 |
| 2025-01-29 | block: get rid of request queue ->sysfs_dir_lock | Nilay Shroff | 1 | -5/+0 |
| 2025-01-13 | block: mark GFP_NOIO around sysfs ->store() | Ming Lei | 1 | -0/+3 |
| 2025-01-10 | block: fix queue freeze vs limits lock order in sysfs store methods | Christoph Hellwig | 1 | -8/+10 |
| 2025-01-10 | block: add a store_limit operations for sysfs entries | Christoph Hellwig | 1 | -67/+61 |
| 2025-01-10 | block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queues | Christoph Hellwig | 1 | -1/+8 |
| 2024-12-18 | block: Revert "block: Fix potential deadlock while freezing queue and acquiri... | Ming Lei | 1 | -2/+2 |
| 2024-12-13 | block: Fix potential deadlock while freezing queue and acquiring sysfs_lock | Nilay Shroff | 1 | -2/+2 |
| 2024-12-13 | block: Fix queue_iostats_passthrough_show() | Bart Van Assche | 1 | -1/+1 |
| 2024-11-18 | block: fix uaf for flush rq while iterating tags | Yu Kuai | 1 | -4/+2 |
| 2024-11-11 | block: pre-calculate max_zone_append_sectors | Christoph Hellwig | 1 | -14/+3 |
| 2024-11-07 | block: Replace sprintf() with sysfs_emit() | zhangguopeng | 1 | -12/+12 |
| 2024-11-07 | Revert "block: pre-calculate max_zone_append_sectors" | Jens Axboe | 1 | -3/+14 |
| 2024-11-04 | block: pre-calculate max_zone_append_sectors | Christoph Hellwig | 1 | -14/+3 |
| 2024-10-22 | block: enable passthrough command statistics | Keith Busch | 1 | -0/+30 |
| 2024-10-22 | block: return void from the queue_sysfs_entry load_module method | Christoph Hellwig | 1 | -6/+3 |
| 2024-09-10 | block: Prevent deadlocks when switching elevators | Damien Le Moal | 1 | -1/+21 |
| 2024-06-28 | block: pass a gendisk to the queue_sysfs_entry methods | Christoph Hellwig | 1 | -91/+89 |
| 2024-06-28 | block: add helper macros to de-duplicate the queue sysfs attributes | Christoph Hellwig | 1 | -164/+73 |
| 2024-06-26 | block: convert features and flags to __bitwise types | Christoph Hellwig | 1 | -3/+3 |
| 2024-06-26 | block: correctly report cache type | Christoph Hellwig | 1 | -3/+3 |
| 2024-06-20 | block: Add core atomic write support | John Garry | 1 | -0/+33 |
| 2024-06-20 | block: renumber and rename the cache disabled flag | Christoph Hellwig | 1 | -3/+3 |
| 2024-06-19 | block: move the poll flag to queue_limits | Christoph Hellwig | 1 | -2/+2 |
| 2024-06-19 | block: move the stable_writes flag to queue_limits | Christoph Hellwig | 1 | -28/+1 |
| 2024-06-19 | block: move the io_stat flag setting to queue_limits | Christoph Hellwig | 1 | -1/+1 |
| 2024-06-19 | block: move the add_random flag to queue_limits | Christoph Hellwig | 1 | -3/+3 |
| 2024-06-19 | block: move the nonrot flag to queue_limits | Christoph Hellwig | 1 | -3/+36 |
| 2024-06-19 | block: move cache control settings out of queue->flags | Christoph Hellwig | 1 | -10/+19 |
| 2024-06-19 | block: freeze the queue in queue_attr_store | Christoph Hellwig | 1 | -7/+2 |
| 2024-05-09 | blk-throttle: delay initialization until configuration | Yu Kuai | 1 | -1/+0 |
| 2024-05-09 | blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW | Yu Kuai | 1 | -7/+0 |
| 2024-04-17 | block: Allow zero value of max_zone_append_sectors queue limit | Damien Le Moal | 1 | -1/+1 |
| 2024-02-13 | block: use queue_limits_commit_update in queue_discard_max_store | Christoph Hellwig | 1 | -3/+10 |
| 2024-02-13 | block: add a max_user_discard_sectors queue limit | Christoph Hellwig | 1 | -9/+8 |
| 2024-02-13 | block: use queue_limits_commit_update in queue_max_sectors_store | Christoph Hellwig | 1 | -25/+12 |
| 2024-01-11 | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -8/+3 |
| 2023-12-27 | block: rename and document BLK_DEF_MAX_SECTORS | Christoph Hellwig | 1 | -1/+1 |
| 2023-12-19 | block: remove support for the host aware zone model | Christoph Hellwig | 1 | -7/+2 |
| 2023-11-29 | block: Document the role of the two attribute groups | Bart Van Assche | 1 | -0/+2 |
| 2023-07-17 | block: don't allow enabling a cache on devices that don't support it | Christoph Hellwig | 1 | -4/+7 |
| 2023-07-17 | block: cleanup queue_wc_store | Christoph Hellwig | 1 | -11/+3 |
| 2023-06-26 | blk-sysfs: add a new attr_group for blk_mq | Yu Kuai | 1 | -11/+31 |
| 2023-06-26 | blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabled | Yu Kuai | 1 | -69/+74 |
| 2023-04-13 | blk-mq: include <linux/blk-mq.h> in block/blk-mq.h | Christoph Hellwig | 1 | -1/+0 |
| 2023-03-20 | blk-mq: remove hybrid polling | Keith Busch | 1 | -24/+1 |
| 2023-02-09 | block: make kobj_type structures constant | Thomas Weißschuh | 1 | -1/+1 |
| 2023-02-03 | blk-wbt: move private information from blk-wbt.h to blk-wbt.c | Christoph Hellwig | 1 | -0/+1 |
| 2023-02-03 | blk-wbt: pass a gendisk to wbt_init | Christoph Hellwig | 1 | -1/+1 |
| 2023-02-03 | blk-wbt: pass a gendisk to wbt_{enable,disable}_default | Christoph Hellwig | 1 | -1/+1 |
| 2023-01-29 | block: save user max_sectors limit | Keith Busch | 1 | -6/+15 |
| 2022-11-30 | block: untangle request_queue refcounting from sysfs | Christoph Hellwig | 1 | -63/+23 |
| 2022-11-30 | block: fix error unwinding in blk_register_queue | Christoph Hellwig | 1 | -12/+16 |
| 2022-11-30 | block: factor out a blk_debugfs_remove helper | Christoph Hellwig | 1 | -7/+14 |
| 2022-11-30 | blk-crypto: pass a gendisk to blk_crypto_sysfs_{,un}register | Christoph Hellwig | 1 | -2/+2 |
| 2022-11-02 | blk-mq: move the srcu_struct used for quiescing to the tagset | Christoph Hellwig | 1 | -7/+2 |
| 2022-10-23 | blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabled | Yu Kuai | 1 | -0/+3 |
| 2022-09-26 | blk-throttle: pass a gendisk to blk_throtl_register_queue | Christoph Hellwig | 1 | -1/+1 |
| 2022-08-02 | block: move ->bio_split to the gendisk | Christoph Hellwig | 1 | -2/+0 |
| 2022-07-06 | block: move zone related fields to struct gendisk | Christoph Hellwig | 1 | -1/+1 |
| 2022-07-06 | block: remove queue_max_open_zones and queue_max_active_zones | Christoph Hellwig | 1 | -2/+2 |
| 2022-07-06 | block: call blk_queue_free_zone_bitmaps from disk_release | Christoph Hellwig | 1 | -2/+0 |
| 2022-06-29 | block: simplify disk_set_independent_access_ranges | Christoph Hellwig | 1 | -1/+1 |
| 2022-06-28 | blk-mq: cleanup disk sysfs registration | Christoph Hellwig | 1 | -5/+4 |
| 2022-06-28 | block: use default groups to register the queue attributes | Christoph Hellwig | 1 | -6/+6 |
| 2022-06-28 | block: remove a superflous queue kobject reference | Christoph Hellwig | 1 | -5/+1 |
| 2022-06-28 | block: simplify blktrace sysfs attribute creation | Christoph Hellwig | 1 | -10/+1 |
| 2022-06-28 | block: simplify disk shutdown | Christoph Hellwig | 1 | -5/+0 |
| 2022-06-27 | block: Directly use ida_alloc()/free() | Bo Liu | 1 | -1/+1 |
| 2022-06-27 | block: export dma_alignment attribute | Keith Busch | 1 | -0/+7 |
| 2022-06-17 | block: remove per-disk debugfs files in blk_unregister_queue | Christoph Hellwig | 1 | -8/+8 |
| 2022-06-17 | block: serialize all debugfs operations using q->debugfs_mutex | Christoph Hellwig | 1 | -11/+9 |
| 2022-03-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+1 |
| 2022-03-08 | block: move blk_exit_queue into disk_release | Ming Lei | 1 | -16/+0 |
| 2022-03-08 | block: move q_usage_counter release into blk_queue_release | Ming Lei | 1 | -0/+2 |
| 2022-03-08 | block: move blkcg initialization/destroy into disk allocation/release handler | Ming Lei | 1 | -7/+0 |
| 2022-02-28 | blk-crypto: show crypto capabilities in sysfs | Eric Biggers | 1 | -0/+6 |
| 2022-02-28 | block: don't delete queue kobject before its children | Eric Biggers | 1 | -3/+5 |
| 2022-02-28 | block: simplify calling convention of elv_unregister_queue() | Eric Biggers | 1 | -2/+1 |
| 2022-02-22 | scsi: block: Remove REQ_OP_WRITE_SAME support | Christoph Hellwig | 1 | -2/+1 |
| 2022-02-11 | block: partition include/linux/blk-cgroup.h | Ming Lei | 1 | -1/+1 |
| 2022-01-17 | block: cleanup q->srcu | Ming Lei | 1 | -0/+3 |
| 2022-01-17 | block: Remove unnecessary variable assignment | GuoYong Zheng | 1 | -1/+0 |
| 2021-12-20 | block: call blk_exit_queue() before freeing q->stats | Ming Lei | 1 | -2/+2 |
| 2021-12-03 | blk-mq: move srcu from blk_mq_hw_ctx to request_queue | Ming Lei | 1 | -1/+2 |
| 2021-11-29 | block: don't include blk-mq-sched.h in blk.h | Christoph Hellwig | 1 | -0/+1 |
| 2021-11-29 | block: remove the e argument to elevator_exit | Christoph Hellwig | 1 | -1/+1 |
| 2021-11-29 | block: remove elevator_exit | Christoph Hellwig | 1 | -1/+1 |
| 2021-11-29 | block: only allocate poll_stats if there's a user of them | Jens Axboe | 1 | -1/+2 |
| 2021-11-15 | blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release() | Ming Lei | 1 | -10/+0 |
| 2021-10-26 | block: Add independent access ranges support | Damien Le Moal | 1 | -8/+18 |
| 2021-10-18 | block: don't allow writing to the poll queue attribute | Christoph Hellwig | 1 | -19/+4 |
| 2021-10-18 | block: move blk-throtl fast path inline | Jens Axboe | 1 | -0/+1 |
| 2021-08-23 | block: call blk_register_queue earlier in device_add_disk | Christoph Hellwig | 1 | -9/+0 |
| 2021-08-23 | block: add an explicit ->disk backpointer to the request_queue | Christoph Hellwig | 1 | -7/+6 |
| 2021-08-16 | block: unexport blk_register_queue | Christoph Hellwig | 1 | -1/+0 |
| 2021-08-09 | block: move the bdi from the request_queue to the gendisk | Christoph Hellwig | 1 | -14/+12 |
| 2021-08-09 | block: pass a gendisk to blk_queue_update_readahead | Christoph Hellwig | 1 | -1/+1 |
| 2021-06-16 | block: mark queue init done at the end of blk_register_queue | Ming Lei | 1 | -14/+15 |
| 2021-05-24 | block: remove unneeded parenthesis from blk-sysfs | Max Gurtovoy | 1 | -8/+8 |
| 2021-04-06 | block: add sysfs entry for virt boundary mask | Max Gurtovoy | 1 | -1/+8 |
| 2021-02-22 | block: fix potential IO hang when turning off io_poll | Jeffle Xu | 1 | -2/+5 |
| 2021-02-10 | block: introduce zone_write_granularity limit | Damien Le Moal | 1 | -0/+8 |
| 2020-10-09 | blk-mq: move cancel of hctx->run_work to the front of blk_exit_queue | Yang Yang | 1 | -1/+8 |
| 2020-10-09 | block: get rid of unnecessary local variable | Yufen Yu | 1 | -3/+1 |
| 2020-10-09 | block: invoke blk_mq_exit_sched no matter whether have .exit_sched | Yufen Yu | 1 | -1/+0 |
| 2020-09-24 | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig | 1 | -0/+3 |
| 2020-09-24 | block: lift setting the readahead size into the block layer | Christoph Hellwig | 1 | -0/+2 |
| 2020-09-08 | block: make QUEUE_SYSFS_BIT_FNS more useful | Christoph Hellwig | 1 | -19/+5 |
| 2020-09-08 | block: add helper macros for queue sysfs entries | Christoph Hellwig | 1 | -181/+49 |
| 2020-07-15 | block: add max_active_zones to blk-sysfs | Niklas Cassel | 1 | -1/+13 |
| 2020-07-15 | block: add max_open_zones to blk-sysfs | Niklas Cassel | 1 | -0/+15 |
| 2020-06-24 | block: create the request_queue debugfs_dir on registration | Luis Chamberlain | 1 | -0/+9 |
| 2020-06-24 | block: revert back to synchronous request_queue removal | Luis Chamberlain | 1 | -21/+22 |
| 2020-05-12 | block: Introduce REQ_OP_ZONE_APPEND | Keith Busch | 1 | -0/+13 |
| 2019-10-07 | block: Remove "dying" checks from sysfs callbacks | Bart Van Assche | 1 | -8/+0 |
| 2019-09-27 | rq-qos: get rid of redundant wbt_update_limits() | Yufen Yu | 1 | -1/+0 |
| 2019-09-26 | block: don't release queue's sysfs lock during switching elevator | Ming Lei | 1 | -9/+4 |
| 2019-09-17 | Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -19/+31 |
| 2019-09-12 | block: fix race between switching elevator and removing queues | Ming Lei | 1 | -3/+5 |
| 2019-08-27 | block: split .sysfs_lock into two locks | Ming Lei | 1 | -18/+28 |
| 2019-08-27 | block: add helper for checking if queue is registered | Ming Lei | 1 | -2/+2 |
| 2019-08-12 | blk-mq: move cancel of requeue_work to the front of blk_exit_queue | zhengbin | 1 | -0/+3 |
| 2019-06-06 | block: free sched's request pool in blk_cleanup_queue | Ming Lei | 1 | -1/+1 |
| 2019-05-29 | block: move blk_exit_queue into __blk_release_queue | Ming Lei | 1 | -15/+32 |
| 2019-04-22 | block: don't show io_timeout if driver has no timeout handler | Weiping Zhang | 1 | -2/+28 |
| 2019-03-20 | block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect... | Yufen Yu | 1 | -5/+7 |
| 2019-02-11 | block: avoid setting wbt_lat_usec to current value | Aleksei Zakharov | 1 | -0/+3 |
| 2019-02-10 | blk-sysfs: Rework documention of __blk_release_queue | Marcos Paulo de Souza | 1 | -12/+7 |
| 2018-12-28 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -4/+1 |
| 2018-12-18 | scsi: block: remove the cluster flag | Christoph Hellwig | 1 | -4/+1 |
| 2018-12-17 | blk-mq: enable IO poll if .nr_queues of type poll > 0 | Ming Lei | 1 | -1/+2 |
| 2018-12-04 | block: only allow polling if a poll queue_map exists | Christoph Hellwig | 1 | -1/+1 |
| 2018-11-28 | block: add io timeout to sysfs | Weiping Zhang | 1 | -0/+27 |
| 2018-11-16 | block: add queue_is_mq() helper | Jens Axboe | 1 | -7/+7 |
| 2018-11-15 | block: remove the queue_lock indirection | Christoph Hellwig | 1 | -2/+2 |
| 2018-11-15 | block: use atomic bitops for ->queue_flags | Christoph Hellwig | 1 | -16/+12 |
| 2018-11-07 | block: remove dead elevator code | Jens Axboe | 1 | -27/+9 |
| 2018-11-07 | block: remove legacy rq tagging | Jens Axboe | 1 | -3/+0 |
| 2018-10-31 | block: call rq_qos_exit() after queue is frozen | Ming Lei | 1 | -2/+0 |
| 2018-10-25 | block: Introduce blk_revalidate_disk_zones() | Damien Le Moal | 1 | -0/+2 |
| 2018-10-25 | block: Expose queue nr_zones in sysfs | Damien Le Moal | 1 | -0/+11 |
| 2018-08-23 | blk-wbt: don't maintain inflight counts if disabled | Jens Axboe | 1 | -1/+18 |
| 2018-08-11 | blkcg: Make blkg_root_lookup() work for queues in bypass mode | Bart Van Assche | 1 | -1/+1 |
| 2018-08-09 | block: Ensure that a request queue is dissociated from the cgroup controller | Bart Van Assche | 1 | -0/+15 |
| 2018-07-09 | blk-rq-qos: refactor out common elements of blk-wbt | Josef Bacik | 1 | -12/+10 |
| 2018-05-30 | block: convert bounce, q->bio_split to bioset_init()/mempool_init() | Kent Overstreet | 1 | -2/+1 |
| 2018-05-24 | block drivers/block: Use octal not symbolic permissions | Joe Perches | 1 | -34/+34 |
| 2018-05-14 | block: Add sysfs entry for fua support | Kent Overstreet | 1 | -0/+11 |
| 2018-03-08 | block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}() | Bart Van Assche | 1 | -15/+7 |
| 2018-02-28 | block: Fix a race between request queue removal and the block cgroup controller | Bart Van Assche | 1 | -7/+0 |
| 2018-01-18 | block: Protect less code with sysfs_lock in blk_{un,}register_queue() | Bart Van Assche | 1 | -9/+28 |
| 2018-01-15 | block: allow gendisk's request_queue registration to be deferred | Mike Snitzer | 1 | -0/+5 |
| 2018-01-15 | block: properly protect the 'queue' kobj in blk_unregister_queue | Mike Snitzer | 1 | -3/+10 |
| 2017-11-23 | blk-sysfs: remove NULL pointer checking in queue_wb_lat_store | weiping zhang | 1 | -4/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-08-28 | block: fix warning when I/O elevator is changed as request_queue is being rem... | David Jeffery | 1 | -0/+2 |
| 2017-06-14 | block: Fix a blk_exit_rl() regression | Bart Van Assche | 1 | -12/+22 |
| 2017-06-01 | block: Avoid that blk_exit_rl() triggers a use-after-free | Bart Van Assche | 1 | -1/+1 |
| 2017-05-26 | blk-mq: Only register debugfs attributes for blk-mq queues | Bart Van Assche | 1 | -3/+3 |
| 2017-05-04 | blk-mq: untangle debugfs and sysfs | Omar Sandoval | 1 | -0/+2 |
| 2017-05-04 | blk-mq: move debugfs declarations to a separate header file | Omar Sandoval | 1 | -0/+1 |
| 2017-04-26 | blk-mq: Register <dev>/queue/mq after having registered <dev>/queue | Bart Van Assche | 1 | -3/+3 |
| 2017-04-19 | block: Make writeback throttling defaults consistent for SQ devices | Jan Kara | 1 | -18/+1 |
| 2017-04-08 | block: remove the discard_zeroes_data flag | Christoph Hellwig | 1 | -1/+1 |
| 2017-04-07 | Merge branch 'for-linus' into for-4.12/block | Jens Axboe | 1 | -1/+1 |
| 2017-04-07 | blk-mq-sched: fix crash in switch error path | Omar Sandoval | 1 | -1/+1 |
| 2017-03-29 | block: fix leak of q->rq_wb | Omar Sandoval | 1 | -1/+3 |
| 2017-03-29 | block: warn if sharing request queue across gendisks | Omar Sandoval | 1 | -0/+7 |
| 2017-03-28 | blk-throttle: choose a small throtl_slice for SSD | Shaohua Li | 1 | -0/+2 |
| 2017-03-28 | blk-throttle: make throtl_slice tunable | Shaohua Li | 1 | -0/+11 |
| 2017-03-21 | blk-stat: convert to callback-based statistics reporting | Omar Sandoval | 1 | -26/+5 |
| 2017-03-21 | blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE} | Omar Sandoval | 1 | -2/+2 |
| 2017-03-02 | block: don't call ioc_exit_icq() with the queue lock held for blk-mq | Jens Axboe | 1 | -2/+0 |
| 2017-02-15 | block: do not allow updates through sysfs until registration completes | Tahsin Erdogan | 1 | -7/+12 |
| 2017-02-08 | block: optionally merge discontiguous discard bios into a single request | Christoph Hellwig | 1 | -0/+12 |
| 2017-02-06 | blk-mq-sched: (un)register elevator when (un)registering queue | Omar Sandoval | 1 | -11/+10 |
| 2017-02-02 | blk-mq: move debugfs_remove() of disk dir to blk_release_queue() | Omar Sandoval | 1 | -0/+3 |
| 2017-02-02 | block: Dynamically allocate and refcount backing_dev_info | Jan Kara | 1 | -1/+1 |
| 2017-02-02 | block: Use pointer to backing_dev_info from request_queue | Jan Kara | 1 | -4/+4 |
| 2017-01-27 | block: allow specifying size for extra command data | Christoph Hellwig | 1 | -2/+5 |
| 2016-12-13 | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+190 |
| 2016-12-12 | mm: don't cap request size based on read-ahead setting | Jens Axboe | 1 | -0/+1 |
| 2016-12-01 | block: add support for REQ_OP_WRITE_ZEROES | Chaitanya Kulkarni | 1 | -0/+11 |
| 2016-11-28 | blk-wbt: allow wbt to be enabled always through sysfs | Jens Axboe | 1 | -6/+16 |
| 2016-11-28 | blk-wbt: allow reset of default latency through sysfs | Jens Axboe | 1 | -7/+15 |
| 2016-11-17 | blk-mq: make the polling code adaptive | Jens Axboe | 1 | -8/+18 |
| 2016-11-17 | blk-mq: implement hybrid poll mode for sync O_DIRECT | Jens Axboe | 1 | -0/+29 |
| 2016-11-11 | blk-wbt: remove stat ops | Jens Axboe | 1 | -22/+1 |
| 2016-11-10 | block: hook up writeback throttling | Jens Axboe | 1 | -0/+88 |
| 2016-11-10 | block: add scalable completion tracking of requests | Jens Axboe | 1 | -0/+26 |