aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-055-9/+65
|\
| * Add bare-bones encryption support to e2fsckTheodore Ts'o2015-07-185-9/+65
* | blkid: Add support for probing exFATSteve Kondik2015-10-163-0/+192
* | build static e2fsprogsAusten Dicken2015-10-162-1/+14
|/
* Add f2fs to blkid.Jeff Sharkey2015-05-282-0/+49
* Export include details from libuuid.Jeff Sharkey2015-02-211-0/+4
* Cleanup Obsolete LOCAL_PRELINK_MODULE.Ying Wang2014-12-165-5/+0
* am a72d7e9d: Merge "Cleanup Obsolete LOCAL_PRELINK_MODULE."Ying Wang2014-12-166-7/+0
|\
| * Cleanup Obsolete LOCAL_PRELINK_MODULE.Ying Wang2014-12-166-7/+0
* | tune2fs: Allow building it as a static libJP Abgrall2014-11-215-0/+76
|/
* lib/uuid: make a static library alsoJP Abgrall2014-06-111-0/+24
* llseek: setup the correct seek for ext2fs_llseekJP Abgrall2014-03-191-3/+3
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-19188-4489/+22686
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-06188-22686/+4489
* Fix blkid time diff bug, build binary.Jeff Sharkey2014-01-051-2/+3
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-05168-161/+988
* Re-add Android makefiles from AOSP masterBernhard Rosenkränzer2013-12-316-0/+417
* Use makeinfo --html instead of texi2htmlTheodore Ts'o2013-12-282-8/+3
* e2image: only skip writing zero blocks when writing to a new fileTheodore Ts'o2013-12-261-9/+0
* libext2fs: checksum bg descriptors larger than 64 bytesTheodore Ts'o2013-12-241-4/+34
* debugfs, e2fsck: fix s_desc_size handlingAndreas Dilger2013-12-244-28/+14
* e2fsck: verify s_desc_size is power-of-two valueAndreas Dilger2013-12-234-2/+7
* Clean up sparse warningsTheodore Ts'o2013-12-1620-88/+53
* mke2fs: disallow creating FS on a loop mounted file with no optionKazuya Mio2013-12-161-0/+41
* libext2fs: don't update the summary counts when doing implied cluster allocationDarrick J. Wong2013-12-152-2/+2
* libext2fs: only punch complete clustersDarrick J. Wong2013-12-153-5/+109
* ext2fs,blkid: delete unused LIST_HEAD() macroAndreas Dilger2013-12-152-7/+1
* ext2fs: quiet compiler warningsAndreas Dilger2013-12-152-3/+4
* build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-2/+2
* build: use long long for __u64 by defaultAndreas Dilger2013-12-155-20/+21
* libext2fs: use ext2fs_punch() to truncate quota fileDarrick J. Wong2013-12-141-16/+3
* libext2fs: clamp block-map punch range end to 2^32 blocksDarrick J. Wong2013-12-141-0/+2
* libext2fs: zero block contents past EOF when setting sizeDarrick J. Wong2013-12-121-0/+50
* libext2fs: don't error out when punching a totally sparse fileDarrick J. Wong2013-12-121-1/+8
* libext2fs: fix punching extents when there are no left extentsDarrick J. Wong2013-12-121-11/+30
* libext2fs: fail fileio write if we can't allocate a blockDarrick J. Wong2013-12-121-0/+14
* libext2fs: fix a broken close() testDarrick J. Wong2013-12-121-1/+1
* libext2fs: fix memory leaks (on error paths)Darrick J. Wong2013-12-124-11/+26
* libext2fs: check return valuesDarrick J. Wong2013-12-125-3/+19
* libquota: fix memory leak (on error path)Darrick J. Wong2013-12-121-0/+1
* libss: fix memory handling errorsDarrick J. Wong2013-12-123-1/+10
* libss: fix fd error handlingDarrick J. Wong2013-12-122-0/+6
* debugfs: don't leak mmp_s memory (on error path)Darrick J. Wong2013-12-121-3/+3
* libext2fs: fileio should use 64bit io routinesDarrick J. Wong2013-12-121-5/+4
* libext2fs: make symlinks safe for 64bit blocks and extentsDarrick J. Wong2013-12-122-16/+13
* libext2fs: fix "a" vs "an" in the error catalogDarrick J. Wong2013-12-121-1/+1
* libext2fs: don't allow ridiculously large logical block numbersDarrick J. Wong2013-12-123-0/+31
* libext2fs: fix tests that set LARGE_FILEDarrick J. Wong2013-12-123-2/+8
* libext2fs: don't overflow when punching indirect blocks with large blocksDarrick J. Wong2013-12-121-7/+8
* mmp: fix 64-bit handling of s_mmp_blockAndreas Dilger2013-12-031-1/+1