summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | block: rename bd_invalidatedChristoph Hellwig2020-09-021-1/+1
| * | block: Remove a duplicative conditionBaolin Wang2020-09-011-4/+2
| * | block: better deal with the delayed not supported case in blk_cloned_rq_check...Ritika Srivastava2020-09-011-5/+22
| * | block: Return blk_status_t instead of errno codesRitika Srivastava2020-09-011-4/+4
| * | block: grant IOPRIO_CLASS_RT to CAP_SYS_NICEKhazhismel Kumykov2020-09-011-1/+1
| * | blk-iocost: add three debug stat - cost.wait, indebt and indelayTejun Heo2020-09-011-5/+72
| * | blk-iocost: restore inuse update tracepointsTejun Heo2020-09-011-0/+16
| * | blk-iocost: implement vtime loss compensationTejun Heo2020-09-011-42/+90
| * | blk-iocost: halve debts if device stays idleTejun Heo2020-09-011-1/+48
| * | blk-iocost: implement delay adjustment hysteresisTejun Heo2020-09-012-56/+86
| * | blk-iocost: revamp debt handlingTejun Heo2020-09-011-24/+93
| * | blk-iocost: revamp in-period donation snapbacksTejun Heo2020-09-011-37/+96