- 15c3010 blk-cgroup: fix missing put device in error path from blkg_conf_pref() by Yu Kuai · 3 years, 2 months ago
- 0c9d338 blk-cgroup: synchronize blkg creation against policy deactivation by Yu Kuai · 3 years, 2 months ago
- ed6cdde block: convert the rest of block to bdev_get_queue by Pavel Begunkov · 3 years, 2 months ago
- a7b36ee block: move blk-throtl fast path inline by Jens Axboe · 3 years, 3 months ago
- 3c08b09 blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->iostat_cpu by Tejun Heo · 3 years, 2 months ago
- 858560b blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd by Li Jinlin · 3 years, 3 months ago
- 6f5ddde blkcg: fix memory leak in blk_iolatency_init by Yanfei Xu · 3 years, 3 months ago
- 6793691 Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
- d152c68 block: add an explicit ->disk backpointer to the request_queue by Christoph Hellwig · 3 years, 4 months ago
- 252c651 blk-cgroup: stop using seq_get_buf by Christoph Hellwig · 3 years, 5 months ago
- 49cb516 blk-cgroup: refactor blkcg_print_stat by Christoph Hellwig · 3 years, 5 months ago
- edb0872 block: move the bdi from the request_queue to the gendisk by Christoph Hellwig · 3 years, 5 months ago
- c3df5fb cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_sync by Tejun Heo · 3 years, 5 months ago
- a731763 blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgs by Yu Kuai · 3 years, 6 months ago
- 556910e block: Introduce the ioprio rq-qos policy by Bart Van Assche · 3 years, 6 months ago
- 19688d7 block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() calls by Bart Van Assche · 3 years, 6 months ago
- b5f3352 blkcg: drop CLONE_IO check in blkcg_can_attach() by Tejun Heo · 3 years, 8 months ago
- dc26532 cgroup: rstat: punt root-level optimization to individual controllers by Johannes Weiner · 3 years, 8 months ago
- 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 6b4eeba blk-cgroup: Remove obsolete macro by Baolin Wang · 4 years ago
- 6c635ca blk-cgroup: Use cond_resched() when destroy blkgs by Baolin Wang · 4 years ago
- 49d1822 blkcg: delete redundant get/put operations for queue by Chunguang Xu · 4 years ago
- 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
- 0d02129 block: merge struct block_device and struct hd_struct by Christoph Hellwig · 4 years, 1 month ago
- 15e3d2c block: move disk stat accounting to struct block_device by Christoph Hellwig · 4 years, 1 month ago
- 22ae8ce block: simplify bdev/disk lookup in blkdev_get by Christoph Hellwig · 4 years, 1 month ago
- f255c19 blk-cgroup: Pre-allocate tree node on blkg_conf_prep by Gabriel Krisman Bertazi · 4 years, 2 months ago
- 52abfcb blk-cgroup: Fix memleak on error path by Gabriel Krisman Bertazi · 4 years, 2 months ago
- 192f1c6 blkcg: add plugging support for punt bio by Xianting Tian · 4 years, 4 months ago
- 5160a5a blk-iocost: implement delay adjustment hysteresis by Tejun Heo · 4 years, 4 months ago
- 27029b4 blkcg: fix memleak for iolatency by Yufen Yu · 4 years, 5 months ago
- ef45fe4 blk-cgroup: show global disk stats in root cgroup io.stat by Boris Burkov · 4 years, 7 months ago
- cd1fc4b blk-cgroup: make iostat functions visible to stat printing by Boris Burkov · 4 years, 7 months ago
- 8c911f3 writeback: remove struct bdi_writeback_congested by Christoph Hellwig · 4 years, 6 months ago
- c62b37d block: move ->make_request_fn to struct block_device_operations by Christoph Hellwig · 4 years, 6 months ago
- 0b8cc25 blk-cgroup: clean up indentation by Colin Ian King · 4 years, 6 months ago
- db18a53 blk-cgroup: remove blkcg_bio_issue_check by Christoph Hellwig · 4 years, 6 months ago
- 13c7863 block: move the initial blkg lookup into blkg_tryget_closest by Christoph Hellwig · 4 years, 6 months ago
- a5b9752 block: bypass blkg_tryget_closest for the root_blkg by Christoph Hellwig · 4 years, 6 months ago
- 8c54628 block: merge blkg_lookup_create and __blkg_lookup_create by Christoph Hellwig · 4 years, 6 months ago
- 28fc591 block: move the bio cgroup associatation helpers to blk-cgroup.c by Christoph Hellwig · 4 years, 6 months ago
- 873f1c8 Merge branch 'block-5.7' into for-5.8/block by Jens Axboe · 4 years, 8 months ago
- d51cfc5 bdi: use bdi_dev_name() to get device name by Yufen Yu · 4 years, 8 months ago
- 54c52e1 blk-iocost: switch to fixed non-auto-decaying use_delay by Tejun Heo · 4 years, 9 months ago
- 4308a43 blkcg: don't offline parent blkcg first by Tejun Heo · 5 years ago
- d866dbf blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it by Tejun Heo · 5 years ago
- 3d745ea block: simplify queue allocation by Christoph Hellwig · 4 years, 9 months ago
- 5addeae blk-cgroup: remove blkcg_drain_queue by Guoqing Jiang · 5 years ago
- 1d156646 blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT by Tejun Heo · 5 years ago
- f733164 blk-cgroup: reimplement basic IO stats using cgroup rstat by Tejun Heo · 5 years ago
- 8a80d5d blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive() by Tejun Heo · 5 years ago
- b081436 blkcg: make blkcg_print_stat() print stats only for online blkgs by Tejun Heo · 5 years ago
- 9d179b8 blkcg: Fix multiple bugs in blkcg_activate_policy() by Tejun Heo · 5 years ago
- 89f3b6d bfq: Fix bfq linkage error by Pavel Begunkov · 5 years ago
- 015d254 blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep() by Tejun Heo · 5 years ago
- 86a5bba blkcg: make ->cpd_init_fn() optional by Tejun Heo · 5 years ago
- cf09a8e blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn() by Tejun Heo · 5 years ago
- 07b0fde blkcg: allow blkcg_policy->pd_stat() to print non-debug info too by Tejun Heo · 5 years ago
- d3f77df blkcg: implement REQ_CGROUP_PUNT by Tejun Heo · 6 years ago
- 9b0eb69 cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usages by Tejun Heo · 6 years ago
- fd112c7 blk-cgroup: turn on psi memstall stuff by Josef Bacik · 5 years ago
- c0ce79dc blk-cgroup: move struct blkg_stat to bfq by Christoph Hellwig · 6 years ago
- 7af6fd9 blk-cgroup: introduce a new struct blkg_rwstat_sample by Christoph Hellwig · 6 years ago
- 5d0b6e4 blk-cgroup: pass blkg_rwstat structures by reference by Christoph Hellwig · 6 years ago
- 239eeb0 blk-cgroup: factor out a helper to read rwstat counter by Christoph Hellwig · 6 years ago
- 71c8140 blkcg: blkcg_activate_policy() should initialize ancestors first by Tejun Heo · 6 years ago
- ef069b9 blkcg: perpcu_ref init/exit should be done from blkg_alloc/free() by Tejun Heo · 6 years ago
- f539da8 blkcg: update blkcg_print_stat() to handle larger outputs by Tejun Heo · 6 years ago
- 98d669b block: Drop unlikely before IS_ERR(_OR_NULL) by Kefeng Wang · 6 years ago
- 3dcf60b block: add SPDX tags to block layer files missing licensing information by Christoph Hellwig · 6 years ago
- 537d71b blkcg: Fix kernel-doc warnings by Bart Van Assche · 6 years ago
- 7585d50 blk-cgroup: Fix doc related to blkcg_exit_queue by Marcos Paulo de Souza · 6 years ago
- 6b45053 blkcg: remove unused __blkg_release_rcu() by Dennis Zhou · 6 years ago
- 3a762de block: save irq state in blkg_lookup_create() by Ming Lei · 6 years ago
- 0273ac3 blkcg: handle dying request_queue when associating a blkg by Dennis Zhou · 6 years ago
- 7754f66 blkcg: rename blkg_try_get() to blkg_tryget() by Dennis Zhou · 6 years ago
- 7fcf2b0 blkcg: change blkg reference counting to use percpu_ref by Dennis Zhou · 6 years ago
- beea9da blkcg: convert blkg_lookup_create() to find closest blkg by Dennis Zhou · 6 years ago
- b978962 blkcg: update blkg_lookup_create() to do locking by Dennis Zhou · 6 years ago
- 344e9ff block: add queue_is_mq() helper by Jens Axboe · 6 years ago
- 0d945c1 block: remove the queue_lock indirection by Christoph Hellwig · 6 years ago
- 7fb1763 blk-cgroup: move locking into blkg_destroy_all by Christoph Hellwig · 6 years ago
- 04be60b blk-cgroup: consolidate error handling in blkcg_init_queue by Christoph Hellwig · 6 years ago
- b6676f6 block: remove a few unused exports by Christoph Hellwig · 6 years ago
- 8f4236d block: remove QUEUE_FLAG_BYPASS and ->bypass by Christoph Hellwig · 6 years ago
- db6d995 block: remove request_list code by Jens Axboe · 6 years ago
- 2cdf2ca blk-cgroup: remove legacy queue bypassing by Jens Axboe · 6 years ago
- b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
- c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
- 101246e blkcg: rename blkg_try_get to blkg_tryget by Dennis Zhou (Facebook) · 6 years ago
- b3b9f24 blkcg: change blkg reference counting to use percpu_ref by Dennis Zhou (Facebook) · 6 years ago
- 07b05bc blkcg: convert blkg_lookup_create to find closest blkg by Dennis Zhou (Facebook) · 6 years ago
- 49f4c2d blkcg: update blkg_lookup_create to do locking by Dennis Zhou (Facebook) · 6 years ago
- 01c5f85 blk-cgroup: increase number of supported policies by Jens Axboe · 6 years ago
- 59b5771 blkcg: delay blkg destruction until after writeback has finished by Dennis Zhou (Facebook) · 6 years ago
- 6b06546 Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()" by Dennis Zhou (Facebook) · 6 years ago
- cc7ecc25 blk-cgroup: hold the queue ref during throttling by Josef Bacik · 6 years ago
- 636620b blkcg: Track DISCARD statistics and output them in cgroup io.stat by Tejun Heo · 6 years ago
- d706751 block: introduce blk-iolatency io controller by Josef Bacik · 6 years ago
- d09d8df blkcg: add generic throttling mechanism by Josef Bacik · 6 years ago