]> git.ipfire.org Git - thirdparty/e2fsprogs.git/shortlog
thirdparty/e2fsprogs.git
2026-03-12  Baokun Lilibext2fs: fix orphan file size > kernel limit with... maint master
2026-03-12  Theodore Ts'oRevert "libext2fs: fix orphan file size > kernel limit...
2026-03-06  Theodore Ts'oUpdate release notes, etc., for the 1.47.4 release v1.47.4
2026-03-06  Theodore Ts'omisc: fix a dropped line in the mke2fs.conf man page
2026-03-06  Theodore Ts'odebian: drop the kfreebsd architecture
2026-03-06  Sharuzzaman... po: update ms.po (from translationproject.org)
2026-03-06  Theodore Ts'omisc: improve description of the salt in the e4crypt...
2026-03-06  Theodore Ts'oci.yml: drop building e2fsprogs on mingw32
2026-03-05  Wu Guanghaofsck: fix memory leak of inst->type
2026-03-05  Theodore Ts'oMerge branch 'man-pages-update' of github.com:bberberov...
2026-03-05  Theodore Ts'oMerge branch 'rbt/largefile' of github.com:robertlinux...
2026-03-05  Theodore Ts'oe4defrag: don't try to defragment files which have...
2026-03-05  Theodore Ts'oCreate draft release notes for the 1.47.4 release
2026-01-29  Boian Berberovdoc: Updated `ext4` man page, using a simple table...
2026-01-29  Boian Berberovdoc: Updated `ext4`, `mke2fs`, `mke2fs.conf` and `tune2...
2026-01-12  Boian Berberovdoc: Updated `ext4`, `mke2fs`, `mke2fs.conf` and `tune2...
2026-01-12  Boian Berberovdoc: Updated `ext4`, `mke2fs`, `mke2fs.conf` and `tune2...
2025-12-09  Thomas Petazzoniconfigure: check for FS_IOC_READ_VERITY_METADATA availa...
2025-12-09  Baokun Lilibext2fs: fix orphan file size > kernel limit with...
2025-11-30  Robert Yangmisc/create_inode.c: Fix for file larger than 2GB
2025-11-12  Theodore Ts'omke2fs: fix memory leak which causes ASAN to complain
2025-11-12  Luca Boccassidebian: mark libext2fs-dev as Multi-Arch: same
2025-11-12  Theodore Ts'omke2fs: suppress large block warning if the kernel...
2025-11-11  Theodore Ts'omke2fs: if the kernel supports bs > gt, skip the large...
2025-11-11  Andreas Dilgerdoc: fix mke2fs.8 Extended Options formatting
2025-11-11  Ralph Siemsenmke2fs: fix missing .TP in man page
2025-11-11  Ralph Siemsenmke2fs: add root_selinux option for root inode label
2025-11-11  Ralph Siemsenmke2fs: support multiple '-E' options
2025-11-11  Ralph Siemsenmke2fs: document the hash_seed option
2025-11-11  Andreas Dilgerext2fs: fix fast symlink blocks check
2025-11-11  Theodore Ts'oMerge branch 'maint' of ../e2fsprogs-maint into next
2025-11-11  Theodore Ts'oe2fsck: check for extended attributes with ea_inode...
2025-10-21  Theodore Ts'oMerge tag 'fuse2fs-fixes_2025-10-17' into next
2025-10-17  Darrick J.... fuse2fs: mount norecovery if main block device is readonly
2025-10-17  Darrick J.... fuse2fs: make norecovery behavior consistent with the...
2025-10-17  Darrick J.... fuse2fs: recheck support after replaying journal
2025-10-17  Darrick J.... fuse2fs: spot check clean journals
2025-10-17  Darrick J.... fuse2fs: check free space when creating a symlink
2025-10-17  Darrick J.... fuse2fs: work around EBUSY discard returns from dm...
2025-10-17  Darrick J.... fuse2fs: fix in_file_group missing the primary process gid
2025-10-17  Darrick J.... fuse2fs: don't update atime when reading executable...
2025-10-17  Darrick J.... fuse2fs: fix default acls propagating to non-dir children
2025-10-17  Darrick J.... fuse2fs: fix fssetxattr flags updates
2025-10-17  Darrick J.... fuse2fs: fix memory corruption when parsing mount options
2025-10-17  Darrick J.... fuse2fs: free global_fs after a failed ext2fs_close...
2025-10-17  Darrick J.... fuse2fs: quiet down EXT2_ET_RO_FILSYS errors
2025-10-17  Darrick J.... fuse2fs: update manpage
2025-10-17  Darrick J.... libext2fs: the unixfd IO manager shouldn't close its fd
2025-10-17  Darrick J.... libext2fs: fix ind_punch recursive block computation
2025-10-17  Darrick J.... libext2fs: don't look for O_EXCL in the F_GETFL output
2025-10-17  Darrick J.... libext2fs: use F_GETFL, not F_GETFD, in unixfd_open
2025-10-17  Darrick J.... debian/rules: remove extra pkg-config
2025-09-24  Benno SchulenbergFix several typos in the latest Release Notes
2025-09-14  Theodore Ts'oUpdate configure/configure.ac/aclocal.m4 to use autocon...
2025-09-12  Theodore Ts'oupdate config.{guess,sub,rpath} from FSF and gettext
2025-09-12  Sharuzzaman... po: update ms.po (from translationproject.org)
2025-08-21  Darrick J.... libext2fs: relock CACHE_MTX after calling ->write_error
2025-08-21  Darrick J.... fuse2fs: disable fallocate/zero range on indirect files
2025-08-21  Darrick J.... fuse2fs: set EXT2_ERROR_FS when recording errors
2025-08-21  Darrick J.... fuse2fs: don't write inode when inactivation fails
2025-08-21  Darrick J.... fuse2fs: interpret error codes in remove_ea_inodes...
2025-08-21  Darrick J.... fuse2fs: check for recorded fs errors before touching...
2025-08-21  Darrick J.... fuse2fs: don't run fallible operations in op_init
2025-08-21  Darrick J.... fuse2fs: don't let ENOENT escape from ioctl_fitrim
2025-08-21  Darrick J.... fuse2fs: allow O_APPEND and O_TRUNC opens
2025-08-21  Darrick J.... fuse2fs: fix various problems in get_req_groups
2025-08-21  Darrick J.... fuse2fs: fix readlink failure
2025-08-21  Darrick J.... mke2fs: don't print warnings about dax to stderr
2025-07-31  Darrick J.... fuse2fs: fix block parameter truncation on 32-bit
2025-07-31  Darrick J.... fuse2fs: fix punching post-EOF blocks during truncate
2025-07-31  Darrick J.... fuse2fs: don't record every errno in the superblock...
2025-07-31  Darrick J.... fuse2fs: fix logging redirection
2025-07-31  Darrick J.... fuse2fs: fix punch-out range calculation in fuse2fs_pun...
2025-07-31  Darrick J.... fuse2fs: fix clean_block_middle when punching byte...
2025-07-31  Darrick J.... libext2fs: fix data corruption when writing to inline...
2025-07-31  Darrick J.... libext2fs: fix data read corruption in ext2fs_file_read...
2025-07-31  Darrick J.... fuse2fs: fix ST_RDONLY setting
2025-07-31  Darrick J.... fuse2fs: fix races in statfs
2025-07-31  Darrick J.... fuse2fs: fix race condition in op_destroy
2025-07-31  Darrick J.... fuse2fs: fix lockfile creation, again
2025-07-31  Darrick J.... fuse2fs: fix relatime comparisons
2025-07-31  Darrick J.... fuse2fs: don't try to mount after option parsing errors
2025-07-31  Darrick J.... fuse2fs: fix incorrect unit conversion at the end of...
2025-07-31  Darrick J.... fuse2fs: fix incorrect EOFS input handling in FITRIM
2025-07-31  Darrick J.... fuse2fs: don't truncate when creating a new file
2025-07-31  Darrick J.... fuse2fs: fix gid inheritance on sgid parent directories
2025-07-31  Darrick J.... fuse2fs: refactor uid/gid setting
2025-07-31  Darrick J.... libext2fs: fix arguments passed to ->block_alloc_stats_...
2025-07-31  Darrick J.... libext2fs: fix off-by-one bug in punch_extent_blocks
2025-07-09  Samuel Smithe2scrub: reorder exit status check after calling lvremove
2025-07-08  Theodore Ts'oUpdate release notes, etc., for the 1.47.3 release maint-1.47 maint-1.47 v1.47.3
2025-07-08  Sharuzzaman... po: update ms.po (from translationproject.org)
2025-07-02  Theodore Ts'oUpdate release notes, etc., for the 1.47.3-rc3 release v1.47.3-rc3
2025-07-02  Theodore Ts'oconfigure: correctly set up CFLAGS while setting up...
2025-07-02  Theodore Ts'ofuse2fs.1: fix formatting of newly added options in...
2025-07-02  Theodore Ts'ofuse2fs: fix normal (non-kernel) permissions checking
2025-07-02  Matthias AndreeAvoid redefining CACHE_LINE_SIZE if system provides it.
2025-07-02  Matthias AndreePass down autoconf's EGREP to the tests.
2025-07-02  Matthias AndreeAccept alternate ordering of ACLs from btrfs.
2025-07-02  Samuel Smithe2scrub: honor fstrim setting in e2scrub.conf
next