0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-16 08:58:20 +02:00
construct/include/ircd/fs
2020-12-18 02:42:07 -08:00
..
aio.h ircd::fs::aio: Integrate stats structure into ircd::stats system. 2020-12-18 02:42:07 -08:00
dev.h ircd::fs::dev: Fix device size calculation; cleanup constants; improve cmd output. 2020-06-10 22:36:28 -07:00
error.h ircd::fs::error: Remove fs::error from the ircd::exception hierarchy. 2019-03-16 18:12:38 -07:00
fd.h ircd::fs: Add support for O_EXCL; add exclusive to fd::opts. 2020-09-28 22:33:46 -07:00
fs.h ircd::fs: Add is_exec() to interface. 2020-10-20 23:20:41 -07:00
iou.h ircd::fs::aio: Integrate stats structure into ircd::stats system. 2020-12-18 02:42:07 -08:00
iov.h ircd::fs: Remove the thread_local convenience for make_iov(). 2018-12-21 12:57:58 -08:00
map.h ircd::fs: Add prefetch convenience to interface. 2020-09-13 08:42:34 -07:00
op.h ircd::fs: Preliminary io_uring infrastructure plumbing. 2019-08-11 01:39:30 -07:00
opts.h ircd::fs::opts: Add an option to suppress internal error logging on some operations. 2020-06-08 14:10:13 -07:00
path.h ircd::fs::path: Additional reorg; add safe path() overload; add missing parent(). 2020-11-15 02:27:33 -08:00
read.h ircd::allocator: Add incore(); replace as fs::fincore() impl. 2020-11-05 22:10:53 -08:00
README.md ircd: Start a README.md for any directory missing one; fix conformity of existing. 2019-01-26 12:29:08 -08:00
select.h ircd::fs: Add a select()'ish multi-fd yielding device. 2020-05-09 17:28:34 -07:00
stdin.h ircd::fs: Add experimental stdin::tty support. 2018-06-03 09:49:00 -07:00
support.h ircd::fs: Add an RLIMIT_FSIZE sampler in support section. 2020-03-20 11:09:34 -07:00
sync.h ircd::fs: Add enumerated op codes to identify request types. 2019-04-06 12:13:16 -07:00
wait.h ircd::fs: Add a wait() interface. 2019-04-07 17:59:52 -07:00
write.h ircd::fs: Support hole punching if available; add checks for allocate options. 2019-08-06 16:39:28 -07:00

Local Filesystem Interface