summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | block: Do not discard buffers under a mounted filesystemJan Kara2020-09-071-6/+10
| * | blk-mq, elevator: Count requests per hctx to improve performanceKashyap Desai2020-09-033-0/+12
| * | blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry2020-09-033-11/+40
| * | blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry2020-09-033-4/+28
| * | blk-mq: Relocate hctx_may_queue()John Garry2020-09-032-33/+32
| * | blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry2020-09-035-7/+79
| * | blk-mq: Use pointers for blk_mq_tags bitmap tagsJohn Garry2020-09-036-33/+39
| * | blk-mq: Pass flags for tag init/freeJohn Garry2020-09-035-23/+35
| * | blk-mq: Free tags in blk_mq_init_tags() upon errorHannes Reinecke2020-09-031-8/+10
| * | blk-mq: Rename blk_mq_update_tag_set_depth()Hannes Reinecke2020-09-031-4/+4
| * | blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei2020-09-033-14/+14
| * | block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig2020-09-021-4/+3