summaryrefslogtreecommitdiff
path: root/e2fsck/ea_refcount.c
Commit message (Expand)AuthorAgeFilesLines
* Fix clang warnings on architectures with a 64-bit longTheodore Ts'o2021-02-111-13/+22
* e2fsck: consistently use ext2fs_get_mem()Andreas Dilger2020-03-041-4/+2
* e2fsck: generalize ea_refcountTahsin Erdogan2017-07-041-76/+84
* e2fsck: fix printf conversion specs in ea_refcount.cEric Whitney2013-12-241-10/+11
* e2fsck: add support for 64-bit extended attribute block refcountingTheodore Ts'o2013-12-021-9/+9
* e2fsck: simplify binary search in ea_refcount.cTheodore Ts'o2011-09-301-26/+0
* misc: quiet minor compiler errorsAndreas Dilger2011-09-241-16/+14
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* e2fsck, resize2fs: fix a fp precision error that can lead to a seg faultTheodore Ts'o2010-07-051-1/+6
* Fix compiling under diet libcTheodore Ts'o2008-09-121-0/+3
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-10/+10
* Fix gcc -Wall nitpicksTheodore Ts'o2003-12-071-2/+2
* ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() Theodore Ts'o2003-08-011-6/+5
* Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogusTheodore Ts'o2001-12-161-1/+0
* Add initial support for extended attribute blocksTheodore Ts'o2001-07-021-0/+481