Searched hist:"2 e5ab5f3" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | loop.h | 2e5ab5f3 Sun Aug 16 21:31:49 CDT 2015 Ming Lei <ming.lei@canonical.com> block: loop: prepare for supporing direct IO
This patches provides one interface for enabling direct IO from user space:
- userspace(such as losetup) can pass 'file' which is opened/fcntl as O_DIRECT
Also __loop_update_dio() is introduced to check if direct I/O can be used on current loop setting.
The last big change is to introduce LO_FLAGS_DIRECT_IO flag for userspace to know if direct IO is used to access backing file.
Cc: linux-api@vger.kernel.org Signed-off-by: Ming Lei <ming.lei@canonical.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com> 2e5ab5f3 Sun Aug 16 21:31:49 CDT 2015 Ming Lei <ming.lei@canonical.com> block: loop: prepare for supporing direct IO This patches provides one interface for enabling direct IO from user space: - userspace(such as losetup) can pass 'file' which is opened/fcntl as O_DIRECT Also __loop_update_dio() is introduced to check if direct I/O can be used on current loop setting. The last big change is to introduce LO_FLAGS_DIRECT_IO flag for userspace to know if direct IO is used to access backing file. Cc: linux-api@vger.kernel.org Signed-off-by: Ming Lei <ming.lei@canonical.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
|
/openbmc/linux/drivers/block/ |
H A D | loop.c | 2e5ab5f3 Sun Aug 16 21:31:49 CDT 2015 Ming Lei <ming.lei@canonical.com> block: loop: prepare for supporing direct IO
This patches provides one interface for enabling direct IO from user space:
- userspace(such as losetup) can pass 'file' which is opened/fcntl as O_DIRECT
Also __loop_update_dio() is introduced to check if direct I/O can be used on current loop setting.
The last big change is to introduce LO_FLAGS_DIRECT_IO flag for userspace to know if direct IO is used to access backing file.
Cc: linux-api@vger.kernel.org Signed-off-by: Ming Lei <ming.lei@canonical.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
|