Whamcloud - gitweb
e2fsck: clean up xattr checking code, add test
[tools/e2fsprogs.git] / lib / ext2fs / ext2fs.h
2016-05-10 Andreas Dilgere2fsck: clean up xattr checking code, add test
2015-08-28 Andreas Dilgere2fsck: track errors/badness found for each inode
2015-08-28 Andreas Dilgere2fsck: add support for expanding the inode size
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 Darrick J. Wonglibext2fs: provide a function to set inode size
2014-07-06 Lukas Czernere2fsprogs: introduce ext2fs_close_free() helper
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 Darrick J. Wonglibext2fs: only punch complete clusters
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-03 Darrick J. Wonglibext2fs: fix function declarations to match definition
2013-12-03 Theodore Ts'olibext2fs: add explicit casts to ext2fs.h
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-15 Theodore Ts'olibext2fs: optimize ext2fs_bg_has_super()
2013-03-01 Jan Karalibext2fs: Provide prototype for ext2fs_symlink()
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-09-10 Theodore Ts'oAllow e2fsprogs to be built using the clang (LLVM)...
2012-05-28 Andreas Dilgerlibext2fs: don't inline ext2fs_open_file() and ext2fs_s...
2012-05-07 Theodore Ts'olibext2fs: refactor Direct I/O alignment requirement...
2012-04-09 Theodore Ts'olibext2fs: add 32-bit compat code for ext2fs_find_first...
2012-04-05 Theodore Ts'omke2fs: don't fail creating the journal if /etc/mtab...
2012-04-05 Theodore Ts'oFix gcc -Wall nitpicks
2012-03-15 Theodore Ts'odumpe2fs: print the expected block group checksum if...
2012-02-17 Theodore Ts'olibext2fs, libe2p: Reserve RO_COMPAT_REPLICA feature
2012-02-17 Darrick J. Wonglibext2fs: Add ext2fs_file_get_inode_num call (for...
2011-12-18 Lukas Czernerlibext2fs: add bitmap statistics
2011-12-18 Theodore Ts'oe2fsck: use different bitmap types as appropriate
2011-12-18 Theodore Ts'olibext2fs: add pseudo bitmap backend type EXT2FS_BMAP64...
2011-12-18 Lukas Czernerlibext2fs: add a bitmap implementation using rbtree's
2011-12-18 Theodore Ts'olibext2fs: add default_bitmap_type to the ext2_filsys...
2011-11-26 Theodore Ts'olibext2fs: move mmp fields to preserve structure layout...
2011-11-14 Theodore Ts'oMake quota support disabled by support
2011-11-10 Theodore Ts'olibext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64...
2011-10-17 Theodore Ts'olibext2fs: allow ext2fs_get_memalign() to compile w...
2011-10-17 Theodore Ts'olibext2fs: ext2fs_[set_]file_acl_block needs to check...
2011-10-06 Theodore Ts'olibext2fs: make ext2fs_open_file() always use 3 argumen...
2011-10-04 Theodore Ts'olibquota: clean up some gcc -Wall warnings
2011-10-03 Eric Sandeene2fsprogs: include headers for open() in ext2fs.h
2011-10-01 Darrick J. Wonglibext2fs: Fix various bugs from the metadata checksum...
2011-09-25 Andreas Dilgerext2fs: add multi-mount protection (INCOMPAT_MMP)
2011-09-24 Andreas Dilgermisc: quiet minor compiler errors
2011-09-24 Richard W.M. Joneslibext2fs: add flag to ext2fs_flush() and ext2fs_close...
2011-09-16 Eric Sandeene2fsprogs: add ext2fs_group_blocks_count helper
2011-09-16 Theodore Ts'oMerge branch 'maint' into next
2011-09-16 Lukas Czernere2fsprogs: create open() and stat() helpers
2011-09-16 Darrick J. Wonglibext2fs: Add crc32c implementation for metadata check...
2011-09-15 Theodore Ts'olibext2fs: fix binary and source compatibility with...
2011-08-31 Aditya Kalie2fsck: add support for checking the built-in quota...
2011-07-07 Theodore Ts'olibext2fs: Fix gcc -Wall warnings
2011-06-11 Andreas Dilgermke2fs: skip zeroing journal blocks
2011-06-11 Andreas Dilgerext2fs: Handle internal journal over 2^32 bytes
2011-06-11 Andreas Dilgerext2fs: fix undeclared posix_memalign() warning
2011-06-11 Andreas Dilgermisc: clean up compiler warnings
2011-06-10 Theodore Ts'oe2fsck: add basic bigalloc support to check (but not...
2011-06-10 Theodore Ts'olibext2fs: teach bitmap functions about bigalloc/cluster
2011-06-05 Theodore Ts'oMerge branch 'maint' into next
2011-06-04 Theodore Ts'olibext2fs: change fs->clustersize to fs->cluster_ratio_bits
2011-05-18 Lukas Czernere2fsprogs: Add memory allocation and zero-out helpers
2011-02-28 Theodore Ts'oMerge branch 'maint' into next
2011-02-26 Theodore Ts'oAdd basic BIGALLOC support for cluster-based allocation
2010-09-25 Theodore Ts'oMerge branch 'maint' into next
2010-09-25 Theodore Ts'olibext2fs: Change EXT2_FLAG_DIRECT_IO to avoid conflict...
2010-09-24 Theodore Ts'oext2fs: Add Direct I/O support to the ext2fs library
2010-09-23 Theodore Ts'oext2fs: add ext2fs_get_memalign() function
2010-07-30 Theodore Ts'olibext2fs: Add ext2fs_file_size_size2() and truncate...
2010-07-22 Renzo Davolilibext2fs: Add new function ext2fs_file_get_inode()
2010-07-22 Theodore Ts'olibext2fs: Add new function ext2fs_punch()
2010-06-14 Eric Sandeenlibext2fs: make fs->group_desc opaque
2010-06-13 Jose R. Santosmke2fs: Fix up mke2fs to be able to make 64-bit file...
2010-06-13 Valerie Aurora Hensonlibext2fs: More random 64-bit fixes, lots of block_iterate3
2010-06-13 Theodore Ts'olibext2fs: Create 64-bit dblist functions
2010-06-07 Theodore Ts'oMerge branch 'maint' into next
2010-05-18 Theodore Ts'omke2fs: account for physical as well as logical sector...
2010-05-18 Theodore Ts'olibe2p, libext2fs: Update file copyright permission...
2009-10-26 Theodore Ts'olibext2fs: Byte-swap 64-bit block group descriptors
2009-10-26 Theodore Ts'olibext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_f...
2009-10-26 Eric Sandeenlibext2fs: clean up ext2fs_bg_flags_ interfaces
2009-08-23 Valerie Aurora Hensonlibext2fs: create generic numeric progress meters and...
2009-09-08 Nick Dokoslibext2fs: Fix counting routines in blknum.c to take...
2009-08-05 Valerie Aurora HensonConvert libext2fs to 64-bit bitmap interface
2009-08-22 Theodore Ts'oAdd support for 64-bit bitmaps
2009-06-22 Theodore Ts'oFix encoding for rec_len in directories for >= 64k...
2009-06-01 Theodore Ts'olibext2fs: Add ext2fs_block_iterate3()
2009-06-01 Jose R. SantosAdd 64-bit mkjournal.c interface
2009-06-01 Jose R. SantosAdd ext2fs_div64_ceil()
2009-06-01 Jose R. SantosAdd 64-bit openfs interface
2009-06-01 Jose R. SantosAdd 64-bit closefs interface
2009-06-01 Jose R. SantosAdd 64-bit ext_attr interface
2009-06-01 Jose R. SantosAdd 64-bit alloc interface
2009-06-01 Jose R. SantosAdd 64-bit alloc_stats interface
2009-06-01 Jose R. SantosAdd 64-bit dirblock interface
2009-06-06 Jose R. SantosAdd new blk64_t handling functions
2009-06-01 Jose R. Santoslibext2fs: Add ext2_off64_t type
next