aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-04-17blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literalsGravatar Tommi Rantala 1-2/+2
2020-04-16blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budgetGravatar John Garry 1-1/+3
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-7/+26
2020-04-10block: fix busy device checking in blk_drop_partitions againGravatar Christoph Hellwig 1-1/+1
2020-04-07block: fix busy device checking in blk_drop_partitionsGravatar Christoph Hellwig 1-1/+1
2020-04-06blk-mq: don't commit_rqs() if none were queuedGravatar Keith Busch 1-3/+6
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+4
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2020-04-01blkcg: don't offline parent blkcg firstGravatar Tejun Heo 1-0/+16
2020-04-01blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itGravatar Tejun Heo 1-3/+3
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-10/+27
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-0/+35
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 52-1192/+1438
2020-03-29block: return NULL in blk_alloc_queue() on errorGravatar Chaitanya Kulkarni 1-1/+1
2020-03-27block: add a zone condition debug helperGravatar Chaitanya Kulkarni 1-0/+32
2020-03-27block: move bio_map_* to blk-map.cGravatar Christoph Hellwig 3-509/+513
2020-03-27Revert "blkdev: check for valid request queue before issuing flush"Gravatar Christoph Hellwig 1-9/+0
2020-03-27block: simplify queue allocationGravatar Christoph Hellwig 5-59/+28
2020-03-27block: add a blk_mq_init_queue_data helperGravatar Christoph Hellwig 1-1/+9
2020-03-27block: move the ->devnode callback to struct block_device_operationsGravatar Christoph Hellwig 1-2/+2
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerGravatar Christoph Hellwig 1-0/+1
2020-03-25block: move block layer internals out of include/linux/genhd.hGravatar Christoph Hellwig 4-1/+118
2020-03-25block: move guard_bio_eod to bio.cGravatar Christoph Hellwig 1-0/+43
2020-03-25block: unexport get_gendiskGravatar Christoph Hellwig 1-1/+0
2020-03-25block: unexport disk_map_sector_rcuGravatar Christoph Hellwig 1-1/+0
2020-03-25block: unexport disk_get_partGravatar Christoph Hellwig 1-1/+0
2020-03-25block: mark part_in_flight and part_in_flight_rw staticGravatar Christoph Hellwig 1-3/+4
2020-03-25block: mark block_depr staticGravatar Christoph Hellwig 1-1/+1
2020-03-25block: factor out requeue handling from dispatch codeGravatar Johannes Thumshirn 1-11/+18
2020-03-25block/diskstats: replace time_in_queue with sum of request timesGravatar Konstantin Khlebnikov 3-5/+10
2020-03-25block/diskstats: accumulate all per-cpu counters in one passGravatar Konstantin Khlebnikov 1-32/+70
2020-03-25block/diskstats: more accurate approximation of io_ticks for slow disksGravatar Konstantin Khlebnikov 2-6/+6
2020-03-24block: merge partition-generic.c and check.cGravatar Christoph Hellwig 5-202/+166
2020-03-24block: move the various x86 Unix label formats out of genhd.hGravatar Christoph Hellwig 1-0/+125
2020-03-24partitions/msdos: remove LINUX_SWAP_PARTITIONGravatar Christoph Hellwig 1-6/+12
2020-03-24block: move the *_PARTITION enum out of genhd.hGravatar Christoph Hellwig 2-0/+9
2020-03-24block: move struct partition out of genhd.hGravatar Christoph Hellwig 3-25/+17
2020-03-24block: remove block/partitions/sun.hGravatar Christoph Hellwig 2-9/+3
2020-03-24block: remove block/partitions/sgi.hGravatar Christoph Hellwig 2-9/+2
2020-03-24block: remove block/partitions/osf.hGravatar Christoph Hellwig 2-8/+1
2020-03-24block: remove block/partitions/karma.hGravatar Christoph Hellwig 2-7/+2
2020-03-24block: declare all partition detection routines in check.hGravatar Christoph Hellwig 26-75/+22
2020-03-24block: remove warn_no_partGravatar Christoph Hellwig 3-14/+6
2020-03-24block: cleanup how md_autodetect_dev is calledGravatar Christoph Hellwig 1-7/+4
2020-03-24block: unexport read_dev_sector and put_dev_sectorGravatar Christoph Hellwig 2-19/+26
2020-03-24block: remove alloc_part_info and free_part_infoGravatar Christoph Hellwig 1-2/+4
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cGravatar Christoph Hellwig 3-76/+91
2020-03-24block: move disk_name and related helpers out of partition-generic.cGravatar Christoph Hellwig 3-32/+27
2020-03-24block: remove __bdevnameGravatar Christoph Hellwig 1-14/+0
2020-03-24block: remove the blk_lookup_devt exportGravatar Christoph Hellwig 1-1/+0