summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.11-2021-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-061-4/+4
|\
| * bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng2021-02-021-4/+4
* | Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-294-11/+22
|\|
| * block: fix bd_size_lock useDamien Le Moal2021-01-282-4/+7
| * blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang2021-01-281-5/+13
| * block: Fix an error handling in add_partitionDinghao Liu2021-01-241-1/+1
| * blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queueMing Lei2021-01-241-1/+1
* | Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-104-13/+23
|\|
| * blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHAREDJohn Garry2021-01-081-0/+1
| * block: fix use-after-free in disk_part_iter_nextMing Lei2021-01-051-4/+7
| * bfq: Fix computation of shallow depthJan Kara2021-01-051-4/+4
| * blk-iocost: fix NULL iocg deref from racing against initializationTejun Heo2021-01-051-5/+11
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-015-20/+27
|\ \ | |/ |/|
| * scsi: block: Do not accept any requests while suspendedAlan Stern2020-12-092-8/+13
| * scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche2020-12-093-7/+3
| * scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche2020-12-092-3/+6
| * scsi: block: Fix a race in the runtime power management codeBart Van Assche2020-12-091-6/+9
* | block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund2020-12-291-0/+1
* | block: update some copyrightsChristoph Hellwig2020-12-222-0/+3
* | blk-mq: Don't complete on a remote CPU in force threaded modeSebastian Andrzej Siewior2020-12-171-0/+8
* | blk-iocost: Add iocg idle state tracepointBaolin Wang2020-12-171-0/+3
* | blk-mq: Remove 'running from the wrong CPU' warningDaniel Wagner2020-12-161-25/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-161-1/+1
|\|
| * scsi: block: Return status code in blk_mq_end_request()Hannes Reinecke2020-11-101-1/+1
* | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-17/+18
|\ \
| * | block: Align max_hw_sectors to logical blocksizeDamien Le Moal2020-12-071-5/+18
| * | block: move blk_rq_bio_prep() to linux/blk-mq.hChaitanya Kulkarni2020-12-011-12/+0
* | | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-1618-943/+583
|\ \ \
| * | | blk-mq: fix msec comment from micro to milli secondsMinwoo Im2020-12-121-3/+3
| * | | blk-mq: update arg in comment of blk_mq_map_queueMinwoo Im2020-12-121-1/+1
| * | | blk-mq: add helper allocating tagset->tagsMinwoo Im2020-12-121-1/+7
| * | | Revert "block: Fix a lockdep complaint triggered by request queue flushing"Ming Lei2020-12-072-6/+0
| * | | blk-mq: add new API of blk_mq_hctx_set_fq_lock_classMing Lei2020-12-071-0/+25
| * | | block: disable iopoll for split bioJeffle Xu2020-12-072-0/+13
| * | | block: Improve blk_revalidate_disk_zones() checksDamien Le Moal2020-12-071-1/+15
| * | | blk-mq: skip hybrid polling if iopoll doesn't spinPavel Begunkov2020-12-071-2/+3
| * | | blk-iocost: Factor out the base vrate change into a separate functionBaolin Wang2020-12-071-45/+54
| * | | blk-iocost: Factor out the active iocgs' state check into a separate functionBaolin Wang2020-12-071-40/+54
| * | | blk-iocost: Move the usage ratio calculation to the correct placeBaolin Wang2020-12-071-21/+23
| * | | blk-iocost: Remove unnecessary advance declarationBaolin Wang2020-12-071-2/+0
| * | | blk-iocost: Fix some typos in commentsBaolin Wang2020-12-071-6/+6
| * | | block: remove the request_queue to argument request based tracepointsChristoph Hellwig2020-12-043-6/+6
| * | | block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-041-1/+1
| * | | block: remove the request_queue argument to the block_split tracepointChristoph Hellwig2020-12-041-1/+1
| * | | block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig2020-12-044-5/+5
| * | | blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_D...Yu Kuai2020-12-021-0/+6
| * | | block: fix inflight statistics of part0Jeffle Xu2020-12-021-1/+2
| * | | bio: optimise bvec iterationPavel Begunkov2020-12-021-2/+2
| * | | block: stop using bdget_disk for partition 0Christoph Hellwig2020-12-011-1/+0
| * | | block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-014-141/+75