summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | block/mq-deadline: Improve the sysfs show and store macrosBart Van Assche2021-06-211-37/+29
| * | | | block/mq-deadline: Improve compile-time argument checkingBart Van Assche2021-06-211-47/+49
| * | | | block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()Bart Van Assche2021-06-211-4/+4
| * | | | block/mq-deadline: Remove two local variablesBart Van Assche2021-06-211-6/+2
| * | | | block/mq-deadline: Add two lockdep_assert_held() statementsBart Van Assche2021-06-211-0/+4
| * | | | block/mq-deadline: Add several commentsBart Van Assche2021-06-211-0/+18
| * | | | block: Introduce the ioprio rq-qos policyBart Van Assche2021-06-217-0/+299
| * | | | block/blk-rq-qos: Move a function from a header file into a C fileBart Van Assche2021-06-212-13/+13
| * | | | block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() callsBart Van Assche2021-06-211-5/+4
| * | | | block/Kconfig: Make the BLK_WBT and BLK_WBT_MQ entries consecutiveBart Van Assche2021-06-211-7/+7
| * | | | blk-wbt: remove outdated commentlijiazi2021-06-181-1/+0
| * | | | block: Remove unnecessary elevator operation checksDamien Le Moal2021-06-182-7/+10
| * | | | blk-mq: fix use-after-free in blk_mq_exit_schedMing Lei2021-06-181-1/+3
| * | | | block: mark queue init done at the end of blk_register_queueMing Lei2021-06-161-14/+15
| * | | | block: fix race between adding/removing rq qos and normal IOMing Lei2021-06-161-0/+24
| * | | | blk-mq: remove blk_mq_init_sq_queueChristoph Hellwig2021-06-111-22/+0
| * | | | blk-mq: add the blk_mq_alloc_disk APIsChristoph Hellwig2021-06-111-0/+19
| * | | | blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig2021-06-113-24/+15
| * | | | blk-mq: factor out a blk_mq_alloc_sq_tag_set helperChristoph Hellwig2021-06-111-14/+18
| * | | | rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-06-081-2/+2
| * | | | block: Update blk_update_request() documentationBart Van Assche2021-06-031-8/+4
| * | | | block: Do not pull requests from the scheduler when we cannot dispatch themJan Kara2021-06-033-2/+14
| * | | | block: remove bdget_diskChristoph Hellwig2021-06-012-43/+17
| * | | | block: factor out a part_devt helperChristoph Hellwig2021-06-011-8/+17
| * | | | block: move bd_part_count to struct gendiskChristoph Hellwig2021-06-011-1/+1
| * | | | block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-012-17/+14
| * | | | block: unexport blk_alloc_queueChristoph Hellwig2021-06-012-1/+2
| * | | | block: add blk_alloc_disk and blk_cleanup_disk APIsChristoph Hellwig2021-06-011-0/+35
| * | | | block: add a flag to make put_disk on partially initalized disks saferChristoph Hellwig2021-06-011-2/+5
| * | | | block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig2021-06-012-5/+1
| * | | | block: move the DISK_MAX_PARTS sanity check into __device_add_diskChristoph Hellwig2021-06-011-7/+6
| * | | | block: refactor device number setup in __device_add_diskChristoph Hellwig2021-06-013-66/+49
| |/ / /
| * | | blk-mq: Use request queue-wide tags for tagset-wide sbitmapJohn Garry2021-05-244-21/+72
| * | | blk-mq: Some tag allocation code refactoringJohn Garry2021-05-243-25/+40
| * | | blk-mq: clearing flush request reference in tags->rqs[]Ming Lei2021-05-241-1/+34
| * | | blk-mq: clear stale request in tags->rq[] before freeing one request poolMing Lei2021-05-243-7/+54
| * | | blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iterMing Lei2021-05-243-16/+43
| * | | block: avoid double io accounting for flush requestMing Lei2021-05-241-2/+1
| * | | block: remove unneeded parenthesis from blk-sysfsMax Gurtovoy2021-05-241-8/+8
| * | | blkcg: drop CLONE_IO check in blkcg_can_attach()Tejun Heo2021-05-241-27/+0
| * | | block_dump: remove block_dump featurezhangyi (F)2021-05-241-9/+0
| |/ /
* | | sched: Change task_struct::statePeter Zijlstra2021-06-181-1/+1
* | | sched: Add get_current_state()Peter Zijlstra2021-06-181-1/+1
* | | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
|/ /
* | Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-221-10/+1
|\ \
| * | block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig2021-05-201-10/+1
* | | Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-157-18/+59
|\| | | |/ |/|
| * block/partitions/efi.c: Fix the efi_partition() kernel-doc headerBart Van Assche2021-05-141-1/+1
| * blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche2021-05-141-2/+4
| * blk-mq: plug request for shared sbitmapMing Lei2021-05-141-2/+3