nuttx/fs
YAMAMOTO Takashi 9b7e7efeb8 spiffs_pgobj_ndxheader_s: Add a missing alignment
Withtout this change, I was not able to read images built
with the following tools:

    * https://github.com/igrr/mkspiffs
    * spiffsgen.py from ESP-IDF

Introduce a new Kconfig option, SPIFFS_COMPAT_OLD_NUTTX,
for those who prefer to keep the on-disk (bug-to-bug?) compatibility
with the older NuttX.
2021-01-06 03:06:39 -06:00
..
aio sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
binfs fs/binfs/fs_binfs.c: Fix a syslog format 2020-11-25 05:11:26 -08:00
cromfs fs/cromfs/fs_cromfs.c: Fix a syslog format 2020-11-24 22:31:33 -08:00
dirent fs: Add the relative path support 2020-09-24 03:13:27 -07:00
driver Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
fat OS internal function should indicate the error by return negative value 2020-12-31 09:37:29 +01:00
hostfs fs: fully parenthesize MIN and MAX macros 2020-12-08 12:58:40 -06:00
inode fs: Move file_close from fs/inode/fs_fileclose.c to fs/vfs/fs_close.c 2021-01-03 15:45:52 +01:00
littlefs Replace all wget with curl 2020-12-22 03:36:10 -06:00
mmap fs/mmap/fs_mmap.c: Fix a syslog format error 2020-11-20 22:22:53 -08:00
mount fs: remove INODE_IS_SPECIAL() use others instead 2020-12-30 12:21:02 -06:00
mqueue mqueue: add file_mq_xx for kernel use 2021-01-05 02:40:43 -06:00
nfs fs/nfs/nfs_vfsops.c: Fix syslog formats 2020-11-25 05:11:26 -08:00
nxffs fs: fully parenthesize MIN and MAX macros 2020-12-08 12:58:40 -06:00
partition Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
procfs fs: fully parenthesize MIN and MAX macros 2020-12-08 12:58:40 -06:00
romfs fs/romfs/fs_romfsutil.c: Fix syslog formats 2020-11-21 19:38:32 -08:00
semaphore Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
shm
smartfs fs: fully parenthesize MIN and MAX macros 2020-12-08 12:58:40 -06:00
spiffs spiffs_pgobj_ndxheader_s: Add a missing alignment 2021-01-06 03:06:39 -06:00
tmpfs Change all 'Nuttx' to 'NuttX' 2020-10-20 01:45:06 -07:00
unionfs fs/unionfs: remove excessive protection to avoid deadlock 2020-12-15 09:50:29 -06:00
userfs fs/userfs/fs_userfs.c: Fix syslog formats 2020-11-24 22:31:33 -08:00
vfs fs: Move file_close from fs/inode/fs_fileclose.c to fs/vfs/fs_close.c 2021-01-03 15:45:52 +01:00
fs_initialize.c
Kconfig vfs/epoll: add epoll_create1(2) implement 2020-08-17 23:41:13 -05:00
Makefile style/Makefile: remove unnecessary trailing whitespace 2020-11-28 12:20:30 +01:00