Whamcloud - gitweb
Fix dbg_print() format for unsigned long long.
[tools/e2fsprogs.git] / lib / ext2fs /
2016-06-07 Matthias AndreeFix dbg_print() format for unsigned long long.
2016-06-07 Theodore Ts'olibext2fs: don't use $(LDFLAGS_STATIC) when linking...
2016-06-07 Theodore Ts'oMerge branch 'maint' into next
2016-06-07 Theodore Ts'olibext2fs: fix Direct I/O fallback code so it implement...
2016-06-06 Theodore Ts'omke2fs: warn if user provides a label which is too...
2016-05-31 Theodore Ts'olib: build elf shared libraries using -fPIC -shared
2016-05-30 Theodore Ts'oFix Android build warnings
2016-05-30 Theodore Ts'oAdd configure --disable-tdb which disables e2fsck's...
2016-05-25 Theodore Ts'oe2fsck: improve error messages when the journal sb...
2016-05-22 Theodore Ts'oAdd --enable-hardening which builds e2fsprogs with...
2016-05-22 Theodore Ts'oe2fsck: fix project quota support
2016-05-21 Theodore Ts'oe2fsck: use com_err error codes instead of EBADMSG...
2016-05-12 Marcus Huewelibext2fs: add fs_offset entry to the undo header
2016-05-12 Marcus Huewelibext2fs: fix key extension in undo_write_tdb
2016-05-12 Marcus Huewelibext2fs: fix offset code in undo_write_tdb
2016-05-12 Theodore Ts'olibext2fs: sanity check group argument to ext2fs_clear_...
2016-05-11 Theodore Ts'olibext2s: only define FS_IOC_FIEMAP on Linux systems
2016-05-11 Theodore Ts'oresize2fs, libext2fs: fix bugs in sparse_super2 support
2016-04-17 Theodore Ts'oFix build failure if --config-jbd-debug isn't enabled
2016-04-15 Theodore Ts'oFix support for configure --enable-jbd-debug
2016-03-27 Marcus Huewelibext2fs: fix offset support in unix_io.c
2016-03-25 JP Abgrallllseek: setup the correct seek for ext2fs_llseek
2016-03-22 Theodore Ts'oFix FreeBSD portability problems
2016-03-21 Theodore Ts'oMerge branch 'maint' into next
2016-03-21 Theodore Ts'olibext2fs: make sure ismounted.c explicitly pulls in...
2016-03-21 Theodore Ts'oFix warnings caused by glibc 2.20
2016-03-18 Theodore Ts'oAndroid.mk: fix up the library -host naming convention...
2016-03-18 Theodore Ts'oFix various clang and gcc -Wall warnings
2016-03-18 Theodore Ts'olibext2fs: fix build failure in lib/ext2fs/swapfs on...
2016-03-15 Theodore Ts'oUpdate lib/ext2fs/Makefile.in using "make depend" v1.43-WIP-2016-03-15
2016-03-15 Alex DeymoAndroid.mk: Replace _host suffix with more standard...
2016-03-14 Alex Deymolibext2fs: export the library include path
2016-03-14 Ying WangCleanup Obsolete LOCAL_PRELINK_MODULE
2016-03-14 David Turnere2fsck: correct ext4 dates generated by old kernels
2016-03-07 Eric Sandeenresize2fs: clear uninit BG if allocating from new group
2016-03-07 Theodore Ts'oMerge branch 'maint' into next
2016-03-07 Andreas Dilgermisc: replace comparison macros with inline functions
2016-03-07 Theodore Ts'oMerge branch 'maint' into next
2016-03-07 Darrick J. Wonglibext2fs: sort keys for xattr blocks
2016-03-07 Darrick J. Wongtests: check proper operation of metadata_csum_seed
2016-03-07 Darrick J. Wonglibext2fs: store checksum seed in superblock
2016-03-06 Li XiAdd inherit flags for project quota
2016-03-06 Li XiAdd project quota support
2016-03-06 Li XiAdd project feature flag EXT4_FEATURE_RO_COMPAT_PROJECT
2016-01-02 Theodore Ts'oext2fs: work around FreeBSD header breakage
2015-11-30 Theodore Ts'oMerge branch 'maint' into next
2015-11-30 Andreas Dilgerlibext2fs: fix block-mapped file punch
2015-11-30 Andreas Dilgerlibext2fs: fix tst_badblocks buffer overrun
2015-11-30 Theodore Ts'odebugfs: add support to properly set and display extend...
2015-11-16 Darrick J. Wonglibext2fs: fix parents when modifying extents
2015-10-24 Darrick J. Wonglibext2fs: clean up feature test macros with predicate...
2015-10-24 Darrick J. Wonglibext2fs: automatically enable meta_bg to avoid fillin...
2015-10-24 Darrick J. Wonglibext2fs: fix maximum bg overhead calculation with...
2015-07-16 Theodore Ts'oe2fsck: check for encrypted directory entries with...
2015-07-13 Theodore Ts'omisc: cleanup gcc -Wall warnings
2015-07-13 Theodore Ts'oEliminate unused variable and unused label warnings...
2015-07-13 Theodore Ts'oEliminate unused parameter warnings from Android build
2015-07-13 Theodore Ts'oEliminate unused function warnings from Android build
2015-07-13 Theodore Ts'oEliminate doubly defined _LARGEFILE_SOURCE warning
2015-07-13 Theodore Ts'oMove dict.c from e2fsck to lib/support
2015-07-13 Theodore Ts'oMove the check_plausibility() function from misc to...
2015-07-13 Theodore Ts'otune2fs: allow tune2fs to be built as a static library...
2015-07-12 Theodore Ts'oAdd fallocate.c to lib/exte2fs/Android.mk
2015-07-12 Theodore Ts'orename libquota.a to libsupport.a
2015-07-04 Theodore Ts'oconfigure: remove support to disable quota support
2015-06-22 Theodore Ts'olibext2fs: fix gcc -Wall nits
2015-06-19 Theodore Ts'ofix diet libc build breaks for e4crypt and fallocate
2015-06-11 Darrick J. Wonglibext2fs: remove unnecessary undo file flush calls
2015-06-10 Darrick J. Wonglibext2fs: use fallocate for creating journals and...
2015-06-10 Darrick J. Wonglibext2fs: implement fallocate
2015-06-10 Darrick J. Wonglibext2fs: add new hooks to support large allocations
2015-05-26 Theodore Ts'olibext2fs: fix ext2fs_close() when MMP is not enabled
2015-05-26 Theodore Ts'olibext2fs, libe2p, misc: git rid of jfs_user.h
2015-05-26 Theodore Ts'oUpdate Android build files so the 1.43 branch builds...
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-16 Darrick J. Wongundo-io: write out index block after every write
2015-05-05 Darrick J. Wonge2fsck: optionally create an undo file
2015-05-05 Darrick J. Wonglibext2fs: support atexit cleanups
2015-05-05 Darrick J. Wonge2undo: ditch tdb file, write everything to a flat...
2015-05-05 Darrick J. Wongundo-io: use a bitmap to track what we've already written
2015-05-05 Darrick J. Wongundo-io: be more flexible about setting block size
2015-05-05 Darrick J. Wongundo-io: add new calls to and speed up the undo io...
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'oRevert "libext2fs: encrypted symlinks are never fast"
2015-04-12 Theodore Ts'oReserve superblock fields s_lpf_ino and s_encryption_level
2015-04-12 Theodore Ts'oRemove compression support
2015-04-06 Theodore Ts'oChange filename encryption to use CTS mode
2015-04-06 Theodore Ts'olibext2fs: fix bug in ext2fs_digest_encode()
2015-03-30 Theodore Ts'oClean up and fix Android build files
2015-03-29 Darrick J. Wonglibext2fs: zero hash in ibody extended attributes
2015-03-29 Darrick J. Wonglibext2fs: ext2fs_new_block2() should call alloc_block...
2015-03-29 Darrick J. Wonglibext2fs: zero blocks via FALLOC_FL_ZERO_RANGE in...
2015-03-29 Theodore Ts'oAdd support for a password salt stored in the superblock
2015-03-26 Ildar Muslukhovmisc: add e4crypt tool
2015-03-26 Theodore Ts'olibext2fs: fix blocksize for SHA512
2015-03-09 Ildar Muslukhovmisc: teach mke2fs to create encrypted file systems
next