|
| 1 | +2025-11-25 Thomas Tsai <tlinux.tsai@gmail.com> |
| 2 | + |
| 3 | + Merge branch 'master' of github.com:Thomas-Tsai/partclone |
| 4 | + |
| 5 | + minor update for github actions |
| 6 | + |
| 7 | +2025-11-24 Thomas Tsai <tlinux.tsai@gmail.com> |
| 8 | + |
| 9 | + Merge pull request #282 from grass-lu/master |
| 10 | + xfsclone: prevent startblock truncation to support filesystems larger than 16TB |
| 11 | + |
| 12 | +2025-11-24 grass-lu <284555125@qq.com> |
| 13 | + |
| 14 | + xfsclone: prevent startblock truncation to support filesystems larger than 16TB |
| 15 | + Ensure 64-bit arithmetic when computing global block numbers from AG-relative addresses by casting agno to unsigned long long before multiplication. This avoids 32-bit overflow in (agno * agblocks + agbno) on large XFS filesystems,which previously caused block offsets to wrap around and corrupt the bitmap. |
| 16 | + With this fix, partclone correctly handles filesystems exceeding 16TB. |
| 17 | + |
| 18 | +2025-11-22 Thomas Tsai <tlinux.tsai@gmail.com> |
| 19 | + |
| 20 | + minor update test |
| 21 | + |
| 22 | + minor update test |
| 23 | + |
| 24 | + Merge branch 'master' of github.com:Thomas-Tsai/partclone |
| 25 | + |
| 26 | + add more tests in github action |
| 27 | + |
| 28 | +2025-11-19 Thomas Tsai <tlinux.tsai@gmail.com> |
| 29 | + |
| 30 | + update github workflow |
| 31 | + |
| 32 | +2025-11-15 Thomas Tsai <tlinux.tsai@gmail.com> |
| 33 | + |
| 34 | + update po |
| 35 | + Assisted-by: GitHub Copilot |
| 36 | + |
| 37 | +2025-11-13 Thomas Tsai <tlinux.tsai@gmail.com> |
| 38 | + |
| 39 | + remove unnecessary files from git management |
| 40 | + |
| 41 | + This commit addressed several different issues simultaneously: The main modifications included configure.ac and src/Makefile.am. Additionally: |
| 42 | + 1. Added the `--disable-xxhash` option, requiring modifications to |
| 43 | + src/partclone.c, src/checksum.h, and src/checksum.c. |
| 44 | + |
| 45 | + 2. Added the `--enableisal` option. |
| 46 | + |
| 47 | + 3. Resolved various conflicts after static build + disable-xxhash, |
| 48 | + affecting src/btrfs/common/parse-utils.c and |
| 49 | + src/btrfs/crypto/xxhash.c. |
| 50 | + |
| 51 | +2025-11-12 Thomas Tsai <tlinux.tsai@gmail.com> |
| 52 | + |
| 53 | + update po |
| 54 | + |
| 55 | + update format |
| 56 | + |
| 57 | + Fix: Remove \r escape sequences from gettext messages and .po files |
| 58 | + The \r escape sequences were causing warnings in msgmerge. |
| 59 | + - Modified src/progress.c to move \r characters out of the _() macro for gettext best practices. |
| 60 | + - Removed \r escape sequences from msgstr entries in all .po files using perl to resolve msgmerge warnings. |
| 61 | + |
| 62 | + add libisal-dev library in GitHub Action test |
| 63 | + |
| 64 | + update libtinfo test in configure.ac |
| 65 | + |
| 66 | + update docs |
| 67 | + |
| 68 | + release 0.3.39 |
| 69 | + |
| 70 | + update log and docs |
| 71 | + |
1 | 72 | 2025-11-11 Thomas Tsai <tlinux.tsai@gmail.com> |
2 | 73 |
|
3 | 74 | Merge branch 'master' of github.com:Thomas-Tsai/partclone |
|
0 commit comments