Whamcloud - gitweb
Add fallocate.c to lib/exte2fs/Android.mk
[tools/e2fsprogs.git] / lib / ext2fs / punch.c
2014-05-27 Darrick J. WongMisc coverity fixes
2014-05-11 Darrick J. Wongmisc: coverity fixes
2014-03-15 Darrick J. Wonglibext2fs: fix parents when modifying extents
2014-03-14 Darrick J. Wongmisc: cppcheck cleanups
2014-03-04 Zheng Liudebugfs: handle inline data feature in punch command
2014-02-06 Darrick J. Wonglibext2fs: during punch, fix parent extents after modif...
2014-02-06 Darrick J. Wonglibext2fs: iterate past lower extents during punch
2013-12-16 Theodore Ts'oClean up sparse warnings
2013-12-16 Darrick J. Wonglibext2fs: only punch complete clusters
2013-12-15 Darrick J. Wonglibext2fs: clamp block-map punch range end to 2^32...
2013-12-12 Darrick J. Wonglibext2fs: don't error out when punching a totally...
2013-12-12 Darrick J. Wonglibext2fs: fix punching extents when there are no left...
2013-12-12 Darrick J. Wonglibext2fs: check return values
2013-12-12 Darrick J. Wonglibext2fs: don't overflow when punching indirect blocks...
2013-10-07 Darrick J. Wonge2fsprogs: fix blk_t <- blk64_t assignment mismatches
2013-10-07 Darrick J. Wonglibext2fs: ind_punch() must not stop examining blocks...
2013-10-07 Darrick J. Wonglibext2fs: allow callers to punch a single block
2013-10-07 Darrick J. Wonglibext2fs: rewind extent pointer when totally deleting...
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-07-07 Theodore Ts'olibext2fs: Fix gcc -Wall warnings
2010-07-22 Theodore Ts'olibext2fs: Add new function ext2fs_punch()