nuttx/fs
2014-09-28 11:06:21 -06:00
..
binfs More trailing whilespace removal 2014-04-13 16:22:22 -06:00
driver Move drive from fs/. to fs/driver/. 2014-09-28 11:06:21 -06:00
fat Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
inode Move drive from fs/. to fs/driver/. 2014-09-28 11:06:21 -06:00
mmap Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
nfs Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
nxffs Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
procfs procfs: Fix some breakage introduced by reorganizing some un-reorganizable data structures. From Ken Pettit 2014-09-22 11:07:08 -06:00
romfs Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
smartfs Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
fs_automount.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_close.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_closedir.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_dup2.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_dup.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_fcntl.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_fdopen.c Fix more places where the user-mode allocator is used to allocate kernel thread resources -- before the user-mode allocator even exists 2014-09-03 14:58:24 -06:00
fs_filedup2.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_filedup.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_foreachmountpoint.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_fsync.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_ioctl.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_lseek.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_mkdir.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_mount.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_open.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_opendir.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_poll.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_read.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_readdir.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_rename.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_rewinddir.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_rmdir.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_seekdir.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_select.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_sendfile.c Optimized sendfile() from Max Holtzberg 2013-09-28 14:47:49 -06:00
fs_stat.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_statfs.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_syslog.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_umount.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_unlink.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs_write.c Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
fs.h Rename fs/fs_internal.h to fs/fs.h 2014-09-28 09:13:56 -06:00
Kconfig Add support for an automounter that will automatically mount and unmount a file system a media is inserted and removed 2014-07-29 12:50:08 -06:00
Makefile Move drive from fs/. to fs/driver/. 2014-09-28 11:06:21 -06:00