summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2020-12-04dm: fix IO splittingMike Snitzer-1/+1
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig-6/+6
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig-1/+1
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig-1/+1
2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig-5/+5
2020-12-02blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_D...Yu Kuai-0/+6
2020-12-02block: fix inflight statistics of part0Jeffle Xu-1/+2
2020-12-02bio: optimise bvec iterationPavel Begunkov-2/+2
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig-1/+0
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig-141/+75
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig-36/+36
2020-12-01block: pass a block_device to invalidate_partitionChristoph Hellwig-10/+3
2020-12-01block: pass a block_device to blk_alloc_devtChristoph Hellwig-9/+9
2020-12-01block: remove the partno field from struct hd_structChristoph Hellwig-11/+10
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig-78/+78
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig-125/+33
2020-12-01block: move the policy field to struct block_deviceChristoph Hellwig-8/+8
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig-3/+4
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig-6/+7
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig-13/+9
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig-13/+15
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig-22/+8
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig-86/+49
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig-238/+81
2020-12-01block: remove i_bdevChristoph Hellwig-2/+1
2020-12-01block: use put_device in put_diskChristoph Hellwig-1/+1
2020-12-01block: use disk_part_iter_exit in disk_part_iter_nextChristoph Hellwig-2/+1
2020-12-01block: remove a superflous check in blkpg_do_ioctlChristoph Hellwig-9/+0
2020-12-01block: move blk_rq_bio_prep() to linux/blk-mq.hChaitanya Kulkarni-12/+0
2020-12-01block: use gcd() to fix chunk_sectors limit stackingMike Snitzer-1/+4
2020-11-30block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_initLei Chen-1/+0
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar-7/+31
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra-3/+1
2020-11-20block/keyslot-manager: prevent crash when num_slots=1Eric Biggers-0/+7
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig-8/+5
2020-11-16block: fix the kerneldoc comment for __register_blkdevChristoph Hellwig-1/+4
2020-11-16block: switch gendisk lookup to a simple xarrayChristoph Hellwig-171/+37
2020-11-16block: add an optional probe callback to major_namesChristoph Hellwig-3/+18
2020-11-16block: rework requesting modules for unclaimed devicesChristoph Hellwig-10/+15
2020-11-16block: split block_class_lockChristoph Hellwig-14/+15
2020-11-16block: open code kobj_map into in block/genhd.cChristoph Hellwig-13/+117
2020-11-16block: cleanup del_gendisk a bitChristoph Hellwig-7/+8
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig-20/+5
2020-11-16block: remove set_device_roChristoph Hellwig-8/+1
2020-11-16block: don't call into the driver for BLKROSETChristoph Hellwig-23/+0
2020-11-16block: add a new set_read_only methodChristoph Hellwig-0/+5
2020-11-16block: don't call into the driver for BLKFLSBUFChristoph Hellwig-7/+0
2020-11-14blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostatsChristoph Hellwig-0/+1
2020-11-13block: mark flush request as IDLE when it is really finishedMing Lei-1/+6
2020-11-12block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig-1/+4