summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-23block: cleanup blkdev_bszsetChristoph Hellwig
2020-09-23block: cleanup partition scanning in register_diskChristoph Hellwig
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig
2020-09-23block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer
2020-09-23block: use lcm_not_zero() when stacking chunk_sectorsMike Snitzer
2020-09-23block: fix bmd->is_null_mapped initializationChristoph Hellwig
2020-09-23block: drop double zeroingJulia Lawall
2020-09-14blk-throttle: Avoid checking bps/iops limitation if bps or iops is unlimitedBaolin Wang
2020-09-14blk-throttle: Avoid calculating bps/iops limitation repeatedlyBaolin Wang
2020-09-14blk-throttle: Define readable macros instead of static variablesBaolin Wang
2020-09-14blk-throttle: Use readable READ/WRITE macrosBaolin Wang
2020-09-14blk-throttle: Fix some comments' typosBaolin Wang
2020-09-14iocost: fix infinite loop bug in adjust_inuse_and_calc_cost()Tejun Heo
2020-09-11blk-iocost: fix divide-by-zero in transfer_surpluses()Tejun Heo
2020-09-11bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu
2020-09-11md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu
2020-09-11block: introduce part_[begin|end]_io_acctSong Liu
2020-09-11blk-mq: always allow reserved allocation in hctx_may_queueMing Lei
2020-09-11block: remove duplicate include statement in scsi_ioctl.cTian Tao
2020-09-10blkcg: add plugging support for punt bioXianting Tian
2020-09-10block: remove check_disk_changeChristoph Hellwig
2020-09-10sr: simplify sr_block_revalidate_diskChristoph Hellwig
2020-09-10sr: use bdev_check_media_changeChristoph Hellwig
2020-09-10sd: use bdev_check_media_changeChristoph Hellwig
2020-09-10md: use bdev_check_media_changeChristoph Hellwig
2020-09-10ide-gd: stop using the disk events mechanismChristoph Hellwig
2020-09-10ide-cd: remove idecd_revalidate_diskChristoph Hellwig
2020-09-10ide-cd: use bdev_check_media_changedChristoph Hellwig
2020-09-10gdrom: use bdev_check_media_changeChristoph Hellwig
2020-09-10paride/pcd: use bdev_check_media_changeChristoph Hellwig
2020-09-10xsysace: simplify media change handlingChristoph Hellwig
2020-09-10xsysace: use bdev_check_media_changeChristoph Hellwig
2020-09-10swim3: use bdev_check_media_changedChristoph Hellwig
2020-09-10swim: simplify media change handlingChristoph Hellwig
2020-09-10swim: use bdev_check_media_changeChristoph Hellwig
2020-09-10floppy: use bdev_check_media_changeChristoph Hellwig
2020-09-10ataflop: use bdev_check_media_changeChristoph Hellwig
2020-09-10amiflop: use bdev_check_media_changeChristoph Hellwig
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig
2020-09-08block: make QUEUE_SYSFS_BIT_FNS more usefulChristoph Hellwig
2020-09-08block: add helper macros for queue sysfs entriesChristoph Hellwig
2020-09-07blktrace: make function blk_trace_bio_get_cgid() staticWang Hai
2020-09-07block: Remove unused blk_mq_sched_free_hctx_data()Baolin Wang
2020-09-07block: Do not discard buffers under a mounted filesystemJan Kara
2020-09-07fs: Don't invalidate page buffers in block_write_full_page()Jan Kara
2020-09-03blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai
2020-09-03blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry
2020-09-03blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry
2020-09-03blk-mq: Relocate hctx_may_queue()John Garry
2020-09-03blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry