nuttx-update/fs
Michal Lenc 8639b1ca66 smartfs: add support for FIOC_FILEPATH ioctl
The FIOC_FILEPATH ioctl call is required if smartfs is to be used
together with inotify monitoring system. This implements the
call support to smartfs file system. The path to the file has to
be stored in smartfs_ofile_s structure during file open (and is freed
during close) as smartfs currently is not able to obtain the path
knowing only the file node. The full path is concatenated with the file
name and creates the full path needed for inotify to detect whether
the file is on the watchlist.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2024-09-27 10:28:37 +08:00
..
aio vfs/file: add reference counting to prevent accidental close during reading writing... 2024-09-17 12:01:53 +08:00
binfs nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
cromfs nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
driver nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
fat nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
hostfs fs/hostfs: Replace strcpy with memcpy 2024-09-06 12:27:55 +08:00
inode Should call fs_putfilep put fs reference when call files_fget complete 2024-09-23 18:22:35 +08:00
littlefs add sched note for littlefs/romfs/rpmsgfs 2024-09-17 15:21:54 -03:00
mmap fs_rammap:Check last fileseek restore fpos 2024-09-26 16:15:17 +08:00
mnemofs boards/sim: Defconfigs for nand and mnemofs 2024-09-05 11:02:05 +08:00
mount fs_inode:Change the type of i_crefs to atomic_int 2024-09-23 14:07:03 +08:00
mqueue fs_inode:Change the type of i_crefs to atomic_int 2024-09-23 14:07:03 +08:00
nfs fs: nfs: Fix nfsmount error 2024-08-27 21:57:18 +08:00
notify nuttx/atomic.h:fix Fixed the pragma of ATOMIC_VAR_INIT in clang 2024-09-23 14:07:03 +08:00
nxffs nuttx: resolve various 'FAR' and 'CODE' issues 2024-08-26 10:21:03 +08:00
partition fs: partition: fs_mbr: fix for MBR block count calculation. 2024-01-14 01:29:24 -08:00
procfs Thermal: Add procfs file nodes 2024-09-23 08:57:29 +08:00
romfs add sched note for littlefs/romfs/rpmsgfs 2024-09-17 15:21:54 -03:00
rpmsgfs add sched note for littlefs/romfs/rpmsgfs 2024-09-17 15:21:54 -03:00
semaphore fs_inode:Change the type of i_crefs to atomic_int 2024-09-23 14:07:03 +08:00
shm fs_inode:Change the type of i_crefs to atomic_int 2024-09-23 14:07:03 +08:00
smartfs smartfs: add support for FIOC_FILEPATH ioctl 2024-09-27 10:28:37 +08:00
socket nuttx/atomic.h:fix Fixed the pragma of ATOMIC_VAR_INIT in clang 2024-09-23 14:07:03 +08:00
spiffs nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
tmpfs fs: add fs_heap, support shm/tmpfs/pseudofile with indepent heap 2024-08-25 22:12:37 +08:00
unionfs nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
userfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
v9fs Fix Kconfig style 2024-09-17 22:16:41 +08:00
vfs fs_fcntl: fix the ret value not check error 2024-09-27 00:20:53 +08:00
zipfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
CMakeLists.txt fs: add fs_heap, support shm/tmpfs/pseudofile with indepent heap 2024-08-25 22:12:37 +08:00
fs_heap.c fs: add fs_heap, support shm/tmpfs/pseudofile with indepent heap 2024-08-25 22:12:37 +08:00
fs_heap.h fs: add fs_heap, support shm/tmpfs/pseudofile with indepent heap 2024-08-25 22:12:37 +08:00
fs_initialize.c fs: add fs_heap, support shm/tmpfs/pseudofile with indepent heap 2024-08-25 22:12:37 +08:00
Kconfig Add reference count configuration 2024-09-17 12:01:53 +08:00
Makefile Revert "build depend:Revert Make.dep intermediate ddc file" 2024-09-15 19:29:47 +08:00