[PATCH 3/7] direct-io: add support for write stream IDs

2015-05-05 Thread Jens Axboe
Get the streamid from the file, if any, and set it on the bio. Signed-off-by: Jens Axboe --- fs/direct-io.c | 4 1 file changed, 4 insertions(+) diff --git a/fs/direct-io.c b/fs/direct-io.c index 745d2342651a..9acd6724889d 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c @@ -76,6 +76,7 @@

[PATCH 3/7] direct-io: add support for write stream IDs

2015-05-05 Thread Jens Axboe
Get the streamid from the file, if any, and set it on the bio. Signed-off-by: Jens Axboe ax...@fb.com --- fs/direct-io.c | 4 1 file changed, 4 insertions(+) diff --git a/fs/direct-io.c b/fs/direct-io.c index 745d2342651a..9acd6724889d 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c @@

[PATCH 3/7] direct-io: add support for write stream IDs

2015-04-18 Thread Jens Axboe
Get the streamid from the file, if any, and set it on the bio. Signed-off-by: Jens Axboe --- fs/direct-io.c | 4 1 file changed, 4 insertions(+) diff --git a/fs/direct-io.c b/fs/direct-io.c index c3b560b24a46..d318a143b186 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c @@ -76,6 +76,7 @@

[PATCH 3/7] direct-io: add support for write stream IDs

2015-04-18 Thread Jens Axboe
Get the streamid from the file, if any, and set it on the bio. Signed-off-by: Jens Axboe ax...@fb.com --- fs/direct-io.c | 4 1 file changed, 4 insertions(+) diff --git a/fs/direct-io.c b/fs/direct-io.c index c3b560b24a46..d318a143b186 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c @@

[PATCH 3/7] direct-io: add support for write stream IDs

2015-03-25 Thread Jens Axboe
Get the streamid from the file, if any, and set it on the bio. Signed-off-by: Jens Axboe --- fs/direct-io.c | 4 1 file changed, 4 insertions(+) diff --git a/fs/direct-io.c b/fs/direct-io.c index e181b6b2e297..3ec57abb524f 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c @@ -77,6 +77,7 @@

[PATCH 3/7] direct-io: add support for write stream IDs

2015-03-25 Thread Jens Axboe
Get the streamid from the file, if any, and set it on the bio. Signed-off-by: Jens Axboe ax...@fb.com --- fs/direct-io.c | 4 1 file changed, 4 insertions(+) diff --git a/fs/direct-io.c b/fs/direct-io.c index e181b6b2e297..3ec57abb524f 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c @@