summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-09-28Revert "block: freeze the queue earlier in del_gendisk"Christoph Hellwig1-1/+2
2022-09-28block: Do not call blk_put_queue() if gendisk allocation failsRafael Mendonca1-3/+1
2022-09-28block: call blk_mq_exit_queue from disk_release for never added disksChristoph Hellwig1-0/+15
2022-09-28blk-mq: fix error handling in __blk_mq_alloc_diskChristoph Hellwig1-1/+1
2022-09-28block: simplify disk shutdownChristoph Hellwig6-56/+59
2022-09-28block: stop setting the nomerges flags in blk_cleanup_queueChristoph Hellwig1-3/+0
2022-09-28block: remove QUEUE_FLAG_DEADChristoph Hellwig2-8/+3
2022-09-23blk-lib: fix blkdev_issue_secure_eraseMikulas Patocka1-3/+8
2022-09-23block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitStefan Roesch1-2/+2
2022-09-15block: don't add partitions if GD_SUPPRESS_PART_SCAN is setMing Lei1-0/+3
2022-08-31blk-mq: fix io hung due to missing commit_rqsYu Kuai1-2/+3
2022-08-25blk-mq: run queue no matter whether the request is the last requestYufen Yu1-1/+1
2022-08-17block: don't allow the same type rq_qos add more than onceJinke Han4-16/+45
2022-08-17block: ensure iov_iter advances for added pagesKeith Busch1-4/+4
2022-08-17block/bio: remove duplicate append pages codeKeith Busch1-60/+42
2022-08-17blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei1-0/+3
2022-08-17block: fix infinite loop for invalid zone appendKeith Busch1-3/+0
2022-08-11block: fix default IO priority handling againJan Kara2-2/+4
2022-07-14block: fix missing blkcg_bio_issue_initMuchun Song1-0/+1
2022-06-23block: remove WARN_ON() from bd_link_disk_holderLi Nan1-4/+0
2022-06-21block: pop cached rq before potentially blocking rq_qos_throttle()Jens Axboe1-3/+8
2022-06-19block: remove queue from struct blk_independent_access_rangeDamien Le Moal1-1/+0
2022-06-17block: freeze the queue earlier in del_gendiskChristoph Hellwig1-2/+1
2022-06-17block: remove per-disk debugfs files in blk_unregister_queueChristoph Hellwig4-25/+8
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig6-22/+48
2022-06-17block: disable the elevator int del_gendiskChristoph Hellwig2-41/+11
2022-06-16block/bfq: Enable I/O statisticsBart Van Assche1-0/+3
2022-06-16blk-mq: don't clear flush_rq from tags->rqs[]Ming Lei1-2/+3
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei5-17/+11
2022-06-16blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_noneMing Lei1-1/+3
2022-06-16block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche1-0/+2
2022-06-08block: remove bioset_init_from_srcChristoph Hellwig1-20/+0
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2022-06-03Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-64/+49
2022-06-03Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds7-80/+79
2022-06-02block: Fix potential deadlock in blk_ia_range_sysfs_show()Damien Le Moal1-6/+1
2022-06-02block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara1-6/+2
2022-06-02block: remove useless BUG_ON() in blk_mq_put_tag()Damien Le Moal1-1/+0
2022-05-30blk-mq: do not update io_ticks with passthrough requestsHaisu Wang1-1/+2
2022-05-29block: make bioset_exit() fully resilient against being called twiceJens Axboe1-0/+1
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig1-4/+1
2022-05-28blk-mq: avoid a mess of casts for blk_end_sync_rqChristoph Hellwig1-23/+20
2022-05-28blk-mq: remove __blk_execute_rq_nowaitChristoph Hellwig1-39/+30
2022-05-28block: use bio_queue_enter instead of blk_queue_enter in bio_pollChristoph Hellwig1-1/+1
2022-05-27block: take destination bvec offsets into account in bio_copy_data_iterChristoph Hellwig1-3/+5
2022-05-27block, loop: support partitions without scanningChristoph Hellwig1-0/+2
2022-05-26blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo1-58/+64
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-7/+5
2022-05-24Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+9