1. 7ee1d50 Update release notes, etc., for the 1.47.4 release by Theodore Ts'o · 6 days ago maint master next v1.47.4
  2. 5667067 misc: fix a dropped line in the mke2fs.conf man page by Theodore Ts'o · 6 days ago
  3. f1ab112 debian: drop the kfreebsd architecture by Theodore Ts'o · 6 days ago
  4. cfc63dc po: update ms.po (from translationproject.org) by Sharuzzaman Ahmat Raslan · 6 days ago
  5. dc9583c misc: improve description of the salt in the e4crypt man page by Theodore Ts'o · 6 days ago
  6. 230518d ci.yml: drop building e2fsprogs on mingw32 by Theodore Ts'o · 6 days ago
  7. 6dc7903 fsck: fix memory leak of inst->type by Wu Guanghao · 4 months ago
  8. 2ef85ad Merge branch 'man-pages-update' of github.com:bberberov/e2fsprogs into maint by Theodore Ts'o · 7 days ago
  9. 22f5c95 Merge branch 'rbt/largefile' of github.com:robertlinux/e2fsprogs into maint by Theodore Ts'o · 7 days ago
  10. fdabe7c e4defrag: don't try to defragment files which have 0 or 1 blocks by Theodore Ts'o · 8 weeks ago
  11. 889f2ad Create draft release notes for the 1.47.4 release by Theodore Ts'o · 7 days ago
  12. 44d890e doc: Updated `ext4` man page, using a simple table for `KERNEL SUPPORT` by Boian Berberov · 6 weeks ago
  13. a7c6136 doc: Updated `ext4`, `mke2fs`, `mke2fs.conf` and `tune2fs` man pages #3 by Boian Berberov · 6 weeks ago
  14. 1ad8507 doc: Updated `ext4`, `mke2fs`, `mke2fs.conf` and `tune2fs` man pages #2 by Boian Berberov · 8 weeks ago
  15. 29cebc0 doc: Updated `ext4`, `mke2fs`, `mke2fs.conf` and `tune2fs` man pages #1 by Boian Berberov · 8 weeks ago
  16. 4aba12d configure: check for FS_IOC_READ_VERITY_METADATA availability by Thomas Petazzoni · 4 months ago
  17. 6f03c69 libext2fs: fix orphan file size > kernel limit with large blocksize by Baokun Li · 4 months ago
  18. 6359e0e misc/create_inode.c: Fix for file larger than 2GB by Robert Yang · 3 months ago
  19. 0b2752c mke2fs: fix memory leak which causes ASAN to complain by Theodore Ts'o · 4 months ago
  20. fc27d7e debian: mark libext2fs-dev as Multi-Arch: same by Luca Boccassi · 5 months ago
  21. 0d6d9ba mke2fs: suppress large block warning if the kernel supports them by Theodore Ts'o · 4 months ago
  22. 6d9033f mke2fs: if the kernel supports bs > gt, skip the large blockize check by Theodore Ts'o · 4 months ago
  23. 337cae6 doc: fix mke2fs.8 Extended Options formatting by Andreas Dilger · 6 months ago
  24. 041412c mke2fs: fix missing .TP in man page by Ralph Siemsen · 6 months ago
  25. 9fc251d mke2fs: add root_selinux option for root inode label by Ralph Siemsen · 6 months ago
  26. 06f50e0 mke2fs: support multiple '-E' options by Ralph Siemsen · 6 months ago
  27. 6096dff mke2fs: document the hash_seed option by Ralph Siemsen · 6 months ago
  28. ae7370a ext2fs: fix fast symlink blocks check by Andreas Dilger · 7 months ago
  29. 55c7443 Merge branch 'maint' of ../e2fsprogs-maint into next by Theodore Ts'o · 4 months ago
  30. e4c9d01 e2fsck: check for extended attributes with ea_inode but a zero ea_size by Theodore Ts'o · 6 months ago
  31. 13dfdf2 Merge tag 'fuse2fs-fixes_2025-10-17' into next by Theodore Ts'o · 5 months ago
  32. e352b2a fuse2fs: mount norecovery if main block device is readonly by Darrick J. Wong · 7 months ago
  33. 7ce46d4 fuse2fs: make norecovery behavior consistent with the kernel by Darrick J. Wong · 7 months ago
  34. 43638f5 fuse2fs: recheck support after replaying journal by Darrick J. Wong · 7 months ago
  35. cc09f5b fuse2fs: spot check clean journals by Darrick J. Wong · 5 months ago
  36. ebaa6cd fuse2fs: check free space when creating a symlink by Darrick J. Wong · 6 months ago
  37. f744096 fuse2fs: work around EBUSY discard returns from dm-thinp by Darrick J. Wong · 6 months ago
  38. 09fd20c fuse2fs: fix in_file_group missing the primary process gid by Darrick J. Wong · 6 months ago
  39. 2d211fd fuse2fs: don't update atime when reading executable file content by Darrick J. Wong · 6 months ago
  40. 7fb6db6 fuse2fs: fix default acls propagating to non-dir children by Darrick J. Wong · 6 months ago
  41. 8fbea92 fuse2fs: fix fssetxattr flags updates by Darrick J. Wong · 6 months ago
  42. fdfc5b0 fuse2fs: fix memory corruption when parsing mount options by Darrick J. Wong · 6 months ago
  43. c8088d9 fuse2fs: free global_fs after a failed ext2fs_close call by Darrick J. Wong · 6 months ago
  44. 6dbb5d7 fuse2fs: quiet down EXT2_ET_RO_FILSYS errors by Darrick J. Wong · 6 months ago
  45. 1ce3933 fuse2fs: update manpage by Darrick J. Wong · 7 months ago
  46. c14eb73 libext2fs: the unixfd IO manager shouldn't close its fd by Darrick J. Wong · 5 months ago
  47. c49656b libext2fs: fix ind_punch recursive block computation by Darrick J. Wong · 5 months ago
  48. 4832dc9 libext2fs: don't look for O_EXCL in the F_GETFL output by Darrick J. Wong · 7 months ago
  49. ff65947 libext2fs: use F_GETFL, not F_GETFD, in unixfd_open by Darrick J. Wong · 7 months ago
  50. d50e6b0 debian/rules: remove extra pkg-config by Darrick J. Wong · 5 months ago
  51. cce570f Fix several typos in the latest Release Notes by Benno Schulenberg · 9 months ago
  52. b7d1ab3 Update configure/configure.ac/aclocal.m4 to use autoconf 2.72 by Theodore Ts'o · 6 months ago
  53. 5d207e9 update config.{guess,sub,rpath} from FSF and gettext by Theodore Ts'o · 6 months ago
  54. 31379ec po: update ms.po (from translationproject.org) by Sharuzzaman Ahmat Raslan · 6 months ago
  55. 4b02eb1 libext2fs: relock CACHE_MTX after calling ->write_error by Darrick J. Wong · 7 months ago
  56. b646a80 fuse2fs: disable fallocate/zero range on indirect files by Darrick J. Wong · 7 months ago
  57. 33f8c42 fuse2fs: set EXT2_ERROR_FS when recording errors by Darrick J. Wong · 7 months ago
  58. 23a04c8 fuse2fs: don't write inode when inactivation fails by Darrick J. Wong · 7 months ago
  59. a441dd7 fuse2fs: interpret error codes in remove_ea_inodes correctly by Darrick J. Wong · 7 months ago
  60. 5aba0ce fuse2fs: check for recorded fs errors before touching things by Darrick J. Wong · 8 months ago
  61. a78c7ad fuse2fs: don't run fallible operations in op_init by Darrick J. Wong · 7 months ago
  62. 10684ae fuse2fs: don't let ENOENT escape from ioctl_fitrim by Darrick J. Wong · 7 months ago
  63. 6c6ce2d fuse2fs: allow O_APPEND and O_TRUNC opens by Darrick J. Wong · 9 months ago
  64. 6d6f7b7 fuse2fs: fix various problems in get_req_groups by Darrick J. Wong · 7 months ago
  65. bc1279f fuse2fs: fix readlink failure by Darrick J. Wong · 7 months ago
  66. 53136b2 mke2fs: don't print warnings about dax to stderr by Darrick J. Wong · 7 months ago
  67. a5da316 fuse2fs: fix block parameter truncation on 32-bit by Darrick J. Wong · 7 months ago
  68. 86a24ae fuse2fs: fix punching post-EOF blocks during truncate by Darrick J. Wong · 8 months ago
  69. bed461d fuse2fs: don't record every errno in the superblock as an fs failure by Darrick J. Wong · 8 months ago
  70. f79abd8 fuse2fs: fix logging redirection by Darrick J. Wong · 8 months ago
  71. e18b350 fuse2fs: fix punch-out range calculation in fuse2fs_punch_range by Darrick J. Wong · 7 months ago
  72. 9b44c01 fuse2fs: fix clean_block_middle when punching byte 0 of a block by Darrick J. Wong · 7 months ago
  73. bc599a8 libext2fs: fix data corruption when writing to inline data files by Darrick J. Wong · 8 months ago
  74. 10d7761 libext2fs: fix data read corruption in ext2fs_file_read_inline_data by Darrick J. Wong · 8 months ago
  75. b9d23a1 fuse2fs: fix ST_RDONLY setting by Darrick J. Wong · 8 months ago
  76. 5aeeba4 fuse2fs: fix races in statfs by Darrick J. Wong · 8 months ago
  77. dde5994 fuse2fs: fix race condition in op_destroy by Darrick J. Wong · 8 months ago
  78. 9bdd3c2 fuse2fs: fix lockfile creation, again by Darrick J. Wong · 8 months ago
  79. 5cd55fe fuse2fs: fix relatime comparisons by Darrick J. Wong · 8 months ago
  80. e7774d8 fuse2fs: don't try to mount after option parsing errors by Darrick J. Wong · 8 months ago
  81. 861aa21 fuse2fs: fix incorrect unit conversion at the end of FITRIM by Darrick J. Wong · 8 months ago
  82. 62b2a16 fuse2fs: fix incorrect EOFS input handling in FITRIM by Darrick J. Wong · 7 months ago
  83. e3a1437 fuse2fs: don't truncate when creating a new file by Darrick J. Wong · 8 months ago
  84. 33880ee fuse2fs: fix gid inheritance on sgid parent directories by Darrick J. Wong · 8 months ago
  85. e1d3fae fuse2fs: refactor uid/gid setting by Darrick J. Wong · 8 months ago
  86. 520caea libext2fs: fix arguments passed to ->block_alloc_stats_range by Darrick J. Wong · 8 months ago
  87. 509da98 libext2fs: fix off-by-one bug in punch_extent_blocks by Darrick J. Wong · 8 months ago
  88. fb9b2e7 e2scrub: reorder exit status check after calling lvremove by Samuel Smith · 8 months ago
  89. da631e1 Update release notes, etc., for the 1.47.3 release by Theodore Ts'o · 8 months ago maint-1.47 v1.47.3
  90. a99e6b3 po: update ms.po (from translationproject.org) by Sharuzzaman Ahmat Raslan · 8 months ago
  91. e4b0a53 Update release notes, etc., for the 1.47.3-rc3 release by Theodore Ts'o · 8 months ago v1.47.3-rc3
  92. 00f71b5 configure: correctly set up CFLAGS while setting up libarchive by Theodore Ts'o · 8 months ago
  93. 705a51d fuse2fs.1: fix formatting of newly added options in the man page by Theodore Ts'o · 8 months ago
  94. de86c43 fuse2fs: fix normal (non-kernel) permissions checking by Theodore Ts'o · 8 months ago
  95. 8723d41 Avoid redefining CACHE_LINE_SIZE if system provides it. by Matthias Andree · 8 months ago
  96. 2023feb Pass down autoconf's EGREP to the tests. by Matthias Andree · 8 months ago
  97. 487d8fb Accept alternate ordering of ACLs from btrfs. by Matthias Andree · 8 months ago
  98. 1b11e07 e2scrub: honor fstrim setting in e2scrub.conf by Samuel Smith · 9 months ago
  99. 2ac7b68 t_mmp_fail: resolve bash-ism [ a == b ] to [ a = b ] by Matthias Andree · 9 months ago
  100. 2d0bc1c f_detect_junk: avoid dd option oflag=append by Matthias Andree · 9 months ago