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 |
bernard
|
a124e7bd22
|
add initialization debug code
|
2013-07-24 07:33:48 +08:00 |
bernard
|
b96b35613f
|
add mount table
|
2013-07-22 07:46:10 +08:00 |
prife
|
15b08b483a
|
dfs: fix the variable definition bug in copy, found by ffgamelife from rt-thread.org
|
2013-07-06 16:41:10 +08:00 |
yiyue.fang
|
873a5de811
|
reformat the coding style in dfs_ramfs.c
|
2013-06-29 10:43:03 +08:00 |
yiyue.fang
|
773990abdb
|
Embedded GPLv2 license in dfs
|
2013-06-26 22:30:40 +08:00 |
Bernard Xiong
|
9acd018cbb
|
fix compiling warning
|
2013-06-23 07:57:22 +08:00 |
Bernard Xiong
|
88c9bc2d64
|
fix compiling error
|
2013-06-23 07:53:19 +08:00 |
Bernard Xiong
|
98c8a23e94
|
Add component initialization.
|
2013-06-23 07:48:42 +08:00 |
Bernard Xiong
|
d80a471680
|
Fix the memheap_realloc issue
|
2013-06-03 06:44:35 +08:00 |
Grissiom
|
3b91e8143b
|
add missing dfs_mkfs prototype in dfs_fs.h
|
2013-05-17 20:07:55 +08:00 |
Bernard Xiong
|
0e16b6dc97
|
add RAMFS implementation
|
2013-05-05 07:16:49 +08:00 |
geniusgogo
|
f95cd9a354
|
dfs_fs.c: optimized redundant loop.
|
2013-04-01 02:53:59 +08:00 |
geniusgogo
|
8d6264af58
|
dfs.c: delete the redunant space in the line end.
|
2013-04-01 02:37:13 +08:00 |
geniusgogo
|
ec6f9e3b5a
|
dfs.c: fix null pointer bug.
|
2013-04-01 02:31:24 +08:00 |
prife
|
157e326487
|
dfs_elm.c: fix the head file conflicts caused by time.h
|
2013-03-02 18:56:07 +08:00 |
aozima
|
9bb005312f
|
fixed uninitialized variable.
|
2013-03-01 12:34:01 +08:00 |
aozima
|
f71555ec55
|
fixed dfs(elmfat) bug: fixed the stat(st_mtime) issue.
|
2013-03-01 12:23:28 +08:00 |
prife
|
4be62911f9
|
show volume size in KBytes in df
|
2013-01-25 12:17:47 +08:00 |
prife
|
a4d661dcf1
|
fix memory leak in dfs_elm.c and umount fatfs when mount fatfs fails (this bug leads to mkfs failure in linux)
|
2013-01-22 23:47:32 +08:00 |
Ming, Bai
|
86623c945f
|
Update CRLF
|
2013-01-08 23:09:34 +08:00 |
Ming, Bai
|
b4de7cce57
|
Re-normalizing the repo
|
2013-01-08 22:40:58 +08:00 |
prife
|
4bc0347b11
|
update dfs_xxx_mkfs in jffs2 nand uffs.c to use new args
|
2013-01-08 20:30:57 +08:00 |
prife
|
1e6bf8671c
|
format dfs_elm.c with astyle
|
2013-01-08 19:52:00 +08:00 |
prife
|
5646189b29
|
elm fatfs support mkfs with no need to run dfs_mount elm first; and can mount/umount/mkfs without reset any more
|
2013-01-08 18:58:45 +08:00 |