Bernard Xiong
|
8c1c6516b3
|
[Components] Change license to Apache License v2.0
|
2018-10-29 11:06:58 +08:00 |
bernard
|
0f5a68a55e
|
[dfs] add poll/select
1. Add poll/select APIs;
2. Add wait queue implementation;
3. Remove DFS_STATUS_* code and use errno;
4. Add pipe API;
5. Use a standalone fops in DFS;
|
2017-10-15 22:44:53 +08:00 |
bernard
|
a118801bfe
|
[DFS] Add dfs_filesystem_get_mounted_path() function.
|
2014-06-26 13:59:26 +08:00 |
bernard
|
b96b35613f
|
add mount table
|
2013-07-22 07:46:10 +08:00 |
yiyue.fang
|
773990abdb
|
Embedded GPLv2 license in dfs
|
2013-06-26 22:30:40 +08:00 |
Grissiom
|
3b91e8143b
|
add missing dfs_mkfs prototype in dfs_fs.h
|
2013-05-17 20:07:55 +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 |
dzzxzz@gmail.com
|
69521e2c8f
|
fixed the coding style in components/dfs
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2530 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-12-26 01:12:13 +00:00 |
bernard.xiong@gmail.com
|
beaf51ff82
|
add full path options (DFS_FS_FLAG_FULLPATH) to the file system.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1904 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-01-01 13:37:21 +00:00 |
dzzxzz
|
44a2d720a0
|
unify the components/dfs coding style according to the /documentation/coding_style_cn.txt
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1866 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-12-23 02:11:55 +00:00 |
bernard.xiong@gmail.com
|
b2f9217686
|
change to UNIX end of line.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1746 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-10-08 14:50:08 +00:00 |
bernard.xiong@gmail.com
|
24dfbe437d
|
remove dfs_config.h file and fix filesystem lookup issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1332 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2011-03-12 00:17:41 +00:00 |
bernard.xiong
|
b4a98e4457
|
Improve the Device File System of the POSIX compatibility
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1015 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-10-19 08:18:24 +00:00 |
bernard.xiong
|
8772a35e3b
|
change dfs_stat/dfs_statfs to _stat/_statfs.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@822 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-08-03 08:47:09 +00:00 |
bernard.xiong@gmail.com
|
33feb176d0
|
add flush, statfs, mkfs to device file system interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@802 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-07-18 16:15:53 +00:00 |
bernard.xiong
|
c4a21b4456
|
add more options to filesystem mount function invoke.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@665 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-04-22 09:33:25 +00:00 |
bernard.xiong
|
075498e796
|
move to components directory
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@634 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2010-04-18 15:01:28 +00:00 |