aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-30block: remove the bd_openers checks in blk_drop_partitionsChristoph Hellwig1-1/+1
2020-04-21blk-iocost: Fix error on iocost_ioc_vrate_adjWaiman Long1-2/+2
2020-04-17blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literalsTommi Rantala1-2/+2
2020-04-16blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budgetJohn Garry1-1/+3
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds3-7/+26
2020-04-10block: fix busy device checking in blk_drop_partitions againChristoph Hellwig1-1/+1
2020-04-07block: fix busy device checking in blk_drop_partitionsChristoph Hellwig1-1/+1
2020-04-06blk-mq: don't commit_rqs() if none were queuedKeith Busch1-3/+6
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+4
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2020-04-01blkcg: don't offline parent blkcg firstTejun Heo1-0/+16
2020-04-01blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo1-3/+3
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+27
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+35
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds52-1192/+1438
2020-03-29block: return NULL in blk_alloc_queue() on errorChaitanya Kulkarni1-1/+1
2020-03-27block: add a zone condition debug helperChaitanya Kulkarni1-0/+32
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig3-509/+513
2020-03-27Revert "blkdev: check for valid request queue before issuing flush"Christoph Hellwig1-9/+0
2020-03-27block: simplify queue allocationChristoph Hellwig5-59/+28
2020-03-27block: add a blk_mq_init_queue_data helperChristoph Hellwig1-1/+9
2020-03-27block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig1-2/+2
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2020-03-25block: move block layer internals out of include/linux/genhd.hChristoph Hellwig4-1/+118
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 Hellwig1-3/+4
2020-03-25block: mark block_depr staticChristoph Hellwig1-1/+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 Khlebnikov3-5/+10
2020-03-25block/diskstats: accumulate all per-cpu counters in one passKonstantin Khlebnikov1-32/+70
2020-03-25block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov2-6/+6
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 Hellwig1-0/+125
2020-03-24partitions/msdos: remove LINUX_SWAP_PARTITIONChristoph Hellwig1-6/+12
2020-03-24block: move the *_PARTITION enum out of genhd.hChristoph Hellwig2-0/+9
2020-03-24block: move struct partition out of genhd.hChristoph Hellwig3-25/+17
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 Hellwig1-7/+4
2020-03-24block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig2-19/+26
2020-03-24block: remove alloc_part_info and free_part_infoChristoph Hellwig1-2/+4
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig3-76/+91
2020-03-24block: move disk_name and related helpers out of partition-generic.cChristoph Hellwig3-32/+27