aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-07blk-iocost: Remove unnecessary advance declarationBaolin Wang1-2/+0
2020-12-07blk-iocost: Fix some typos in commentsBaolin Wang1-6/+6
2020-12-05Merge tag 'block-5.10-2020-12-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-12-04Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1/+1
2020-12-04dm: fix IO splittingMike Snitzer1-1/+1
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig3-6/+6
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig1-1/+1
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig1-1/+1
2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig4-5/+5
2020-12-02blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_DEV_THROTTLING_LOW is offYu Kuai1-0/+6
2020-12-02block: fix inflight statistics of part0Jeffle Xu1-1/+2
2020-12-02bio: optimise bvec iterationPavel Begunkov1-2/+2
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig1-1/+0
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig4-141/+75
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig2-36/+36
2020-12-01block: pass a block_device to invalidate_partitionChristoph Hellwig1-10/+3
2020-12-01block: pass a block_device to blk_alloc_devtChristoph Hellwig3-9/+9
2020-12-01block: remove the partno field from struct hd_structChristoph Hellwig2-11/+10
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig8-78/+78
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig6-125/+33
2020-12-01block: move the policy field to struct block_deviceChristoph Hellwig4-8/+8
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig2-3/+4
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig2-6/+7
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig3-13/+9
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig4-13/+15
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig5-22/+8
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig5-86/+49
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig5-238/+81
2020-12-01block: remove i_bdevChristoph Hellwig1-2/+1
2020-12-01block: use put_device in put_diskChristoph Hellwig1-1/+1
2020-12-01block: use disk_part_iter_exit in disk_part_iter_nextChristoph Hellwig1-2/+1
2020-12-01block: remove a superflous check in blkpg_do_ioctlChristoph Hellwig1-9/+0
2020-12-01block: move blk_rq_bio_prep() to linux/blk-mq.hChaitanya Kulkarni1-12/+0
2020-12-01block: use gcd() to fix chunk_sectors limit stackingMike Snitzer1-1/+4
2020-11-30block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_initLei Chen1-1/+0
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar4-7/+31
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-3/+1
2020-11-20block/keyslot-manager: prevent crash when num_slots=1Eric Biggers1-0/+7
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig1-8/+5
2020-11-16block: fix the kerneldoc comment for __register_blkdevChristoph Hellwig1-1/+4
2020-11-16block: switch gendisk lookup to a simple xarrayChristoph Hellwig1-171/+37
2020-11-16block: add an optional probe callback to major_namesChristoph Hellwig1-3/+18
2020-11-16block: rework requesting modules for unclaimed devicesChristoph Hellwig1-10/+15
2020-11-16block: split block_class_lockChristoph Hellwig1-14/+15
2020-11-16block: open code kobj_map into in block/genhd.cChristoph Hellwig1-13/+117
2020-11-16block: cleanup del_gendisk a bitChristoph Hellwig1-7/+8
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig1-20/+5
2020-11-16block: remove set_device_roChristoph Hellwig2-8/+1