]> www.infradead.org Git - users/hch/misc.git/commit
block: expose write streams for block device nodes
authorChristoph Hellwig <hch@lst.de>
Mon, 11 Nov 2024 08:05:28 +0000 (09:05 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 19 Nov 2024 10:34:51 +0000 (11:34 +0100)
commit68ee9fa8c08d9010f857b818bbe6383ef06f88a2
tree32b02f363d65ab3fd20ff62a68138ec209f1a1e6
parentd21dff80f2ccfac6b60819c0fb04623316f92205
block: expose write streams for block device nodes

Export statx information about the number and granularity of write
streams, use the per-kiocb write hint and map temperature hints
to write streams (which is a bit questionable, but this shows how it is
done).

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/bdev.c
block/fops.c