kernel_liteos_a/fs/vfs/operation
Far 8729f6ee57 feat: 增加mount的MS_RDONLY标志的支持
增加mount的MS_RDONLY标志的支持,并修改vfs主要接口相关支持。
1. fatfs lseek接口在分区以MS_RDONLY方式和文件以只读打开时不再能够扩大文件的大小。
2. 直接在镜像中创建storage目录,而不是在挂载根文件系统时创建storage目录。
3. 增加了MS_RDONLY的测试用例。

Close #I3Z1W6

Signed-off-by: Far <yesiyuan2@huawei.com>
2021-07-20 16:21:08 +08:00
..
fs_chattr.c feat: 增加mount的MS_RDONLY标志的支持 2021-07-20 16:21:08 +08:00
fs_check.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
fs_fallocate.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
fs_fallocate64.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
fs_file.c fix:消除编译告警 2021-07-08 20:30:33 +08:00
fs_file_mapping.c fix: add (void) to GetFileMappingList method 2021-06-24 20:32:47 +08:00
fs_init.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
fs_other.c fix: 修复内核access chmod chown接口 2021-07-05 16:03:16 +08:00
fs_preadv.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
fs_pwritev.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
fs_readv.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
fs_utime.c feat: 增加mount的MS_RDONLY标志的支持 2021-07-20 16:21:08 +08:00
fs_writev.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
fullpath.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00