aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
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 Hellwig2-143/+125
2020-03-24partitions/msdos: remove LINUX_SWAP_PARTITIONChristoph Hellwig2-8/+13
2020-03-24block: move the *_PARTITION enum out of genhd.hChristoph Hellwig4-30/+40
2020-03-24block: move struct partition out of genhd.hChristoph Hellwig9-47/+51
2020-03-24block: remove block/partitions/sun.hChristoph Hellwig2-9/+3
2020-03-24block: remove block/partitions/sgi.hChristoph Hellwig2-9/+2
2020-03-24block: remove block/partitions/osf.hChristoph Hellwig2-8/+1
2020-03-24block: remove block/partitions/karma.hChristoph Hellwig2-7/+2
2020-03-24block: declare all partition detection routines in check.hChristoph Hellwig26-75/+22
2020-03-24block: remove warn_no_partChristoph Hellwig3-14/+6
2020-03-24block: cleanup how md_autodetect_dev is calledChristoph Hellwig3-7/+8
2020-03-24block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig3-28/+26
2020-03-24scsi: simplify scsi_partsizeChristoph Hellwig7-95/+46
2020-03-24scsi: move scsicam_bios_param to the end of scsicam.cChristoph Hellwig1-61/+59
2020-03-24scsi: simplify scsi_bios_ptableChristoph Hellwig1-13/+11
2020-03-24block: remove alloc_part_info and free_part_infoChristoph Hellwig2-16/+5
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig4-90/+91
2020-03-24block: move disk_name and related helpers out of partition-generic.cChristoph Hellwig3-32/+27
2020-03-24block: remove __bdevnameChristoph Hellwig6-33/+9
2020-03-24block: remove the blk_lookup_devt exportChristoph Hellwig1-1/+0
2020-03-21block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente1-7/+13
2020-03-21block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente1-17/+31
2020-03-21block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente3-6/+2
2020-03-21block, bfq: move forward the getting of an extra ref in bfq_bfqq_movePaolo Valente1-7/+7
2020-03-21block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu1-4/+12
2020-03-18scsi: Convert to use set_capacity_revalidate_and_notifyBalbir Singh1-1/+2
2020-03-18nvme: Convert to use set_capacity_revalidate_and_notifyBalbir Singh1-1/+1
2020-03-18xen-blkfront.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh1-5/+1
2020-03-18virtio_blk.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh1-4/+1
2020-03-18block/genhd: Notify udev about capacity changeBalbir Singh2-0/+26
2020-03-18block: Prevent hung_check firing during long sync IOMing Lei1-1/+11
2020-03-18block: fix a device invalidation regressionChristoph Hellwig1-4/+16
2020-03-12block, zoned: fix integer overflow with BLKRESETZONE et alAlexey Dobriyan1-1/+1
2020-03-12blk-iocost: remove duplicated lines in commentsWeiping Zhang1-3/+0
2020-03-12block: sed-opal: Change the check condition for regular session validityRevanth Rajashekar2-1/+2
2020-03-12block: Document genhd capability flagsStephen Kitt2-23/+62
2020-03-12block: cleanup comment for blk_flush_complete_seqGuoqing Jiang1-3/+0
2020-03-12block: remove unneeded argument from blk_alloc_flush_queueGuoqing Jiang3-6/+5
2020-03-12block: cleanup for _blk/blk_rq_prep_cloneGuoqing Jiang1-20/+10
2020-03-12block: remove redundant setting of QUEUE_FLAG_DYINGGuoqing Jiang1-1/+0
2020-03-12block: use bio_{wouldblock,io}_error in direct_make_requestGuoqing Jiang1-3/+2
2020-03-12block: fix comment for blk_cloned_rq_check_limitsGuoqing Jiang1-1/+1
2020-03-12block: Fix use-after-free issue accessing struct io_cqSahitya Tummala2-0/+8
2020-03-10null_blk: Add support for init_hctx() fault injectionBart Van Assche1-0/+11
2020-03-10null_blk: Handle null_add_dev() failures properlyBart Van Assche1-1/+6
2020-03-10null_blk: Fix the null_add_dev() error pathBart Van Assche1-0/+1
2020-03-10null_blk: Fix changing the number of hardware queuesBart Van Assche1-37/+66
2020-03-10null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed'Bart Van Assche1-1/+1
2020-03-10blk-mq: Fix a recently introduced regression in blk_mq_realloc_hw_ctxs()Bart Van Assche1-1/+0