index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq-debugfs.c
Age
Commit message (
Expand
)
Author
2017-05-04
blk-mq-debugfs: error on long write to queue "state" file
Omar Sandoval
2017-05-04
blk-mq-debugfs: clean up flag definitions
Omar Sandoval
2017-05-04
blk-mq-debugfs: separate flags with |
Omar Sandoval
2017-04-26
blk-mq: Add blk_mq_ops.show_rq()
Bart Van Assche
2017-04-26
blk-mq: Show operation, cmd_flags and rq_flags names
Bart Van Assche
2017-04-26
blk-mq: Make blk_flags_show() callers append a newline character
Bart Van Assche
2017-04-26
blk-mq: Move the "state" debugfs attribute one level down
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-20
blk-mq: Fix poll_stat for new size-based bucketing.
Stephen Bates
2017-04-10
blk-mq: Show symbolic names for hctx state and flags
Bart Van Assche
2017-04-10
blk-mq: Export queue state through /sys/kernel/debug/block/*/state
Bart Van Assche
2017-03-21
blk-stat: convert to callback-based statistics reporting
Omar Sandoval
2017-03-21
blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}
Omar Sandoval
2017-02-02
block: use same block debugfs directory for blk-mq and blktrace
Omar Sandoval
2017-02-01
blk-mq-debug: Introduce debugfs_create_files()
Bart Van Assche
2017-02-01
blk-mq-debug: Make show() operations interruptible
Bart Van Assche
2017-02-01
blk-mq-debug: Avoid that sparse complains about req_flags_t usage
Bart Van Assche
2017-02-01
blk-mq-debugfs: Add missing __acquires() / __releases() annotations
Bart Van Assche
2017-01-31
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
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: add tags and sched_tags bitmaps 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: export software queue pending map to debugfs
Omar Sandoval
2017-01-27
blk-mq: add extra request information 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: add hctx->{state,flags} to debugfs
Omar Sandoval
2017-01-27
blk-mq: create debugfs directory tree
Omar Sandoval
[prev]