Sebastien Lorquet
|
3c594b5ba1
|
Allows the use of tmpfs when no block driver is available. This is correctly done to define NONBDFS but below the structure is not where it should be.
|
2016-05-11 06:48:30 -06:00 |
Gregory Nutt
|
972181697a
|
fs_mount.c edited online with Bitbucket. Fix problem noted by David Sidrane.
|
2016-04-29 07:11:42 +00:00 |
Gregory Nutt
|
9008308b64
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
Gregory Nutt
|
0fb035f76b
|
Standardize some naming in code section comments
|
2016-02-21 18:09:04 -06:00 |
Ken Pettit
|
c0b9dcf8a9
|
fs/hostfs: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit
|
2015-11-25 08:26:26 -06:00 |
Gregory Nutt
|
d359a5be13
|
TMPFS: Code complete, but not yet functional
|
2015-10-09 11:02:59 -06:00 |
Gregory Nutt
|
af086c40ff
|
Remove dangling whitespace
|
2015-10-04 15:28:54 -06:00 |
Gregory Nutt
|
0b12dbf95d
|
Fix some spacing problems
|
2015-10-04 15:04:00 -06:00 |
Gregory Nutt
|
cb9e27c3b0
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
Gregory Nutt
|
cc7130b836
|
Correct a reference counting error in mq_open()
|
2015-09-23 10:34:08 -06:00 |
Gregory Nutt
|
a25ad1417e
|
Updte a README file
|
2015-06-12 08:46:54 -06:00 |
Gregory Nutt
|
4607a8435f
|
FS: Add the ability to mount a file system on top of en existing node in the psuedo-file system
|
2015-06-11 10:10:25 -06:00 |
Gregory Nutt
|
8055ba4d03
|
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 |
Gregory Nutt
|
f932b26db1
|
Add umount2(). umount() is now a macro that just calls umount2() with flags = 0.
|
2015-03-14 16:48:45 -06:00 |
Gregory Nutt
|
76906110b0
|
Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are problems. From Woohan Lee
|
2014-12-01 06:41:30 -06:00 |
Gregory Nutt
|
ae90309b36
|
Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h
|
2014-09-29 07:14:38 -06:00 |
Gregory Nutt
|
650a0d0615
|
Completes VFS-based named semaphore implemetation. Still a little buggy
|
2014-09-28 15:58:56 -06:00 |
Gregory Nutt
|
8a6a202c6d
|
straighten out files in some Make.defs files
|
2014-09-28 12:26:22 -06:00 |
Gregory Nutt
|
36a88638a4
|
Move mount-related files from fs/. to fs/mount/.
|
2014-09-28 11:28:17 -06:00 |