This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 1401179f850 arch/sim: make nuttx link target depend on staging 
libraries
     new 582693f2ceb fs/smartfs: change fs_heap to lib_tempbuffer
     new 1519a7862f3 fs/inode: fix off-by-one in _inode_checkpath NAME_MAX check
     new e396baf06f9 fs/vfs/rename: fix rename to same file and rename to 
subdirectory
     new 67cd42677b4 fs/inode: canonicalize path before inode search to fix .. 
resolution
     new 1312bc84a25 fs: remove redundant ".." handling after VFS 
canonicalization
     new 152ebca5996 fs/inode: fix relative-path truncation causing wrong EISDIR
     new fa7865f109f fs/vfs: fix link() returning EXDEV instead of ENAMETOOLONG
     new 543e090d750 libc/limits: increase LINK_MAX to 128 and fix pathconf
     new 72e0b292f84 fs: fix pre-existing nxstyle issues in touched files

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 fs/hostfs/hostfs.c              |  52 +----
 fs/inode/fs_inodesearch.c       | 207 ++++++++++++++-----
 fs/rpmsgfs/rpmsgfs.c            |  52 +----
 fs/smartfs/smartfs_utils.c      | 436 ++++++++++++++++++----------------------
 fs/vfs/fs_link.c                |  13 +-
 fs/vfs/fs_rename.c              |  33 +++
 include/limits.h                |   2 +-
 libs/libc/unistd/lib_pathconf.c |   2 +-
 8 files changed, 418 insertions(+), 379 deletions(-)

Reply via email to