aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint' into nextTheodore Ts'o2018-10-042-2/+4
|\
| * libe2p: avoid segfault when s_nr_users is too highLukas Czerner2018-10-022-2/+4
* | libext2fs: try to always use PUNCH_HOLE for unix_discardDarrick J. Wong2018-09-061-25/+36
* | libext2fs: use ZERO_RANGE before PUNCH_HOLE in unix_zerooutDarrick J. Wong2018-09-061-23/+30
* | Merge branch 'maint' into nextTheodore Ts'o2018-08-212-2/+3
|\|
| * libext2fs: add verity flag to EXT2_LIB_FEATURE_RO_COMPAT_SUPPEric Biggers2018-08-211-1/+2
| * libe2p: fix verity flag bitEric Biggers2018-08-211-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2018-08-183-55/+36
|\|
| * AOSP: blkid: Correct the label name for exfatUpendra2018-08-181-1/+34
| * libext2fs: fix uninitialized length in rep_strdup()Theodore Ts'o2018-08-181-4/+2
| * Remove obsolete files from the repositoryTheodore Ts'o2018-08-181-50/+0
* | Merge branch 'maint' into nextTheodore Ts'o2018-08-1315-26/+36
|\|
| * Reserve codepoints for the fsverity feature.Theodore Ts'o2018-08-133-2/+8
| * remove unused datarootdirLukas Czerner2018-08-112-2/+0
| * build: use MKDIR_P instead of MKINSTALLDIRSRoss Burton2018-08-118-15/+15
| * libext2fs: support devices w/ non-512 byte block size on Apple DarwinFedor Uporov2018-08-112-7/+13
* | Fix function declarations for ss commands to fix LTO warningsTheodore Ts'o2018-08-082-17/+36
* | libext2fs: revamp bitmap types to fix LTO warningsTheodore Ts'o2018-08-087-173/+256
|/
* AOSP: Update Android.bp files.David Anderson2018-08-052-2/+20
* AOSP: e2fsdroid: Fix crash with invalid command line argsDavid Anderson2018-07-201-1/+9
* Fix compile error and warnings for old gcc versionsLi Dongyang2018-07-146-0/+24
* blkid: avoid FPE crash when probing a HFS+ superblock with a zero blocksizeTheodore Ts'o2018-07-101-0/+5
* libext2fs: install hashmap.h since it is needed by libext2fs.hTheodore Ts'o2018-07-081-1/+1
* libext2fs: call fsync(2) to clear stale errors for a new a unix I/O channelTheodore Ts'o2018-07-041-0/+8
* AOSP: e2fsdroid and mke2fs are dynamic executable in recovery partitionJiyong Park2018-06-275-0/+5
* Update Makefile.in files using "make depend"Theodore Ts'o2018-06-253-171/+194
* e2image, libext2fs: check for corrupted qcow2 imageTheodore Ts'o2018-06-242-0/+11
* libext2fs: explicitly ignore a possible unlink failure in ext2fs_free_icountTheodore Ts'o2018-06-241-1/+1
* Fix gcc and clang warningsTheodore Ts'o2018-06-2312-48/+53
* libext2fs: remove c99 idiom to fix buildEric Sandeen2018-06-231-1/+3
* libcom_err: handle error case when FD_CLOEXEC can't be set on debug FILETheodore Ts'o2018-06-231-1/+8
* libext2fs: simplify extent_fallocate()Theodore Ts'o2018-06-221-5/+2
* libsupport: fix (very potential) NULL dereferenceTheodore Ts'o2018-06-221-5/+9
* libext2fs: fix uninitialized variable dereference in extent_bmap()Theodore Ts'o2018-06-221-1/+3
* libsupport: fix memory leak in error path in quota_compute_usage()Theodore Ts'o2018-06-221-1/+3
* libext2fs: fix potential resource leak in ext2fs_file_writeTheodore Ts'o2018-06-221-1/+4
* misc: add e2mmpstatus utility via dumpe2fsShuichi Ihara2018-06-223-9/+22
* tests: remove redundant sed filteringAndreas Dilger2018-06-221-2/+2
* ext2fs: annotate superblock/inode offsetsAndreas Dilger2018-06-221-58/+57
* libext2fs: don't corrupt an blkmap64_rb when marking a range of size zeroTheodore Ts'o2018-06-223-16/+31
* AOSP: Mark as recovery_available:trueJiyong Park2018-06-212-0/+2
* AOSP: libext2fs: Track the libsparse API change.Tao Bao2018-06-211-1/+1
* AOSP: libext2fs: fix indentation whitespaceDavid Anderson2018-06-211-2/+2
* AOSP: libext2fs: increment i_blocks for shared blocksJin Qian2018-06-211-0/+5
* AOSP: libext2fs: add EXT2_FLAG_SHARE_DUP to de-duplicate data blocksJin Qian2018-06-216-5/+73
* AOSP: e2fsdroid/libext2fs: move hashmap into libext2fsJin Qian2018-06-215-0/+125
* ext2fs: don't check s_inodes_count with EXT2_FLAG_IGNORE_SB_ERRORSJan Kara2018-06-191-1/+2
* e2fsck: allow to fix some superblock corruptionsJan Kara2018-06-191-0/+1
* libext2fs: don't create filesystems with meta_bg and resize_inodeJan Kara2018-06-191-5/+7
* libext2fs: fix overflow when checking s_inodes_count in ext2fs_open()Jan Kara2018-06-191-1/+1