Add support for bdi tracking of stream ID
authorJens Axboe <axboe@fb.com>
Wed, 2 Mar 2016 20:36:47 +0000 (13:36 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 7 Mar 2016 15:30:50 +0000 (08:30 -0700)
commitbfe970800a8582975bd33a980f32355bddfd4705
tree32aa216f0e51420289a8790366533f741c22d1d3
parent4f89f6eefe1361edafd5d8bd6f6ff94f1bb3adb8
Add support for bdi tracking of stream ID

We can now allocate and free host assigned stream IDs through the
backing device. Add support for a hook for virtual backing devices,
that map to a bunch of real backing devices (btrfs, raid, etc).

Signed-off-by: Jens Axboe <axboe@fb.com>
fs/read_write.c
include/linux/backing-dev-defs.h
include/linux/backing-dev.h
include/linux/streamid.h
mm/backing-dev.c