This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 2a434fe arch: imx6: Add the pgheap for imx6
add 120fa93 fs: add "/" suffix for mountpoint node when using
inode_getpath
add 4f79a1e procfs/group/fd: add path for every file descriptor
add 07bfa32 fs/romfs: get file path by ioctl with FION_FILEPATH
add bc43206 fs/romfs: always save linkoffset in romfs_nodeinfo_s
add f677a0d romfs: cache romfs entry to improve access file speed
No new revisions were added by this update.
Summary of changes:
fs/inode/fs_inodegetpath.c | 2 +-
fs/procfs/fs_procfsproc.c | 24 +++-
fs/romfs/Kconfig | 9 ++
fs/romfs/fs_romfs.c | 84 +++++++++-----
fs/romfs/fs_romfs.h | 37 ++++---
fs/romfs/fs_romfsutil.c | 271 ++++++++++++++++++++++++++++++++++++++++-----
include/nuttx/fs/dirent.h | 27 +++++
7 files changed, 375 insertions(+), 79 deletions(-)