incubator-nuttx/fs
Jiuzhu Dong c18b5602e8 fs/procfs: add mempool info to proc/mempool
server> cat /proc/mempool
                   total    bsize    nused    nfree   nifree  nwaiter
       hello:        400       20       17        3        0        0

Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
2022-08-09 15:38:57 +08:00
..
aio use rmutex inside of all repeated implementation 2022-05-30 19:43:48 +08:00
binfs nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
cromfs Add preprocessor directive __attribute__((packed)) to cromfs_node_s 2022-06-01 12:09:37 +08:00
dirent opendir: use inode_find() instead when opendir() 2022-03-30 03:33:39 +08:00
driver nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
fat vfs: Remove the unnessary check when CONFIG_DEBUG_MM enable 2022-07-28 16:52:06 +03:00
hostfs vfs: Remove the unnessary check when CONFIG_DEBUG_MM enable 2022-07-28 16:52:06 +03:00
inode Fix various typos 2022-07-08 02:15:54 +08:00
littlefs littlefs_stat: Fix directory size 2022-05-20 15:37:28 +03:00
mmap include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
mount Add printflike and scanflike to all printf/scanf like functions 2022-07-18 14:14:36 +03:00
mqueue fs/mqueue: skip nxmq_pollnotify() if no poll waiters 2022-06-10 18:40:42 +09:00
nfs NFS select FS_LARGEFILE since it's required 2022-08-04 22:31:57 +08:00
nxffs nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
partition fs/partition/fs_gpt.c: Fix compilation error 2022-07-19 23:50:30 +08:00
procfs fs/procfs: add mempool info to proc/mempool 2022-08-09 15:38:57 +08:00
romfs fs/romfs: fix string overflow when the length of rn_name exceeds NAME_MAX + 1 2022-04-01 12:16:14 +03:00
rpmsgfs vfs: Remove the unnessary check when CONFIG_DEBUG_MM enable 2022-07-28 16:52:06 +03:00
semaphore semaphore: Change FS_NAMED_SEMPATH from "/var/lock" to "/var/sem" 2022-02-05 23:58:01 +01:00
shm shm: Rename FS_SHMPATH to FS_SHM_VFS_PATH 2022-02-05 23:58:01 +01:00
smartfs vfs: Remove the unnessary check when CONFIG_DEBUG_MM enable 2022-07-28 16:52:06 +03:00
socket fs:oflag need consistent with psock 2022-04-19 13:58:56 +03:00
spiffs SPIFFS select FS_LARGEFILE since it's required 2022-08-04 22:31:57 +08:00
tmpfs use rmutex inside of all repeated implementation 2022-05-30 19:43:48 +08:00
unionfs Remove the unneeded void cast 2022-04-17 23:32:05 +03:00
userfs net: use HTONS, NTOHS, HTONL, NTOHL macro in kernel code 2022-01-18 10:59:47 +01:00
vfs poll: defalut set POLLERR POLLHUP to events 2022-07-26 09:36:55 +08:00
Kconfig FS Disable FS_LARGEFILE by default 2022-08-04 22:31:57 +08:00
Makefile fs/vfs: Add file descriptor based timers support 2021-12-20 04:00:20 -06:00
fs_initialize.c