nuttx/fs
2014-03-06 08:01:56 -06:00
..
binfs
fat Fix a FAT file corruption problem. From Andrew Tridgell 2014-03-04 11:34:54 -06:00
mmap
nfs
nxffs NXFFS: Missing call to nxffs_freeentry() caused a memory leak 2014-03-06 08:01:56 -06:00
procfs procfs: Remove newline from the end of the cpuload and loadavg outputs so that the returned percentages can be printed on the same line as other data. 2014-02-27 11:18:28 -06:00
romfs
smartfs
.gitignore
fs_close.c
fs_closeblockdriver.c
fs_closedir.c
fs_dup.c
fs_dup2.c
fs_fcntl.c
fs_fdopen.c
fs_filedup.c
fs_filedup2.c
fs_files.c
fs_findblockdriver.c
fs_foreachinode.c
fs_foreachmountpoint.c
fs_fsync.c
fs_inode.c Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem 2014-02-19 13:14:39 -06:00
fs_inodeaddref.c Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem 2014-02-19 13:14:39 -06:00
fs_inodebasename.c Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem 2014-02-19 13:14:39 -06:00
fs_inodefind.c
fs_inoderelease.c
fs_inoderemove.c Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem 2014-02-19 13:14:39 -06:00
fs_inodereserve.c Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem 2014-02-19 13:14:39 -06:00
fs_internal.h Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem 2014-02-19 13:14:39 -06:00
fs_ioctl.c
fs_lseek.c
fs_mkdir.c unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem 2014-02-20 18:14:02 -06:00
fs_mount.c
fs_open.c
fs_openblockdriver.c
fs_opendir.c
fs_poll.c
fs_read.c
fs_readdir.c
fs_registerblockdriver.c
fs_registerdriver.c
fs_rename.c unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem 2014-02-20 18:14:02 -06:00
fs_rewinddir.c
fs_rmdir.c unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem 2014-02-20 18:14:02 -06:00
fs_seekdir.c
fs_select.c
fs_sendfile.c
fs_stat.c
fs_statfs.c
fs_syslog.c
fs_umount.c
fs_unlink.c unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem 2014-02-20 18:14:02 -06:00
fs_unregisterblockdriver.c
fs_unregisterdriver.c
fs_write.c
Kconfig Add CONFIG_DEFAULT_SMALL that will select default values for configuration settings based upon either more features or smaller footprint. Turns out not be be useful for modifying existing defconfig files because the defaults do not apply in that case 2014-02-20 18:49:45 -06:00
Makefile unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem 2014-02-20 18:14:02 -06:00