- 823423e bdi: invert BDI_CAP_NO_ACCT_WB by Christoph Hellwig · 4 years, 4 months ago
- 1cb039f bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag by Christoph Hellwig · 4 years, 4 months ago
- 5115db1 mm: use SWP_SYNCHRONOUS_IO more intelligently by Christoph Hellwig · 4 years, 4 months ago
- a8b456d bdi: remove BDI_CAP_SYNCHRONOUS_IO by Christoph Hellwig · 4 years, 4 months ago
- ed7b6b4 bdi: remove BDI_CAP_CGROUP_WRITEBACK by Christoph Hellwig · 4 years, 4 months ago
- c2e4cd5 block: lift setting the readahead size into the block layer by Christoph Hellwig · 4 years, 4 months ago
- 16ef510 md: update the optimal I/O size on reshape by Christoph Hellwig · 4 years, 4 months ago
- 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 4 months ago
- 9e82d35 aoe: set an optimal I/O size by Christoph Hellwig · 4 years, 4 months ago
- 5d4ce78 bcache: inherit the optimal I/O size by Christoph Hellwig · 4 years, 4 months ago
- b807a2c drbd: remove dead code in device_to_statistics by Christoph Hellwig · 4 years, 4 months ago
- 402dd2c fs: remove the unused SB_I_MULTIROOT flag by Christoph Hellwig · 4 years, 4 months ago
- 1fb1a2a block: mark blkdev_get static by Christoph Hellwig · 4 years, 4 months ago
- 36daaa9 PM: mm: cleanup swsusp_swap_check by Christoph Hellwig · 4 years, 4 months ago
- 21bd900 mm: split swap_type_of by Christoph Hellwig · 4 years, 4 months ago
- bb3247a39 PM: rewrite is_hibernate_resume_dev to not require an inode by Christoph Hellwig · 4 years, 4 months ago
- ef16e1d mm: cleanup claim_swapfile by Christoph Hellwig · 4 years, 4 months ago
- e455ed2 ocfs2: cleanup o2hb_region_dev_store by Christoph Hellwig · 4 years, 4 months ago
- 841ab72 dasd: cleanup dasd_scan_partitions by Christoph Hellwig · 4 years, 4 months ago
- 5a56ad7 raw: don't keep unopened block device around by Christoph Hellwig · 4 years, 4 months ago
- 0fc66c9 zram: cleanup backing_dev_store by Christoph Hellwig · 4 years, 4 months ago
- b8d9548 pktcdvd: use blkdev_get_by_dev instead of open coding it by Christoph Hellwig · 4 years, 4 months ago
- 2d9e28a pktcdvd: remove the if 0'ed pkt_start_recovery function by Christoph Hellwig · 4 years, 4 months ago
- 4781628 block: cleanup blkdev_bszset by Christoph Hellwig · 4 years, 4 months ago
- 9301fe7 block: cleanup partition scanning in register_disk by Christoph Hellwig · 4 years, 4 months ago
- 38430f0 block: move the NEED_PART_SCAN flag to struct gendisk by Christoph Hellwig · 4 years, 4 months ago
- 07d098e block: allow 'chunk_sectors' to be non-power-of-2 by Mike Snitzer · 4 years, 4 months ago
- 22ada80 block: use lcm_not_zero() when stacking chunk_sectors by Mike Snitzer · 4 years, 4 months ago
- 0385971 block: fix bmd->is_null_mapped initialization by Christoph Hellwig · 4 years, 4 months ago
- f952eef block: drop double zeroing by Julia Lawall · 4 years, 4 months ago
- 87fbeb8 blk-throttle: Avoid checking bps/iops limitation if bps or iops is unlimited by Baolin Wang · 4 years, 5 months ago
- 4599ea4 blk-throttle: Avoid calculating bps/iops limitation repeatedly by Baolin Wang · 4 years, 5 months ago
- e675df2 blk-throttle: Define readable macros instead of static variables by Baolin Wang · 4 years, 5 months ago
- ff8b22c blk-throttle: Use readable READ/WRITE macros by Baolin Wang · 4 years, 5 months ago
- b53b072 blk-throttle: Fix some comments' typos by Baolin Wang · 4 years, 5 months ago
- aa67db2 iocost: fix infinite loop bug in adjust_inuse_and_calc_cost() by Tejun Heo · 4 years, 4 months ago
- 769b628 blk-iocost: fix divide-by-zero in transfer_surpluses() by Tejun Heo · 4 years, 4 months ago
- 0806e60 bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct by Song Liu · 4 years, 5 months ago
- 00fe60e md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct by Song Liu · 4 years, 5 months ago
- 7b26410 block: introduce part_[begin|end]_io_acct by Song Liu · 4 years, 5 months ago
- 2850085 blk-mq: always allow reserved allocation in hctx_may_queue by Ming Lei · 4 years, 4 months ago
- 84ed257 block: remove duplicate include statement in scsi_ioctl.c by Tian Tao · 4 years, 4 months ago
- 192f1c6 blkcg: add plugging support for punt bio by Xianting Tian · 4 years, 4 months ago
- b92b530 block: remove check_disk_change by Christoph Hellwig · 4 years, 4 months ago
- 38a2b55 sr: simplify sr_block_revalidate_disk by Christoph Hellwig · 4 years, 4 months ago
- afd35c4 sr: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
- 471bd0a sd: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
- 818077d md: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
- fec2cf6 ide-gd: stop using the disk events mechanism by Christoph Hellwig · 4 years, 4 months ago
- a367e44 ide-cd: remove idecd_revalidate_disk by Christoph Hellwig · 4 years, 4 months ago
- a22be69 ide-cd: use bdev_check_media_changed by Christoph Hellwig · 4 years, 4 months ago
- faf0413 gdrom: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
- 1570d14f paride/pcd: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
- 77f93bf xsysace: simplify media change handling by Christoph Hellwig · 4 years, 4 months ago
- f094225 xsysace: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
- 3dcbad2 swim3: use bdev_check_media_changed by Christoph Hellwig · 4 years, 4 months ago
- 433d21c swim: simplify media change handling by Christoph Hellwig · 4 years, 4 months ago
- 7fe76fc swim: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
- 4a6f3d4 floppy: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
- 22f9716 ataflop: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
- acdfd44 amiflop: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
- 95f6f3a block: add a bdev_check_media_change helper by Christoph Hellwig · 4 years, 4 months ago
- fc93fe1 block: make QUEUE_SYSFS_BIT_FNS more useful by Christoph Hellwig · 4 years, 5 months ago
- 3562614 block: add helper macros for queue sysfs entries by Christoph Hellwig · 4 years, 5 months ago
- e75ad2c blktrace: make function blk_trace_bio_get_cgid() static by Wang Hai · 4 years, 5 months ago
- ddfb8b0 block: Remove unused blk_mq_sched_free_hctx_data() by Baolin Wang · 4 years, 5 months ago
- 384d87e block: Do not discard buffers under a mounted filesystem by Jan Kara · 4 years, 5 months ago
- 6dbf7bb fs: Don't invalidate page buffers in block_write_full_page() by Jan Kara · 4 years, 5 months ago
- b445547 blk-mq, elevator: Count requests per hctx to improve performance by Kashyap Desai · 4 years, 5 months ago
- f1b49fd blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared sbitmap by John Garry · 4 years, 5 months ago
- bccf5e2 blk-mq: Record nr_active_requests per queue for when using shared sbitmap by John Garry · 4 years, 5 months ago
- a0235d2 blk-mq: Relocate hctx_may_queue() by John Garry · 4 years, 5 months ago
- 32bc15a blk-mq: Facilitate a shared sbitmap per tagset by John Garry · 4 years, 5 months ago
- 222a5ae blk-mq: Use pointers for blk_mq_tags bitmap tags by John Garry · 4 years, 5 months ago
- 1c0706a blk-mq: Pass flags for tag init/free by John Garry · 4 years, 5 months ago
- 4d06323 blk-mq: Free tags in blk_mq_init_tags() upon error by Hannes Reinecke · 4 years, 5 months ago
- 655ac30 blk-mq: Rename blk_mq_update_tag_set_depth() by Hannes Reinecke · 4 years, 5 months ago
- 51db1c3 blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED by Ming Lei · 4 years, 5 months ago
- de09077 block: remove revalidate_disk() by Christoph Hellwig · 4 years, 5 months ago
- 32f61d6 nvdimm: simplify revalidate_disk handling by Christoph Hellwig · 4 years, 5 months ago
- 033a1b9 sd: open code revalidate_disk by Christoph Hellwig · 4 years, 5 months ago
- b55d3d2 nvme: opencode revalidate_disk in nvme_validate_ns by Christoph Hellwig · 4 years, 5 months ago
- b8086d3 block: use revalidate_disk_size in set_capacity_revalidate_and_notify by Christoph Hellwig · 4 years, 5 months ago
- 659e56b block: add a new revalidate_disk_size helper by Christoph Hellwig · 4 years, 5 months ago
- f4ad06f block: rename bd_invalidated by Christoph Hellwig · 4 years, 5 months ago
- 6540fbf block: don't clear bd_invalidated in check_disk_size_change by Christoph Hellwig · 4 years, 5 months ago
- 653cd53 Documentation/filesystems/locking.rst: remove an incorrect sentence by Christoph Hellwig · 4 years, 5 months ago
- 265600b block: Remove a duplicative condition by Baolin Wang · 4 years, 5 months ago
- 8327cce5 block: better deal with the delayed not supported case in blk_cloned_rq_check_limits by Ritika Srivastava · 4 years, 5 months ago
- 143d260 block: Return blk_status_t instead of errno codes by Ritika Srivastava · 4 years, 5 months ago
- 9d3a39a block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE by Khazhismel Kumykov · 4 years, 5 months ago
- a7863b3 blk-iocost: update iocost_monitor.py by Tejun Heo · 4 years, 5 months ago
- f0bf84a blk-iocost: add three debug stat - cost.wait, indebt and indelay by Tejun Heo · 4 years, 5 months ago
- 0460375 blk-iocost: restore inuse update tracepoints by Tejun Heo · 4 years, 5 months ago
- ac33e91 blk-iocost: implement vtime loss compensation by Tejun Heo · 4 years, 5 months ago
- dda1315 blk-iocost: halve debts if device stays idle by Tejun Heo · 4 years, 5 months ago
- 5160a5a blk-iocost: implement delay adjustment hysteresis by Tejun Heo · 4 years, 5 months ago
- c421a3e blk-iocost: revamp debt handling by Tejun Heo · 4 years, 5 months ago
- b0853ab blk-iocost: revamp in-period donation snapbacks by Tejun Heo · 4 years, 5 months ago
- f1de243 blk-iocost: revamp donation amount determination by Tejun Heo · 4 years, 5 months ago