aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-17/+18
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 18-943/+583
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+1
2020-12-12blk-mq: fix msec comment from micro to milli secondsGravatar Minwoo Im 1-3/+3
2020-12-12blk-mq: update arg in comment of blk_mq_map_queueGravatar Minwoo Im 1-1/+1
2020-12-12blk-mq: add helper allocating tagset->tagsGravatar Minwoo Im 1-1/+7
2020-12-07Revert "block: Fix a lockdep complaint triggered by request queue flushing"Gravatar Ming Lei 2-6/+0
2020-12-07blk-mq: add new API of blk_mq_hctx_set_fq_lock_classGravatar Ming Lei 1-0/+25
2020-12-07block: disable iopoll for split bioGravatar Jeffle Xu 2-0/+13
2020-12-07block: Align max_hw_sectors to logical blocksizeGravatar Damien Le Moal 1-5/+18
2020-12-07block: Improve blk_revalidate_disk_zones() checksGravatar Damien Le Moal 1-1/+15
2020-12-07blk-mq: skip hybrid polling if iopoll doesn't spinGravatar Pavel Begunkov 1-2/+3
2020-12-07blk-iocost: Factor out the base vrate change into a separate functionGravatar Baolin Wang 1-45/+54
2020-12-07blk-iocost: Factor out the active iocgs' state check into a separate functionGravatar Baolin Wang 1-40/+54
2020-12-07blk-iocost: Move the usage ratio calculation to the correct placeGravatar Baolin Wang 1-21/+23
2020-12-07blk-iocost: Remove unnecessary advance declarationGravatar Baolin Wang 1-2/+0
2020-12-07blk-iocost: Fix some typos in commentsGravatar Baolin Wang 1-6/+6
2020-12-05Merge tag 'block-5.10-2020-12-05' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+4
2020-12-04Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2020-12-04dm: fix IO splittingGravatar Mike Snitzer 1-1/+1
2020-12-04block: remove the request_queue to argument request based tracepointsGravatar Christoph Hellwig 3-6/+6
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointGravatar Christoph Hellwig 1-1/+1
2020-12-04block: remove the request_queue argument to the block_split tracepointGravatar Christoph Hellwig 1-1/+1
2020-12-04block: simplify and extend the block_bio_merge tracepoint classGravatar Christoph Hellwig 4-5/+5
2020-12-02blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_D...Gravatar Yu Kuai 1-0/+6
2020-12-02block: fix inflight statistics of part0Gravatar Jeffle Xu 1-1/+2
2020-12-02bio: optimise bvec iterationGravatar Pavel Begunkov 1-2/+2
2020-12-01block: stop using bdget_disk for partition 0Gravatar Christoph Hellwig 1-1/+0
2020-12-01block: merge struct block_device and struct hd_structGravatar Christoph Hellwig 4-141/+75
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceGravatar Christoph Hellwig 2-36/+36
2020-12-01block: pass a block_device to invalidate_partitionGravatar Christoph Hellwig 1-10/+3
2020-12-01block: pass a block_device to blk_alloc_devtGravatar Christoph Hellwig 3-9/+9
2020-12-01block: remove the partno field from struct hd_structGravatar Christoph Hellwig 2-11/+10
2020-12-01block: switch partition lookup to use struct block_deviceGravatar Christoph Hellwig 8-78/+78
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeGravatar Christoph Hellwig 6-125/+33
2020-12-01block: move the policy field to struct block_deviceGravatar Christoph Hellwig 4-8/+8
2020-12-01block: move make_it_fail to struct block_deviceGravatar Christoph Hellwig 2-3/+4
2020-12-01block: move holder_dir to struct block_deviceGravatar Christoph Hellwig 2-6/+7
2020-12-01block: move the partition_meta_info to struct block_deviceGravatar Christoph Hellwig 3-13/+9
2020-12-01block: move the start_sect field to struct block_deviceGravatar Christoph Hellwig 4-13/+15
2020-12-01block: move disk stat accounting to struct block_deviceGravatar Christoph Hellwig 5-22/+8
2020-12-01block: remove the nr_sects field in struct hd_structGravatar Christoph Hellwig 5-86/+49
2020-12-01block: simplify bdev/disk lookup in blkdev_getGravatar Christoph Hellwig 5-238/+81
2020-12-01block: remove i_bdevGravatar Christoph Hellwig 1-2/+1
2020-12-01block: use put_device in put_diskGravatar Christoph Hellwig 1-1/+1
2020-12-01block: use disk_part_iter_exit in disk_part_iter_nextGravatar Christoph Hellwig 1-2/+1
2020-12-01block: remove a superflous check in blkpg_do_ioctlGravatar Christoph Hellwig 1-9/+0
2020-12-01block: move blk_rq_bio_prep() to linux/blk-mq.hGravatar Chaitanya Kulkarni 1-12/+0
2020-12-01block: use gcd() to fix chunk_sectors limit stackingGravatar Mike Snitzer 1-1/+4