]> git.ipfire.org Git - thirdparty/e2fsprogs.git/shortlog
thirdparty/e2fsprogs.git
2023-02-02  Theodore Ts'oUpdate e2fsprogs.lsm for 1.46.6 release v1.46.6
2023-02-02  Theodore Ts'odebian: remove package-specific copyright notices
2023-02-02  Theodore Ts'oUpdate release notes, etc., for the 1.46.6 release
2023-02-02  Theodore Ts'oconfig: update config.{guess,sub}
2023-02-02  Wenbin Lvpo: update zh_CN.po (from translationproject.org)
2023-02-02  Yuri Chornoivanpo: update uk.po (from translationproject.org)
2023-02-02  Göran Uddeborgpo: update sv.po (from translationproject.org)
2023-02-02  Мирослав Николићpo: update sr.po (from translationproject.org)
2023-02-02  Jakub Boguszpo: update pl.po (from translationproject.org)
2023-02-02  Benno Schulenbergpo: update nl.po (from translationproject.org)
2023-02-02  Sharuzzaman... po: update ms.po (from translationproject.org)
2023-02-02  Samuel Thibaultpo: update fr.po (from translationproject.org)
2023-02-02  Antonio Ceballospo: update es.po (from translationproject.org)
2023-02-02  Mario Blättermannpo: update de.po (from translationproject.org)
2023-02-02  Petr Pisarpo: update cs.po (from translationproject.org)
2023-02-01  Corey Hickeybadblocks: fix operation with large-ish block sizes...
2023-02-01  Corey Hickeybadblocks: separate and improve error messages for...
2023-02-01  Corey Hickeybadblocks: fix mis-printed error from block size check
2023-02-01  Corey Hickeybadblocks: print a more explanatory message when a...
2023-02-01  Matt Starkfuse2fs: support "fuse2fs -o offset=<bytes>"
2023-02-01  Khem Rajext2fs: Use 64bit lseek when _FILE_OFFSET_BITS is 64
2023-02-01  Khem RajAdd option to enable/disable largefile support
2023-02-01  Theodore Ts'olibext2fs: reject opening a file system where the block...
2023-02-01  Theodore Ts'oUpdate Makefile dependencies
2023-02-01  Theodore Ts'olibext2fs: unix_io: fix_potential error path deadlock...
2023-02-01  Theodore Ts'olibext2fs: unix_io: fix potential error path deadlock...
2023-02-01  Theodore Ts'olibext2fs: unix_io: add flag which suppresses calling...
2023-02-01  Eric BiggersAOSP: Android: run bpfmt on all bp files
2023-02-01  Eric BiggersAOSP: Android: consolidate warning suppressions
2023-02-01  Eric BiggersAOSP: Android: stop suppressing warnings from macOS...
2023-02-01  Eric BiggersAOSP: Android: stop suppressing warnings controlled...
2023-02-01  Eric BiggersAOSP: Android: consolidate addition of include/mingw/
2023-02-01  Eric BiggersAOSP: Android: add a new upstream source file
2023-02-01  Eric BiggersAOSP: lib/support: don't assume qsort_r() is always...
2023-02-01  Eric BiggersAOSP: Stop explicitly specifying -fno-strict-aliasing
2023-02-01  Eric BiggersAOSP: mke2fs: stop suppressing warnings for Windows...
2023-02-01  Eric BiggersAOSP: e2fsdroid: stop disabling address sanitization
2023-02-01  Eric BiggersAOSP: Update lib/ext2fs/Android.bp for upstream change
2023-02-01  Shikha PanwarAOSP: mke2fs.microdroid: Allow non-APEX version of...
2023-02-01  Dennis ShenAOSP: Create blkid_static
2023-02-01  Dennis ShenAOSP: Make blkid host_supported
2023-02-01  Theodore Ts'oe4defrag: avoid potential buffer overflow caused by...
2023-01-31  Viraj Shahdebian: make the copyright file machine readable
2023-01-31  Bastian Germanndict: Add modifification note required by license
2023-01-30  Theodore Ts'oci.yml: use actions/checkout@v3 to switch to using...
2023-01-30  Eric Biggerslib/uuid: remove unneeded Windows UUID workaround
2023-01-30  Eric Biggerslib/ext2fs: don't warn about lack of getmntent on Windows
2023-01-30  Eric Biggersci.yml: ensure -Werror really gets used in all cases
2023-01-30  Theodore Ts'oChange the xattr entry hash to use an unsighed char...
2023-01-29  Theodore Ts'odebugfs: print the extended attribute's e_hash field
2023-01-29  Theodore Ts'otests: clean up test names
2023-01-27  Theodore Ts'oe2fsck: double cast a pointer to suppress a bogus compi...
2023-01-27  Theodore Ts'oe2fsck: use ext2_ino_t instead of ino_t
2023-01-27  Eric BiggersAdd a configuration file for GitHub Actions
2023-01-27  Eric Biggersresize2fs: remove unused variable from adjust_superblock()
2023-01-27  Eric Biggersmisc/util.c: enable MinGW alarm() when building for...
2023-01-27  Eric Biggersmisc/mke2fs: fix a -Wunused-variable warning in PRS()
2023-01-27  Eric Biggersmisc/mke2fs: fix Windows build
2023-01-27  Eric Biggersmisc/mk_hugefiles: simplify get_partition_start()
2023-01-27  Eric Biggersmisc/fuse2fs: avoid error-prone strncpy() pattern
2023-01-27  Eric Biggersmisc/e4defrag: fix -Wstringop-truncation warnings
2023-01-27  Eric Biggersmisc/create_inode: simplify logic in scandir()
2023-01-27  Eric Biggersmisc/create_inode: fix -Wunused-variable warnings in...
2023-01-27  Eric Biggerse2fsck: use real functions for kernel slab functions
2023-01-27  Eric Biggerslib/uuid: remove conflicting Windows implementation...
2023-01-27  Eric Biggerslib/support: clean up definition of flags_array
2023-01-27  Eric Biggerslib/support: remove unused label in get_devname()
2023-01-27  Eric Biggerslib/ss: fix 'make install' by creating man1dir
2023-01-27  Eric Biggerslib/{ext2fs,support}: fix 32-bit Windows build
2023-01-27  Eric Biggerslib/ext2fs: fix a -Wpointer-sign warning in ext2fs_mmp_...
2023-01-27  Eric Biggerslib/ext2fs: fix two compiler warnings in windows_io.c
2023-01-27  Eric Biggerslib/ext2fs: fix a printf format specifier in file_test()
2023-01-27  Eric Biggerslib/ext2fs: consistently use #ifdefs in ext2fs_print_bm...
2023-01-27  Eric Biggerslib/ext2fs: remove 32-bit x86 bitops assembly
2023-01-27  Eric Biggerslib/et: fix "unused variable" warnings when !HAVE_FCNTL
2023-01-27  Eric Biggerslib/{e2p,ss}: remove manual declarations of errno
2023-01-27  Eric Biggerslib/e2p: fix a -Wunused-variable warning in getflags()
2023-01-27  Eric Biggerslib/blkid: suppress -Wstringop-truncation warning in...
2023-01-27  Eric Biggerslib/blkid: suppress -Wunused-result warning in blkid_fl...
2023-01-27  Eric Biggerslib/blkid: fix -Wunused-variable warning in blkid_get_d...
2023-01-27  Eric Biggerslib/blkid: fix unaligned access to hfs_mdb
2023-01-27  Eric Biggerslib/blkid: remove 32-bit x86 byteswap assembly
2023-01-27  Eric Biggerslib, misc: eliminate dependency on Winsock
2023-01-27  Eric Biggersconfig/install-sh: update to latest version
2023-01-27  Eric Biggersconfigure: regenerate
2023-01-27  Eric Biggersconfigure.ac: automatically add include/mingw/ headers
2023-01-27  Eric Biggersconfigure.ac: disable tdb by default on Windows
2023-01-27  Eric Biggersconfigure.ac: only use Windows I/O manager on native...
2023-01-26  lihaoxiang (F)mmp: fix wrong comparison in ext2fs_mmp_stop
2023-01-26  Samanta NavarroFix various spelling typos
2023-01-26  Li Dongyange2fsck: optimize clone_file on large devices
2023-01-26  lihaoxiang (F)tune2fs: check return value of ext2fs_mmp_update2 in...
2023-01-25  Darrick J.... e2scrub_all: fix typo in manpage
2023-01-24  Ritesh Harjani... libext2fs: fix ext2fs_compare_generic_bmap logic
2023-01-18  Ulrich Ölmanndebugfs.8: fix typo
2023-01-18  Eric Biggerse2fsck: don't allow journal inode to have encrypt flag
2023-01-18  zhanchengbinmisc/fsck.c: Processes may kill other processes.
2023-01-18  Lubomir Rinteltune2fs: print error message when closing the fs fails
2023-01-18  zhanchengbinlibext2fs: add extra checks to ext2fs_check_mount_point()
2022-10-20  Lubomir Rinteltune2fs: fix an error message
next