All of lore.kernel.org
 help / color / mirror / Atom feed
* Block layer state diagrams
@ 2016-10-26 20:21 Bart Van Assche
  2016-10-27  5:45 ` Hannes Reinecke
  0 siblings, 1 reply; 6+ messages in thread
From: Bart Van Assche @ 2016-10-26 20:21 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Christoph Hellwig, linux-block@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

Hello Jens,

Some time ago I created the attached state diagrams for myself to avoid 
that I would have to reread the entire block layer core source code if 
it has been a while since I had a look at it. Do you think it would be 
useful to add these diagrams somewhere in the Documentation directory?

Thanks,

Bart.

[-- Attachment #2: block-layer-request-states-mq.dot --]
[-- Type: application/msword-template, Size: 1088 bytes --]

[-- Attachment #3: block-layer-request-states-mq.svg --]
[-- Type: image/svg+xml, Size: 10032 bytes --]

[-- Attachment #4: block-layer-request-states-sq.dot --]
[-- Type: application/msword-template, Size: 1467 bytes --]

[-- Attachment #5: block-layer-request-states-sq.svg --]
[-- Type: image/svg+xml, Size: 13448 bytes --]

[-- Attachment #6: Makefile --]
[-- Type: text/plain, Size: 115 bytes --]

all:	\
	block-layer-request-states-sq.svg \
	block-layer-request-states-mq.svg \

%.svg: %.dot
	dot -Tsvg -o $@ $<

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-28 16:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-26 20:21 Block layer state diagrams Bart Van Assche
2016-10-27  5:45 ` Hannes Reinecke
2016-10-27 22:37   ` Bart Van Assche
2016-10-28 15:45     ` Jens Axboe
2016-10-28 16:06       ` Bart Van Assche
2016-10-28 16:24         ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.