summaryrefslogtreecommitdiff
path: root/block/blk-mq-debugfs.c
AgeCommit message (Expand)Author
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-10block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche
2017-11-10blk-mq: fix issue with shared tag queue re-runningJens Axboe
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig
2017-10-03blk-mq-debugfs: fix device sched directory for default schedulerOmar Sandoval
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-25blk-mq-debugfs: Add names for recently added flagsBart Van Assche
2017-08-18blk-mq-debugfs: Declare a local symbol staticBart Van Assche
2017-08-10block: remove unused syncfull/asyncfull queue flagsJens Axboe
2017-06-27blk-mq: expose write hints through debugfsJens Axboe
2017-06-01blk-mq-debugfs: Add 'kick' operationBart Van Assche
2017-06-01blk-mq-debugfs: Show busy requestsBart Van Assche
2017-06-01blk-mq-debugfs: Show requeue listBart Van Assche
2017-06-01blk-mq-debugfs: Show atomic request flagsBart Van Assche
2017-05-04mq-deadline: add debugfs attributesOmar Sandoval
2017-05-04kyber: add debugfs attributesOmar Sandoval
2017-05-04blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval
2017-05-04blk-mq: move debugfs declarations to a separate header fileOmar Sandoval
2017-05-04blk-mq: Do not invoke queue operations on a dead queueBart Van Assche
2017-05-04blk-mq-debugfs: get rid of a bunch of boilerplateOmar Sandoval
2017-05-04blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>Omar Sandoval
2017-05-04blk-mq-debugfs: don't open code strstrip()Omar Sandoval
2017-05-04blk-mq-debugfs: error on long write to queue "state" fileOmar Sandoval
2017-05-04blk-mq-debugfs: clean up flag definitionsOmar Sandoval
2017-05-04blk-mq-debugfs: separate flags with |Omar Sandoval
2017-04-26blk-mq: Add blk_mq_ops.show_rq()Bart Van Assche
2017-04-26blk-mq: Show operation, cmd_flags and rq_flags namesBart Van Assche
2017-04-26blk-mq: Make blk_flags_show() callers append a newline characterBart Van Assche
2017-04-26blk-mq: Move the "state" debugfs attribute one level downBart 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-20blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates
2017-04-10blk-mq: Show symbolic names for hctx state and flagsBart Van Assche
2017-04-10blk-mq: Export queue state through /sys/kernel/debug/block/*/stateBart Van Assche
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval
2017-03-21blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval
2017-02-01blk-mq-debug: Introduce debugfs_create_files()Bart Van Assche
2017-02-01blk-mq-debug: Make show() operations interruptibleBart Van Assche
2017-02-01blk-mq-debug: Avoid that sparse complains about req_flags_t usageBart Van Assche
2017-02-01blk-mq-debugfs: Add missing __acquires() / __releases() annotationsBart Van Assche
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
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: add tags and sched_tags bitmaps to debugfsOmar Sandoval
2017-01-27blk-mq: move tags and sched_tags info from sysfs to debugfsOmar Sandoval
2017-01-27blk-mq: export software queue pending map to debugfsOmar Sandoval
2017-01-27blk-mq: add extra request information to debugfsOmar Sandoval
2017-01-27blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfsOmar Sandoval