summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2022-06-27block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig-0/+13
2022-06-27block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig-2/+7
2022-06-27block: cleanup variable naming in get_max_io_sizeChristoph Hellwig-10/+8
2022-06-27block: open code blk_max_size_offset in blk_rq_get_max_sectorsChristoph Hellwig-4/+5
2022-06-27block: Make blk_mq_get_sq_hctx() select the proper hardware queue typeBart Van Assche-1/+1
2022-06-27block: Rename a blk_mq_map_queue() argumentBart Van Assche-6/+6
2022-06-27blk-iocost: Simplify ioc_rqos_done()Bart Van Assche-1/+1
2022-06-27block: Directly use ida_alloc()/free()Bo Liu-3/+3
2022-06-27block: relax direct io memory alignmentKeith Busch-2/+11
2022-06-27block/bounce: count bytes instead of sectorsKeith Busch-3/+10
2022-06-27block/merge: count bytes instead of sectorsKeith Busch-17/+24
2022-06-27block: add a helper function for dio alignmentKeith Busch-6/+10
2022-06-27block: export dma_alignment attributeKeith Busch-0/+7
2022-06-27block/bio: remove duplicate append pages codeKeith Busch-60/+42
2022-06-27block: fix infinite loop for invalid zone appendKeith Busch-3/+0
2022-06-23block: remove WARN_ON() from bd_link_disk_holderLi Nan-4/+0
2022-06-21scsi: core: bsg: Remove usage of the deprecated ida_simple_xxx() APIBo Liu-2/+2
2022-06-21block: pop cached rq before potentially blocking rq_qos_throttle()Jens Axboe-3/+8
2022-06-19block: remove queue from struct blk_independent_access_rangeDamien Le Moal-1/+0
2022-06-17block: freeze the queue earlier in del_gendiskChristoph Hellwig-2/+1
2022-06-17block: remove per-disk debugfs files in blk_unregister_queueChristoph Hellwig-25/+8
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig-22/+48
2022-06-17block: disable the elevator int del_gendiskChristoph Hellwig-41/+11
2022-06-16block/bfq: Enable I/O statisticsBart Van Assche-0/+3
2022-06-16blk-mq: don't clear flush_rq from tags->rqs[]Ming Lei-2/+3
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei-17/+11
2022-06-16blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_noneMing Lei-1/+3
2022-06-16block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche-0/+2
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro-1/+1
2022-06-08block: remove bioset_init_from_srcChristoph Hellwig-20/+0
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+2
2022-06-03Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds-64/+49
2022-06-03Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds-80/+79
2022-06-02block: Fix potential deadlock in blk_ia_range_sysfs_show()Damien Le Moal-6/+1
2022-06-02block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara-6/+2
2022-06-02block: remove useless BUG_ON() in blk_mq_put_tag()Damien Le Moal-1/+0
2022-05-30blk-mq: do not update io_ticks with passthrough requestsHaisu Wang-1/+2
2022-05-29block: make bioset_exit() fully resilient against being called twiceJens Axboe-0/+1
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig-4/+1
2022-05-28blk-mq: avoid a mess of casts for blk_end_sync_rqChristoph Hellwig-23/+20
2022-05-28blk-mq: remove __blk_execute_rq_nowaitChristoph Hellwig-39/+30
2022-05-28block: use bio_queue_enter instead of blk_queue_enter in bio_pollChristoph Hellwig-1/+1
2022-05-27block: take destination bvec offsets into account in bio_copy_data_iterChristoph Hellwig-3/+5
2022-05-27block, loop: support partitions without scanningChristoph Hellwig-0/+2
2022-05-26blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo-58/+64
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-7/+5
2022-05-24Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+7
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+9
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-523/+783
2022-05-23Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l...Linus Torvalds-46/+63