incubator-nuttx/fs
Manuel Stühn f9c0168aba NFS: Fix prototype of unbind method. The function prototype was not updated for NFS after a recent change to the file system interface. From Manuel Stühn. 2015-06-26 07:06:53 -06:00
..
aio fs/aio: Corrrect some backward tests in aio_read() and aio_write(): Socket descriptors have higher numbers than file descriptors. In aio_contain(), Copy u.ptr (void *) when initializing aioc and not the case specific u.aioc_filep. From Michal Ulianko. 2015-02-24 07:29:47 -06:00
binfs Add support for umount2(target, MNT_FORCE) in the FAT file system. 2015-03-15 07:45:19 -06:00
dirent Minor file system clean-up 2015-06-18 10:16:49 -06:00
driver Minor file system clean-up 2015-06-18 10:16:49 -06:00
fat Update some comments 2015-04-13 07:39:56 -06:00
inode Minor file system clean-up 2015-06-18 10:16:49 -06:00
mmap Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h 2014-09-29 07:14:38 -06:00
mount Updte a README file 2015-06-12 08:46:54 -06:00
mqueue Minor file system clean-up 2015-06-18 10:16:49 -06:00
nfs NFS: Fix prototype of unbind method. The function prototype was not updated for NFS after a recent change to the file system interface. From Manuel Stühn. 2015-06-26 07:06:53 -06:00
nxffs Pass the umount2() flags to every unbind() implementation. That is where the the decision to umount or not will be made. 2015-03-14 17:22:02 -06:00
procfs Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis 2015-05-23 17:08:35 -06:00
romfs Pass the umount2() flags to every unbind() implementation. That is where the the decision to umount or not will be made. 2015-03-14 17:22:02 -06:00
semaphore Minor file system clean-up 2015-06-18 10:16:49 -06:00
shm Oops... forgot to add a new directory in the last commit 2014-09-29 16:48:01 -06:00
smartfs Pass the umount2() flags to every unbind() implementation. That is where the the decision to umount or not will be made. 2015-03-14 17:22:02 -06:00
unionfs Minor tweak to last unionfs fix 2015-06-24 10:19:04 -06:00
vfs Local sockets: Add poll support for Unix stream sockets. From Jussi Kivilinna. 2015-05-12 07:41:12 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig Add support for a union file system that can be used to overlay and merge the content of two mounted file systems. 2015-06-05 13:18:06 -06:00
Makefile Add support for a union file system that can be used to overlay and merge the content of two mounted file systems. 2015-06-05 13:18:06 -06:00
fs_initialize.c Modify FS initialization logic to handle AIO container initialization. 2014-10-06 08:11:37 -06:00