summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2022-10-29Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds-5/+14
2022-10-28blk-mq: Properly init requests from blk_mq_alloc_request_hctx()John Garry-1/+6
2022-10-25block: Micro-optimize get_max_segment_size()Bart Van Assche-4/+11
2022-10-25block: Constify most queue limits pointersBart Van Assche-22/+26
2022-10-25block: remove bio_start_io_acct_timeChristoph Hellwig-12/+0
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig-3/+3
2022-10-23block: fix up elevator_type refcountingJinlong Chen-3/+10
2022-10-23block: check for an unchanged elevator earlier in __elevator_changeJinlong Chen-6/+3
2022-10-23block: sanitize the elevator name before passing it to __elevator_changeChristoph Hellwig-8/+7
2022-10-23block: add proper helpers for elevator_type module refcount managementChristoph Hellwig-16/+19
2022-10-23blk-wbt: don't enable throttling if default elevator is bfqYu Kuai-4/+12
2022-10-23elevator: add new field flags in struct elevator_queueYu Kuai-5/+5
2022-10-23blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabledYu Kuai-0/+16
2022-10-23blk-wbt: make enable_state more accurateYu Kuai-6/+13
2022-10-23blk-wbt: remove unnecessary check in wbt_enable_default()Yu Kuai-1/+1
2022-10-23elevator: remove redundant code in elv_unregister_queue()Yu Kuai-2/+0
2022-10-23blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()Yu Kuai-2/+4
2022-10-23blk-iocost: prevent configuration update concurrent with io throttlingYu Kuai-2/+24
2022-10-23blk-iocost: don't release 'ioc->lock' while updating paramsYu Kuai-5/+2
2022-10-23blk-iocost: disable writeback throttlingYu Kuai-0/+2
2022-10-22block: fix memory leak for elevator on add_disk failureYu Kuai-4/+8
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds-7/+6
2022-10-20bio: safeguard REQ_ALLOC_CACHE bio putPavel Begunkov-1/+1
2022-10-20block, bfq: remove unused variable for bfq_queueYuwei Guan-4/+0
2022-10-16blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()Yu Kuai-2/+5
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2022-10-13Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linuxLinus Torvalds-3/+9
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+9
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-2/+2
2022-10-10Merge branch 'for-6.1/block' into block-6.1Jens Axboe-3/+9
2022-10-10block: fix leaking minors of hidden disksChristoph Hellwig-0/+7
2022-10-09blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai-2/+1
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds-38/+230
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds-456/+532
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds-1/+2
2022-10-06block: Remove the repeat word 'can'Deming Wang-1/+1
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+23
2022-10-03block: kmsan: skip bio block merging logic for KMSANAlexander Potapenko-0/+2
2022-10-03kmsan: disable physical page merging in biovecAlexander Potapenko-0/+7
2022-09-30block: extend functionality to map bvec iteratorKanchan Joshi-4/+71
2022-09-30block: factor out blk_rq_map_bio_alloc helperKanchan Joshi-11/+22
2022-09-30block: rename bio_map_put to blk_mq_map_bio_putAnuj Gupta-3/+3
2022-09-30block: add blk_rq_map_user_ioAnuj Gupta-0/+36
2022-09-30block: allow end_io based requests in the completion batch handlingJens Axboe-2/+11
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe-8/+16
2022-09-30block: enable batched allocation for blk_mq_alloc_request()Jens Axboe-9/+71
2022-09-30block: kill deprecated BUG_ON() in the flush handlingJens Axboe-1/+0
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe-1/+2
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe-456/+532