index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-17
libext2fs: display partial path if fs corrupted in ext2fs_get_pathname()
Theodore Ts'o
1
-5
/
+16
2012-01-09
libext2fs: change getpagesize to sysconf
Mike Frysinger
1
-5
/
+1
2011-12-18
libext2fs: add bitmap statistics
Lukas Czerner
6
-8
/
+265
2011-12-18
libext2fs: adjust the description when copying a bitmap
Theodore Ts'o
1
-2
/
+2
2011-12-18
e2fsck: use different bitmap types as appropriate
Theodore Ts'o
1
-1
/
+0
2011-12-18
libext2fs: use the rbtree bitmap by default when initializing a file system
Theodore Ts'o
1
-0
/
+1
2011-12-18
libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIR
Theodore Ts'o
3
-0
/
+12
2011-12-18
libext2fs: add a bitmap implementation using rbtree's
Lukas Czerner
5
-5
/
+760
2011-12-18
libext2fs: add rbtree library
Lukas Czerner
3
-2
/
+640
2011-12-18
libext2fs: add tests for the bitmap functions
Theodore Ts'o
5
-1
/
+770
2011-12-18
libext2fs: add default_bitmap_type to the ext2_filsys structure
Theodore Ts'o
4
-10
/
+19
2011-12-05
libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmaps
Theodore Ts'o
1
-2
/
+2
2011-11-29
Update Release Notes, Changelogs, version.h, etc. for 1.42 release
Theodore Ts'o
3
-24
/
+47
2011-11-29
e2fsck: speed up runs when using tdb for large atypical filesystems
Theodore Ts'o
2
-5
/
+16
2011-11-28
configure: check for msync() for portability reasons
Theodore Ts'o
1
-1
/
+1
2011-11-27
libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LEN
Theodore Ts'o
3
-7
/
+10
2011-11-25
libext2fs: move mmp fields to preserve structure layout of ext2_filsys
Theodore Ts'o
1
-7
/
+7
2011-11-25
tst_fs_struct: add program to help check ABI compatibility of ext2fs_filsys
Theodore Ts'o
2
-0
/
+87
2011-11-19
libext2fs: enforce a max nested link count in ext2fs_find_block_device()
Niu Yawei
3
-2
/
+10
2011-11-18
debugfs: add filefrag command
Theodore Ts'o
1
-1
/
+5
2011-11-18
debugfs: add the freefrag command
Theodore Ts'o
1
-1
/
+6
2011-11-14
libquota: log an error message if ext2fs_file_open() fails
Theodore Ts'o
1
-1
/
+1
2011-11-14
libquota: fix get_dq()
Niu Yawei
1
-0
/
+1
2011-11-14
libquota: fix quota usage compute
Niu
1
-2
/
+1
2011-11-14
libquota: quota file read support
Niu
7
-18
/
+179
2011-11-14
libquota: cleanup libquota code
Aditya Kali
9
-209
/
+236
2011-11-14
Make quota support disabled by support
Theodore Ts'o
2
-0
/
+13
2011-11-11
libext2fs: fix write size in ext2fs_mmp_write
Eric Sandeen
1
-1
/
+1
2011-11-10
libext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64 for ext2fs_stat()
Theodore Ts'o
1
-3
/
+3
2011-11-10
libext2: advance group in ext2fs_open2 during swapping
Eric Sandeen
1
-2
/
+2
2011-11-05
libext2fs: don't leak tdb_null out of the shared library namespace
Theodore Ts'o
2
-4
/
+2
2011-10-16
libext2fs: allow ext2fs_get_memalign() to compile w/o posix_memalign()
Theodore Ts'o
2
-16
/
+35
2011-10-16
libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flag
Theodore Ts'o
5
-15
/
+25
2011-10-09
Fix more spelling errors found by translators and add pluralization
Theodore Ts'o
1
-2
/
+2
2011-10-06
libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargs
Theodore Ts'o
4
-11
/
+6
2011-10-05
libquota: remove flag argument to commit_dquot()
Theodore Ts'o
3
-11
/
+4
2011-10-05
libcom_err: declare com_err_gettext to be static
Theodore Ts'o
1
-1
/
+1
2011-10-05
Update for e2fsprogs 1.42-WIP-1005 release
Theodore Ts'o
1
-5
/
+1
2011-10-05
libcom_err: add set_com_err_gettext()
Theodore Ts'o
2
-2
/
+25
2011-10-05
compile_et: generate *_err.c files that have strings marked for xgettext
Theodore Ts'o
7
-209
/
+223
2011-10-04
libquota: remove NLS support
Theodore Ts'o
1
-26
/
+4
2011-10-04
libquota: use ext2_loff_t instead of loff_t
Theodore Ts'o
3
-12
/
+16
2011-10-04
libquota: remove get_qf_name()
Theodore Ts'o
3
-19
/
+4
2011-10-04
libquota: clean up some gcc -Wall warnings
Theodore Ts'o
7
-61
/
+25
2011-10-04
libquota: remove get_qf_path()
Theodore Ts'o
2
-20
/
+0
2011-10-03
libext2fs: fix bad cast which causes problems for file systems > 512EB
Theodore Ts'o
1
-1
/
+1
2011-10-03
e2fsprogs: Fix thinko in ext2fs_initialize bigalloc case
Eric Sandeen
1
-1
/
+1
2011-10-03
libext2fs: move #include "ext2fs.h" from crc32c_defs.h to crc32c.c
Theodore Ts'o
2
-17
/
+17
2011-10-03
libext2fs, libquota: fix some makefile dependency issues
Theodore Ts'o
2
-9
/
+18
2011-10-03
e2fsprogs: include headers for open() in ext2fs.h
Eric Sandeen
1
-0
/
+3
[next]