summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-10-06block: move blk_mq_sched_try_merge to blk-merge.cChristoph Hellwig
2020-10-06block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig
2020-10-06block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig
2020-10-05block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()Eric Biggers
2020-10-05block: make blk_crypto_rq_bio_prep() able to failEric Biggers
2020-10-05block: make bio_crypt_clone() able to failEric Biggers
2020-10-05block: add a bdget_part helperChristoph Hellwig
2020-09-29block-mq: fix comments in blk_mq_queue_tag_busy_iteryangerkun
2020-09-28blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()Xianting Tian
2020-09-25iocost: consider iocgs with active delays for debt forgivenessTejun Heo
2020-09-25iocost: add iocg_forgive_debt tracepointTejun Heo
2020-09-25iocost: reimplement debt forgiveness using average usageTejun Heo
2020-09-25iocost: recalculate delay after debt reductionTejun Heo
2020-09-25iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level oneTejun Heo
2020-09-25iocost: factor out ioc_forgive_debts()Tejun Heo
2020-09-25block: add QUEUE_FLAG_NOWAITMike Snitzer
2020-09-25block: use bd_partno in bdevnameChristoph Hellwig
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
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-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: 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-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-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