summaryrefslogtreecommitdiff
path: root/block/blk-mq-debugfs.c
Commit message (Expand)AuthorAge
* blk-mq: remove blk_mq_delay_queue()Ming Lei2018-04-10
* blk-mq-debugfs: Show more request state informationBart Van Assche2018-03-17
* blk-mq-debugfs: Show zone locking informationBart Van Assche2018-02-28
* blk-mq-debugfs: Reorder queue show and store methodsBart Van Assche2018-02-28
* blk-mq-debugfs: don't allow write on attributes with seq_operations setEryu Guan2018-01-24
* blk-mq: add missing RQF_STARTED to debugfsJens Axboe2018-01-12
* block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe2018-01-10
* block: remove REQ_ATOM_POLL_SLEPTJens Axboe2018-01-10
* blk-mq: add a few missing debugfs RQF_ flagsJens Axboe2018-01-10
* blk-mq: remove REQ_ATOM_STARTEDTejun Heo2018-01-09
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche2017-11-10
| * blk-mq: fix issue with shared tag queue re-runningJens Axboe2017-11-10
| * block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig2017-10-05
* | blk-mq-debugfs: fix device sched directory for default schedulerOmar Sandoval2017-10-03
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\
| * blk-mq-debugfs: Declare a local symbol staticBart Van Assche2017-08-18
| * block: remove unused syncfull/asyncfull queue flagsJens Axboe2017-08-10
* | blk-mq-debugfs: Add names for recently added flagsBart Van Assche2017-08-25
|/
* blk-mq: expose write hints through debugfsJens Axboe2017-06-27
* blk-mq-debugfs: Add 'kick' operationBart Van Assche2017-06-01
* blk-mq-debugfs: Show busy requestsBart Van Assche2017-06-01
* blk-mq-debugfs: Show requeue listBart Van Assche2017-06-01
* blk-mq-debugfs: Show atomic request flagsBart Van Assche2017-06-01
* mq-deadline: add debugfs attributesOmar Sandoval2017-05-04
* kyber: add debugfs attributesOmar Sandoval2017-05-04
* blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval2017-05-04
* blk-mq: untangle debugfs and sysfsOmar Sandoval2017-05-04
* blk-mq: move debugfs declarations to a separate header fileOmar Sandoval2017-05-04
* blk-mq: Do not invoke queue operations on a dead queueBart Van Assche2017-05-04
* blk-mq-debugfs: get rid of a bunch of boilerplateOmar Sandoval2017-05-04
* blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>Omar Sandoval2017-05-04
* blk-mq-debugfs: don't open code strstrip()Omar Sandoval2017-05-04
* blk-mq-debugfs: error on long write to queue "state" fileOmar Sandoval2017-05-04
* blk-mq-debugfs: clean up flag definitionsOmar Sandoval2017-05-04
* blk-mq-debugfs: separate flags with |Omar Sandoval2017-05-04
* blk-mq: Add blk_mq_ops.show_rq()Bart Van Assche2017-04-26
* blk-mq: Show operation, cmd_flags and rq_flags namesBart Van Assche2017-04-26
* blk-mq: Make blk_flags_show() callers append a newline characterBart Van Assche2017-04-26
* blk-mq: Move the "state" debugfs attribute one level downBart Van Assche2017-04-26
* blk-mq-debugfs: Rename functions for registering and unregistering the mq dir...Bart Van Assche2017-04-26
* blk-mq: Let blk_mq_debugfs_register() look up the queue nameBart Van Assche2017-04-26
* blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates2017-04-20
* blk-mq: Show symbolic names for hctx state and flagsBart Van Assche2017-04-10
* blk-mq: Export queue state through /sys/kernel/debug/block/*/stateBart Van Assche2017-04-10
* blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-21
* blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval2017-03-21
* block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval2017-02-02
* blk-mq-debug: Introduce debugfs_create_files()Bart Van Assche2017-02-01
* blk-mq-debug: Make show() operations interruptibleBart Van Assche2017-02-01