Age | Commit message (Expand) | Author |
2020-09-25 | iocost: consider iocgs with active delays for debt forgiveness | Tejun Heo |
2020-09-25 | iocost: add iocg_forgive_debt tracepoint | Tejun Heo |
2020-09-25 | iocost: reimplement debt forgiveness using average usage | Tejun Heo |
2020-09-25 | iocost: recalculate delay after debt reduction | Tejun Heo |
2020-09-25 | iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level one | Tejun Heo |
2020-09-25 | iocost: factor out ioc_forgive_debts() | Tejun Heo |
2020-09-25 | block: add QUEUE_FLAG_NOWAIT | Mike Snitzer |
2020-09-25 | block: use bd_partno in bdevname | Christoph Hellwig |
2020-09-25 | block: add a bdev_is_partition helper | Christoph Hellwig |
2020-09-24 | Merge branch 'for-5.10/block' into for-5.10/drivers | Jens Axboe |
2020-09-24 | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig |
2020-09-24 | bdi: remove BDI_CAP_CGROUP_WRITEBACK | Christoph Hellwig |
2020-09-24 | block: lift setting the readahead size into the block layer | Christoph Hellwig |
2020-09-24 | bdi: initialize ->ra_pages and ->io_pages in bdi_init | Christoph Hellwig |
2020-09-23 | block: cleanup blkdev_bszset | Christoph Hellwig |
2020-09-23 | block: cleanup partition scanning in register_disk | Christoph Hellwig |
2020-09-23 | block: move the NEED_PART_SCAN flag to struct gendisk | Christoph Hellwig |
2020-09-23 | block: allow 'chunk_sectors' to be non-power-of-2 | Mike Snitzer |
2020-09-23 | block: use lcm_not_zero() when stacking chunk_sectors | Mike Snitzer |
2020-09-23 | block: fix bmd->is_null_mapped initialization | Christoph Hellwig |
2020-09-23 | block: drop double zeroing | Julia Lawall |
2020-09-15 | scsi: sd: sd_zbc: Fix handling of host-aware ZBC disks | Damien Le Moal |
2020-09-14 | blk-throttle: Avoid checking bps/iops limitation if bps or iops is unlimited | Baolin Wang |
2020-09-14 | blk-throttle: Avoid calculating bps/iops limitation repeatedly | Baolin Wang |
2020-09-14 | blk-throttle: Define readable macros instead of static variables | Baolin Wang |
2020-09-14 | blk-throttle: Use readable READ/WRITE macros | Baolin Wang |
2020-09-14 | blk-throttle: Fix some comments' typos | Baolin Wang |
2020-09-14 | iocost: fix infinite loop bug in adjust_inuse_and_calc_cost() | Tejun Heo |
2020-09-11 | blk-iocost: fix divide-by-zero in transfer_surpluses() | Tejun Heo |
2020-09-11 | block: introduce part_[begin|end]_io_acct | Song Liu |
2020-09-11 | Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-09-11 | blk-mq: always allow reserved allocation in hctx_may_queue | Ming Lei |
2020-09-11 | block: remove duplicate include statement in scsi_ioctl.c | Tian Tao |
2020-09-10 | blkcg: add plugging support for punt bio | Xianting Tian |
2020-09-10 | block: add a bdev_check_media_change helper | Christoph Hellwig |
2020-09-09 | block: Set same_page to false in __bio_try_merge_page if ret is false | Ritesh Harjani |
2020-09-08 | block: only call sched requeue_request() for scheduled requests | Omar Sandoval |
2020-09-08 | block: make QUEUE_SYSFS_BIT_FNS more useful | Christoph Hellwig |
2020-09-08 | block: add helper macros for queue sysfs entries | Christoph Hellwig |
2020-09-08 | block: restore a specific error code in bdev_del_partition | Christoph Hellwig |
2020-09-07 | block: Remove unused blk_mq_sched_free_hctx_data() | Baolin Wang |
2020-09-07 | block: Do not discard buffers under a mounted filesystem | Jan Kara |
2020-09-04 | Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-09-03 | blk-mq, elevator: Count requests per hctx to improve performance | Kashyap Desai |
2020-09-03 | blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared... | John Garry |
2020-09-03 | blk-mq: Record nr_active_requests per queue for when using shared sbitmap | John Garry |
2020-09-03 | blk-mq: Relocate hctx_may_queue() | John Garry |
2020-09-03 | blk-mq: Facilitate a shared sbitmap per tagset | John Garry |
2020-09-03 | blk-mq: Use pointers for blk_mq_tags bitmap tags | John Garry |
2020-09-03 | blk-mq: Pass flags for tag init/free | John Garry |