summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-01-17libext2fs: display partial path if fs corrupted in ext2fs_get_pathname()Theodore Ts'o1-5/+16
2012-01-09libext2fs: change getpagesize to sysconfMike Frysinger1-5/+1
2011-12-18libext2fs: add bitmap statisticsLukas Czerner6-8/+265
2011-12-18libext2fs: adjust the description when copying a bitmapTheodore Ts'o1-2/+2
2011-12-18e2fsck: use different bitmap types as appropriateTheodore Ts'o1-1/+0
2011-12-18libext2fs: use the rbtree bitmap by default when initializing a file systemTheodore Ts'o1-0/+1
2011-12-18libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIRTheodore Ts'o3-0/+12
2011-12-18libext2fs: add a bitmap implementation using rbtree'sLukas Czerner5-5/+760
2011-12-18libext2fs: add rbtree libraryLukas Czerner3-2/+640
2011-12-18libext2fs: add tests for the bitmap functionsTheodore Ts'o5-1/+770
2011-12-18libext2fs: add default_bitmap_type to the ext2_filsys structureTheodore Ts'o4-10/+19
2011-12-05libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmapsTheodore Ts'o1-2/+2
2011-11-29Update Release Notes, Changelogs, version.h, etc. for 1.42 releaseTheodore Ts'o3-24/+47
2011-11-29e2fsck: speed up runs when using tdb for large atypical filesystemsTheodore Ts'o2-5/+16
2011-11-28configure: check for msync() for portability reasonsTheodore Ts'o1-1/+1
2011-11-27libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LENTheodore Ts'o3-7/+10
2011-11-25libext2fs: move mmp fields to preserve structure layout of ext2_filsysTheodore Ts'o1-7/+7
2011-11-25tst_fs_struct: add program to help check ABI compatibility of ext2fs_filsysTheodore Ts'o2-0/+87
2011-11-19libext2fs: enforce a max nested link count in ext2fs_find_block_device()Niu Yawei3-2/+10
2011-11-18debugfs: add filefrag commandTheodore Ts'o1-1/+5
2011-11-18debugfs: add the freefrag commandTheodore Ts'o1-1/+6
2011-11-14libquota: log an error message if ext2fs_file_open() failsTheodore Ts'o1-1/+1
2011-11-14libquota: fix get_dq()Niu Yawei1-0/+1
2011-11-14libquota: fix quota usage computeNiu1-2/+1
2011-11-14libquota: quota file read supportNiu7-18/+179
2011-11-14libquota: cleanup libquota codeAditya Kali9-209/+236
2011-11-14Make quota support disabled by supportTheodore Ts'o2-0/+13
2011-11-11libext2fs: fix write size in ext2fs_mmp_writeEric Sandeen1-1/+1
2011-11-10libext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64 for ext2fs_stat()Theodore Ts'o1-3/+3
2011-11-10libext2: advance group in ext2fs_open2 during swappingEric Sandeen1-2/+2
2011-11-05libext2fs: don't leak tdb_null out of the shared library namespaceTheodore Ts'o2-4/+2
2011-10-16libext2fs: allow ext2fs_get_memalign() to compile w/o posix_memalign()Theodore Ts'o2-16/+35
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o5-15/+25
2011-10-09Fix more spelling errors found by translators and add pluralizationTheodore Ts'o1-2/+2
2011-10-06libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargsTheodore Ts'o4-11/+6
2011-10-05libquota: remove flag argument to commit_dquot()Theodore Ts'o3-11/+4
2011-10-05libcom_err: declare com_err_gettext to be staticTheodore Ts'o1-1/+1
2011-10-05Update for e2fsprogs 1.42-WIP-1005 releaseTheodore Ts'o1-5/+1
2011-10-05libcom_err: add set_com_err_gettext()Theodore Ts'o2-2/+25
2011-10-05compile_et: generate *_err.c files that have strings marked for xgettextTheodore Ts'o7-209/+223
2011-10-04libquota: remove NLS supportTheodore Ts'o1-26/+4
2011-10-04libquota: use ext2_loff_t instead of loff_tTheodore Ts'o3-12/+16
2011-10-04libquota: remove get_qf_name()Theodore Ts'o3-19/+4
2011-10-04libquota: clean up some gcc -Wall warningsTheodore Ts'o7-61/+25
2011-10-04libquota: remove get_qf_path()Theodore Ts'o2-20/+0
2011-10-03libext2fs: fix bad cast which causes problems for file systems > 512EBTheodore Ts'o1-1/+1
2011-10-03e2fsprogs: Fix thinko in ext2fs_initialize bigalloc caseEric Sandeen1-1/+1
2011-10-03libext2fs: move #include "ext2fs.h" from crc32c_defs.h to crc32c.cTheodore Ts'o2-17/+17
2011-10-03libext2fs, libquota: fix some makefile dependency issuesTheodore Ts'o2-9/+18
2011-10-03e2fsprogs: include headers for open() in ext2fs.hEric Sandeen1-0/+3