aboutsummaryrefslogtreecommitdiff
path: root/lib/ext2fs/punch.c
AgeCommit message (Expand)Author
2016-03-18Fix various clang and gcc -Wall warningsTheodore Ts'o
2015-11-30Merge branch 'maint' into nextTheodore Ts'o
2015-11-30libext2fs: fix block-mapped file punchAndreas Dilger
2015-11-16libext2fs: fix parents when modifying extentsDarrick J. Wong
2015-07-13Eliminate unused parameter warnings from Android buildTheodore Ts'o
2014-05-27Misc coverity fixesDarrick J. Wong
2014-05-11misc: coverity fixesDarrick J. Wong
2014-03-15libext2fs: fix parents when modifying extentsDarrick J. Wong
2014-03-14misc: cppcheck cleanupsDarrick J. Wong
2014-03-04debugfs: handle inline data feature in punch commandZheng Liu
2014-02-06libext2fs: during punch, fix parent extents after modifying extentDarrick J. Wong
2014-02-06libext2fs: iterate past lower extents during punchDarrick J. Wong
2013-12-16Clean up sparse warningsTheodore Ts'o
2013-12-15libext2fs: only punch complete clustersDarrick J. Wong
2013-12-14libext2fs: clamp block-map punch range end to 2^32 blocksDarrick J. Wong
2013-12-12libext2fs: don't error out when punching a totally sparse fileDarrick J. Wong
2013-12-12libext2fs: fix punching extents when there are no left extentsDarrick J. Wong
2013-12-12libext2fs: check return valuesDarrick J. Wong
2013-12-12libext2fs: don't overflow when punching indirect blocks with large blocksDarrick J. Wong
2013-10-07e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong
2013-10-07libext2fs: ind_punch() must not stop examining blocks prematurelyDarrick J. Wong
2013-10-07libext2fs: allow callers to punch a single blockDarrick J. Wong
2013-10-07libext2fs: rewind extent pointer when totally deleting an extentDarrick J. Wong
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-07-07libext2fs: Fix gcc -Wall warningsTheodore Ts'o
2010-07-22libext2fs: Add new function ext2fs_punch()Theodore Ts'o