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

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


    from 758b9d98fc9 boards/xtensa/esp32s3/esp32s3-m5-cardputer: follow the 
unified lvglterm input
     new 08afc5f2cf7 fs: enforce path search and unify inode permission helpers
     new 4002e6af5f9 Documentation: describe FS permission interface and 
mount-crossing

The 2 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:
 Documentation/components/filesystem/littlefs.rst |   3 +
 Documentation/components/filesystem/pseudofs.rst |   4 +
 Documentation/components/filesystem/tmpfs.rst    |  10 ++
 Documentation/implementation/file_permission.rst | 137 +++++++++++++++++++++++
 Documentation/implementation/index.rst           |   1 +
 Documentation/implementation/user_identity.rst   |  13 ++-
 fs/inode/fs_inode.c                              | 131 +++++++++++++++-------
 fs/inode/fs_inoderemove.c                        |   6 +-
 fs/inode/fs_inodereserve.c                       |   8 +-
 fs/inode/inode.h                                 |  39 +++++--
 fs/mount/fs_mount.c                              |   9 ++
 fs/mount/fs_umount2.c                            |  11 +-
 fs/tmpfs/fs_tmpfs.c                              |  41 ++++++-
 fs/vfs/fs_chstat.c                               |   7 ++
 fs/vfs/fs_mkdir.c                                |   7 ++
 fs/vfs/fs_open.c                                 |  12 +-
 fs/vfs/fs_readlink.c                             |   7 ++
 fs/vfs/fs_rename.c                               |  14 ++-
 fs/vfs/fs_rmdir.c                                |   7 ++
 fs/vfs/fs_stat.c                                 |   7 ++
 fs/vfs/fs_statfs.c                               |   7 ++
 fs/vfs/fs_unlink.c                               |   6 +
 include/nuttx/fs/fs.h                            |  12 ++
 23 files changed, 436 insertions(+), 63 deletions(-)
 create mode 100644 Documentation/implementation/file_permission.rst

Reply via email to