summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: fix missing blkcg_bio_issue_initMuchun Song2022-07-141-0/+1
* block: remove WARN_ON() from bd_link_disk_holderLi Nan2022-06-231-4/+0
* block: pop cached rq before potentially blocking rq_qos_throttle()Jens Axboe2022-06-211-3/+8
* block: remove queue from struct blk_independent_access_rangeDamien Le Moal2022-06-191-1/+0
* block: freeze the queue earlier in del_gendiskChristoph Hellwig2022-06-171-2/+1
* block: remove per-disk debugfs files in blk_unregister_queueChristoph Hellwig2022-06-174-25/+8
* block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig2022-06-176-22/+48
* block: disable the elevator int del_gendiskChristoph Hellwig2022-06-172-41/+11
* block/bfq: Enable I/O statisticsBart Van Assche2022-06-161-0/+3
* blk-mq: don't clear flush_rq from tags->rqs[]Ming Lei2022-06-161-2/+3
* blk-mq: avoid to touch q->elevator without any protectionMing Lei2022-06-165-17/+11
* blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_noneMing Lei2022-06-161-1/+3
* block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche2022-06-161-0/+2
* block: remove bioset_init_from_srcChristoph Hellwig2022-06-081-20/+0
* Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-0/+2
|\
| * block, loop: support partitions without scanningChristoph Hellwig2022-05-271-0/+2
* | Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-64/+49
|\ \
| * | blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig2022-05-281-4/+1
| * | blk-mq: avoid a mess of casts for blk_end_sync_rqChristoph Hellwig2022-05-281-23/+20
| * | blk-mq: remove __blk_execute_rq_nowaitChristoph Hellwig2022-05-281-39/+30
* | | Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-037-80/+79
|\ \ \ | |/ / |/| |
| * | block: Fix potential deadlock in blk_ia_range_sysfs_show()Damien Le Moal2022-06-021-6/+1
| * | block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara2022-06-021-6/+2
| * | block: remove useless BUG_ON() in blk_mq_put_tag()Damien Le Moal2022-06-021-1/+0
| * | blk-mq: do not update io_ticks with passthrough requestsHaisu Wang2022-05-301-1/+2
| * | block: make bioset_exit() fully resilient against being called twiceJens Axboe2022-05-291-0/+1
| * | block: use bio_queue_enter instead of blk_queue_enter in bio_pollChristoph Hellwig2022-05-281-1/+1
| * | block: take destination bvec offsets into account in bio_copy_data_iterChristoph Hellwig2022-05-271-3/+5
| * | blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo2022-05-261-58/+64
| * | blk-mq: don't touch ->tagset in blk_mq_get_sq_hctxMing Lei2022-05-231-4/+3
* | | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-7/+5
|\ \ \
| * | | fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-3/+3
| * | | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-2/+1
| * | | fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+1
* | | | Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-241-0/+7
|\ \ \ \
| * | | | block: add sync_blockdev_range()Yuezhang Mo2022-05-231-0/+7
* | | | | Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-232-9/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | block: turn bdev->bd_openers into an atomic_tChristoph Hellwig2022-04-182-9/+9
* | | | | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-2328-523/+783
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | blk-mq: fix typo in commentJulia Lawall2022-05-211-1/+1
| * | | | bfq: Remove bfq_requeue_request_body()Jan Kara2022-05-191-7/+2
| * | | | bfq: Remove superfluous conversion from RQ_BIC()Jan Kara2022-05-191-1/+1
| * | | | bfq: Allow current waker to defend against a tentative oneJan Kara2022-05-191-2/+1
| * | | | bfq: Relax waker detection for shared queuesJan Kara2022-05-192-2/+4
| * | | | blk-cgroup: delete rcu_read_lock_held() WARN_ON_ONCE()Jens Axboe2022-05-181-1/+0
| * | | | blk-throttle: Set BIO_THROTTLED when bio has been throttledLaibin Qiu2022-05-171-1/+2
| * | | | blk-cgroup: Remove unnecessary rcu_read_lock/unlock()Fanjun Kong2022-05-171-3/+1
| * | | | blk-cgroup: always terminate io.stat linesWolfgang Bumiller2022-05-174-16/+8
| * | | | block, bfq: make bfq_has_work() more accurateYu Kuai2022-05-161-4/+12
| * | | | block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai2022-05-161-1/+3