nuttx/fs
Xiang Xiao 9f44417de4 fs/lfs: Update version to 2.4.0
And redirect assert and log to NuttX's version
which is possible after:
commit c0cc0a417e727764ccce6f1284e3570898d750e6
Author: Christopher Haster <chaster@utexas.edu>
Date:   Mon Jan 18 14:01:53 2021 -0600

    Enabled overriding of LFS_ASSERT/TRACE/DEBUG/etc

    This is useful for testing the new erroring assert behavior in CI.
    Asserts do not error by default, so this macro needs to be overriden.

    It is possible to test this behavior using the existing option of
    overriding lfs_util.h with a custom file, by using a small sed
    one-line script. But this is much simpler.

    This does raise the question if more of the configuration options in
    lfs_util.h should be opened up for function-like macro overrides.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Ie70814e1a2777e19a7310358d3a94ff965287d7b
2021-04-03 21:00:41 +01:00
..
aio fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
binfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
cromfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
dirent Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
driver fs: try blockproxy only if BCH is enabled 2021-03-17 01:25:16 -07:00
fat docs and comments: Update stale references to COPYING 2021-04-01 21:10:56 -05:00
hostfs fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
inode fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
littlefs fs/lfs: Update version to 2.4.0 2021-04-03 21:00:41 +01:00
mmap fs/mmap: Return EACCES for incompatible file descriptors 2021-03-16 10:17:07 -07:00
mount sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
mqueue sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
nfs fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
nxffs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
partition fs: change geometry types from size_t to blkcnt_t and blksize_t 2021-02-18 20:38:22 -08:00
procfs fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
romfs sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
semaphore Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
shm Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
smartfs fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
socket net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00
spiffs fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
tmpfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
unionfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
userfs Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
vfs fs/epoll: correct the return value of epoll_ctl(2) 2021-03-23 00:28:18 -07:00
fs_initialize.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
Kconfig fs/eventfd: Convert the indent under EVENT_FD_VFS_PATH option to tab 2021-02-05 12:17:47 -03:00
Makefile net: unify socket into file descriptor 2021-03-03 19:01:41 -08:00