mbox series

[0/3] vvfat: Fix bugs in writing and reading files

Message ID 20240327201231.31046-1-amjadsharafi10@gmail.com
Headers show
Series vvfat: Fix bugs in writing and reading files | expand

Message

Amjad Alsharafi March 27, 2024, 8:11 p.m. UTC
These patches fix some bugs found when modifying files in vvfat.

First, there was a bug when writing to the second+ cluster of a file, it
will copy the cluster before it instead.

Another issue was modifying the clusters of a file and adding new
clusters, this showed 2 issues:
- If the new cluster is not immediately after the last cluster, it will
  cause issues when reading from this file in the future.
- Generally, the usage of info.file.offset was incorrect, and the
  system would crash on abort() when the file is modified and a new
  cluster was added.

Comments

Amjad Alsharafi April 13, 2024, 9:51 a.m. UTC | #1
Ping to the vvfat maintainers.
Amjad Alsharafi April 30, 2024, 1:21 p.m. UTC | #2
Ping again

On Apr 13 2024, at 5:51 pm, Amjad Alsharafi <amjadsharafi10@gmail.com> wrote:
> Ping to the vvfat maintainers.
>