nuttx/fs/driver
chenrun1 3f47fd767a fs/xxfs:Replace kmm with fs heap
Summary:
  1.Add configuration to allocate memory from the specified section
  2.Replace all memory operations (kmm_) in the vfs with
    fs_heap_. When FS_HEAPSIZE > 0, memory is requested for the file system by specifying a configured heap location. By default (i.e. FS_HEAPSIZE=0) fs_heap_ is equivalent to kmm_

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2024-10-10 15:30:41 +02:00
..
CMakeLists.txt fs: add pipe type support to inode 2023-08-05 06:32:50 -07:00
driver.h rpmsgblk: bind block inode to ept when create ept 2023-11-22 08:08:12 -08:00
fs_blockpartition.c fs/xxfs:Replace kmm with fs heap 2024-10-10 15:30:41 +02:00
fs_blockproxy.c nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
fs_closeblockdriver.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_closemtddriver.c driver: move find_mtddriver() to fs.h and add close_mtddriver.c 2022-09-09 19:27:57 +08:00
fs_findblockdriver.c fs/inode: remove all unnecessary check for filep/inode 2023-08-29 09:47:11 +08:00
fs_findmtddriver.c fs/inode: remove all unnecessary check for filep/inode 2023-08-29 09:47:11 +08:00
fs_mtdpartition.c fs/partition: register partition device if caller doesn't provide handler 2023-05-27 20:23:17 -03:00
fs_mtdproxy.c nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
fs_openblockdriver.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
fs_registerblockdriver.c fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
fs_registerdriver.c fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
fs_registermtddriver.c fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
fs_registerpipedriver.c fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
fs_unregisterblockdriver.c fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
fs_unregisterdriver.c fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
fs_unregistermtddriver.c fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
fs_unregisterpipedriver.c fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
Make.defs fs: add pipe type support to inode 2023-08-05 06:32:50 -07:00