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/nuttx.git
from a69d3d78fe inotify: add filter of notify options to reduce overload of
system
new 0bf2634631 fs_lock:Reduce stack size
new c528244f19 fs_lock:Fixed the problem that in multi-threaded
situations, the bucket may be deleted by other factors during the search
process, resulting in assertion.
new dba77ff043 fslock:Optimize the performance overhead caused by frequent
close
new 16afee6f0c notify:add path tmp buffer
new 36a8ff0540 lib_pathbuffer.c:Determine whether to malloc from the heap
by CONFIG_LIBC_PATHBUFFER_MALLOC
new 271f76590f fs_lock/pathbuffer:Optimize code structure
The 6 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/vfs/fs_lock.c | 68 +++++++--
include/nuttx/fs/fs.h | 4 +
include/nuttx/lib/lib.h | 5 +
libs/libc/misc/CMakeLists.txt | 3 +-
libs/libc/misc/Kconfig | 14 ++
libs/libc/misc/Make.defs | 2 +-
.../lpc54_rng.c => libs/libc/misc/lib_pathbuffer.c | 168 +++++++++------------
7 files changed, 150 insertions(+), 114 deletions(-)
copy arch/arm/src/lpc54xx/lpc54_rng.c => libs/libc/misc/lib_pathbuffer.c (52%)