summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* bdi: use bdi_dev_name() to get device nameYufen Yu2020-05-092-3/+5
* iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo2020-05-051-46/+71
* block: remove the bd_openers checks in blk_drop_partitionsChristoph Hellwig2020-04-301-1/+1
* blk-iocost: Fix error on iocost_ioc_vrate_adjWaiman Long2020-04-211-2/+2
* blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literalsTommi Rantala2020-04-171-2/+2
* blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budgetJohn Garry2020-04-161-1/+3
* Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-103-7/+26
|\
| * block: fix busy device checking in blk_drop_partitions againChristoph Hellwig2020-04-101-1/+1
| * block: fix busy device checking in blk_drop_partitionsChristoph Hellwig2020-04-071-1/+1
| * blk-mq: don't commit_rqs() if none were queuedKeith Busch2020-04-061-3/+6
| * blkcg: don't offline parent blkcg firstTejun Heo2020-04-011-0/+16
| * blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo2020-04-011-3/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-021-0/+4
|\ \
| * | scsi: core: Allow non-root users to perform ZBC commandsRyan Attard2020-03-161-0/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-04-011-1/+1
|\ \ \ | |_|/ |/| |
| * | blk-mq: Fix typo in commentGabriela Bittencourt2020-03-171-1/+1
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-302-10/+27
|\ \ \
| * | | partitions/efi: Fix partition name parsing in GUID partition entryNikolai Merinov2020-03-082-10/+27
* | | | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-302-0/+35
|\ \ \ \
| * | | | block: add a zone condition debug helperChaitanya Kulkarni2020-03-271-0/+32
| * | | | block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov2020-03-171-0/+3
* | | | | Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-3052-1192/+1438
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | block: return NULL in blk_alloc_queue() on errorChaitanya Kulkarni2020-03-291-1/+1
| * | | | block: move bio_map_* to blk-map.cChristoph Hellwig2020-03-273-509/+513
| * | | | Revert "blkdev: check for valid request queue before issuing flush"Christoph Hellwig2020-03-271-9/+0
| * | | | block: simplify queue allocationChristoph Hellwig2020-03-275-59/+28
| * | | | block: add a blk_mq_init_queue_data helperChristoph Hellwig2020-03-271-1/+9
| * | | | block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig2020-03-271-2/+2
| * | | | 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