summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-09-23mm: cleanup claim_swapfileChristoph Hellwig-3/+3
2020-09-23ocfs2: cleanup o2hb_region_dev_storeChristoph Hellwig-18/+10
2020-09-23dasd: cleanup dasd_scan_partitionsChristoph Hellwig-11/+4
2020-09-23raw: don't keep unopened block device aroundChristoph Hellwig-32/+19
2020-09-23zram: cleanup backing_dev_storeChristoph Hellwig-3/+4
2020-09-23pktcdvd: use blkdev_get_by_dev instead of open coding itChristoph Hellwig-14/+11
2020-09-23pktcdvd: remove the if 0'ed pkt_start_recovery functionChristoph Hellwig-65/+2
2020-09-23block: cleanup blkdev_bszsetChristoph Hellwig-7/+6
2020-09-23block: cleanup partition scanning in register_diskChristoph Hellwig-19/+14
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig-14/+13
2020-09-23block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer-9/+13
2020-09-23block: use lcm_not_zero() when stacking chunk_sectorsMike Snitzer-4/+8
2020-09-23block: fix bmd->is_null_mapped initializationChristoph Hellwig-2/+1
2020-09-23block: drop double zeroingJulia Lawall-1/+1
2020-09-14blk-throttle: Avoid checking bps/iops limitation if bps or iops is unlimitedBaolin Wang-0/+12
2020-09-14blk-throttle: Avoid calculating bps/iops limitation repeatedlyBaolin Wang-9/+10
2020-09-14blk-throttle: Define readable macros instead of static variablesBaolin Wang-5/+5
2020-09-14blk-throttle: Use readable READ/WRITE macrosBaolin Wang-2/+2
2020-09-14blk-throttle: Fix some comments' typosBaolin Wang-7/+7
2020-09-14iocost: fix infinite loop bug in adjust_inuse_and_calc_cost()Tejun Heo-3/+9
2020-09-11blk-iocost: fix divide-by-zero in transfer_surpluses()Tejun Heo-4/+10
2020-09-11bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu-4/+6
2020-09-11md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu-4/+4
2020-09-11block: introduce part_[begin|end]_io_acctSong Liu-6/+38
2020-09-11blk-mq: always allow reserved allocation in hctx_may_queueMing Lei-3/+5
2020-09-11block: remove duplicate include statement in scsi_ioctl.cTian Tao-2/+0
2020-09-10blkcg: add plugging support for punt bioXianting Tian-0/+9
2020-09-10block: remove check_disk_changeChristoph Hellwig-21/+0
2020-09-10sr: simplify sr_block_revalidate_diskChristoph Hellwig-23/+13
2020-09-10sr: use bdev_check_media_changeChristoph Hellwig-2/+4
2020-09-10sd: use bdev_check_media_changeChristoph Hellwig-3/+4
2020-09-10md: use bdev_check_media_changeChristoph Hellwig-1/+1
2020-09-10ide-gd: stop using the disk events mechanismChristoph Hellwig-50/+7
2020-09-10ide-cd: remove idecd_revalidate_diskChristoph Hellwig-12/+5
2020-09-10ide-cd: use bdev_check_media_changedChristoph Hellwig-2/+3
2020-09-10gdrom: use bdev_check_media_changeChristoph Hellwig-1/+1
2020-09-10paride/pcd: use bdev_check_media_changeChristoph Hellwig-1/+1
2020-09-10xsysace: simplify media change handlingChristoph Hellwig-16/+10
2020-09-10xsysace: use bdev_check_media_changeChristoph Hellwig-2/+2
2020-09-10swim3: use bdev_check_media_changedChristoph Hellwig-2/+2
2020-09-10swim: simplify media change handlingChristoph Hellwig-22/+2
2020-09-10swim: use bdev_check_media_changeChristoph Hellwig-2/+4
2020-09-10floppy: use bdev_check_media_changeChristoph Hellwig-3/+5
2020-09-10ataflop: use bdev_check_media_changeChristoph Hellwig-3/+4
2020-09-10amiflop: use bdev_check_media_changeChristoph Hellwig-1/+1
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig-16/+32
2020-09-08block: make QUEUE_SYSFS_BIT_FNS more usefulChristoph Hellwig-19/+5
2020-09-08block: add helper macros for queue sysfs entriesChristoph Hellwig-190/+58
2020-09-07blktrace: make function blk_trace_bio_get_cgid() staticWang Hai-1/+1
2020-09-07block: Remove unused blk_mq_sched_free_hctx_data()Baolin Wang-18/+0