aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-03-21block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlineGravatar Paolo Valente 1-7/+13
2020-03-21block, bfq: make reparent_leaf_entity actually work only on leaf entitiesGravatar Paolo Valente 1-17/+31
2020-03-21block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupGravatar Paolo Valente 3-6/+2
2020-03-21block, bfq: move forward the getting of an extra ref in bfq_bfqq_moveGravatar Paolo Valente 1-7/+7
2020-03-21block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyGravatar Zhiqiang Liu 1-4/+12
2020-03-18block/genhd: Notify udev about capacity changeGravatar Balbir Singh 1-0/+24
2020-03-18block: Prevent hung_check firing during long sync IOGravatar Ming Lei 1-1/+11
2020-03-17blk-mq: Fix typo in commentGravatar Gabriela Bittencourt 1-1/+1