aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq-sysfs.c
AgeCommit message (Expand)Author
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-04blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_releaseMing Lei
2019-05-04blk-mq: free hw queue's resource in hctx's release handlerMing Lei
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-04-25block: Replace all ktype default_attrs with groupsKimberly Brown
2018-12-17blk-mq: export hctx->type in debugfs instead of sysfsMing Lei
2018-12-04block: move queues types to the block layerChristoph Hellwig
2018-11-21blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei
2018-11-15block: remove a few unused exportsChristoph Hellwig
2018-11-07blk-mq: add 'type' attribute to the sysfs hctx directoryJens Axboe
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-01-15block: properly protect the 'queue' kobj in blk_unregister_queueMike Snitzer
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval
2017-05-04blk-mq: move debugfs declarations to a separate header fileOmar Sandoval
2017-04-26blk-mq: Only unregister hctxs for which registration succeededBart Van Assche
2017-04-26blk-mq-debugfs: Rename functions for registering and unregistering the mq dir...Bart Van Assche
2017-04-26blk-mq: Let blk_mq_debugfs_register() look up the queue nameBart Van Assche
2017-04-26blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche
2017-03-08blk-mq: free hctx->cpumask in release handler of hctx's kobjectMing Lei
2017-03-08blk-mq: make lifetime consistent between hctx and its kobjectMing Lei
2017-03-08blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei
2017-03-08blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei
2017-02-02blk-mq: move debugfs_remove() of disk dir to blk_release_queue()Omar Sandoval
2017-01-27blk-mq: move hctx and ctx counters from sysfs to debugfsOmar Sandoval
2017-01-27blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfsOmar Sandoval
2017-01-27blk-mq: move tags and sched_tags info from sysfs to debugfsOmar Sandoval
2017-01-27blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfsOmar Sandoval
2017-01-27blk-mq: create debugfs directory treeOmar Sandoval
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe
2016-11-10block: add scalable completion tracking of requestsJens Axboe
2016-09-21blk-mq: register device instead of diskMatias Bjørling
2016-09-16blk-mq: account higher order dispatchJens Axboe
2016-09-14block: enable zeroing of io_poll statisticsStephen Bates
2016-09-14block: add poll_considered statisticStephen Bates
2016-08-04blk-mq: fix deadlock in blk_mq_register_disk() error pathJens Axboe
2016-03-20blk-mq: Use proper cpumask iteratorThomas Gleixner
2016-02-09blk-mq: dynamic h/w context countKeith Busch
2015-11-07block: add block polling supportJens Axboe
2015-10-21block: generic request_queue reference countingDan Williams
2015-09-29blk-mq: fix deadlock when reading cpu_listAkinobu Mita
2015-09-29blk-mq: fix sysfs registration/unregistration raceAkinobu Mita
2015-08-15blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei
2015-03-13blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer
2015-01-29Revert "blk-mq: fix hctx/ctx kobject use-after-free"Ming Lei
2015-01-20blk-mq: fix hctx/ctx kobject use-after-freeMing Lei
2014-12-10blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai
2014-09-24blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo
2014-05-30blk-mq: blk_mq_unregister_hctx() can be staticFengguang Wu
2014-05-30blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe