summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | blk-throttle: Fix IO hang for a corner caseBaolin Wang2020-10-081-4/+4
| * | | | blk-throttle: Avoid tracking latency if low limit is invalidBaolin Wang2020-10-081-1/+3
| * | | | blk-throttle: Avoid getting the current time if tg->last_finish_time is 0Baolin Wang2020-10-081-2/+6
| * | | | blk-throttle: Remove a meaningless parameter for throtl_downgrade_state()Baolin Wang2020-10-081-3/+3
| * | | | block: Remove redundant 'return' statementBaolin Wang2020-10-082-2/+2
| * | | | block: Consider only dispatched requests for inflight statisticGabriel Krisman Bertazi2020-10-061-1/+1
| * | | | block: move blk_mq_sched_try_merge to blk-merge.cChristoph Hellwig2020-10-063-63/+50
| * | | | block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig2020-10-062-1/+7
| * | | | block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig2020-10-062-1/+8
| * | | | block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()Eric Biggers2020-10-051-1/+9
| * | | | block: make blk_crypto_rq_bio_prep() able to failEric Biggers2020-10-054-20/+34
| * | | | block: make bio_crypt_clone() able to failEric Biggers2020-10-053-22/+22
| * | | | block: add a bdget_part helperChristoph Hellwig2020-10-052-2/+2
| | |_|/ | |/| |
| * | | block-mq: fix comments in blk_mq_queue_tag_busy_iteryangerkun2020-09-291-3/+1
| * | | blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()Xianting Tian2020-09-281-1/+3
| * | | iocost: consider iocgs with active delays for debt forgivenessTejun Heo2020-09-251-4/+7
| * | | iocost: add iocg_forgive_debt tracepointTejun Heo2020-09-251-0/+12
| * | | iocost: reimplement debt forgiveness using average usageTejun Heo2020-09-251-25/+69
| * | | iocost: recalculate delay after debt reductionTejun Heo2020-09-251-1/+3
| * | | iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level oneTejun Heo2020-09-251-8/+5
| * | | iocost: factor out ioc_forgive_debts()Tejun Heo2020-09-251-31/+35
| * | | block: add QUEUE_FLAG_NOWAITMike Snitzer2020-09-251-2/+2
| * | | block: use bd_partno in bdevnameChristoph Hellwig2020-09-251-1/+1
| * | | block: add a bdev_is_partition helperChristoph Hellwig2020-09-253-4/+4
| | |/ | |/|
| * | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-243-2/+6
| * | bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig2020-09-241-1/+0
| * | block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-242-2/+18
| * | bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-2/+0
| * | block: cleanup blkdev_bszsetChristoph Hellwig2020-09-231-7/+6
| * | block: cleanup partition scanning in register_diskChristoph Hellwig2020-09-231-19/+14
| * | block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2020-09-231-2/+2
| * | block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer2020-09-231-6/+4
| * | block: use lcm_not_zero() when stacking chunk_sectorsMike Snitzer2020-09-231-4/+8
| * | block: fix bmd->is_null_mapped initializationChristoph Hellwig2020-09-231-2/+1
| * | block: drop double zeroingJulia Lawall2020-09-231-1/+1
| * | blk-throttle: Avoid checking bps/iops limitation if bps or iops is unlimitedBaolin Wang2020-09-141-0/+12
| * | blk-throttle: Avoid calculating bps/iops limitation repeatedlyBaolin Wang2020-09-141-9/+10
| * | blk-throttle: Define readable macros instead of static variablesBaolin Wang2020-09-141-5/+5
| * | blk-throttle: Use readable READ/WRITE macrosBaolin Wang2020-09-141-2/+2
| * | blk-throttle: Fix some comments' typosBaolin Wang2020-09-141-7/+7
| * | iocost: fix infinite loop bug in adjust_inuse_and_calc_cost()Tejun Heo2020-09-141-3/+9
| * | blk-iocost: fix divide-by-zero in transfer_surpluses()Tejun Heo2020-09-111-4/+10
| * | block: introduce part_[begin|end]_io_acctSong Liu2020-09-111-6/+33
| * | blk-mq: always allow reserved allocation in hctx_may_queueMing Lei2020-09-112-3/+5
| * | block: remove duplicate include statement in scsi_ioctl.cTian Tao2020-09-111-2/+0
| * | blkcg: add plugging support for punt bioXianting Tian2020-09-101-0/+9
| * | block: add a bdev_check_media_change helperChristoph Hellwig2020-09-101-1/+28
| * | block: make QUEUE_SYSFS_BIT_FNS more usefulChristoph Hellwig2020-09-081-19/+5
| * | block: add helper macros for queue sysfs entriesChristoph Hellwig2020-09-081-190/+58
| * | block: Remove unused blk_mq_sched_free_hctx_data()Baolin Wang2020-09-072-18/+0