summaryrefslogtreecommitdiff
path: root/block/blk-cgroup.c
AgeCommit message (Expand)Author
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-03-20blkcg: Fix kernel-doc warningsBart Van Assche
2019-02-10blk-cgroup: Fix doc related to blkcg_exit_queueMarcos Paulo de Souza
2018-12-21blkcg: remove unused __blkg_release_rcu()Dennis Zhou
2018-12-19block: save irq state in blkg_lookup_create()Ming Lei
2018-12-12blkcg: handle dying request_queue when associating a blkgDennis Zhou
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou
2018-12-07blkcg: change blkg reference counting to use percpu_refDennis Zhou
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou
2018-12-07blkcg: update blkg_lookup_create() to do lockingDennis Zhou
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-11-15blk-cgroup: move locking into blkg_destroy_allChristoph Hellwig
2018-11-15blk-cgroup: consolidate error handling in blkcg_init_queueChristoph Hellwig
2018-11-15block: remove a few unused exportsChristoph Hellwig
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig
2018-11-07block: remove request_list codeJens Axboe
2018-11-07blk-cgroup: remove legacy queue bypassingJens Axboe
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe
2018-09-21blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)
2018-09-21blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)
2018-09-21blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)
2018-09-21blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)
2018-09-11blk-cgroup: increase number of supported policiesJens Axboe
2018-08-31blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)
2018-08-31Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)
2018-08-01blk-cgroup: hold the queue ref during throttlingJosef Bacik
2018-07-18blkcg: Track DISCARD statistics and output them in cgroup io.statTejun Heo
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik
2018-07-09blkcg: add generic throttling mechanismJosef Bacik
2018-07-09blk-cgroup: allow controllers to output their own statsJosef Bacik
2018-04-19blkcg: init root blkcg_gq under lockJiang Biao
2018-04-19blkcg: small fix on comment in blkcg_init_queueJiang Biao
2018-04-18blkcg: don't hold blkcg lock when deactivating policyJiang Biao
2018-03-16blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()Joseph Qi
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara
2017-11-04blkcg: add sanity check for blkcg policy operationsweiping zhang
2017-10-10blkcg: check pol->cpd_free_fn before free cpdweiping zhang
2017-08-25blkcg: avoid free blkcg_root when failed to alloc blkcg policyweiping zhang
2017-06-01block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche
2017-03-29blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan
2017-03-29Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock"Jens Axboe
2017-03-28blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-03blkcg: fix double free of new_blkg in blkcg_init_queueHou Tao
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-01-18blk-cgroup: don't quiesce the queue on policy activate/deactivateJens Axboe
2017-01-18blk-cgroup: ensure that we clear the stop bit on quiesced queuesJens Axboe
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe