Whamcloud - gitweb
tests: add new test f_zero_extent_length
[tools/e2fsprogs.git] / lib /
2012-06-11 Aditya Kalilibext2fs: fix i_blocks for extent leaf create/delete...
2012-06-04 Jan Karalibquota: remove unnecessary definitions
2012-05-28 Andreas Dilgerlibext2fs: don't inline ext2fs_open_file() and ext2fs_s...
2012-05-28 Theodore Ts'olibquota: remove quota_is_on() which was the last user...
2012-05-28 Mike Frysingerlibquota: add missing time.h include
2012-05-28 Eric Sandeenlibext2fs: fix rbtree backend for extent lengths greate...
2012-05-21 Theodore Ts'olibe2p: teach e2p_jrnl_feature2string() about the 64...
2012-05-14 Theodore Ts'oChange pkg-config files so that both <et/com_err.h...
2012-05-14 Theodore Ts'olibext2fs: fix bug in unix_io corrupted > 16TB file...
2012-05-13 Theodore Ts'oTeach build system to install relative symlinks if...
2012-05-12 Theodore Ts'oInclude LDFLAGS when building BSD libraries
2012-05-12 Matthias AndreeFix parallel (make -j) build
2012-05-11 Theodore Ts'oReserve the codepoints for the INCOMPAT features LARGED...
2012-05-11 Theodore Ts'oSupport systems without posix_memalign() and memalign()
2012-05-07 Theodore Ts'olibext2fs: factor out I/O buffer allocation
2012-05-07 Theodore Ts'olibext2fs: make read_bitmaps() more efficient when...
2012-05-07 Theodore Ts'olibext2fs: refactor Direct I/O alignment requirement...
2012-05-07 Theodore Ts'olibext2fs: move the alignment field from unix_io to...
2012-04-24 Aditya Kalie2fsck,libquota: Update quota only if its inconsistent
2012-04-10 Daniel Norbergcom_err.pc: correct include path
2012-04-09 Theodore Ts'olibext2fs: improve testing coverage of tst_bitmaps
2012-04-09 Theodore Ts'olibext2fs: use correct types in ext2fs_find_first_zero_...
2012-04-09 Theodore Ts'olibext2fs: add 32-bit compat code for ext2fs_find_first...
2012-04-05 Theodore Ts'oDon't assume that the presence of mntent.h means that...
2012-04-05 Theodore Ts'oe2fsck: add portability fallback in case getpwuid_r...
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-27 Theodore Ts'oUpdate Release Notes, Changelogs, version.h, etc. for... v1.42.2
2012-03-26 Theodore Ts'olibext2fs: fix ext2fs_get_memalign when posix_memalign...
2012-03-26 Sami Liedeslibext2fs: implement fast find_first_zero() for bitarra...
2012-03-26 Theodore Ts'olibext2fs: update dirty flags if the uninit flags are...
2012-03-25 Sami Liedeslibext2fs: Implement ext2fs_find_first_zero_generic_bmap().
2012-03-22 Sami Liedeslibext2fs: document EXT2_FLAG_64BITS in ext2fs_open2()
2012-03-22 Sami Liedeslibext2fs: move a modulo operation out of a hot loop.
2012-03-22 Lukas Czernere2fsck: remove EXT4_EOFBLOCKS_FL flag handling
2012-03-22 Theodore Ts'omke2fs: add option to use direct I/O (mke2fs -D)
2012-03-20 Andreas Dilgertests: add field sizes to inode/super struct tests
2012-03-15 Theodore Ts'odumpe2fs: print the expected block group checksum if...
2012-03-07 Mike Frysingerlibext2fs: check for fallocate symbol before using it
2012-03-07 Mike Frysingerconfigure: sort the lists for AC_CHECK_FUNCS and AC_CHE...
2012-02-27 Andreas Dilgerbuild: fix compile warnings on OSX
2012-02-27 Andreas Dilgerlibquota: don't include system quota.h header
2012-02-27 Mike Frysingerlibext2fs: include config.h for HAVE_xxx defines
2012-02-27 Mike Frysingerlibext2fs: include sys/time.h for gettimeofday()
2012-02-21 Theodore Ts'olibext2fs: support O_DIRECT functionality for Mac OS X
2012-02-21 Theodore Ts'olibext2fs: don't mark the superblock as dirty if the...
2012-02-20 Theodore Ts'olibquota: fix invalid return in non-void function
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...
2012-02-17 Theodore Ts'olibext2fs: fix BLOCK_ABORT handling in the block iterat...
2012-02-17 Darrick J. Wonglibext2fs: when truncating file, punch out blocks at end
2012-02-15 Theodore Ts'odebugfs: use ss_safe_getenv() instead of getenv()
2012-02-08 Andreas Dilgerlibext2fs: quiet spurious group checksum errors
2012-01-17 Theodore Ts'olibext2fs: display partial path if fs corrupted in...
2012-01-10 Mike Frysingerlibext2fs: change getpagesize to sysconf
2011-12-18 Lukas Czernerlibext2fs: add bitmap statistics
2011-12-18 Theodore Ts'olibext2fs: adjust the description when copying a bitmap
2011-12-18 Theodore Ts'oe2fsck: use different bitmap types as appropriate
2011-12-18 Theodore Ts'olibext2fs: use the rbtree bitmap by default when initia...
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 Lukas Czernerlibext2fs: add rbtree library
2011-12-18 Theodore Ts'olibext2fs: add tests for the bitmap functions
2011-12-18 Theodore Ts'olibext2fs: add default_bitmap_type to the ext2_filsys...
2011-12-05 Theodore Ts'olibext2fs: don't break when ext2fs_clear_generic_bmap...
2011-11-29 Theodore Ts'oUpdate Release Notes, Changelogs, version.h, etc. for... v1.42
2011-11-29 Theodore Ts'oe2fsck: speed up runs when using tdb for large atypical...
2011-11-28 Theodore Ts'oconfigure: check for msync() for portability reasons
2011-11-28 Theodore Ts'olibquota: remove use of PATH_MAX and replace it with...
2011-11-26 Theodore Ts'olibext2fs: move mmp fields to preserve structure layout...
2011-11-26 Theodore Ts'otst_fs_struct: add program to help check ABI compatibil...
2011-11-20 Niu Yaweilibext2fs: enforce a max nested link count in ext2fs_fi...
2011-11-19 Theodore Ts'odebugfs: add filefrag command
2011-11-19 Theodore Ts'odebugfs: add the freefrag command
2011-11-14 Theodore Ts'olibquota: log an error message if ext2fs_file_open...
2011-11-14 Niu Yaweilibquota: fix get_dq()
2011-11-14 Niulibquota: fix quota usage compute
2011-11-14 Niulibquota: quota file read support
2011-11-14 Aditya Kalilibquota: cleanup libquota code
2011-11-14 Theodore Ts'oMake quota support disabled by support
2011-11-12 Eric Sandeenlibext2fs: fix write size in ext2fs_mmp_write
2011-11-10 Theodore Ts'olibext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64...
2011-11-10 Eric Sandeenlibext2: advance group in ext2fs_open2 during swapping
2011-11-05 Theodore Ts'olibext2fs: don't leak tdb_null out of the shared librar...
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-09 Theodore Ts'oFix more spelling errors found by translators and add...
2011-10-06 Theodore Ts'olibext2fs: make ext2fs_open_file() always use 3 argumen...
2011-10-05 Theodore Ts'olibquota: remove flag argument to commit_dquot()
2011-10-05 Theodore Ts'olibcom_err: declare com_err_gettext to be static
2011-10-05 Theodore Ts'oUpdate for e2fsprogs 1.42-WIP-1005 release v1.42-WIP-1005
2011-10-05 Theodore Ts'olibcom_err: add set_com_err_gettext()
2011-10-05 Theodore Ts'ocompile_et: generate *_err.c files that have strings...
2011-10-04 Theodore Ts'olibquota: remove NLS support
2011-10-04 Theodore Ts'olibquota: use ext2_loff_t instead of loff_t
2011-10-04 Theodore Ts'olibquota: remove get_qf_name()
2011-10-04 Theodore Ts'olibquota: clean up some gcc -Wall warnings
2011-10-04 Theodore Ts'olibquota: remove get_qf_path()
2011-10-04 Theodore Ts'olibext2fs: fix bad cast which causes problems for file...
2011-10-04 Eric Sandeene2fsprogs: Fix thinko in ext2fs_initialize bigalloc...
next