incubator-nuttx/fs
Xiang Xiao 6f33dd6ea0 mm/heap: Change TCB_FLAG_HEAPCHECK to TCB_FLAG_HEAP_CHECK
align with other flags naming convention

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-11-12 09:39:01 +01:00
..
aio use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
binfs fs/directory: move private directory information to filesystem 2022-08-09 23:30:01 +08:00
cromfs fs/directory: move private directory information to filesystem 2022-08-09 23:30:01 +08:00
driver Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fat Call nxsem_destroy or nxmutex_destry in the error path 2022-10-30 13:56:52 +01:00
hostfs Call nxsem_destroy or nxmutex_destry in the error path 2022-10-30 13:56:52 +01:00
inode fs: Correct the comment of file_allocate 2022-10-28 10:12:08 +02:00
littlefs Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mmap Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mount arch: Replace critical section with nxmutex in i2c/spi/1wire initialization 2022-10-17 15:59:46 +09:00
mqueue fs/vfs: Let caller control whether add the reference count of inode in file_allocate 2022-10-28 10:12:08 +02:00
nfs Call nxsem_destroy or nxmutex_destry in the error path 2022-10-30 13:56:52 +01:00
nxffs Call nxsem_destroy or nxmutex_destry in the error path 2022-10-30 13:56:52 +01:00
partition Fixes for GPT partition parsing 2022-09-27 09:42:39 +08:00
procfs mm/heap: Change TCB_FLAG_HEAPCHECK to TCB_FLAG_HEAP_CHECK 2022-11-12 09:39:01 +01:00
romfs Call nxsem_destroy or nxmutex_destry in the error path 2022-10-30 13:56:52 +01:00
rpmsgfs sem:remove sem default protocl 2022-10-22 14:50:48 +08:00
semaphore sched: Remove the unnecessary (FAR sem_t *) cast 2022-10-29 21:12:40 +02:00
shm Kconfig: Remove EXPERIMENTAL for features which is been around a long time 2022-09-19 11:39:22 -03:00
smartfs Call nxsem_destroy or nxmutex_destry in the error path 2022-10-30 13:56:52 +01:00
socket socket: separation error code EBADF and ENOTSOCK 2022-10-29 08:18:02 +02:00
spiffs tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
tmpfs Fixed NULL pointer use in tmpfs. 2022-10-14 21:29:37 +08:00
unionfs fix a mistake about nxmutex & sem 2022-11-03 23:42:55 +08:00
userfs Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
vfs epoll: Call poll_notify before unlock mutex 2022-11-11 21:12:59 +01:00
Kconfig FS Disable FS_LARGEFILE by default 2022-08-04 22:31:57 +08:00
Makefile tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
fs_initialize.c fs/rpmsg: Move the server initialization to fs_initialize 2022-08-11 02:08:42 +03:00