nuttx/fs
Xiang Xiao 346336bb9e Make the read ahead buffer unselectable
Here is the email loop talk about why it is better to remove the option:
https://groups.google.com/forum/#!topic/nuttx/AaNkS7oU6R0

Change-Id: Ib66c037752149ad4b2787ef447f966c77aa12aad
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-01-11 08:24:49 -06: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
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 Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
romfs various fixes (#49) 2020-01-07 09:06:02 -06:00
semaphore
shm
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
fs_initialize.c
Kconfig
Makefile