Whamcloud - gitweb
Add project feature flag EXT4_FEATURE_RO_COMPAT_PROJECT
[tools/e2fsprogs.git] / lib / ext2fs / ext2fs.h
2016-03-06 Li XiAdd project feature flag EXT4_FEATURE_RO_COMPAT_PROJECT
2015-10-24 Darrick J. Wonglibext2fs: clean up feature test macros with predicate...
2015-07-13 Theodore Ts'omisc: cleanup gcc -Wall warnings
2015-07-04 Theodore Ts'oconfigure: remove support to disable quota support
2015-06-10 Darrick J. Wonglibext2fs: implement fallocate
2015-06-10 Darrick J. Wonglibext2fs: add new hooks to support large allocations
2015-05-17 Darrick J. Wonglibext2fs: find/alloc a range of empty blocks
2015-05-17 Darrick J. Wonglibext2fs: support allocating uninit blocks in bmap2()
2015-05-05 Theodore Ts'oext2fs: fix "make check" by allowing EXT2FS_SHA256_LENG...
2015-05-03 Theodore Ts'oUpdate ext4 encryption format to final v4.1 version
2015-04-21 Darrick J. Wonge2fsck: read-ahead metadata during passes 1, 2, and 4
2015-04-21 Darrick J. Wonglibext2fs/e2fsck: provide routines to read-ahead metadata
2015-04-12 Theodore Ts'oRemove compression support
2015-03-09 Ildar Muslukhovmisc: teach mke2fs to create encrypted file systems
2015-03-08 Theodore Ts'olibext2fs: fix up ext2fs_sha256() and ext2fs_sha512()
2015-03-08 Theodore Ts'olibext2fs: add ext2fs_digest_encode()
2015-02-24 Theodore Ts'olibext2fs: make sure dirent functions have prototypes...
2015-02-24 Theodore Ts'olibext2fs: add functions for sha256 and sha512
2015-02-23 Theodore Ts'oAdd support for the read-only feature
2015-01-26 Theodore Ts'oReserve the codepoints for the new INCOMPAT feature...
2014-12-14 Darrick J. Wonglibext2fs: add a way to check the theoretical maximum...
2014-12-14 Darrick J. Wonglibext2fs: find inode goal when allocating blocks
2014-11-04 Eric Sandeendefine bitwise types and annotate conversion routines
2014-09-21 Theodore Ts'olibext2fs: use ~0UL instead of -1UL to avoid static...
2014-09-11 Darrick J. Wongdebugfs: create journal handling routines
2014-08-03 Darrick J. Wonge2fsck: offer to clear inode table blocks that are...
2014-07-29 Theodore Ts'oMerge branch 'maint' into next
2014-07-29 Azat Khuzhintune2fs: update journal users while updating fs UUID...
2014-07-29 Azat Khuzhinjournal: use consts instead of 1024 and add helper...
2014-07-26 Theodore Ts'oMerge branch 'maint' into next
2014-07-26 Darrick J. Wonglibext2fs: provide a function to set inode size
2014-07-06 Theodore Ts'oMerge branch 'maint' into next
2014-07-06 Lukas Czernere2fsprogs: introduce ext2fs_close_free() helper
2014-03-14 Darrick J. Wongmisc: cppcheck cleanups
2014-03-12 Darrick J. Wongdebugfs, libext2fs: minor fixups to xattr support
2014-03-04 Zheng Liulibext2fs: export inode cache creation function
2014-03-04 Zheng Liulibext2fs: add inline_data feature into EXT2_LIB_FEATUR...
2014-03-04 Zheng Liulibext2fs: handle inline data in read/write function
2014-03-04 Zheng Liudebugfs: make mkdir command support inline data
2014-03-04 Zheng Liulibext2fs: handle inline data in dir iterator function
2014-03-03 Zheng Liulibext2fs: define new dirent_swab interfaces for inline...
2014-02-24 Darrick J. Wonglibext2fs: extend xattr api to query number of attrs
2014-02-24 Darrick J. Wonglibext2fs: various tweaks to the xattr editor APIs
2014-02-24 Darrick J. Wonglibext2fs: support modifying arbitrary extended attributes
2014-01-31 Theodore Ts'oMerge branch 'maint' into next
2014-01-30 Theodore Ts'oAdd support for new compat feature "sparse_super2"
2014-01-30 Theodore Ts'olibext2fs: add new function ext2fs_add_journal_inode2()
2014-01-21 Theodore Ts'olibext2fs: add ext2fs_block_alloc_stats_range()
2014-01-13 Theodore Ts'olibext2fs: add ext2fs_find_first_set_{block,inode}_bitm...
2014-01-11 Darrick J. Wonglibext2fs: don't always read backup group descriptors...
2013-12-16 Theodore Ts'oMerge branch 'maint' into next
2013-12-16 Darrick J. Wonglibext2fs: only punch complete clusters
2013-12-12 Theodore Ts'oMerge branch 'maint' into next
2013-12-12 Darrick J. Wongdebugfs: don't leak mmp_s memory (on error path)
2013-12-12 Darrick J. Wonglibext2fs: fix tests that set LARGE_FILE
2013-12-04 Theodore Ts'oMerge branch 'maint' into next
2013-12-03 Darrick J. Wonglibext2fs: fix function declarations to match definition
2013-12-03 Theodore Ts'oMerge branch 'maint' into next
2013-12-03 Theodore Ts'olibext2fs: add explicit casts to ext2fs.h
2013-10-13 Zheng Liulibext2fs: add INLINE_DATA into EXT2_LIB_SOFTSUPP_INCOMPAT
2013-10-13 Theodore Ts'oMerge branch 'maint' into next
2013-10-12 Darrick J. Wonge2fsprogs: add (optional) sparse checking to the build
2013-10-07 Darrick J. Wonglibext2fs: allow callers to punch a single block
2013-06-16 Theodore Ts'oMerge branch 'maint' into next
2013-06-15 Theodore Ts'olibext2fs: optimize ext2fs_bg_has_super()
2013-06-08 Jan Karalibext2fs: provide functions to safely access name_len...
2013-05-20 Theodore Ts'olibext2fs: fix gcc -Wall nits
2013-03-13 Theodore Ts'oMerge branch 'maint' into next
2013-03-01 Jan Karalibext2fs: Provide prototype for ext2fs_symlink()
2012-12-24 Theodore Ts'oMerge branch 'maint' into next
2012-12-24 Theodore Ts'odebugfs: add the ability to manipulate the extent tree...
2012-12-20 Eric Sandeene2fsck: fix incorrect interior node logical start values
2012-11-30 Theodore Ts'olibext2fs: allocate separate memory regions for each...
2012-10-14 Theodore Ts'odebugfs: teach the htree and ls commands to show direct...
2012-09-10 Theodore Ts'oMerge branch 'maint' into next
2012-09-10 Theodore Ts'oext2fs.h: move ext2fs_init_csum_seed() outside of EXT2_...
2012-09-10 Theodore Ts'oAllow e2fsprogs to be built using the clang (LLVM)...
2012-08-15 Theodore Ts'olibext2fs: refactor the quota feature flag in the suppo...
2012-08-07 Theodore Ts'olibext2fs: refactor the quota feature flag in the suppo...
2012-08-03 Darrick J. Wonglibext2fs: optimize the CRC32c implementation
2012-08-03 Darrick J. Wonglibext2fs: enable support for the metadata checksumming...
2012-08-03 Darrick J. Wonglibext2fs: add checksum to MMP block
2012-08-03 Darrick J. Wonglibext2fs: block group checksum should use metadata_csu...
2012-08-03 Darrick J. Wonglibext2fs: record the checksum algorithm in use in...
2012-08-03 Darrick J. Wonglibext2fs: calculate and verify superblock checksums
2012-08-03 Darrick J. Wonglibext2fs: verify and calculate extended attribute...
2012-08-02 Darrick J. Wonglibext2fs: add checksums to the end of directory leaf...
2012-07-30 Darrick J. Wonglibext2fs: add dx_root/dx_node checksum calculation...
2012-07-30 Darrick J. Wonglibext2fs: verify and calculate extent tree block checksums
2012-07-30 Darrick J. Wonglibext2fs: create the block bitmap checksum
2012-07-30 Darrick J. Wonglibext2fs: create the inode bitmap checksum
2012-07-30 Darrick J. Wonglibext2fs: add inode checksum support
2012-07-30 Darrick J. Wonglibext2fs: precompute FS UUID checksum seed
2012-07-30 Darrick J. Wonglibext2fs: change ext4 on-disk layout to support metada...
2012-07-30 Theodore Ts'olibext2fs: call numeric_progress functions through...
2012-07-30 Theodore Ts'olibext2fs: move ext2fs_get_num_dirs to its own file
2012-07-30 Tony BreedsAdd support so that all bmap statistics via configure...
2012-07-30 Tony BreedsMake Multi Mount Protection (MMP) optional at configure...
2012-07-30 Tony Breedsext2fs.h: Change how we deal with optional incompat...
2012-05-28 Andreas Dilgerlibext2fs: don't inline ext2fs_open_file() and ext2fs_s...
next