index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ext2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-29
Update Release Notes, Changelogs, version.h, etc. for 1.42 release
Theodore Ts'o
1
-2
/
+2
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-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
Make quota support disabled by support
Theodore Ts'o
1
-0
/
+10
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
4
-14
/
+24
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
Update for e2fsprogs 1.42-WIP-1005 release
Theodore Ts'o
1
-5
/
+1
2011-10-04
libquota: clean up some gcc -Wall warnings
Theodore Ts'o
1
-1
/
+1
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
1
-2
/
+10
2011-10-03
e2fsprogs: include headers for open() in ext2fs.h
Eric Sandeen
1
-0
/
+3
2011-09-30
libext2fs: Always swab the MMP block on big-endian systems machines
Darrick J. Wong
1
-9
/
+6
2011-09-30
libext2fs: Fix various bugs from the metadata checksum integration
Darrick J. Wong
3
-13
/
+11
2011-09-28
libext2fs: use ext2fs byte swap functions for portability
Theodore Ts'o
1
-4
/
+5
2011-09-25
ext2fs: add multi-mount protection (INCOMPAT_MMP)
Andreas Dilger
10
-18
/
+550
2011-09-24
misc: quiet minor compiler errors
Andreas Dilger
3
-12
/
+17
2011-09-24
libext2fs: add flag to ext2fs_flush() and ext2fs_close() to avoid fsync
Richard W.M. Jones
2
-3
/
+23
2011-09-18
Shorten compile commands run by the build system
Theodore Ts'o
87
-77
/
+236
2011-09-16
libext2: Fix leaks in write_bitmaps on error returns
Eric Sandeen
1
-9
/
+19
2011-09-16
e2fsprogs: Fix some error cleanup path bugs
Eric Sandeen
6
-11
/
+11
2011-09-16
e2fsprogs: annotate intentional fallthroughs in case statements
Eric Sandeen
2
-0
/
+5
2011-09-16
libext2fs: Potential null ptr deref in undo_err_handler_init
Eric Sandeen
1
-1
/
+2
2011-09-16
libext2: move buf variable completely under ifdef
Eric Sandeen
1
-3
/
+4
2011-09-16
libext2: Fix EXT2_LIB_SOFTSUPP masking
Eric Sandeen
1
-2
/
+2
2011-09-16
libext2s: fix swapfs.c so it builds on big endian systems
Theodore Ts'o
2
-11
/
+27
2011-09-16
debugfs: add 64-bit support to the set_field commands
Theodore Ts'o
2
-2
/
+2
2011-09-16
libext2fs: add metadata checksum and snapshot feature flags
Theodore Ts'o
4
-12
/
+39
2011-09-16
libext2fs: remove redundant last-group check in ext2fs_check_desc()
Eric Sandeen
1
-2
/
+0
2011-09-16
e2fsprogs: add ext2fs_group_blocks_count helper
Eric Sandeen
4
-17
/
+22
2011-09-16
libext2fs: fix size check in tst_inode_size
Theodore Ts'o
2
-1
/
+2
2011-09-16
Merge branch 'maint' into next
Theodore Ts'o
4
-4
/
+17
2011-09-15
e2fsprogs: Use punch hole as "discard" on regular files
Lukas Czerner
2
-8
/
+46
2011-09-15
e2fsprogs: create open() and stat() helpers
Lukas Czerner
4
-22
/
+44
2011-09-15
libext2fs: Add crc32c implementation for metadata checksumming
Darrick J. Wong
5
-2
/
+1345
2011-09-15
libext2fs: fix the range validation in bitmap_range2 funcs
Amir Goldstein
1
-5
/
+5
2011-09-15
libext2fs: fix binary and source compatibility with the dump program
Theodore Ts'o
4
-4
/
+17
2011-09-14
libext2fs: add new test: tst_inode_size
Theodore Ts'o
2
-1
/
+87
[next]