.. |
binfs
|
Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being)
|
2013-11-15 09:49:27 -06:00 |
fat
|
Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being)
|
2013-11-15 09:49:27 -06:00 |
mmap
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
nfs
|
Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being)
|
2013-11-15 09:49:27 -06:00 |
nxffs
|
NXFFS: When dumping the MTD content, don't abort on a read error. For NAND, the read error probably just means that an uncorrectable ECC was encountered
|
2013-12-01 20:17:09 -06:00 |
procfs
|
Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being)
|
2013-11-15 09:49:27 -06:00 |
romfs
|
Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being)
|
2013-11-15 09:49:27 -06:00 |
smartfs
|
Add README file for SMARTFS. From Ken Pettit
|
2013-11-23 06:44:17 -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
|
|
|
fs_closeblockdriver.c
|
|
|
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
|
|
|
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
|
|
|
fs_fsync.c
|
Optimized sendfile() from Max Holtzberg
|
2013-09-28 14:47:49 -06:00 |
fs_inode.c
|
LPC31 EHCI: Make stream disable a configurable option
|
2013-11-28 13:30:06 -06:00 |
fs_inodeaddref.c
|
|
|
fs_inodefind.c
|
|
|
fs_inoderelease.c
|
|
|
fs_inoderemove.c
|
|
|
fs_inodereserve.c
|
|
|
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
|
|
|
fs_mount.c
|
FS mount logic: Fix error in conditional compilation. Reported by Daniel Palmer
|
2013-11-15 07:21:52 -06:00 |
fs_open.c
|
Optimized sendfile() from Max Holtzberg
|
2013-09-28 14:47:49 -06:00 |
fs_openblockdriver.c
|
|
|
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
|
|
|
fs_registerblockdriver.c
|
|
|
fs_registerdriver.c
|
|
|
fs_rename.c
|
|
|
fs_rewinddir.c
|
|
|
fs_rmdir.c
|
|
|
fs_seekdir.c
|
|
|
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
|
|
|
fs_statfs.c
|
|
|
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
|
|
|
fs_unlink.c
|
|
|
fs_unregisterblockdriver.c
|
|
|
fs_unregisterdriver.c
|
|
|
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
|
Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being)
|
2013-11-15 09:49:27 -06:00 |
Makefile
|
fs/procfs: Add a tiny, primitive procfs file system. Might get more interesting in the future
|
2013-11-13 15:59:14 -06:00 |