Searched hist:"55 eb942eda2ccbbbea61db4c1a774ba22b618046" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/nvme/target/ |
H A D | io-cmd-file.c | diff 55eb942eda2ccbbbea61db4c1a774ba22b618046 Tue Jun 19 23:01:41 CDT 2018 Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> nvmet: add buffered I/O support for file backed ns
Add a new "buffered_io" attribute, which disabled direct I/O and thus enables page cache based caching when enabled. The attribute can only be changed when the namespace is disabled as the file has to be reopend for the change to take effect.
The possibly blocking read/write are deferred to a newly introduced global workqueue.
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
|
H A D | configfs.c | diff 55eb942eda2ccbbbea61db4c1a774ba22b618046 Tue Jun 19 23:01:41 CDT 2018 Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> nvmet: add buffered I/O support for file backed ns
Add a new "buffered_io" attribute, which disabled direct I/O and thus enables page cache based caching when enabled. The attribute can only be changed when the namespace is disabled as the file has to be reopend for the change to take effect.
The possibly blocking read/write are deferred to a newly introduced global workqueue.
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
|
H A D | nvmet.h | diff 55eb942eda2ccbbbea61db4c1a774ba22b618046 Tue Jun 19 23:01:41 CDT 2018 Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> nvmet: add buffered I/O support for file backed ns
Add a new "buffered_io" attribute, which disabled direct I/O and thus enables page cache based caching when enabled. The attribute can only be changed when the namespace is disabled as the file has to be reopend for the change to take effect.
The possibly blocking read/write are deferred to a newly introduced global workqueue.
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
|
H A D | core.c | diff 55eb942eda2ccbbbea61db4c1a774ba22b618046 Tue Jun 19 23:01:41 CDT 2018 Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> nvmet: add buffered I/O support for file backed ns
Add a new "buffered_io" attribute, which disabled direct I/O and thus enables page cache based caching when enabled. The attribute can only be changed when the namespace is disabled as the file has to be reopend for the change to take effect.
The possibly blocking read/write are deferred to a newly introduced global workqueue.
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
|