summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* debian/patches: update for 1.45.5-2 releasedebian/1.45.5-2archive/debian/1.45.5-2Theodore Ts'o2020-01-082-0/+51
* Merge branch 'maint' into debian/masterTheodore Ts'o2020-01-082-4/+18
|\
| * libcom_err: deal with the fact that the Hurd error messages are not zero-basedTheodore Ts'o2020-01-082-4/+18
* | Merge tag 'v1.45.5' into debian/masterdebian/1.45.5-1archive/debian/1.45.5-1Theodore Ts'o2020-01-0668-3259/+3904
|\ \ | |/
| * Update release notes, etc., for the 1.45.5 releasev1.45.5Theodore Ts'o2020-01-0610-192/+321
| * libext2fs: always compile swapfs functions on all architecturesTheodore Ts'o2020-01-062-3/+13
| * e2scrub, e2scrub_all: don't sleep unnecessarily in exitcodeTheodore Ts'o2020-01-062-8/+2
| * debian: add autopkgtest filesTheodore Ts'o2020-01-063-0/+75
| * libext2fs: don't scan /etc/mtab if file system not found in /proc/mountsTheodore Ts'o2020-01-061-1/+1
| * e2fsck: don't check for future superblock times if checkinterval == 0Theodore Ts'o2020-01-011-2/+2
| * debian: update debhelper compat level to 12Theodore Ts'o2020-01-011-1/+1
| * config: update config.{guess,sub}Theodore Ts'o2020-01-012-1322/+1505
| * po: update zh_CN.po (from translationproject.org)Boyuan Yang2020-01-011-1302/+1348
| * po: update ms.po (from translationproject.org)Sharuzzaman Ahmat Raslan2020-01-011-95/+64
| * Drop use of -pedantic when doing gcc-wallTheodore Ts'o2020-01-013-47/+3
| * libext2fs: use ext2fs_file_llseek in inode_io.cTheodore Ts'o2020-01-011-6/+6
| * libext2fs: chage ext2_off_t and ext2_off64_t to be signed typesTheodore Ts'o2020-01-013-4/+7
| * libext2fs: use __u64 instead of ext2_off64_t in qcow.cTheodore Ts'o2020-01-011-5/+5
| * mke2fs: fix setting bad blocks in the block bitmapLi Dongyang2020-01-011-1/+1
| * e2image: remove redundant -fr from man page and usage messageBenno Schulenberg2020-01-012-7/+6
| * AOSP: e2fsdroid: Skip Base FS entries that no longer exist.David Anderson2020-01-013-11/+46
| * AOSP: e2fsdroid: Allow re-use of deduplicated blocks.David Anderson2020-01-011-0/+25
| * AOSP: e2fsdroid: Do not allocate invalid blocks from BaseFS.David Anderson2020-01-011-22/+84
| * AOSP: e2fsdroid: Refactor basefs allocation.David Anderson2020-01-011-29/+53
| * AOSP: e2fsdroid: Refactor block_range.David Anderson2020-01-016-61/+74
| * AOSP: Add vendor_available: trueJustin Yun2020-01-012-0/+2
| * e2fsck: fix use after free in calculate_tree()Wang Shilong2020-01-011-1/+16
| * e2fsck: fix to return ENOMEM in alloc_size_dir()Wang Shilong2020-01-011-0/+4
| * ext2fs: add ext2fs_get_stat_i_blocks() functionTheodore Ts'o2020-01-015-31/+28
| * fuse2fs: add support for 32-bit uids and gidsTheodore Ts'o2019-12-201-12/+23
| * mke2fs: fix "mke2fs -d /path/to/files" to support 32-bit uids and gidsTheodore Ts'o2019-12-201-0/+2
| * e2fsck: don't try to rehash a deleted directoryTheodore Ts'o2019-12-202-0/+6
| * e2fsck: abort if there is a corrupted directory block when rehashingTheodore Ts'o2019-12-201-0/+9
| * e2fsck: optimize away repeated calls to gettext()Theodore Ts'o2019-12-132-2/+6
| * e2scrub: fix the 30 second timeout when trying to remove a snapshotTheodore Ts'o2019-12-131-1/+1
| * Add a program to test images provided by UBSAN fuzzing reportsTheodore Ts'o2019-11-222-1/+82
| * libext2fs: define PATH_MAX if not provided by the system headersTheodore Ts'o2019-11-221-0/+4
| * tune2fs: prohibit toggling uninit_bg on live filesystemsDarrick J. Wong2019-11-201-0/+12
| * chattr.1: say "cleared" instead of "reset"Eric Biggers2019-11-181-4/+5
| * chattr.1: clarify that ext4 doesn't support tail-merging eitherEric Biggers2019-11-181-2/+2
| * chattr.1: fix some grammatical errorsEric Biggers2019-11-181-6/+6
| * chattr.1: add casefold attribute to mode stringEric Biggers2019-11-181-1/+1
| * chattr.1: adjust documentation for encryption attributeEric Biggers2019-11-181-3/+2
| * chattr.1: document the verity attributeEric Biggers2019-11-181-1/+11
| * configure: don't fail if /usr/include/sys/mount.h does not existTheodore Ts'o2019-11-132-44/+0
| * libext2fs/ismounted.c: check device id in advance to skip false device namesTheodore Ts'o2019-11-101-27/+12
| * resize2fs: make minimum size estimates more reliable for mounted fsJan Kara2019-11-101-4/+4
| * e2scrub_all: fix broken stdin redirectionDarrick J. Wong2019-11-091-4/+10
| * e2scrub_all: don't even reap if the config file doesn't allow itDarrick J. Wong2019-11-091-3/+12
| * libext2fs: verify the block numbers for the allocation bitmaps are validTheodore Ts'o2019-11-081-6/+8