Bernard Xiong
|
854d8866d3
|
[DFS] fix the compiling issue under Keil MDK.
|
2015-05-02 22:53:08 +08:00 |
Bernard Xiong
|
5ca3da9e1c
|
Merge remote-tracking branch 'upstream/master'
|
2015-05-02 01:33:58 +00:00 |
Bernard Xiong
|
a7d6e284d0
|
[DFS] Export dfs_subdir/dfs_normalize_path symbol to module.
|
2015-05-02 08:55:08 +08:00 |
Bernard Xiong
|
8dfc80b4a2
|
[DFS] Add lwIP file system interface for DFS
|
2015-05-01 08:19:52 +00:00 |
Bernard Xiong
|
f36a1d92a4
|
[DFS] fix the NFS link issue
|
2015-04-11 01:04:14 +00:00 |
Bernard Xiong
|
78ef35f2cf
|
Merge remote-tracking branch 'coding/master'
|
2015-04-06 05:16:53 +00:00 |
Bernard.Xiong
|
b68d041275
|
[DFS] add file header infor
|
2015-04-06 11:52:29 +08:00 |
Bernard Xiong
|
1377022b18
|
[DFS] Use SConscript of each file system to build.
|
2015-04-03 14:26:18 +00:00 |
Bernard Xiong
|
fbd620a7f4
|
[Kernel] Move the components initailzation to the kernel
|
2015-02-25 10:50:21 +08:00 |
Bernard Xiong
|
7f4e647971
|
Merge remote-tracking branch 'upstream/master'
|
2015-01-29 09:14:12 +00:00 |
Bernard Xiong
|
01c3460cdb
|
[DevFS] fix the device none-open issue
|
2015-01-28 14:13:44 +08:00 |
Aubr.Cool
|
eb898f69c9
|
Correct dfs fd_is_open search index error
|
2015-01-27 11:00:25 +08:00 |
Bernard Xiong
|
ab05daf4ef
|
[LIBC] fix compiling warning
|
2014-12-06 07:26:19 +00:00 |
Grissiom
|
28ff3ed186
|
romfs: fix a use-before-set bug on checking the dirent
|
2014-11-03 17:32:50 +08:00 |
Grissiom
|
b43573844d
|
romfs: rewrite mkromfs.py
|
2014-11-03 12:20:09 +08:00 |
Grissiom
|
e882597f9c
|
romfs: check the dirent before use it
System will crash when the romfs is erased. Add checks before using them
to avoid it.
|
2014-11-03 12:10:25 +08:00 |
Grissiom
|
3531fa71aa
|
romfs: declare the dummy entry as weak
|
2014-11-01 17:57:43 +08:00 |
Bernard Xiong
|
b081df6b93
|
[NFS] fix opendir failed issue.
|
2014-11-01 10:53:44 +08:00 |
Grissiom
|
9a75583349
|
dfs: check for null reference
|
2014-10-14 16:09:10 +08:00 |
bernard
|
582aff86ed
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
|
2014-08-01 12:03:24 +08:00 |
bernard
|
516711dc1d
|
[DFS] make comments cleanup.
|
2014-08-01 12:03:11 +08:00 |
Bernard Xiong
|
59c128c073
|
[libc] fix compiling warning
|
2014-07-31 09:30:18 +08:00 |
bernard
|
a118801bfe
|
[DFS] Add dfs_filesystem_get_mounted_path() function.
|
2014-06-26 13:59:26 +08:00 |
Grissiom
|
4b7e9c6447
|
dfs: assert the path is not null in dfs_filesystem_lookup
Clang complains about "Null pointer argument in call to string
comparison function". So assert on it.
|
2014-04-12 16:35:07 +08:00 |
bernard
|
6469a5a3d1
|
[DFS] fix compiling warning.
|
2014-04-02 14:02:36 +08:00 |
bernard
|
6cab3b7dfa
|
[DFS] fix compiling warning in NFS
|
2014-03-10 11:48:47 +08:00 |
Bernard Xiong
|
d0d239cd4c
|
[DFS] fix compiling warning for NFS file system
|
2014-03-10 11:21:50 +08:00 |
Bernard Xiong
|
3d80e414ff
|
[JS] fix the include path issue
|
2014-02-25 13:43:59 +08:00 |
Bernard Xiong
|
0468f0c87e
|
Add INIT_FS_EXPORT for RAM file system
|
2014-02-20 22:06:59 +08:00 |
prife
|
f015f36d05
|
dfs: support copy directory
|
2014-02-09 15:27:52 +08:00 |
bernard
|
201d11bb2f
|
[DFS] Fix file size issue
This issue causes fstat & lseek not correct.
|
2014-02-01 21:35:23 +08:00 |
bernard
|
5a6ec7dcae
|
[DFS] fix the wrong field comparison in FAT mount.
|
2014-01-26 22:43:12 +08:00 |
bernard
|
e601c2a6ed
|
Add sector size check when mounting a FAT file system.
|
2014-01-26 20:30:37 +08:00 |
bernard
|
2188d06003
|
[DFS] remove a compiling warning
|
2014-01-11 16:34:15 +08:00 |
prife
|
c07a78ae00
|
nfs: fix bug
I have to mention that this bug is introduced by myself, in the last
commit <fd07f30f511335f506ae6557e300093d4dde421e> to dfs_nfs.c
|
2014-01-11 14:57:02 +08:00 |
bernard
|
7fd45f3d44
|
[DFS] remove the unnecessary code
|
2014-01-04 06:05:03 +08:00 |
prife
|
95006bb503
|
Merge pull request #215 from prife/master
fix dfs_unmount bug
|
2013-12-21 04:06:25 -08:00 |
Grissiom
|
1289dff203
|
DFS: let mount fail on device open error
|
2013-12-21 12:15:31 +08:00 |
prife
|
26a31d662d
|
dfs: make elmfatfs check secter size everytime
more infomation:
http://www.rt-thread.org/phpBB3/topic2965.html
|
2013-12-21 12:04:19 +08:00 |
prife
|
4f9dc273ec
|
dfs: fix dfs_unmount bug
fix #211
|
2013-12-21 11:35:09 +08:00 |
prife
|
27112267e9
|
dfs: rename varialbe name in dfs_filesystem_lookup
empty is confused in dfs_filesystem_lookup.
|
2013-12-21 10:58:52 +08:00 |
prife
|
f4e8820bca
|
dfs: refine more code
clean code with pointer rather than index
|
2013-12-19 13:58:30 +08:00 |
prife
|
7fd6d17d5b
|
dfs: refine code
decrease indentation to make cleaner code
fix mkfs bug when there is no mkfs implementation
|
2013-12-19 00:31:39 +08:00 |
prife
|
3a33906ab1
|
simulator/jffs2: remove _TIME_T_DEFINED when built by VC++
_TIME_T_DEFINED was pre-defined in order to build jffs2 with VC.
While it may cause many side effects.
|
2013-10-17 23:47:08 +08:00 |
Grissiom
|
5fdca8371b
|
DFS: add dfs_file_flush prototype in dfs_file.h
|
2013-10-11 14:55:23 +08:00 |
prife
|
f71f0595d6
|
DFS/jffs2: fix bug when umount jffs2
found by haitao5198
clear mount parition device talbe when jffs2 mount falied
|
2013-09-28 14:57:05 +08:00 |
prife
|
12a6366217
|
DFS/jffs2: fix file mode init bug in jffs2_open/opendir
found by haitao52198
URL:http://www.rt-thread.org/phpBB3/viewtopic.php?f=3&t=3112&p=17153#p17153
|
2013-09-28 14:43:00 +08:00 |
bernard
|
ac10730492
|
fix O_APPEND write issue in RAMFS
|
2013-07-29 14:50:12 +08:00 |
bernard
|
ac850ef3f0
|
add device_open/close in mkfs
|
2013-07-29 14:43:52 +08:00 |
bernard
|
d74dee0dd6
|
Add ramfs into building script
|
2013-07-29 13:52:59 +08:00 |