summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update release notes, etc., for the 1.43.4 releasev1.43.41.43.4Theodore Ts'o2017-01-3147-7471/+9018
* Add the Malay translation from the Translation ProjectTheodore Ts'o2017-01-313-1/+8226
* Add Finnish translation from the Translation ProjectTheodore Ts'o2017-01-313-1/+7902
* po: update zh_CN.po (from translationproject.org)Mingye Wang (Arthur2e5)2017-01-311-515/+405
* po: update sr.po (from translationproject.org)Мирослав Николић2017-01-311-1256/+939
* po: update es.po (from translationproject.org)Antonio Ceballos2017-01-311-1407/+971
* po: update de.po (from translationproject.org)Philipp Thomas2017-01-311-869/+762
* po: update cs.po (from translationproject.org)Petr Pisar2017-01-311-1062/+855
* Stop installing mkfs.ext4dev and fsck.ext4devTheodore Ts'o2017-01-312-13/+8
* e2label.8, tune2fs.8: use volume label terminology consistentlyTheodore Ts'o2017-01-312-13/+13
* tune2fs, mke2fs: use "Proceed (y, N)" so the default is clearTheodore Ts'o2017-01-312-8/+8
* fuse2fs: fix Coverity warningsTheodore Ts'o2017-01-311-8/+14
* debugfs: in ea_get -V, don't print double quotes around the C stringsTheodore Ts'o2017-01-311-2/+3
* libsupport: improve how invalid hex strings are parsed as C stringsTheodore Ts'o2017-01-311-2/+3
* libext2fs: fix memory leaks in ext2fs_xattr_set()Theodore Ts'o2017-01-311-3/+3
* e2fsck: make sure system.data xattr is presentTheodore Ts'o2017-01-319-28/+88
* Update release notes, etc. for 1.43.4-WIP releaseTheodore Ts'o2017-01-315-249/+334
* Add utility script which generates a small sample file systemTheodore Ts'o2017-01-311-0/+30
* During filesystem creation with -d option files copied from givenArtem Blagodarenko2017-01-301-2/+3
* e2fsprogs: enable project quota reporting in debugfsEric Whitney2017-01-302-20/+20
* libext2fs: translate internal ext4 acl to Posix ACL in ext2fs_xattr_[sg]et()Theodore Ts'o2017-01-286-24/+258
* debugfs: improve how we display and parse extended attribute valuesTheodore Ts'o2017-01-289-59/+139
* libsupport: add C string printing and parsing functionsTheodore Ts'o2017-01-283-2/+178
* test: add f_mke2fs_baddiskDmitry Monakhov2017-01-131-0/+26
* libext2fs: don't ignore fsync errorsEric Sandeen2017-01-133-4/+11
* lib/et/testcases: checked in imap_err.et from cyrus-imapd version 2.5.10Theodore Ts'o2016-12-223-58/+231
* Bring back libext2_profile build rules.Jeff Sharkey2016-11-241-0/+38
* debugfs, e2fsck, mke2fs: fix miscellaneous memory leaks detected by ASANTheodore Ts'o2016-11-125-6/+24
* Make sure test progams free all allocated memoryTheodore Ts'o2016-11-116-13/+20
* Avoid dereferencing beyond allocated memory in quota handlingTheodore Ts'o2016-11-115-14/+12
* libext2fs: avoid dereferencing beyond allocated memory in xattr codeTheodore Ts'o2016-11-111-1/+1
* e2fsck: avoid dereferencing beyond allocated memory with 128 byte inodesTheodore Ts'o2016-11-111-1/+5
* mke2fs: Avoid crashes / infinite loops for absurdly large devicesJan Kara2016-10-251-0/+12
* partinfo: fix some build errorsDarrick J. Wong2016-10-252-2/+4
* libsupport: fix compilation on RHEL 5.x due to missing magic defineThomas De Schampheleire2016-10-251-0/+11
* resize2fs: fix resizing large file systems when block size != page sizeTheodore Ts'o2016-10-251-1/+1
* android: fix Mac buildTheodore Ts'o2016-10-243-0/+3
* mke2fs.conf: add back missing uninit_bg feature flagTheodore Ts'o2016-10-241-2/+2
* libext2fs: unix_io: reflect error from read/write calls to callerTheodore Ts'o2016-10-211-3/+15
* libext2fs: force DIO alignment FreeBSD when operating on a block deviceTheodore Ts'o2016-09-131-1/+9
* libext2fs: add FreeBSD support to getsectsize.cTheodore Ts'o2016-09-133-5/+38
* libext2fs: fix short-read bugs in unix_io's bounce buffer handlingMatthias Andree2016-09-131-3/+13
* libext2fs: add test facility UNIX_IO_FORCE_BOUNCE in unix_io.cTheodore Ts'o2016-09-132-2/+52
* Fix spurious error when both gmake and makeinfo are not availableTheodore Ts'o2016-09-112-2/+2
* Fix reversed FORCE_NATIVE_MAKE test in acinclude.m4Theodore Ts'o2016-09-112-2/+2
* libext2fs: fix unaligned, multiblock writes in the unix_io handlerTheodore Ts'o2016-09-111-0/+1
* Update release notes, etc., for 1.43.3 releasev1.43.3Theodore Ts'o2016-09-0443-10758/+17593
* e2fsck: enforce that the extra isize fields in the superblock are saneTheodore Ts'o2016-09-047-1/+66
* e2fsck: enforce that extra_isize must be a multiple of fourTheodore Ts'o2016-09-044-2/+20
* Avoid crashing on unaligned pointers from corrupted file systemsTheodore Ts'o2016-09-043-4/+19