Skip to content

nilfs-utils 2.2.10

Compare
Choose a tag to compare
@konis konis released this 04 Mar 13:10
· 149 commits to master since this release
v2.2.10

You can download the source package here.

nilfs-utils-2.2.10 Mon Mar 4, 2024 JST

  • Resolve an issue where empty segments caused by data sync recovery could not be reclaimed by cleanerd, which also prevents file system shrinking using nilfs-resize command -- commit 26dbfb2d3b2c
  • Fix several issues in nilfs-resize command:
    • Fix an issue where resizing (shrinking) a nearly empty file system could fail -- commit 24c45c4235c0
    • Fix an issue where device sizes that were not in sector size units were truncated to an abnormal size -- commit 7d62327dbeff
    • Fix some abnormalities in message output and improve the discrepancies between the progress bar display and the actual progress.
  • Fix an issue where the libmount-based mount program would lose the cleanerd PID after remounting, causing unmount to fail due to file system busy error. -- commit 1a289a7a0ad1
  • Improve the mount checks for disk image file mount via loop device -- commits 73ce8fccf854, 564193254f1a
  • Fix super block read failure from a disk image file -- commit 53271cb967f5
  • Fix an exit code error, a missing option in the help message, and other minor bugs in nilfs-tune command.
  • Fix perl errors of checkpatch script.
  • Fix multiple issues in option error output of bin and sbin commands, including duplicate or missing option error output.
  • Update the bundled uapi header files and make their installation optional ("--enable-uapi-header-install" option is added to the configure script for older systems that don't have them) -- commit e36c61d82547
  • Do not generate obsolete .nilfs file with mkfs.nilfs2. #21
  • Cleanup some early definitions from nilfs.h that are undesirable as being in a shared file.
  • etc.

For more details, please see ChangeLog file or commit logs.