incubator-nuttx/fs
Takeyoshi Kikuchi f01e395b1c fs: partition: fs_mbr: fix for MBR block count calculation.
When the MBR partition size exceeds 2 GiB, a 32-bit wrap-around occurs,
causing an error in the block count calculation.

* wrong
 brw-rw-rw- 5150605312 mmcblk0
 brw-rw-rw-  629145600 mmcblk0p1
 brw-rw-rw-  225443840 mmcblk0p2 <--

* fixed
 brw-rw-rw- 5150605312 mmcblk0
 brw-rw-rw-  629145600 mmcblk0p1
 brw-rw-rw- 4520411136 mmcblk0p2 <--

Signed-off-by: Takeyoshi Kikuchi <kikuchi@centurysys.co.jp>
2024-01-14 01:29:24 -08:00
..
aio fs/inode: remove all unnecessary check for filep/inode 2023-08-29 09:47:11 +08:00
binfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
cromfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
driver rpmsgblk: bind block inode to ept when create ept 2023-11-22 08:08:12 -08:00
fat fs: procfs add poll support 2023-12-26 19:23:13 -08:00
hostfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
inode fs/proc: Fix groupfd to get fd by group instead of current tcb 2023-12-04 21:37:28 -08:00
littlefs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
mmap Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
mount fs: procfs add poll support 2023-12-26 19:23:13 -08:00
mqueue poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
nfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
nxffs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
partition fs: partition: fs_mbr: fix for MBR block count calculation. 2024-01-14 01:29:24 -08:00
procfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
romfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
rpmsgfs rpmsgfs: synchronous message transfer format 2024-01-09 05:49:03 -08:00
semaphore sched/semaphore: Move named semaphores to user space 2023-11-27 04:52:54 -08:00
shm cmake:complete missing changes during cmake reforming for fs 2023-09-08 21:20:16 +03:00
smartfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
socket
spiffs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
tmpfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
unionfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
userfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
vfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
zipfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
CMakeLists.txt
Kconfig fs:support zipfs,can mount zipfile 2023-09-27 01:06:04 +08:00
Makefile fs:support zipfs,can mount zipfile 2023-09-27 01:06:04 +08:00
fs_initialize.c