nuttx/fs
Alin Jerpelea 3e45517599 Fix buffer overrun and memory leak on smartfs and improvement to cxd56xx
Author: Alan Carvalho de Assis <acassis@gmail.com>

    Check all .c and .h against nxstyle and fix it.

Author: Alin Jerpelea <alin.jerpelea@sony.com>

    fs: smartfs: Fix over capacity write

    When the remaining capacity of flash is one sector, if a new root
    directory is created by file open, then the root directory's chain is
    broken and it causes to SmartFS filesystem crash. Once this fatal
    problem occurs, it's impossible to recover even if the system reboot.
    Fix it by finally update link of root directory.

    fs: smartfs: Fix buffer overrun

    fs: smartfs: Fix uninitialized variable warnings

    fs: smartfs: Memory leak fix

    boards: cxd56xx: Update spresense board.h

    - Fix PMIC assignment
    - Add specific pin configurations for spresense
    - Remove unnecessary definitions

    arch: cxd56xx: Add ITM syslog init at startup

    arch: cxd56xx: Enable DMA settings dynamically
2020-01-08 07:51:11 -03:00
..
aio Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
binfs This commit moves shared builtin information out of binfmt/libbuiltin and into libs/libc/builtin where it can be shared. This should permit builtin application in the PROTECTED build where binfmt/libbuiltin is not available in user space. 2019-08-23 09:07:40 -06:00
cromfs fs/cromfs/fs_cromfs.c: Back out an erroneous change I made during a code review. Noted by Jussi Kivilinna. 2019-12-02 08:44:50 -06:00
dirent fs/dirent/fs_opendir.c: Fix typo and style. opendir() did set errno to a negative value in one error case. Fixed some coding style issues found by nxstyle. 2019-07-31 07:18:07 -06:00
driver Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
fat Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
hostfs Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
inode Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
littlefs Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mmap fs/mmap/fs_munmap.c: Fix 'warning: variable 'newaddr' set but not used' 2019-11-27 07:51:35 -06:00
mount Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mqueue fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
nfs Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nxffs Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
partition Fix some new warnings found in build testing. 2019-09-10 08:20:53 -06:00
procfs Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
romfs various fixes (#49) 2020-01-07 09:06:02 -06:00
semaphore Standardization of some function headers. 2018-03-13 09:52:27 -06:00
shm fs/: Remove dangling space at the end of lines. 2017-06-28 13:17:55 -06:00
smartfs Fix buffer overrun and memory leak on smartfs and improvement to cxd56xx 2020-01-08 07:51:11 -03:00
spiffs Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
tmpfs Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
unionfs Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
userfs Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
vfs Fix typo in the file_read description (#44) 2020-01-07 07:07:39 -03:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
fs_initialize.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
Kconfig Addes the ARM mbed littlefs to NuttX 2019-01-09 14:26:51 -06:00
Makefile CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 2019-02-11 12:09:26 -06:00