aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ext2fs/ext2fs.h
Commit message (Expand)AuthorAgeFilesLines
* e2fsck: update encryption support to match upstreamTheodore Ts'o2015-10-251-0/+3
* Add bare-bones encryption support to e2fsckTheodore Ts'o2015-07-151-2/+4
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-74/+394
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-394/+74
* libext2fs: only punch complete clustersDarrick J. Wong2013-12-151-0/+3
* debugfs: don't leak mmp_s memory (on error path)Darrick J. Wong2013-12-121-3/+3
* libext2fs: fix tests that set LARGE_FILEDarrick J. Wong2013-12-121-0/+6
* libext2fs: fix function declarations to match definitionDarrick J. Wong2013-12-031-2/+2
* libext2fs: add explicit casts to ext2fs.hTheodore Ts'o2013-12-021-5/+5
* e2fsprogs: add (optional) sparse checking to the buildDarrick J. Wong2013-10-111-8/+14
* libext2fs: allow callers to punch a single blockDarrick J. Wong2013-10-071-0/+4
* libext2fs: optimize ext2fs_bg_has_super()Theodore Ts'o2013-06-151-1/+1
* libext2fs: Provide prototype for ext2fs_symlink()Jan Kara2013-02-281-0/+4
* debugfs: add the ability to manipulate the extent tree directlyTheodore Ts'o2012-12-241-0/+3
* e2fsck: fix incorrect interior node logical start valuesEric Sandeen2012-12-201-0/+1
* Allow e2fsprogs to be built using the clang (LLVM) frontendTheodore Ts'o2012-09-091-6/+17
* libext2fs: don't inline ext2fs_open_file() and ext2fs_stat()Andreas Dilger2012-05-281-46/+0
* libext2fs: refactor Direct I/O alignment requirement calculationsTheodore Ts'o2012-05-071-0/+1
* libext2fs: add 32-bit compat code for ext2fs_find_first_zero_generic_bmap()Theodore Ts'o2012-04-091-0/+3
* mke2fs: don't fail creating the journal if /etc/mtab is missingTheodore Ts'o2012-04-051-0/+1
* Fix gcc -Wall nitpicksTheodore Ts'o2012-04-051-2/+0
* dumpe2fs: print the expected block group checksum if it is incorrectTheodore Ts'o2012-03-151-0/+1
* libext2fs, libe2p: Reserve RO_COMPAT_REPLICA featureTheodore Ts'o2012-02-171-1/+1
* libext2fs: Add ext2fs_file_get_inode_num call (for fuse2fs)Darrick J. Wong2012-02-171-0/+1
* libext2fs: add bitmap statisticsLukas Czerner2011-12-181-0/+4
* e2fsck: use different bitmap types as appropriateTheodore Ts'o2011-12-181-1/+0
* libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIRTheodore Ts'o2011-12-181-0/+1
* libext2fs: add a bitmap implementation using rbtree'sLukas Czerner2011-12-181-0/+1
* libext2fs: add default_bitmap_type to the ext2_filsys structureTheodore Ts'o2011-12-181-1/+9
* libext2fs: move mmp fields to preserve structure layout of ext2_filsysTheodore Ts'o2011-11-251-7/+7
* Make quota support disabled by supportTheodore Ts'o2011-11-141-0/+10
* libext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64 for ext2fs_stat()Theodore Ts'o2011-11-101-3/+3
* libext2fs: allow ext2fs_get_memalign() to compile w/o posix_memalign()Theodore Ts'o2011-10-161-16/+0
* libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2011-10-161-2/+6
* libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargsTheodore Ts'o2011-10-061-7/+2
* libquota: clean up some gcc -Wall warningsTheodore Ts'o2011-10-041-1/+1
* e2fsprogs: include headers for open() in ext2fs.hEric Sandeen2011-10-031-0/+3
* libext2fs: Fix various bugs from the metadata checksum integrationDarrick J. Wong2011-09-301-2/+2
* ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger2011-09-251-0/+26
* misc: quiet minor compiler errorsAndreas Dilger2011-09-241-4/+14
* libext2fs: add flag to ext2fs_flush() and ext2fs_close() to avoid fsyncRichard W.M. Jones2011-09-241-0/+8
* e2fsprogs: add ext2fs_group_blocks_count helperEric Sandeen2011-09-161-0/+1
* Merge branch 'maint' into nextTheodore Ts'o2011-09-161-2/+3
|\
| * libext2fs: fix binary and source compatibility with the dump programTheodore Ts'o2011-09-151-2/+3
* | e2fsprogs: create open() and stat() helpersLukas Czerner2011-09-151-0/+38
* | libext2fs: Add crc32c implementation for metadata checksummingDarrick J. Wong2011-09-151-0/+4
* | e2fsck: add support for checking the built-in quota filesAditya Kali2011-08-311-1/+2
* | libext2fs: Fix gcc -Wall warningsTheodore Ts'o2011-07-071-1/+6
* | mke2fs: skip zeroing journal blocksAndreas Dilger2011-06-111-3/+2
* | ext2fs: Handle internal journal over 2^32 bytesAndreas Dilger2011-06-111-4/+4