2020-06-18 |
Theodore Ts'o | debugfs: fix building rdebugfs (with READ_ONLY define) Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-05-18 |
Theodore Ts'o | libext2fs: retry reading superblock on open when checksum... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-04-25 |
Theodore Ts'o | libext2fs: batch calls to ext2fs_zero_blocks2() Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-04-14 |
Theodore Ts'o | e2fsck: fix off-by-one check when validating depth... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-03-24 |
Theodore Ts'o | tests: use grep -E for better portability in r_inline_xattr Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-03-24 |
Theodore Ts'o | e2fsck: fix various gcc -Wall nits Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-03-24 |
Theodore Ts'o | Use ext2_loff_t instead of loff_t Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-03-21 |
Theodore Ts'o | Update release notes, etc., for the 1.45.6 release Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-03-21 |
Theodore Ts'o | misc: add text describing the impact of an inode size... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-03-20 |
Theodore Ts'o | libe2p: add a thread-safe variant of e2p_feature2string Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-03-20 |
Theodore Ts'o | libext2fs: fix the {set_get}_bitmap_range functions... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-03-15 |
Theodore Ts'o | debian: drop libattr1-dev from the build dependencies... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-03-15 |
Theodore Ts'o | e2fsck: fix "make check" when using static libraries Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-03-15 |
Theodore Ts'o | libext2fs: make ext2fs_dirent_has_tail() more strict Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-03-07 |
Theodore Ts'o | mke2fs: fix permissions setting with "mke2fs -d /path... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-02-16 |
Theodore Ts'o | libext2fs: avoid array buffer overruns caused by insane... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-02-12 |
Theodore Ts'o | libext2fs: fix potential OOB read check_for_inode_bad_blocks() Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-16 |
Theodore Ts'o | libext2fs: reserve the error code EXT2_ET_NO_GDESC Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-08 |
Theodore Ts'o | libcom_err: deal with the fact that the Hurd error... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-06 |
Theodore Ts'o | Update release notes, etc., for the 1.45.5 release Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-06 |
Theodore Ts'o | libext2fs: always compile swapfs functions on all architectures Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-06 |
Theodore Ts'o | e2scrub, e2scrub_all: don't sleep unnecessarily in... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-06 |
Theodore Ts'o | debian: add autopkgtest files Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-06 |
Theodore Ts'o | libext2fs: don't scan /etc/mtab if file system not... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-02 |
Theodore Ts'o | e2fsck: don't check for future superblock times if... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-02 |
Theodore Ts'o | debian: update debhelper compat level to 12 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-01 |
Theodore Ts'o | config: update config.{guess,sub} Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-01 |
Theodore Ts'o | Drop use of -pedantic when doing gcc-wall Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-01 |
Theodore Ts'o | libext2fs: use ext2fs_file_llseek in inode_io.c Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-01 |
Theodore Ts'o | libext2fs: chage ext2_off_t and ext2_off64_t to be... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-01 |
Theodore Ts'o | libext2fs: use __u64 instead of ext2_off64_t in qcow.c Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2020-01-01 |
Theodore Ts'o | ext2fs: add ext2fs_get_stat_i_blocks() function Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-12-20 |
Theodore Ts'o | fuse2fs: add support for 32-bit uids and gids Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-12-20 |
Theodore Ts'o | mke2fs: fix "mke2fs -d /path/to/files" to support 32... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-12-20 |
Theodore Ts'o | e2fsck: don't try to rehash a deleted directory Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-12-20 |
Theodore Ts'o | e2fsck: abort if there is a corrupted directory block... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-12-14 |
Theodore Ts'o | e2fsck: optimize away repeated calls to gettext() Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-12-14 |
Theodore Ts'o | e2scrub: fix the 30 second timeout when trying to remove... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-11-23 |
Theodore Ts'o | Add a program to test images provided by UBSAN fuzzing... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-11-23 |
Theodore Ts'o | libext2fs: define PATH_MAX if not provided by the system... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-11-13 |
Theodore Ts'o | configure: don't fail if /usr/include/sys/mount.h does... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-11-10 |
Theodore Ts'o | libext2fs/ismounted.c: check device id in advance to... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-11-08 |
Theodore Ts'o | libext2fs: verify the block numbers for the allocation... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-11-08 |
Theodore Ts'o | libext2fs: properly free the bitmaps in read_bitmap... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-11-05 |
Theodore Ts'o | Fix UBSan when shifting (1LL << 63) Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-11-04 |
Theodore Ts'o | libext2fs: fix UBSan when updating an inline_data file Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-11-04 |
Theodore Ts'o | libext2fs: fix bug when reading or writing more than... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-10-04 |
Theodore Ts'o | Define the codepoint for the fast_commit compat feature Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-09-23 |
Theodore Ts'o | Update release notes, etc., for the 1.45.4 release Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-09-23 |
Theodore Ts'o | e2scrub_all: make sure fd 3 is closed before running... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-09-23 |
Theodore Ts'o | libsupport: add checks to prevent buffer overrun bugs... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-09-03 |
Theodore Ts'o | e2fsck: check the validity of the casefold flag Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-09-03 |
Theodore Ts'o | e2fsck: make the low dtime check consistent when using... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-09-03 |
Theodore Ts'o | e2fsck: update the quota records when the root directory... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-09-03 |
Theodore Ts'o | libsupport: remove unnecessary code to set the quota... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-08-18 |
Theodore Ts'o | e2scrub_all: allow scrubbing in vg's whose free space... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-08-07 |
Theodore Ts'o | debian: add changelog for 1.45.3-4 release Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-08-03 |
Theodore Ts'o | debian: don't gitignore debian/patches Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-31 |
Theodore Ts'o | libblkid: fix gcc -Wall warnings Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-29 |
Theodore Ts'o | debian: stop using LTO (link-time optimization) Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-27 |
Theodore Ts'o | debian: skip running "make check" if DEB_BUILD_OPTIONS... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-26 |
Theodore Ts'o | debian: mark more files in e2fsprogs.install as only... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-25 |
Theodore Ts'o | debian: update changelog for 1.45.3-3 release Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-25 |
Theodore Ts'o | e2fsck: set E2FSCK_TIME correctly on a 32-bit arch... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-25 |
Theodore Ts'o | debian: mark logsave as Multi-Arch: foreign Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-25 |
Theodore Ts'o | debian: fix Breaks/Replace dependency for logsave Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-25 |
Theodore Ts'o | debian: only install the udev and systemd files to... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-25 |
Theodore Ts'o | debian: run "make check" with V=1 to keep blhc happy Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-24 |
Theodore Ts'o | debian: update changelog for 1.45.3-2 release Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-24 |
Theodore Ts'o | debian: add a hard dependency on logsave to e2fsprogs Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-21 |
Theodore Ts'o | debian: update to standards version 4.4.0 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-21 |
Theodore Ts'o | e2scrub_all_cron: check to make sure e2scrub_all exists Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-15 |
Theodore Ts'o | Final updates to release notes, etc., for the v1.45... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-15 |
Theodore Ts'o | po: add help text to e2fsprogs.pot explaining ix-nay... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-14 |
Theodore Ts'o | fuse2fs: stop using the nonempty option by default Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-14 |
Theodore Ts'o | fuse2fs: install fuse2fs in /usr/bin instead of /usr... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-14 |
Theodore Ts'o | debian: add lintian override to suppress a false positive Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-14 |
Theodore Ts'o | debugfs: clean up gcc -Wall warning from using snprintf Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-14 |
Theodore Ts'o | tests: suppress e2image version number from being printed Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-13 |
Theodore Ts'o | tests: fix test_script so that it will run all tests... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-13 |
Theodore Ts'o | debian: drop "new-essential-package" lintian override Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-13 |
Theodore Ts'o | debian: move logsave to its own package Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-13 |
Theodore Ts'o | Update release notes, etc., for the 1.45.3 release Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-13 |
Theodore Ts'o | debian: convert from using dh_movefiles to dh_install Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-13 |
Theodore Ts'o | e2fsck: add xgettext:no-c-format tags Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-13 |
Theodore Ts'o | po: remove unnecessary/buggy positional parameter specifiers Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-11 |
Theodore Ts'o | e2scrub_all: only run in service mode when periodic_e2scrub=1 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-11 |
Theodore Ts'o | debian: drop special case CFLAGS for Alpha and PowerMac... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-11 |
Theodore Ts'o | e2scrub_all: fix "e2scurb_all -r" Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-11 |
Theodore Ts'o | util: add a script gen-git-tarball to generate a release... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-11 |
Theodore Ts'o | debian: convert debian/rules to use dh Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-09 |
Theodore Ts'o | debian: drop support for not building the e2fsck-static... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-08 |
Theodore Ts'o | debian: drop support for Debian Jessie Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-08 |
Theodore Ts'o | debian: stop building a special version of e2fsprogs... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-05 |
Theodore Ts'o | debian: only require the udev, systemd, cron packages... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-07-04 |
Theodore Ts'o | e2scrub_all: correctly handle the case where LUKS is... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-06-07 |
Theodore Ts'o | Fix posix_memalign and posix_fadvise calls. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-05-28 |
Theodore Ts'o | Update release notes, etc., for the 1.45.2 release Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-05-28 |
Theodore Ts'o | po: update the binary gmo files Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
2019-05-27 |
Theodore Ts'o | mke2fs: accept the english yes character to the proceed... Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
commit | commitdiff | tree |
next |