index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq-debugfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-mq-debugfs: don't allow write on attributes with seq_operations set
Eryu Guan
2018-01-24
1
-1
/
+5
*
blk-mq: add missing RQF_STARTED to debugfs
Jens Axboe
2018-01-12
1
-0
/
+1
*
block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bit
Jens Axboe
2018-01-10
1
-8
/
+1
*
block: remove REQ_ATOM_POLL_SLEPT
Jens Axboe
2018-01-10
1
-1
/
+1
*
blk-mq: add a few missing debugfs RQF_ flags
Jens Axboe
2018-01-10
1
-0
/
+2
*
blk-mq: remove REQ_ATOM_STARTED
Tejun Heo
2018-01-09
1
-3
/
+1
*
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-14
1
-2
/
+1
|
\
|
*
block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
Bart Van Assche
2017-11-10
1
-0
/
+1
|
*
blk-mq: fix issue with shared tag queue re-running
Jens Axboe
2017-11-10
1
-1
/
+0
|
*
block: remove QUEUE_FLAG_STACKABLE
Christoph Hellwig
2017-10-05
1
-1
/
+0
*
|
blk-mq-debugfs: fix device sched directory for default scheduler
Omar Sandoval
2017-10-03
1
-1
/
+5
|
/
*
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
1
-3
/
+1
|
\
|
*
blk-mq-debugfs: Declare a local symbol static
Bart Van Assche
2017-08-18
1
-1
/
+1
|
*
block: remove unused syncfull/asyncfull queue flags
Jens Axboe
2017-08-10
1
-2
/
+0
*
|
blk-mq-debugfs: Add names for recently added flags
Bart Van Assche
2017-08-25
1
-0
/
+3
|
/
*
blk-mq: expose write hints through debugfs
Jens Axboe
2017-06-27
1
-0
/
+24
*
blk-mq-debugfs: Add 'kick' operation
Bart Van Assche
2017-06-01
1
-1
/
+3
*
blk-mq-debugfs: Show busy requests
Bart Van Assche
2017-06-01
1
-0
/
+31
*
blk-mq-debugfs: Show requeue list
Bart Van Assche
2017-06-01
1
-0
/
+32
*
blk-mq-debugfs: Show atomic request flags
Bart Van Assche
2017-06-01
1
-0
/
+10
*
mq-deadline: add debugfs attributes
Omar Sandoval
2017-05-04
1
-2
/
+7
*
kyber: add debugfs attributes
Omar Sandoval
2017-05-04
1
-1
/
+2
*
blk-mq-debugfs: allow schedulers to register debugfs attributes
Omar Sandoval
2017-05-04
1
-9
/
+65
*
blk-mq: untangle debugfs and sysfs
Omar Sandoval
2017-05-04
1
-48
/
+62
*
blk-mq: move debugfs declarations to a separate header file
Omar Sandoval
2017-05-04
1
-0
/
+1
*
blk-mq: Do not invoke queue operations on a dead queue
Bart Van Assche
2017-05-04
1
-0
/
+8
*
blk-mq-debugfs: get rid of a bunch of boilerplate
Omar Sandoval
2017-05-04
1
-328
/
+136
*
blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>
Omar Sandoval
2017-05-04
1
-1
/
+1
*
blk-mq-debugfs: don't open code strstrip()
Omar Sandoval
2017-05-04
1
-5
/
+4
*
blk-mq-debugfs: error on long write to queue "state" file
Omar Sandoval
2017-05-04
1
-7
/
+12
*
blk-mq-debugfs: clean up flag definitions
Omar Sandoval
2017-05-04
1
-93
/
+108
*
blk-mq-debugfs: separate flags with |
Omar Sandoval
2017-05-04
1
-1
/
+1
*
blk-mq: Add blk_mq_ops.show_rq()
Bart Van Assche
2017-04-26
1
-1
/
+5
*
blk-mq: Show operation, cmd_flags and rq_flags names
Bart Van Assche
2017-04-26
1
-3
/
+69
*
blk-mq: Make blk_flags_show() callers append a newline character
Bart Van Assche
2017-04-26
1
-1
/
+3
*
blk-mq: Move the "state" debugfs attribute one level down
Bart Van Assche
2017-04-26
1
-8
/
+1
*
blk-mq-debugfs: Rename functions for registering and unregistering the mq dir...
Bart Van Assche
2017-04-26
1
-4
/
+4
*
blk-mq: Let blk_mq_debugfs_register() look up the queue name
Bart Van Assche
2017-04-26
1
-2
/
+3
*
blk-mq: Fix poll_stat for new size-based bucketing.
Stephen Bates
2017-04-20
1
-6
/
+9
*
blk-mq: Show symbolic names for hctx state and flags
Bart Van Assche
2017-04-10
1
-3
/
+34
*
blk-mq: Export queue state through /sys/kernel/debug/block/*/state
Bart Van Assche
2017-04-10
1
-0
/
+106
*
blk-stat: convert to callback-based statistics reporting
Omar Sandoval
2017-03-21
1
-55
/
+44
*
blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}
Omar Sandoval
2017-03-21
1
-6
/
+6
*
block: use same block debugfs directory for blk-mq and blktrace
Omar Sandoval
2017-02-02
1
-9
/
+3
*
blk-mq-debug: Introduce debugfs_create_files()
Bart Van Assche
2017-02-01
1
-17
/
+17
*
blk-mq-debug: Make show() operations interruptible
Bart Van Assche
2017-02-01
1
-8
/
+26
*
blk-mq-debug: Avoid that sparse complains about req_flags_t usage
Bart Van Assche
2017-02-01
1
-1
/
+1
*
blk-mq-debugfs: Add missing __acquires() / __releases() annotations
Bart Van Assche
2017-02-01
1
-0
/
+4
*
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
2017-01-31
1
-2
/
+2
*
blk-mq: move hctx and ctx counters from sysfs to debugfs
Omar Sandoval
2017-01-27
1
-0
/
+181
[next]