Skip to content

Releases: ianka/xfs_undelete

v4.2

09 Feb 19:39
Compare
Choose a tag to compare
  • bugfix: progress status showed wrong inode number.

v4.1

09 Feb 19:39
Compare
Choose a tag to compare
  • bugfix: remounting a busy filesystem ro may have failed silently and left it rw.

v4.0

09 Feb 19:39
Compare
Choose a tag to compare
  • achieved a factor 400 speed up by traversing the inode B+trees instead of mindlessly checking all filesystem blocks.
  • dropped the -s start block option because of this.

v3.1

09 Feb 19:40
Compare
Choose a tag to compare
  • bugfix: results of binary scan have to be unsigned values

v3.0

09 Feb 19:41
Compare
Choose a tag to compare
  • removed dependency on xfs_progs in favour of parsing the superblock ourselves.

v2.1

09 Feb 19:41
Compare
Choose a tag to compare
  • Silently ignore extents even a 64-bit dd cannot handle. These are most likely bogus.

v2.0

20 Jan 06:27
Compare
Choose a tag to compare
  • added the -t option to limit the files recovered to those deleted since a given date.

v1.3

09 Feb 19:42
Compare
Choose a tag to compare
  • bugfix: do not fail on errors within dd, ignore those extents instead.
  • bugfix: do not truncate recovered files if extents are not ordered.

v1.2

09 Feb 19:41
Compare
Choose a tag to compare
more README fixes

v1.1

09 Feb 19:42
Compare
Choose a tag to compare
fixed typo