index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq-sysfs.c
Age
Commit message (
Expand
)
Author
2017-05-04
blk-mq: untangle debugfs and sysfs
Omar Sandoval
2017-05-04
blk-mq: move debugfs declarations to a separate header file
Omar Sandoval
2017-04-26
blk-mq: Only unregister hctxs for which registration succeeded
Bart Van Assche
2017-04-26
blk-mq-debugfs: Rename functions for registering and unregistering the mq dir...
Bart Van Assche
2017-04-26
blk-mq: Let blk_mq_debugfs_register() look up the queue name
Bart Van Assche
2017-04-26
blk-mq: Register <dev>/queue/mq after having registered <dev>/queue
Bart Van Assche
2017-03-08
blk-mq: free hctx->cpumask in release handler of hctx's kobject
Ming Lei
2017-03-08
blk-mq: make lifetime consistent between hctx and its kobject
Ming Lei
2017-03-08
blk-mq: make lifetime consitent between q/ctx and its kobject
Ming Lei
2017-03-08
blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()
Ming Lei
2017-02-02
blk-mq: move debugfs_remove() of disk dir to blk_release_queue()
Omar Sandoval
2017-01-27
blk-mq: move hctx and ctx counters from sysfs to debugfs
Omar Sandoval
2017-01-27
blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfs
Omar Sandoval
2017-01-27
blk-mq: move tags and sched_tags info from sysfs to debugfs
Omar Sandoval
2017-01-27
blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfs
Omar Sandoval
2017-01-27
blk-mq: create debugfs directory tree
Omar Sandoval
2017-01-17
blk-mq-sched: add framework for MQ capable IO schedulers
Jens Axboe
2016-11-10
block: add scalable completion tracking of requests
Jens Axboe
2016-09-21
blk-mq: register device instead of disk
Matias Bjørling
2016-09-16
blk-mq: account higher order dispatch
Jens Axboe
2016-09-14
block: enable zeroing of io_poll statistics
Stephen Bates
2016-09-14
block: add poll_considered statistic
Stephen Bates
2016-08-04
blk-mq: fix deadlock in blk_mq_register_disk() error path
Jens Axboe
2016-03-20
blk-mq: Use proper cpumask iterator
Thomas Gleixner
2016-02-09
blk-mq: dynamic h/w context count
Keith Busch
2015-11-07
block: add block polling support
Jens Axboe
2015-10-21
block: generic request_queue reference counting
Dan Williams
2015-09-29
blk-mq: fix deadlock when reading cpu_list
Akinobu Mita
2015-09-29
blk-mq: fix sysfs registration/unregistration race
Akinobu Mita
2015-08-15
blk-mq: fix buffer overflow when reading sysfs file of 'pending'
Ming Lei
2015-03-13
blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_disk
Mike Snitzer
2015-01-29
Revert "blk-mq: fix hctx/ctx kobject use-after-free"
Ming Lei
2015-01-20
blk-mq: fix hctx/ctx kobject use-after-free
Ming Lei
2014-12-10
blk-mq: Fix uninitialized kobject at CPU hotplugging
Takashi Iwai
2014-09-24
blk-mq, percpu_ref: start q->mq_usage_counter in atomic mode
Tejun Heo
2014-05-30
blk-mq: blk_mq_unregister_hctx() can be static
Fengguang Wu
2014-05-30
blk-mq: make the sysfs mq/ layout reflect current mappings
Jens Axboe
2014-05-13
blk-mq: improve support for shared tags maps
Jens Axboe
2014-04-25
blk-mq: respect rq_affinity
Christoph Hellwig
2014-04-09
blk-mq: simplify blk_mq_hw_sysfs_cpus_show()
Jens Axboe
2014-03-20
blk-mq: don't dump CPU -> hw queue map on driver load
Jens Axboe
2013-12-06
block: fix memory leaks on unplugging block device
Andrey Vagin
2013-10-25
blk-mq: new multi-queue block IO queueing mechanism
Jens Axboe