summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-251-0/+1
* block: move block layer internals out of include/linux/genhd.hChristoph Hellwig2020-03-254-1/+118
* block: move guard_bio_eod to bio.cChristoph Hellwig2020-03-251-0/+43
* 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-251-3/+4
* block: mark block_depr staticChristoph Hellwig2020-03-251-1/+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-253-5/+10
* block/diskstats: accumulate all per-cpu counters in one passKonstantin Khlebnikov2020-03-251-32/+70
* block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov2020-03-252-6/+6
* 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-241-0/+125
* partitions/msdos: remove LINUX_SWAP_PARTITIONChristoph Hellwig2020-03-241-6/+12
* block: move the *_PARTITION enum out of genhd.hChristoph Hellwig2020-03-242-0/+9
* block: move struct partition out of genhd.hChristoph Hellwig2020-03-243-25/+17
* 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-241-7/+4
* block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig2020-03-242-19/+26
* block: remove alloc_part_info and free_part_infoChristoph Hellwig2020-03-241-2/+4
* block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig2020-03-243-76/+91
* block: move disk_name and related helpers out of partition-generic.cChristoph Hellwig2020-03-243-32/+27
* block: remove __bdevnameChristoph Hellwig2020-03-241-14/+0
* 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
* block/genhd: Notify udev about capacity changeBalbir Singh2020-03-181-0/+24
* block: Prevent hung_check firing during long sync IOMing Lei2020-03-181-1/+11
* block, zoned: fix integer overflow with BLKRESETZONE et alAlexey Dobriyan2020-03-121-1/+1
* blk-iocost: remove duplicated lines in commentsWeiping Zhang2020-03-121-3/+0
* block: sed-opal: Change the check condition for regular session validityRevanth Rajashekar2020-03-122-1/+2
* block: cleanup comment for blk_flush_complete_seqGuoqing Jiang2020-03-121-3/+0
* block: remove unneeded argument from blk_alloc_flush_queueGuoqing Jiang2020-03-123-6/+5
* block: cleanup for _blk/blk_rq_prep_cloneGuoqing Jiang2020-03-121-20/+10
* block: remove redundant setting of QUEUE_FLAG_DYINGGuoqing Jiang2020-03-121-1/+0
* block: use bio_{wouldblock,io}_error in direct_make_requestGuoqing Jiang2020-03-121-3/+2
* block: fix comment for blk_cloned_rq_check_limitsGuoqing Jiang2020-03-121-1/+1
* block: Fix use-after-free issue accessing struct io_cqSahitya Tummala2020-03-121-0/+7
* blk-mq: Fix a recently introduced regression in blk_mq_realloc_hw_ctxs()Bart Van Assche2020-03-101-1/+0
* blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in syncBart Van Assche2020-03-101-0/+8
* block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato2020-03-061-4/+5