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