- 04 6月, 2021 3 次提交
-
-
由 chenwei 提交于
/dev/ fix #I3TS1Y Signed-off-by: yansira <yansira@hotmail.com>
-
由 chenwei 提交于
1, this RomFS's codebase is Nuttx romfs, then it is compatible with Linux RomFS and you can create such a file system using the tool genromfs. 2, there are two major changes against with the original Nuttx romfs: 1), it is memory-based: all contents of the fs are stored in the memory in the very first stage of "mount". 2), this version of romfs is altered to be compatible with our new version of VFS to take advantage of vnode cache and path cache. close: #I3S0CP
-
由 li_zan 提交于
close: #I3T6MZ Signed-off-by: Nli_zan <371442490@qq.com>
-
- 20 5月, 2021 1 次提交
-
-
由 arvinzzz 提交于
close: #I3I768 Change-Id: I4f801df4abe1a9afdf43391c28276e96a5e81513
-
- 18 5月, 2021 1 次提交
-
-
由 zhushy_ 提交于
fix typos length、there、necessary close https://gitee.com/openharmony/kernel_liteos_a/issues/I3RSY0
-
- 11 5月, 2021 1 次提交
-
-
由 zhOu 提交于
-
- 08 5月, 2021 1 次提交
-
-
由 Far 提交于
FAT12/FAT16 partition has no FSINFO sector storing the free cluster number, so scanning the FAT is necessary to get the free clusters nums. Close #I3Q0VS
-
- 30 4月, 2021 1 次提交
-
-
由 mucor 提交于
Change-Id: I2205bbf42e7c2339f81443ace6924b12f4fa1c09
-
- 29 4月, 2021 1 次提交
-
-
由 mucor 提交于
Change-Id: I1146ab12b02aeef3f9a2a0422ee45936f5e4c105
-
- 28 4月, 2021 3 次提交
-
-
由 Far 提交于
Function VnodeInUseIter and VnodeFreeAll used to be recursive. Now we traverse the current in-use vnode list to find the vnode in 1 filesystem Close #I3NN3U
-
由 Far 提交于
PathCacheMemoryDump miscalculate the RAM usage of PathCache for not counting the name field of PathCache, which is allocated with PathCache Close #I3OBXY
-
由 mucor 提交于
Change-Id: I8662952ac9d7912aaf2e2e72f779b3def41d14c4
-
- 27 4月, 2021 1 次提交
-
-
由 Far 提交于
if fatfs_mkfs returns a error, format may return without drop the vnode mutex, which may cause deadlock Close #I3OFAY
-
- 26 4月, 2021 1 次提交
-
-
由 chenjing 提交于
The errno of unrecognized fat filesystem changes from ENOENT to ENOTSUP. Close #I3O8IF
-
- 23 4月, 2021 1 次提交
-
-
由 Far 提交于
The name field of struct PathCache is not allocated. It should not try to free it by free(nc->name) Close #I3NTH9
-
- 22 4月, 2021 3 次提交
- 21 4月, 2021 4 次提交
- 20 4月, 2021 5 次提交
- 19 4月, 2021 1 次提交
-
-
由 Caoruihong 提交于
Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
-
- 17 4月, 2021 2 次提交
- 16 4月, 2021 7 次提交
-
-
由 zhangfanfan2 提交于
-
由 mucor 提交于
Change-Id: Ic9abc53cd0aafa1fd6272fab8191493c609ea995
-
由 JING 提交于
-
由 chenjing 提交于
Bug: Uninitialized parameter Test:
-
由 chenjing 提交于
Bug: #I3J1IC Test: io test 1000 time
-
由 chenwei 提交于
Change-Id: Ia956fd09f1bd734cd26ab631359c1e2131fe1e37
-
由 Far 提交于
buginfo: when try to umount a nfs node, it may casue stack overflow. Change-Id: I7d96f74a770607c990ca5f51cb92fb2843a08d12
-
- 15 4月, 2021 1 次提交
-
-
由 Far 提交于
1. Bcache block with high mem address is after lower mem address in RCU list when initing bcache. 2. Format will clear the bcache before writing the FAT. 3. The fatfs_readdir use the bcache writing block to reduce the chance of data switching out 4. Add performance analysing macron switch Change-Id: I8fbc48418509d2e660d725d2c265266e931c26f8
-
- 14 4月, 2021 1 次提交
-
-
由 Caoruihong 提交于
Change-Id: Ie48b96fe9c8ab036d7234b56a169d6668171a895
-
- 09 4月, 2021 1 次提交
-
-
由 zhangfanfan2 提交于
-