Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

File System

Improvements

Markdown
* [#10061](https://github.com/apache/nuttx/pull/10061) add pipe type support to inode
* [#10764](https://github.com/apache/nuttx/pull/10764) add syncfs api for sync whole fs data
* [#9656](https://github.com/apache/nuttx/pull/9656) Define __USE_FILE_OFFSET64 when CONFIG_FS_LARGEFILE is enabled
* [#10779](https://github.com/apache/nuttx/pull/10779) hostfs: mask bit fields of not support
* [#10257](https://github.com/apache/nuttx/pull/10257) ioctl: add BIOC_BLKGETSIZE cmd to get block sector numbers
* [#10418](https://github.com/apache/nuttx/pull/10418) inode:i_private: remove all unnecessary cast for i_private
* [#10422](https://github.com/apache/nuttx/pull/10422) inode: remove all unnecessary check for filep:inode
* [#9685](https://github.com/apache/nuttx/pull/9685) mount: correct df -h output format
* [#9654](https://github.com/apache/nuttx/pull/9654) nfs: Fix nfs client
* [#9963](https://github.com/apache/nuttx/pull/9963) nfs: support seek, fsync operation
* [#9936](https://github.com/apache/nuttx/pull/9936) partition: Add txt partition table parser
* [#9939](https://github.com/apache/nuttx/pull/9939) procfs: call the close of each component when procfs_close
* [#10059](https://github.com/apache/nuttx/pull/10059) procfs: Optimize fd information output format
* [#10647](https://github.com/apache/nuttx/pull/10647) procfs: vela fs procfs add clock procfs entry
* [#9929](https://github.com/apache/nuttx/pull/9929) pseudo-file: support pseudo-file operation
* [#10004](https://github.com/apache/nuttx/pull/10004) romfs: Fix FIOC_FILEPATH for dup'ed file
* [#10075](https://github.com/apache/nuttx/pull/10075) remove (flags & MAP_PRIVATE) == 0.
* [#9905](https://github.com/apache/nuttx/pull/9905) semaphore: modify or remove sched_[un]lock
* [#9924](https://github.com/apache/nuttx/pull/9924) semaphore: fix sem_open
* [#10343](https://github.com/apache/nuttx/pull/10343) shmfs: Fix illegal usage of void* arithmetics 
* [#10039](https://github.com/apache/nuttx/pull/10039) tmpfs: fix tmpfs_read overwrite after seek over tfo_size
* [#9910](https://github.com/apache/nuttx/pull/9910) unionfs: Remove unionfs_mount function 
* [#10295](https://github.com/apache/nuttx/pull/10295) vfs: add nxsched_foreach to sched_lock avoid crash
* [#9798](https://github.com/apache/nuttx/pull/9798) vfs: add refcnt using epoll_create to fix bug when use popen which dup the fd and close at end after epoll_create
* [#9927](https://github.com/apache/nuttx/pull/9927) vfs: dup: add nonblock flag to avoid happening block when dup
* [#10545](https://github.com/apache/nuttx/pull/10545) vfs: fix dup issue for eventfd:signalfd:timerfd
* [#10096](https://github.com/apache/nuttx/pull/10096) vfs: fs_open: add ioctl checkflag
* [#10007](https://github.com/apache/nuttx/pull/10007) vfs: open: Use file mode only when O_CREAT is specified.
* [#9925](https://github.com/apache/nuttx/pull/9925) vfs: posix: fix ltp test errors

Networking

Improvements

Markdown

...