summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2022-06-20Merge branch 'for-next' of git://git.infradead.org/users/willy/pagecache.gitStephen Rothwell
2022-06-19block: bfq: Fix kernel-doc headersBart Van Assche
2022-06-19block: bfq: Remove an unused function definitionBart Van Assche
2022-06-19bfq: Remove useless code in bfq_lookup_next_entityGuoYong Zheng
2022-06-19block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig
2022-06-19block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig
2022-06-19block: cleanup variable naming in get_max_io_sizeChristoph Hellwig
2022-06-19block: open code blk_max_size_offset in blk_rq_get_max_sectorsChristoph Hellwig
2022-06-19block: Make blk_mq_get_sq_hctx() select the proper hardware queue typeBart Van Assche
2022-06-19block: Rename a blk_mq_map_queue() argumentBart Van Assche
2022-06-19blk-iocost: Simplify ioc_rqos_done()Bart Van Assche
2022-06-19block: Directly use ida_alloc()/free()Bo Liu
2022-06-19block: relax direct io memory alignmentKeith Busch
2022-06-19block/bounce: count bytes instead of sectorsKeith Busch
2022-06-19block/merge: count bytes instead of sectorsKeith Busch
2022-06-19block: add a helper function for dio alignmentKeith Busch
2022-06-19block: export dma_alignment attributeKeith Busch
2022-06-19block/bio: remove duplicate append pages codeKeith Busch
2022-06-19block: fix infinite loop for invalid zone appendKeith Busch
2022-06-19mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-06-19block: Convert read_part_sector() to use a folioMatthew Wilcox (Oracle)
2022-06-19block: Use PAGE_SECTORS_SHIFTMatthew Wilcox (Oracle)
2022-06-19block: Handle partition read errors more consistentlyMatthew Wilcox (Oracle)
2022-06-19block: Simplify read_part_sector()Matthew Wilcox (Oracle)
2022-06-19block: Remove check of PageErrorMatthew Wilcox (Oracle)
2022-06-16block/bfq: Enable I/O statisticsblock-5.19-2022-06-16Bart 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()for-5.19/block-2022-06-02Damien 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_nowaitfor-5.19/block-exec-2022-06-02Christoph 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
2022-05-27block, loop: support partitions without scanningChristoph Hellwig
2022-05-26blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-24Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds