summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "blkdev: check for valid request queue before issuing flush"Christoph Hellwig2020-03-271-9/+0
* block: simplify queue allocationChristoph Hellwig2020-03-2726-108/+54
* bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig2020-03-273-9/+11
* null_blk: use blk_mq_init_queue_dataChristoph Hellwig2020-03-271-22/+1
* block: add a blk_mq_init_queue_data helperChristoph Hellwig2020-03-272-1/+11
* block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig2020-03-274-9/+9
* block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-2513-109/+126
* block: move block layer internals out of include/linux/genhd.hChristoph Hellwig2020-03-255-121/+118
* block: move guard_bio_eod to bio.cChristoph Hellwig2020-03-254-44/+44
* block: unexport get_gendiskChristoph Hellwig2020-03-251-1/+0
* block: unexport disk_map_sector_rcuChristoph Hellwig2020-03-251-1/+0
* block: unexport disk_get_partChristoph Hellwig2020-03-251-1/+0
* block: mark part_in_flight and part_in_flight_rw staticChristoph Hellwig2020-03-252-6/+4
* block: mark block_depr staticChristoph Hellwig2020-03-252-2/+1
* block: factor out requeue handling from dispatch codeJohannes Thumshirn2020-03-251-11/+18
* block/diskstats: replace time_in_queue with sum of request timesKonstantin Khlebnikov2020-03-254-6/+10
* block/diskstats: accumulate all per-cpu counters in one passKonstantin Khlebnikov2020-03-252-35/+70
* block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov2020-03-254-8/+11
* block: merge partition-generic.c and check.cChristoph Hellwig2020-03-245-202/+166
* block: move the various x86 Unix label formats out of genhd.hChristoph Hellwig2020-03-242-143/+125
* partitions/msdos: remove LINUX_SWAP_PARTITIONChristoph Hellwig2020-03-242-8/+13
* block: move the *_PARTITION enum out of genhd.hChristoph Hellwig2020-03-244-30/+40
* block: move struct partition out of genhd.hChristoph Hellwig2020-03-249-47/+51
* block: remove block/partitions/sun.hChristoph Hellwig2020-03-242-9/+3
* block: remove block/partitions/sgi.hChristoph Hellwig2020-03-242-9/+2
* block: remove block/partitions/osf.hChristoph Hellwig2020-03-242-8/+1
* block: remove block/partitions/karma.hChristoph Hellwig2020-03-242-7/+2
* block: declare all partition detection routines in check.hChristoph Hellwig2020-03-2426-75/+22
* block: remove warn_no_partChristoph Hellwig2020-03-243-14/+6
* block: cleanup how md_autodetect_dev is calledChristoph Hellwig2020-03-243-7/+8
* block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig2020-03-243-28/+26
* scsi: simplify scsi_partsizeChristoph Hellwig2020-03-247-95/+46
* scsi: move scsicam_bios_param to the end of scsicam.cChristoph Hellwig2020-03-241-61/+59
* scsi: simplify scsi_bios_ptableChristoph Hellwig2020-03-241-13/+11
* block: remove alloc_part_info and free_part_infoChristoph Hellwig2020-03-242-16/+5
* block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig2020-03-244-90/+91
* block: move disk_name and related helpers out of partition-generic.cChristoph Hellwig2020-03-243-32/+27
* block: remove __bdevnameChristoph Hellwig2020-03-246-33/+9
* block: remove the blk_lookup_devt exportChristoph Hellwig2020-03-241-1/+0
* block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente2020-03-211-7/+13
* block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente2020-03-211-17/+31
* block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente2020-03-213-6/+2
* block, bfq: move forward the getting of an extra ref in bfq_bfqq_movePaolo Valente2020-03-211-7/+7
* block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu2020-03-211-4/+12
* scsi: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-1/+2
* nvme: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-1/+1
* xen-blkfront.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-5/+1
* virtio_blk.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-4/+1
* block/genhd: Notify udev about capacity changeBalbir Singh2020-03-182-0/+26
* block: Prevent hung_check firing during long sync IOMing Lei2020-03-181-1/+11