summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-04-28block: return -EBUSY when there are open partitions in blkdev_reread_partChristoph Hellwig1-0/+2
2021-04-16block: only update parent bi_status when bio failYufen Yu1-1/+1
2021-03-30block: recalculate segment count for multi-segment discards correctlyDavid Jeffery1-0/+8
2021-03-30block: Suppress uevent for hidden device when removedDaniel Wagner1-3/+1
2021-03-30block: Fix REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal1-1/+1
2021-03-30blk-cgroup: Fix the recursive blkg rwstatXunlei Pang1-1/+2
2021-03-17block: Discard page cache of zone reset target rangeShin'ichiro Kawasaki1-2/+36
2021-03-04blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka1-0/+12
2021-03-04block: fix logging on capacity changeMing Lei1-1/+1
2021-03-04block: reopen the device in blkdev_reread_partChristoph Hellwig1-7/+14
2021-03-04bsg: free the request before return error codePan Bian1-1/+3
2021-03-04bfq: Avoid false bfq queue mergingJan Kara1-0/+1
2021-02-07Merge tag 'block-5.11-2021-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2021-02-03bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng1-4/+4
2021-01-30Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-11/+22
2021-01-28block: fix bd_size_lock useDamien Le Moal2-4/+7
2021-01-28blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang1-5/+13
2021-01-25block: Fix an error handling in add_partitionDinghao Liu1-1/+1
2021-01-25blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queueMing Lei1-1/+1
2021-01-10Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+23
2021-01-08blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHAREDJohn Garry1-0/+1
2021-01-05block: fix use-after-free in disk_part_iter_nextMing Lei1-4/+7
2021-01-05bfq: Fix computation of shallow depthJan Kara1-4/+4
2021-01-05blk-iocost: fix NULL iocg deref from racing against initializationTejun Heo1-5/+11
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-20/+27
2020-12-30block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund1-0/+1
2020-12-22block: update some copyrightsChristoph Hellwig2-0/+3
2020-12-17blk-mq: Don't complete on a remote CPU in force threaded modeSebastian Andrzej Siewior1-0/+8
2020-12-17blk-iocost: Add iocg idle state tracepointBaolin Wang1-0/+3
2020-12-17blk-mq: Remove 'running from the wrong CPU' warningDaniel Wagner1-25/+0
2020-12-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-12-17Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-17/+18
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds18-943/+583
2020-12-15Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2020-12-12blk-mq: fix msec comment from micro to milli secondsMinwoo Im1-3/+3
2020-12-12blk-mq: update arg in comment of blk_mq_map_queueMinwoo Im1-1/+1
2020-12-12blk-mq: add helper allocating tagset->tagsMinwoo Im1-1/+7
2020-12-09scsi: block: Do not accept any requests while suspendedAlan Stern2-8/+13
2020-12-09scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche3-7/+3
2020-12-09scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche2-3/+6
2020-12-09scsi: block: Fix a race in the runtime power management codeBart Van Assche1-6/+9
2020-12-08Revert "block: Fix a lockdep complaint triggered by request queue flushing"Ming Lei2-6/+0
2020-12-08blk-mq: add new API of blk_mq_hctx_set_fq_lock_classMing Lei1-0/+25
2020-12-08block: disable iopoll for split bioJeffle Xu2-0/+13
2020-12-08block: Align max_hw_sectors to logical blocksizeDamien Le Moal1-5/+18
2020-12-08block: Improve blk_revalidate_disk_zones() checksDamien Le Moal1-1/+15
2020-12-08blk-mq: skip hybrid polling if iopoll doesn't spinPavel Begunkov1-2/+3
2020-12-07blk-iocost: Factor out the base vrate change into a separate functionBaolin Wang1-45/+54
2020-12-07blk-iocost: Factor out the active iocgs' state check into a separate functionBaolin Wang1-40/+54
2020-12-07blk-iocost: Move the usage ratio calculation to the correct placeBaolin Wang1-21/+23