summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2020-09-29blk-mq: call commit_rqs while list empty but error happenyangerkun-9/+9
2020-09-28blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()Xianting Tian-1/+3
2020-09-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-0/+46
2020-09-25iocost: consider iocgs with active delays for debt forgivenessTejun Heo-4/+7
2020-09-25iocost: add iocg_forgive_debt tracepointTejun Heo-0/+12
2020-09-25iocost: reimplement debt forgiveness using average usageTejun Heo-25/+69
2020-09-25iocost: recalculate delay after debt reductionTejun Heo-1/+3
2020-09-25iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level oneTejun Heo-8/+5
2020-09-25iocost: factor out ioc_forgive_debts()Tejun Heo-31/+35
2020-09-25block: add QUEUE_FLAG_NOWAITMike Snitzer-2/+2
2020-09-25block: use bd_partno in bdevnameChristoph Hellwig-1/+1
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig-4/+4
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe-1234/+2116
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig-2/+6
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig-1/+0
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig-2/+18
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig-2/+0
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-2/+2
2020-09-23block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer-6/+4
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-15scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal-0/+46
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-11block: introduce part_[begin|end]_io_acctSong Liu-6/+33
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds-15/+5
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: add a bdev_check_media_change helperChristoph Hellwig-1/+28
2020-09-09block: Set same_page to false in __bio_try_merge_page if ret is falseRitesh Harjani-1/+3
2020-09-08block: only call sched requeue_request() for scheduled requestsOmar Sandoval-13/+1
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-08block: restore a specific error code in bdev_del_partitionChristoph Hellwig-1/+1
2020-09-07block: Remove unused blk_mq_sched_free_hctx_data()Baolin Wang-18/+0
2020-09-07block: Do not discard buffers under a mounted filesystemJan Kara-6/+10
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds-23/+37
2020-09-03blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai-0/+12
2020-09-03blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry-11/+40
2020-09-03blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry-4/+28
2020-09-03blk-mq: Relocate hctx_may_queue()John Garry-33/+32