incubator-nuttx/fs/driver
Xiang Xiao 0148e1d501 fs: Support the root file system attributes(mode, uid, gid and time)
Note: all attributes is guarded by PSEUDOFS_ATTRIBUTES to save the space

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I664d60382e356068fd920f08aca5b4a49d8d92a9
2021-07-14 10:35:15 -03:00
..
Make.defs fs: try blockproxy only if BCH is enabled 2021-03-17 01:25:16 -07:00
driver.h Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_blockpartition.c fs: change geometry types from `size_t` to `blkcnt_t` and `blksize_t` 2021-02-18 20:38:22 -08:00
fs_blockproxy.c fs/driver: change unlink to nx_unlink to avoid setting errno 2021-01-22 17:10:13 +01:00
fs_closeblockdriver.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_findblockdriver.c find_blockdriver: Don't ferr() on MTDs 2021-03-14 22:14:56 -07:00
fs_findmtddriver.c Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
fs_mtdpartition.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
fs_mtdproxy.c fs/driver: change unlink to nx_unlink to avoid setting errno 2021-01-22 17:10:13 +01:00
fs_openblockdriver.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_registerblockdriver.c fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 10:35:15 -03:00
fs_registerdriver.c fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 10:35:15 -03:00
fs_registermtddriver.c fs: Support the root file system attributes(mode, uid, gid and time) 2021-07-14 10:35:15 -03:00
fs_unregisterblockdriver.c
fs_unregisterdriver.c
fs_unregistermtddriver.c