aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/bio.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig1-0/+43
2020-03-25block: unexport get_gendiskChristoph Hellwig1-1/+0
2020-03-25block: unexport disk_map_sector_rcuChristoph Hellwig1-1/+0
2020-03-25block: unexport disk_get_partChristoph Hellwig1-1/+0
2020-03-25block: mark part_in_flight and part_in_flight_rw staticChristoph Hellwig2-6/+4
2020-03-25block: mark block_depr staticChristoph Hellwig2-2/+1
2020-03-25block: factor out requeue handling from dispatch codeJohannes Thumshirn1-11/+18
2020-03-25block/diskstats: replace time_in_queue with sum of request timesKonstantin Khlebnikov4-6/+10
2020-03-25block/diskstats: accumulate all per-cpu counters in one passKonstantin Khlebnikov2-35/+70
2020-03-25block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov4-8/+11
2020-03-24block: merge partition-generic.c and check.cChristoph Hellwig5-202/+166
2020-03-24block: move the various x86 Unix label formats out of genhd.hChristoph Hellwig2-143/+125
2020-03-24partitions/msdos: remove LINUX_SWAP_PARTITIONChristoph Hellwig2-8/+13
2020-03-24block: move the *_PARTITION enum out of genhd.hChristoph Hellwig4-30/+40
2020-03-24block: move struct partition out of genhd.hChristoph Hellwig9-47/+51
2020-03-24block: remove block/partitions/sun.hChristoph Hellwig2-9/+3
2020-03-24block: remove block/partitions/sgi.hChristoph Hellwig2-9/+2
2020-03-24block: remove block/partitions/osf.hChristoph Hellwig2-8/+1
2020-03-24block: remove block/partitions/karma.hChristoph Hellwig2-7/+2
2020-03-24block: declare all partition detection routines in check.hChristoph Hellwig26-75/+22
2020-03-24block: remove warn_no_partChristoph Hellwig3-14/+6
2020-03-24block: cleanup how md_autodetect_dev is calledChristoph Hellwig3-7/+8
2020-03-24block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig3-28/+26
2020-03-24scsi: simplify scsi_partsizeChristoph Hellwig7-95/+46
2020-03-24scsi: move scsicam_bios_param to the end of scsicam.cChristoph Hellwig1-61/+59
2020-03-24scsi: simplify scsi_bios_ptableChristoph Hellwig1-13/+11
2020-03-24block: remove alloc_part_info and free_part_infoChristoph Hellwig2-16/+5
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig4-90/+91
2020-03-24block: move disk_name and related helpers out of partition-generic.cChristoph Hellwig3-32/+27
2020-03-24block: remove __bdevnameChristoph Hellwig6-33/+9
2020-03-24block: remove the blk_lookup_devt exportChristoph Hellwig1-1/+0
2020-03-21block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente1-7/+13
2020-03-21block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente1-17/+31
2020-03-21block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente3-6/+2
2020-03-21block, bfq: move forward the getting of an extra ref in bfq_bfqq_movePaolo Valente1-7/+7
2020-03-21block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu1-4/+12
2020-03-18scsi: Convert to use set_capacity_revalidate_and_notifyBalbir Singh1-1/+2
2020-03-18nvme: Convert to use set_capacity_revalidate_and_notifyBalbir Singh1-1/+1
2020-03-18xen-blkfront.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh1-5/+1
2020-03-18virtio_blk.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh1-4/+1
2020-03-18block/genhd: Notify udev about capacity changeBalbir Singh2-0/+26
2020-03-18block: Prevent hung_check firing during long sync IOMing Lei1-1/+11
2020-03-18block: fix a device invalidation regressionChristoph Hellwig1-4/+16
2020-03-12block, zoned: fix integer overflow with BLKRESETZONE et alAlexey Dobriyan1-1/+1
2020-03-12blk-iocost: remove duplicated lines in commentsWeiping Zhang1-3/+0
2020-03-12block: sed-opal: Change the check condition for regular session validityRevanth Rajashekar2-1/+2
2020-03-12block: Document genhd capability flagsStephen Kitt2-23/+62
2020-03-12block: cleanup comment for blk_flush_complete_seqGuoqing Jiang1-3/+0
2020-03-12block: remove unneeded argument from blk_alloc_flush_queueGuoqing Jiang3-6/+5
2020-03-12block: cleanup for _blk/blk_rq_prep_cloneGuoqing Jiang1-20/+10