aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2022-10-24blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai
2022-10-24blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch
2022-10-24blk-throttle: prevent overflow while calculating wait timeYu Kuai
2022-10-24blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai
2022-10-24blk-throttle: fix that io throttle can only work for single bioYu Kuai
2022-09-28Revert "block: freeze the queue earlier in del_gendisk"Christoph Hellwig
2022-09-28block: Do not call blk_put_queue() if gendisk allocation failsRafael Mendonca
2022-09-28block: call blk_mq_exit_queue from disk_release for never added disksChristoph Hellwig
2022-09-28blk-mq: fix error handling in __blk_mq_alloc_diskChristoph Hellwig
2022-09-28block: simplify disk shutdownChristoph Hellwig
2022-09-28block: stop setting the nomerges flags in blk_cleanup_queueChristoph Hellwig
2022-09-28block: remove QUEUE_FLAG_DEADChristoph Hellwig
2022-09-23blk-lib: fix blkdev_issue_secure_eraseMikulas Patocka
2022-09-23block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitStefan Roesch
2022-09-15block: don't add partitions if GD_SUPPRESS_PART_SCAN is setMing Lei
2022-08-31blk-mq: fix io hung due to missing commit_rqsYu Kuai
2022-08-25blk-mq: run queue no matter whether the request is the last requestYufen Yu
2022-08-17block: don't allow the same type rq_qos add more than onceJinke Han
2022-08-17block: ensure iov_iter advances for added pagesKeith Busch
2022-08-17block/bio: remove duplicate append pages codeKeith Busch
2022-08-17blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei
2022-08-17block: fix infinite loop for invalid zone appendKeith Busch
2022-08-11block: fix default IO priority handling againJan Kara
2022-07-14block: fix missing blkcg_bio_issue_initMuchun Song
2022-06-23block: remove WARN_ON() from bd_link_disk_holderLi Nan
2022-06-21block: pop cached rq before potentially blocking rq_qos_throttle()Jens Axboe
2022-06-19block: remove queue from struct blk_independent_access_rangeDamien Le Moal
2022-06-17block: freeze the queue earlier in del_gendiskChristoph Hellwig
2022-06-17block: remove per-disk debugfs files in blk_unregister_queueChristoph Hellwig
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig
2022-06-17block: disable the elevator int del_gendiskChristoph Hellwig
2022-06-16block/bfq: Enable I/O statisticsBart Van Assche
2022-06-16blk-mq: don't clear flush_rq from tags->rqs[]Ming Lei
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei
2022-06-16blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_noneMing Lei
2022-06-16block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche
2022-06-08block: remove bioset_init_from_srcChristoph Hellwig
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-03Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-03Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-02block: Fix potential deadlock in blk_ia_range_sysfs_show()Damien Le Moal
2022-06-02block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara
2022-06-02block: remove useless BUG_ON() in blk_mq_put_tag()Damien Le Moal
2022-05-30blk-mq: do not update io_ticks with passthrough requestsHaisu Wang
2022-05-29block: make bioset_exit() fully resilient against being called twiceJens Axboe
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig
2022-05-28blk-mq: avoid a mess of casts for blk_end_sync_rqChristoph Hellwig
2022-05-28blk-mq: remove __blk_execute_rq_nowaitChristoph Hellwig
2022-05-28block: use bio_queue_enter instead of blk_queue_enter in bio_pollChristoph Hellwig
2022-05-27block: take destination bvec offsets into account in bio_copy_data_iterChristoph Hellwig