Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-15blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin
2021-09-15blkcg: fix memory leak in blk_iolatency_initYanfei Xu
2021-08-31Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig
2021-08-16blk-cgroup: refactor blkcg_print_statChristoph Hellwig
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig
2021-07-28cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo
2021-07-07blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgsYu Kuai
2021-06-22block: Introduce the ioprio rq-qos policyBart Van Assche
2021-06-22block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() callsBart Van Assche
2021-05-24blkcg: drop CLONE_IO check in blkcg_can_attach()Tejun Heo
2021-04-30cgroup: rstat: punt root-level optimization to individual controllersJohannes Weiner
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-28blk-cgroup: Remove obsolete macroBaolin Wang
2021-01-28blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang
2021-01-26blkcg: delete redundant get/put operations for queueChunguang Xu
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-02block: merge struct block_device and struct hd_structChristoph Hellwig
2020-12-02block: move disk stat accounting to struct block_deviceChristoph Hellwig
2020-12-02block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig
2020-10-26blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi
2020-10-26blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi
2020-09-10blkcg: add plugging support for punt bioXianting Tian
2020-09-02blk-iocost: implement delay adjustment hysteresisTejun Heo
2020-08-22blkcg: fix memleak for iolatencyYufen Yu
2020-07-18blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov
2020-07-18blk-cgroup: make iostat functions visible to stat printingBoris Burkov
2020-07-09writeback: remove struct bdi_writeback_congestedChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-06-30blk-cgroup: clean up indentationColin Ian King
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig
2020-06-29block: move the initial blkg lookup into blkg_tryget_closestChristoph Hellwig
2020-06-29block: bypass blkg_tryget_closest for the root_blkgChristoph Hellwig
2020-06-29block: merge blkg_lookup_create and __blkg_lookup_createChristoph Hellwig
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig
2020-05-10Merge branch 'block-5.7' into for-5.8/blockJens Axboe
2020-05-10bdi: use bdi_dev_name() to get device nameYufen Yu
2020-05-01blk-iocost: switch to fixed non-auto-decaying use_delayTejun Heo
2020-04-01blkcg: don't offline parent blkcg firstTejun Heo
2020-04-01blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo
2020-03-27block: simplify queue allocationChristoph Hellwig
2019-12-12blk-cgroup: remove blkcg_drain_queueGuoqing Jiang
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo
2019-11-07blk-cgroup: reimplement basic IO stats using cgroup rstatTejun Heo
2019-11-07blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Tejun Heo
2019-11-07blkcg: make blkcg_print_stat() print stats only for online blkgsTejun Heo
2019-10-15blkcg: Fix multiple bugs in blkcg_activate_policy()Tejun Heo
2019-09-14bfq: Fix bfq linkage errorPavel Begunkov
2019-08-29blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()Tejun Heo