summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2020-09-09blk-stat: make q->stats->lock irqsafeTejun Heo
2020-09-09blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo
2020-09-09block: ensure bdi->io_pages is always initializedJens Axboe
2020-09-09block: fix locking in bdev_del_partitionChristoph Hellwig
2020-09-03blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei
2020-09-03block: fix get_max_io_size()Keith Busch
2020-09-03blkcg: fix memleak for iolatencyYufen Yu
2020-09-03blk-mq: insert request not through ->queue_rq into sw/scheduler queueMing Lei
2020-09-03bfq: fix blkio cgroup leakage v4Dmitry Monakhov
2020-09-03block: Fix page_is_mergeable() for compound pagesMatthew Wilcox (Oracle)
2020-09-03block: respect queue limit of max discard segmentMing Lei
2020-08-19block: don't do revalidate zones on invalid devicesJohannes Thumshirn
2020-08-19iocost: Fix check condition of iocg abs_vdebtChengming Zhou
2020-07-10Merge tag 'block-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-07blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()Ming Lei
2020-07-05Merge tag 'block-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-02Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-02block: make function __bio_integrity_free() staticWei Yongjun
2020-06-29block/keyslot-manager: use kvfree_sensitive()Eric Biggers
2020-06-29blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao
2020-06-27Merge tag 'block-5.8-2020-06-26' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-24block: release bip in a right way in error pathChengguang Xu
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-18partitions/ldm: Replace uuid_copy() with import_uuid() where it makes senseAndy Shevchenko
2020-06-17block: update hctx map when use multiple mapsWeiping Zhang
2020-06-15block: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-15blk-mq: Remove redundant 'return' statementBaolin Wang
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-07blk-mq: fix blk_mq_all_tag_iterMing Lei
2020-06-07blk-mq: split out a __blk_mq_get_driver_tag helperChristoph Hellwig
2020-06-04block: nr_sects_write(): Disable preemption on seqcount writeAhmed S. Darwish
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig
2020-06-02block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)
2020-05-29blk-wbt: rename __wbt_update_limits to wbt_update_limitsGuoqing Jiang
2020-05-29blk-wbt: remove wbt_update_limitsGuoqing Jiang
2020-05-29blk-throttle: remove tg_drain_biosGuoqing Jiang
2020-05-29blk-throttle: remove blk_throtl_drainGuoqing Jiang
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei
2020-05-29blk-mq: add blk_mq_all_tag_iterMing Lei
2020-05-29blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctxChristoph Hellwig
2020-05-29blk-mq: use BLK_MQ_NO_TAG in more placesChristoph Hellwig
2020-05-29blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAGChristoph Hellwig
2020-05-29blk-mq: move more request initialization to blk_mq_rq_ctx_initChristoph Hellwig
2020-05-29blk-mq: simplify the blk_mq_get_request calling conventionChristoph Hellwig
2020-05-29blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig
2020-05-29blk-mq: blk-mq: provide forced completion methodKeith Busch