1. 43643a5 tests/f_opt_extent: use tune2fs from the build tree in the test script by Theodore Ts'o · 6 weeks ago master
  2. 5a65782 fuse2fs: fix build failure on systems which don't define EUCLEAN by Theodore Ts'o · 6 weeks ago
  3. 91c703c libsupport: add a portable get_thread_id() function by Theodore Ts'o · 6 weeks ago
  4. f059b76 libsupport: fix portability issues with the bthread.c by Theodore Ts'o · 6 weeks ago
  5. 010ae75 Merge tag 'tags/fuse2fs-writability_2026-03-12' into next by Theodore Ts'o · 6 weeks ago
  6. 78a89bb Merge tag 'tags/fuse2fs-tracing_2026-03-12' into next by Theodore Ts'o · 6 weeks ago
  7. fffdc98 Merge tag 'tags/fuse2fs-refactor-mounting_2026-03-12' into next by Theodore Ts'o · 6 weeks ago
  8. 0da33a8 Merge tag 'tags/fuse2fs-refactor-unmounting_2026-03-12' into next by Theodore Ts'o · 6 weeks ago
  9. 174ca1c Merge tag 'tags/fuse2fs-refactor-operation-startup_2026-03-12' into next by Theodore Ts'o · 6 weeks ago
  10. a01c1ba tests: update tests after improving dir_index support by Theodore Ts'o · 6 weeks ago
  11. 8c60da5 Merge tag 'fuse2fs-new-features_2026-03-13' into next by Theodore Ts'o · 8 weeks ago
  12. 039f3d0 Merge tag 'fuse2fs-locking_2026-03-12' into next by Theodore Ts'o · 8 weeks ago
  13. a9f482e libext2fs: fix orphan file size > kernel limit with large blocksize by Baokun Li · 6 months ago
  14. 782f43e Revert "libext2fs: fix orphan file size > kernel limit with large blocksize" by Theodore Ts'o · 9 weeks ago
  15. f066b2d fuse2fs: enable the shutdown ioctl by Darrick J. Wong · 9 months ago
  16. fe82813 fuse2fs: record thread id in debug trace data by Darrick J. Wong · 9 months ago
  17. 144fdfd fuse2fs: track our own writable state by Darrick J. Wong · 9 months ago
  18. 0fb1913 fuse2fs: pass a struct fuse2fs to fs_writeable by Darrick J. Wong · 9 months ago
  19. 9476b13 fuse2fs: adjust OOM killer score if possible by Darrick J. Wong · 7 months ago
  20. 5d3394f fuse2fs: hoist unmount code from main by Darrick J. Wong · 9 months ago
  21. f5c4615 fuse2fs: collect runtime of various operations by Darrick J. Wong · 9 months ago
  22. d3151f3 fuse2fs: improve tracing for file range operations by Darrick J. Wong · 9 months ago
  23. 612e59b fuse2fs: register as an IO flusher thread by Darrick J. Wong · 9 months ago
  24. 179e4af fuse2fs: hoist lockfile code by Darrick J. Wong · 9 months ago
  25. 8498575 fuse2fs: clean up more boilerplate by Darrick J. Wong · 9 months ago
  26. 5ee2df0 fuse2fs: print the function name in error messages, not the file name by Darrick J. Wong · 9 months ago
  27. a65babb fuse2fs: split filesystem mounting into helper functions by Darrick J. Wong · 9 months ago
  28. 8a58d8b fuse2fs: get rid of the global_fs variable by Darrick J. Wong · 9 months ago
  29. a95a157 fuse2fs: clean up operation completion by Darrick J. Wong · 9 months ago
  30. 15a4aa0 fuse2fs: hook library error message printing by Darrick J. Wong · 9 months ago
  31. a4fc481 fuse2fs: implement MMP updates by Darrick J. Wong · 7 months ago
  32. 620f236 fuse2fs: clean up operation startup by Darrick J. Wong · 9 months ago
  33. a381f38 libsupport: add background thread manager by Darrick J. Wong · 7 months ago
  34. 88ee26a fuse2fs: move fs assignment closer to locking the bfl by Darrick J. Wong · 9 months ago
  35. ff0bc6e fuse2fs: fix link count overflows on dir_nlink filesystems by Darrick J. Wong · 7 months ago
  36. 5eb98f9 fuse2fs: consolidate file handle checking in op_ioctl by Darrick J. Wong · 9 months ago
  37. 3010930 fuse2fs: improve error handling behaviors by Darrick J. Wong · 9 months ago
  38. 6347b12 fuse2fs: rework fallocate file handle extraction by Darrick J. Wong · 9 months ago
  39. d485cf2 fuse2fs: constrain worker thread count by Darrick J. Wong · 9 months ago
  40. 81e273f fuse2fs: rework checking file handles by Darrick J. Wong · 9 months ago
  41. b0bd580 fuse2fs: cache symlink targets in the kernel by Darrick J. Wong · 9 months ago
  42. ff8cf11 fuse2fs: rework FUSE2FS_CHECK_CONTEXT not to rely on global_fs by Darrick J. Wong · 9 months ago
  43. b725c9a fuse2fs: improve want_extra_isize handling by Darrick J. Wong · 9 months ago
  44. 45651ef fuse2fs: only flush O_SYNC files on close by Darrick J. Wong · 9 months ago
  45. 8e09e6b fuse2fs: implement dirsync mode by Darrick J. Wong · 9 months ago
  46. bf5daa3 fuse2fs: implement readdirplus by Darrick J. Wong · 9 months ago
  47. 10ec196 fuse2fs: implement dir seeking by Darrick J. Wong · 9 months ago
  48. aed6d1d fuse2fs: use file handles when possible by Darrick J. Wong · 9 months ago
  49. af6da8a fuse2fs: read bitmaps asynchronously during initialization by Darrick J. Wong · 8 months ago
  50. 128e406 fuse2fs: check root directory while mounting by Darrick J. Wong · 8 months ago
  51. c5aea20 fuse2fs: enable more caching by Darrick J. Wong · 4 months ago
  52. afa1dbf fuse2fs: disable write access when cluster size > block size by Darrick J. Wong · 4 months ago
  53. ee84dbe libext2fs: always use ext2fs_mmp_get_mem to allocate fs->mmp_buf by Darrick J. Wong · 7 months ago
  54. f314bc3 libext2fs: refactor aligned MMP buffer allocation by Darrick J. Wong · 7 months ago
  55. b22ae27 fuse2fs: try to grab block device O_EXCL repeatedly by Darrick J. Wong · 7 months ago
  56. 7feaab7 libext2fs: fix ext2fs_mmp_update by Darrick J. Wong · 7 months ago
  57. 82fd502 fuse2fs: quiet down write-protect warning by Darrick J. Wong · 7 months ago
  58. 875fe14 libext2fs: create link count adjustment helpers for dir_nlink by Darrick J. Wong · 7 months ago
  59. e9dad24 fuse2fs: try to lock filesystem image files before using them by Darrick J. Wong · 9 months ago
  60. f3c5e16 libext2fs: initialize htree when expanding directory by Darrick J. Wong · 7 months ago
  61. 44ce8e4 libext2fs: add POSIX advisory locking to the unix IO manager by Darrick J. Wong · 7 months ago
  62. 7ee1d50 Update release notes, etc., for the 1.47.4 release by Theodore Ts'o · 10 weeks ago v1.47.4
  63. 5667067 misc: fix a dropped line in the mke2fs.conf man page by Theodore Ts'o · 10 weeks ago
  64. f1ab112 debian: drop the kfreebsd architecture by Theodore Ts'o · 10 weeks ago
  65. cfc63dc po: update ms.po (from translationproject.org) by Sharuzzaman Ahmat Raslan · 10 weeks ago
  66. dc9583c misc: improve description of the salt in the e4crypt man page by Theodore Ts'o · 10 weeks ago
  67. 230518d ci.yml: drop building e2fsprogs on mingw32 by Theodore Ts'o · 10 weeks ago
  68. 6dc7903 fsck: fix memory leak of inst->type by Wu Guanghao · 6 months ago
  69. 2ef85ad Merge branch 'man-pages-update' of github.com:bberberov/e2fsprogs into maint by Theodore Ts'o · 10 weeks ago
  70. 22f5c95 Merge branch 'rbt/largefile' of github.com:robertlinux/e2fsprogs into maint by Theodore Ts'o · 10 weeks ago
  71. fdabe7c e4defrag: don't try to defragment files which have 0 or 1 blocks by Theodore Ts'o · 4 months ago
  72. 889f2ad Create draft release notes for the 1.47.4 release by Theodore Ts'o · 10 weeks ago
  73. 44d890e doc: Updated `ext4` man page, using a simple table for `KERNEL SUPPORT` by Boian Berberov · 3 months ago
  74. a7c6136 doc: Updated `ext4`, `mke2fs`, `mke2fs.conf` and `tune2fs` man pages #3 by Boian Berberov · 3 months ago
  75. 1ad8507 doc: Updated `ext4`, `mke2fs`, `mke2fs.conf` and `tune2fs` man pages #2 by Boian Berberov · 4 months ago
  76. 29cebc0 doc: Updated `ext4`, `mke2fs`, `mke2fs.conf` and `tune2fs` man pages #1 by Boian Berberov · 4 months ago
  77. 4aba12d configure: check for FS_IOC_READ_VERITY_METADATA availability by Thomas Petazzoni · 6 months ago
  78. 6f03c69 libext2fs: fix orphan file size > kernel limit with large blocksize by Baokun Li · 6 months ago
  79. 6359e0e misc/create_inode.c: Fix for file larger than 2GB by Robert Yang · 5 months ago
  80. 0b2752c mke2fs: fix memory leak which causes ASAN to complain by Theodore Ts'o · 6 months ago
  81. fc27d7e debian: mark libext2fs-dev as Multi-Arch: same by Luca Boccassi · 7 months ago
  82. 0d6d9ba mke2fs: suppress large block warning if the kernel supports them by Theodore Ts'o · 6 months ago
  83. 6d9033f mke2fs: if the kernel supports bs > gt, skip the large blockize check by Theodore Ts'o · 6 months ago
  84. 337cae6 doc: fix mke2fs.8 Extended Options formatting by Andreas Dilger · 8 months ago
  85. 041412c mke2fs: fix missing .TP in man page by Ralph Siemsen · 8 months ago
  86. 9fc251d mke2fs: add root_selinux option for root inode label by Ralph Siemsen · 8 months ago
  87. 06f50e0 mke2fs: support multiple '-E' options by Ralph Siemsen · 8 months ago
  88. 6096dff mke2fs: document the hash_seed option by Ralph Siemsen · 8 months ago
  89. ae7370a ext2fs: fix fast symlink blocks check by Andreas Dilger · 9 months ago
  90. 55c7443 Merge branch 'maint' of ../e2fsprogs-maint into next by Theodore Ts'o · 6 months ago
  91. e4c9d01 e2fsck: check for extended attributes with ea_inode but a zero ea_size by Theodore Ts'o · 8 months ago
  92. 13dfdf2 Merge tag 'fuse2fs-fixes_2025-10-17' into next by Theodore Ts'o · 7 months ago
  93. e352b2a fuse2fs: mount norecovery if main block device is readonly by Darrick J. Wong · 9 months ago
  94. 7ce46d4 fuse2fs: make norecovery behavior consistent with the kernel by Darrick J. Wong · 9 months ago
  95. 43638f5 fuse2fs: recheck support after replaying journal by Darrick J. Wong · 9 months ago
  96. cc09f5b fuse2fs: spot check clean journals by Darrick J. Wong · 7 months ago
  97. ebaa6cd fuse2fs: check free space when creating a symlink by Darrick J. Wong · 8 months ago
  98. f744096 fuse2fs: work around EBUSY discard returns from dm-thinp by Darrick J. Wong · 8 months ago
  99. 09fd20c fuse2fs: fix in_file_group missing the primary process gid by Darrick J. Wong · 8 months ago
  100. 2d211fd fuse2fs: don't update atime when reading executable file content by Darrick J. Wong · 8 months ago