nuttx/fs
2013-11-01 11:49:13 -06:00
..
binfs Add logic to automatically unload module on exit; Several patches from Mike Smith 2013-01-17 14:43:55 +00:00
fat FAT: Fix error return value. In one failure case, success was being returned 2013-11-01 11:49:13 -06:00
mmap Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
nfs apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 2013-01-16 15:41:27 +00:00
nxffs Remove NXFFS compile warning 2013-09-12 12:25:03 -06:00
romfs Back out part of a recent, incorrect ROMFS change 2013-09-14 12:29:17 -06:00
smartfs Various changes and bigfixes for problems detected by CppCheck 2013-05-09 14:23:34 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
fs_close.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_closeblockdriver.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_closedir.c More changes for a kernel-mode allocator (more to be done) 2013-03-09 21:12:20 +00:00
fs_dup2.c Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
fs_dup.c Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
fs_fcntl.c Optimized sendfile() from Max Holtzberg 2013-09-28 14:47:49 -06:00
fs_fdopen.c Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
fs_filedup2.c Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
fs_filedup.c Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
fs_files.c Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
fs_findblockdriver.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_foreachinode.c More changes for a kernel-mode allocator (more to be done) 2013-03-09 21:12:20 +00:00
fs_foreachmountpoint.c I learned how to spell PSEUDO 2012-08-05 17:44:11 +00:00
fs_fsync.c Optimized sendfile() from Max Holtzberg 2013-09-28 14:47:49 -06:00
fs_inode.c Improve capability to traverse inodes in the NuttX psuedo-filesystem; now returns statfs 2012-08-03 22:04:14 +00:00
fs_inodeaddref.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_inodefind.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_inoderelease.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_inoderemove.c Improve capability to traverse inodes in the NuttX psuedo-filesystem; now returns statfs 2012-08-03 22:04:14 +00:00
fs_inodereserve.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_internal.h Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
fs_ioctl.c Optimized sendfile() from Max Holtzberg 2013-09-28 14:47:49 -06:00
fs_lseek.c Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
fs_mkdir.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_mount.c Fix SF bug #15: Typo replace error with ERROR 2013-07-03 06:19:13 -06:00
fs_open.c Optimized sendfile() from Max Holtzberg 2013-09-28 14:47:49 -06:00
fs_openblockdriver.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_opendir.c More changes for a kernel-mode allocator (more to be done) 2013-03-09 21:12:20 +00:00
fs_poll.c Optimized sendfile() from Max Holtzberg 2013-09-28 14:47:49 -06:00
fs_read.c Optimized sendfile() from Max Holtzberg 2013-09-28 14:47:49 -06:00
fs_readdir.c I learned how to spell PSEUDO 2012-08-05 17:44:11 +00:00
fs_registerblockdriver.c Add capability to traverse inodes in the NuttX psuedo-filesystem 2012-08-03 19:11:11 +00:00
fs_registerdriver.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_rename.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_rewinddir.c I learned how to spell PSEUDO 2012-08-05 17:44:11 +00:00
fs_rmdir.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_seekdir.c I learned how to spell PSEUDO 2012-08-05 17:44:11 +00:00
fs_select.c Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringup 2013-03-27 00:03:25 +00:00
fs_sendfile.c Optimized sendfile() from Max Holtzberg 2013-09-28 14:47:49 -06:00
fs_stat.c ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configuration 2012-10-26 19:53:20 +00:00
fs_statfs.c I learned how to spell PSEUDO 2012-08-05 17:44:11 +00:00
fs_syslog.c The USB monitor now works with the stm32f4discover/nsh configuration (but not with the usbnsh configuration) 2013-01-29 17:42:58 +00:00
fs_umount.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_unlink.c Clean-up files in fs/ directory 2012-07-14 21:05:40 +00:00
fs_unregisterblockdriver.c I learned how to spell PSEUDO 2012-08-05 17:44:11 +00:00
fs_unregisterdriver.c I learned how to spell PSEUDO 2012-08-05 17:44:11 +00:00
fs_write.c The last checkin replaced some impossible error handling with DEBUGASSERT. Except that one of the case is actually possible in one cornercase and had to be restored 2013-09-28 15:37:16 -06:00
Kconfig Add Ken Pettit's SMART FS 2013-04-30 20:13:30 -06:00
Makefile Optimized sendfile() from Max Holtzberg 2013-09-28 14:47:49 -06:00