summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-04-20block: mark invalidate_partition staticChristoph Hellwig1-14/+13
2020-04-20block: simplify block device syncing in bdev_del_partitionChristoph Hellwig1-1/+1
2020-04-20block: don't call invalidate_partition from blk_drop_partitionsChristoph Hellwig1-4/+3
2020-04-20dasd: use blk_drop_partitions instead of badly reimplementing itChristoph Hellwig1-0/+4
2020-04-20block: remove the disk argument from blk_drop_partitionsChristoph Hellwig1-5/+5
2020-04-20block: remove hd_struct_killChristoph Hellwig2-6/+1
2020-04-20block: cleanup hd_struct freeingChristoph Hellwig2-14/+14
2020-04-20block: pass a hd_struct to delete_partitionChristoph Hellwig3-16/+10
2020-04-20block: refactor blkpg_ioctlChristoph Hellwig3-128/+145
2020-04-20blk-mq: Rerun dispatching in the case of budget contentionDouglas Anderson1-0/+18
2020-04-20blk-mq: Add blk_mq_delay_run_hw_queues() API callDouglas Anderson1-0/+19
2020-04-20blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kickDouglas Anderson1-2/+6
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/jik...Linus 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/kerne...Linus 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