This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-16 05:27:45 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bdfd25757e44a60a5d6971ca944cd4542bef6a0e
nuttx
/
fs
/
mount
T
History
Gregory Nutt
dfd2d218e3
fs/mount/fs_automount.c: Ignore return values from work_cancel().
2018-06-27 06:30:05 -06:00
..
fs_automount.c
fs/mount/fs_automount.c: Ignore return values from work_cancel().
2018-06-27 06:30:05 -06:00
fs_foreachmountpoint.c
…
fs_gettype.c
tools/genromfs.c: Improve check for empty directories. If the directory contains only unsupported, special files, then it is still empty. Fix some collection of statistics that was cause statfs() to return some incorrect values. Add logic to handle the case where the host and the target differ in endian-ness. fs/procfs: In show mountpoints, add support so that the CROMFS file system type is recognized.
2018-03-21 08:40:02 -06:00
fs_mount.c
Addes CROMFS prototype. CROMFS is a commpressed, in-memory read-only file system based on LZF.
2018-03-19 07:08:40 -06:00
fs_procfs_mount.c
fs/mount: Fix wrong size reported by df -h. Reason is that size in bytes is calculated always on uint32_t types and cards bigger than 4GB will overflow uint32_t type. Solution is to use uint64_t where possible.
2018-04-14 15:15:59 -06:00
fs_umount2.c
…
Make.defs
…
mount.h
…