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

Amjad Alsharafi posted 3 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240327201231.31046-1-amjadsharafi10@gmail.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
[PATCH 0/3] vvfat: Fix bugs in writing and reading files
Posted by Amjad Alsharafi 1 month ago
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.
Re: [PATCH 0/3] vvfat: Fix bugs in writing and reading files -- PING
Posted by Amjad Alsharafi 2 weeks, 2 days ago
Ping to the vvfat maintainers.