summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmapsTheodore Ts'o2011-12-051-2/+2
* Update Release Notes, Changelogs, version.h, etc. for 1.42 releasev1.42Theodore Ts'o2011-11-293-24/+47
* e2fsck: speed up runs when using tdb for large atypical filesystemsTheodore Ts'o2011-11-292-5/+16
* configure: check for msync() for portability reasonsTheodore Ts'o2011-11-281-1/+1
* libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LENTheodore Ts'o2011-11-273-7/+10
* libext2fs: move mmp fields to preserve structure layout of ext2_filsysTheodore Ts'o2011-11-251-7/+7
* tst_fs_struct: add program to help check ABI compatibility of ext2fs_filsysTheodore Ts'o2011-11-252-0/+87
* libext2fs: enforce a max nested link count in ext2fs_find_block_device()Niu Yawei2011-11-193-2/+10
* debugfs: add filefrag commandTheodore Ts'o2011-11-181-1/+5
* debugfs: add the freefrag commandTheodore Ts'o2011-11-181-1/+6
* libquota: log an error message if ext2fs_file_open() failsTheodore Ts'o2011-11-141-1/+1
* libquota: fix get_dq()Niu Yawei2011-11-141-0/+1
* libquota: fix quota usage computeNiu2011-11-141-2/+1
* libquota: quota file read supportNiu2011-11-147-18/+179
* libquota: cleanup libquota codeAditya Kali2011-11-149-209/+236
* Make quota support disabled by supportTheodore Ts'o2011-11-142-0/+13
* libext2fs: fix write size in ext2fs_mmp_writeEric Sandeen2011-11-111-1/+1
* libext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64 for ext2fs_stat()Theodore Ts'o2011-11-101-3/+3
* libext2: advance group in ext2fs_open2 during swappingEric Sandeen2011-11-101-2/+2
* libext2fs: don't leak tdb_null out of the shared library namespaceTheodore Ts'o2011-11-052-4/+2
* libext2fs: allow ext2fs_get_memalign() to compile w/o posix_memalign()Theodore Ts'o2011-10-162-16/+35
* libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2011-10-165-15/+25
* Fix more spelling errors found by translators and add pluralizationTheodore Ts'o2011-10-091-2/+2
* libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargsTheodore Ts'o2011-10-064-11/+6
* libquota: remove flag argument to commit_dquot()Theodore Ts'o2011-10-053-11/+4
* libcom_err: declare com_err_gettext to be staticTheodore Ts'o2011-10-051-1/+1
* Update for e2fsprogs 1.42-WIP-1005 releasev1.42-WIP-1005Theodore Ts'o2011-10-051-5/+1
* libcom_err: add set_com_err_gettext()Theodore Ts'o2011-10-052-2/+25
* compile_et: generate *_err.c files that have strings marked for xgettextTheodore Ts'o2011-10-057-209/+223
* libquota: remove NLS supportTheodore Ts'o2011-10-041-26/+4
* libquota: use ext2_loff_t instead of loff_tTheodore Ts'o2011-10-043-12/+16
* libquota: remove get_qf_name()Theodore Ts'o2011-10-043-19/+4
* libquota: clean up some gcc -Wall warningsTheodore Ts'o2011-10-047-61/+25
* libquota: remove get_qf_path()Theodore Ts'o2011-10-042-20/+0
* libext2fs: fix bad cast which causes problems for file systems > 512EBTheodore Ts'o2011-10-031-1/+1
* e2fsprogs: Fix thinko in ext2fs_initialize bigalloc caseEric Sandeen2011-10-031-1/+1
* libext2fs: move #include "ext2fs.h" from crc32c_defs.h to crc32c.cTheodore Ts'o2011-10-032-17/+17
* libext2fs, libquota: fix some makefile dependency issuesTheodore Ts'o2011-10-032-9/+18
* e2fsprogs: include headers for open() in ext2fs.hEric Sandeen2011-10-031-0/+3
* libext2fs: Always swab the MMP block on big-endian systems machinesDarrick J. Wong2011-09-301-9/+6
* libext2fs: Fix various bugs from the metadata checksum integrationDarrick J. Wong2011-09-303-13/+11
* libext2fs: use ext2fs byte swap functions for portabilityTheodore Ts'o2011-09-281-4/+5
* libquota: use ext2fs byte swapping functions for portabilityTheodore Ts'o2011-09-284-65/+69
* ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger2011-09-2512-19/+559
* misc: quiet minor compiler errorsAndreas Dilger2011-09-244-13/+18
* libext2fs: add flag to ext2fs_flush() and ext2fs_close() to avoid fsyncRichard W.M. Jones2011-09-242-3/+23
* libquota: only build a static libraryTheodore Ts'o2011-09-191-19/+19
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-18164-149/+1028
* libext2: Fix leaks in write_bitmaps on error returnsEric Sandeen2011-09-161-9/+19
* e2fsprogs: Fix some error cleanup path bugsEric Sandeen2011-09-166-11/+11