index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq-debugfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-03
blk-mq-debugfs: fix device sched directory for default scheduler
Omar Sandoval
1
-1
/
+5
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+1
2017-08-25
blk-mq-debugfs: Add names for recently added flags
Bart Van Assche
1
-0
/
+3
2017-08-18
blk-mq-debugfs: Declare a local symbol static
Bart Van Assche
1
-1
/
+1
2017-08-10
block: remove unused syncfull/asyncfull queue flags
Jens Axboe
1
-2
/
+0
2017-06-27
blk-mq: expose write hints through debugfs
Jens Axboe
1
-0
/
+24
2017-06-01
blk-mq-debugfs: Add 'kick' operation
Bart Van Assche
1
-1
/
+3
2017-06-01
blk-mq-debugfs: Show busy requests
Bart Van Assche
1
-0
/
+31
2017-06-01
blk-mq-debugfs: Show requeue list
Bart Van Assche
1
-0
/
+32
2017-06-01
blk-mq-debugfs: Show atomic request flags
Bart Van Assche
1
-0
/
+10
2017-05-04
mq-deadline: add debugfs attributes
Omar Sandoval
1
-2
/
+7
2017-05-04
kyber: add debugfs attributes
Omar Sandoval
1
-1
/
+2
2017-05-04
blk-mq-debugfs: allow schedulers to register debugfs attributes
Omar Sandoval
1
-9
/
+65
2017-05-04
blk-mq: untangle debugfs and sysfs
Omar Sandoval
1
-48
/
+62
2017-05-04
blk-mq: move debugfs declarations to a separate header file
Omar Sandoval
1
-0
/
+1
2017-05-04
blk-mq: Do not invoke queue operations on a dead queue
Bart Van Assche
1
-0
/
+8
2017-05-04
blk-mq-debugfs: get rid of a bunch of boilerplate
Omar Sandoval
1
-328
/
+136
2017-05-04
blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>
Omar Sandoval
1
-1
/
+1
2017-05-04
blk-mq-debugfs: don't open code strstrip()
Omar Sandoval
1
-5
/
+4
2017-05-04
blk-mq-debugfs: error on long write to queue "state" file
Omar Sandoval
1
-7
/
+12
2017-05-04
blk-mq-debugfs: clean up flag definitions
Omar Sandoval
1
-93
/
+108
2017-05-04
blk-mq-debugfs: separate flags with |
Omar Sandoval
1
-1
/
+1
2017-04-26
blk-mq: Add blk_mq_ops.show_rq()
Bart Van Assche
1
-1
/
+5
2017-04-26
blk-mq: Show operation, cmd_flags and rq_flags names
Bart Van Assche
1
-3
/
+69
2017-04-26
blk-mq: Make blk_flags_show() callers append a newline character
Bart Van Assche
1
-1
/
+3
2017-04-26
blk-mq: Move the "state" debugfs attribute one level down
Bart Van Assche
1
-8
/
+1
2017-04-26
blk-mq-debugfs: Rename functions for registering and unregistering the mq dir...
Bart Van Assche
1
-4
/
+4
2017-04-26
blk-mq: Let blk_mq_debugfs_register() look up the queue name
Bart Van Assche
1
-2
/
+3
2017-04-20
blk-mq: Fix poll_stat for new size-based bucketing.
Stephen Bates
1
-6
/
+9
2017-04-10
blk-mq: Show symbolic names for hctx state and flags
Bart Van Assche
1
-3
/
+34
2017-04-10
blk-mq: Export queue state through /sys/kernel/debug/block/*/state
Bart Van Assche
1
-0
/
+106
2017-03-21
blk-stat: convert to callback-based statistics reporting
Omar Sandoval
1
-55
/
+44
2017-03-21
blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}
Omar Sandoval
1
-6
/
+6
2017-02-02
block: use same block debugfs directory for blk-mq and blktrace
Omar Sandoval
1
-9
/
+3
2017-02-01
blk-mq-debug: Introduce debugfs_create_files()
Bart Van Assche
1
-17
/
+17
2017-02-01
blk-mq-debug: Make show() operations interruptible
Bart Van Assche
1
-8
/
+26
2017-02-01
blk-mq-debug: Avoid that sparse complains about req_flags_t usage
Bart Van Assche
1
-1
/
+1
2017-02-01
blk-mq-debugfs: Add missing __acquires() / __releases() annotations
Bart Van Assche
1
-0
/
+4
2017-01-31
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
1
-2
/
+2
2017-01-27
blk-mq: move hctx and ctx counters from sysfs to debugfs
Omar Sandoval
1
-0
/
+181
2017-01-27
blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfs
Omar Sandoval
1
-0
/
+132
2017-01-27
blk-mq: add tags and sched_tags bitmaps to debugfs
Omar Sandoval
1
-0
/
+50
2017-01-27
blk-mq: move tags and sched_tags info from sysfs to debugfs
Omar Sandoval
1
-0
/
+70
2017-01-27
blk-mq: export software queue pending map to debugfs
Omar Sandoval
1
-0
/
+21
2017-01-27
blk-mq: add extra request information to debugfs
Omar Sandoval
1
-1
/
+3
2017-01-27
blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfs
Omar Sandoval
1
-0
/
+106
2017-01-27
blk-mq: add hctx->{state,flags} to debugfs
Omar Sandoval
1
-0
/
+42
2017-01-27
blk-mq: create debugfs directory tree
Omar Sandoval
1
-0
/
+152