summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-04-10block: fix busy device checking in blk_drop_partitions againChristoph Hellwig
2020-04-07block: fix busy device checking in blk_drop_partitionsChristoph Hellwig
2020-04-06blk-mq: don't commit_rqs() if none were queuedKeith Busch
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2020-04-01blkcg: don't offline parent blkcg firstTejun Heo
2020-04-01blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-29block: return NULL in blk_alloc_queue() on errorChaitanya Kulkarni
2020-03-27block: add a zone condition debug helperChaitanya Kulkarni
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig
2020-03-27Revert "blkdev: check for valid request queue before issuing flush"Christoph Hellwig
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-27block: add a blk_mq_init_queue_data helperChristoph Hellwig
2020-03-27block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2020-03-25block: move block layer internals out of include/linux/genhd.hChristoph Hellwig
2020-03-25block: move guard_bio_eod to bio.cChristoph Hellwig
2020-03-25block: unexport get_gendiskChristoph Hellwig
2020-03-25block: unexport disk_map_sector_rcuChristoph Hellwig
2020-03-25block: unexport disk_get_partChristoph Hellwig
2020-03-25block: mark part_in_flight and part_in_flight_rw staticChristoph Hellwig
2020-03-25block: mark block_depr staticChristoph Hellwig
2020-03-25block: factor out requeue handling from dispatch codeJohannes Thumshirn
2020-03-25block/diskstats: replace time_in_queue with sum of request timesKonstantin Khlebnikov
2020-03-25block/diskstats: accumulate all per-cpu counters in one passKonstantin Khlebnikov
2020-03-25block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov
2020-03-24block: merge partition-generic.c and check.cChristoph Hellwig
2020-03-24block: move the various x86 Unix label formats out of genhd.hChristoph Hellwig
2020-03-24partitions/msdos: remove LINUX_SWAP_PARTITIONChristoph Hellwig
2020-03-24block: move the *_PARTITION enum out of genhd.hChristoph Hellwig
2020-03-24block: move struct partition out of genhd.hChristoph Hellwig
2020-03-24block: remove block/partitions/sun.hChristoph Hellwig
2020-03-24block: remove block/partitions/sgi.hChristoph Hellwig
2020-03-24block: remove block/partitions/osf.hChristoph Hellwig
2020-03-24block: remove block/partitions/karma.hChristoph Hellwig
2020-03-24block: declare all partition detection routines in check.hChristoph Hellwig
2020-03-24block: remove warn_no_partChristoph Hellwig
2020-03-24block: cleanup how md_autodetect_dev is calledChristoph Hellwig
2020-03-24block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig
2020-03-24block: remove alloc_part_info and free_part_infoChristoph Hellwig
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig
2020-03-24block: move disk_name and related helpers out of partition-generic.cChristoph Hellwig
2020-03-24block: remove __bdevnameChristoph Hellwig
2020-03-24block: remove the blk_lookup_devt exportChristoph Hellwig
2020-03-21block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente
2020-03-21block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente