incubator-nuttx/fs
fangxinyong f2cc9e8410 fs: support VFS-based named event group
This extension for the event group, to establish a connection between
named event groups and a task. The task may reference the event group
associated with a VFS-based name. Then the event group can be used
in subsequent calls to nxevent_wait() or nxevent_post().

This is an internal OS interface and should not be used by applications.

Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>
2024-10-09 01:40:00 +08:00
..
aio vfs/file: add reference counting to prevent accidental close during reading writing... 2024-09-17 12:01:53 +08:00
binfs fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
cromfs fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
driver fs/inode: using rwsem lock as inode_lock to avoid deadlock 2024-10-02 01:56:46 +08:00
event fs: support VFS-based named event group 2024-10-09 01:40:00 +08:00
fat fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
hostfs fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
inode fs: fix compile break 2024-10-08 23:24:13 +08:00
littlefs fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
mmap fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
mnemofs fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
mount zipfs:zipfs not need mtd drivers 2024-10-08 19:55:09 +08:00
mqueue fs/inode: using rwsem lock as inode_lock to avoid deadlock 2024-10-02 01:56:46 +08:00
nfs fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
notify fs_close: provide inotify call for close 2024-10-08 08:14:19 +08:00
nxffs fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
partition fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
procfs procfs: access tcb in critical section 2024-10-08 23:55:59 +08:00
romfs fs/romfs: Call block_operations::close when romfs_bind fail 2024-10-07 21:10:07 +08:00
rpmsgfs rpmsg services: should release the tx buffer when rpmsg_send_nocopy failed 2024-10-08 18:26:39 +08:00
semaphore fs/semaphore: fix a minor issue with goto label 2024-10-08 23:21:54 +08:00
shm fs/inode: remove unnecessary return value for inode_addrefs 2024-10-02 01:56:46 +08:00
smartfs smartfs: return -ENOTTY if ioctl command is not found 2024-10-05 20:52:31 +08:00
socket fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
spiffs fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
tmpfs fs/ioctl:add FIOC_XIPBASE to get file xip address 2024-09-30 18:25:46 +08:00
unionfs fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
userfs fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
v9fs fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
vfs fs_open:Adjust the definition of the open path 2024-10-08 22:21:33 +08:00
zipfs fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
CMakeLists.txt fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
Kconfig fs: support VFS-based named event group 2024-10-09 01:40:00 +08:00
Makefile fs: support VFS-based named event group 2024-10-09 01:40:00 +08:00
fs_heap.c fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
fs_heap.h fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
fs_initialize.c fs: add fs_heap, support shm/tmpfs/pseudofile with indepent heap 2024-08-25 22:12:37 +08:00