index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-24
Merge branch 'maint' into next
Theodore Ts'o
23
-225
/
+489
2010-09-24
libext2fs: Change EXT2_FLAG_DIRECT_IO to avoid conflict with devel branch
Theodore Ts'o
1
-1
/
+1
2010-09-24
debugfs: Make the extents listing in the stat command more concise
Theodore Ts'o
1
-8
/
+5
2010-09-24
debugfs: Add the -D option to request Direct I/O
Theodore Ts'o
2
-8
/
+21
2010-09-24
ext2fs: Optimize for Direct I/O
Theodore Ts'o
3
-8
/
+14
2010-09-24
ext2fs: Add Direct I/O support to the ext2fs library
Theodore Ts'o
5
-83
/
+144
2010-09-23
libext2fs: Fix memory leak in the Unix I/O layer when changing block size
Theodore Ts'o
1
-0
/
+2
2010-09-23
ext2fs: add ext2fs_get_memalign() function
Theodore Ts'o
2
-1
/
+19
2010-09-20
mke2fs: make "invalid blocks count" error more clear
Eric Sandeen
1
-2
/
+3
2010-09-20
mke2fs: use lazy inode init on some discard-able devices
Eric Sandeen
1
-12
/
+43
2010-09-19
e2fsck: Improve error message when device name misspelled
Jan Kara
1
-0
/
+2
2010-09-19
debugfs: Display the extent tree blocks in the stat command output
Theodore Ts'o
1
-3
/
+3
2010-09-18
tune2fs, debugfs, libext2fs: Add support for ext4 default mount options
Theodore Ts'o
7
-2
/
+76
2010-08-01
badblocks: Deal with UTF-8 characters in progress message
Theodore Ts'o
3
-97
/
+156
2010-07-30
mke2fs: fix mke2fs "invalid inode ratio" error message
Tim Small
1
-1
/
+1
2010-07-30
mke2fs.8.in: clarify the sign of a block-size constraint.
Eric Sandeen
1
-1
/
+1
2010-07-30
libext2fs: fix obvious big-endian bugs introduced by 64-bit changes
Theodore Ts'o
2
-5
/
+8
2010-07-30
libext2fs: Add ext2fs_file_size_size2() and truncate the file if necessary
Theodore Ts'o
2
-8
/
+23
2010-07-22
libext2fs: Add new function ext2fs_file_get_inode()
Renzo Davoli
2
-0
/
+11
2010-07-22
debugfs: Add new debugfs command punch (aka truncate)
Theodore Ts'o
4
-0
/
+47
2010-07-22
libext2fs: Add new function ext2fs_punch()
Theodore Ts'o
3
-6
/
+356
2010-07-22
libext2fs: Don't make a copy of the inode in ext2fs_extent_open2()
Theodore Ts'o
1
-9
/
+4
2010-07-21
libext2fs: Fix ext2fs_iblk_{add,sub}_blocks() when the i_blocks_hi is non-zero
Theodore Ts'o
1
-8
/
+9
2010-07-20
tst_extents: Fix 64-bit bugs in do_goto_block()
Theodore Ts'o
1
-6
/
+8
2010-07-19
Merge branch 'maint' into next
Theodore Ts'o
18
-83
/
+220
2010-07-19
debian: Fix outdated description: /sbin/fsck has moved to util-linux
Theodore Ts'o
1
-1
/
+1
2010-07-19
resize2fs.8: Update man page to indicate ext4 supports on-line resize
Theodore Ts'o
1
-1
/
+1
2010-07-17
resize2fs: relax requirements for -P output a bit
Eric Sandeen
1
-2
/
+1
2010-07-06
debian: Remove obsolete initrd script
Theodore Ts'o
3
-69
/
+0
2010-07-05
e2fsck, resize2fs: fix a fp precision error that can lead to a seg fault
Theodore Ts'o
2
-2
/
+12
2010-07-05
e2fsck: Add missing ext2fs_close() call when going back to original superblock
Theodore Ts'o
1
-0
/
+2
2010-07-05
e2freefrag: Fix getopt bug on machines with unsigned chars
Mike Frysinger
3
-3
/
+4
2010-07-05
e2freefrag: Display the total number of free extents
Theodore Ts'o
1
-0
/
+1
2010-07-05
Enhance tst_super_size so that it checks the superblock fields as well
Theodore Ts'o
1
-3
/
+116
2010-07-05
Add superblock fields which track first and most recent fs errors
Theodore Ts'o
3
-1
/
+55
2010-06-24
Fix Makefile dependencies for test programs in lib/ext2fs
Theodore Ts'o
1
-1
/
+5
2010-06-24
Add support for Next3 snapshot superblock fields to dumpe2fs and debugfs
Theodore Ts'o
3
-0
/
+22
2010-06-13
libext2fs: make fs->group_desc opaque
Eric Sandeen
2
-182
/
+123
2010-06-13
e2image: Fix up to be 64-bit block number safe
Valerie Aurora Henson
1
-2
/
+2
2010-06-13
e2image: Fix up to be 64-bit block number safe
Valerie Aurora Henson
1
-14
/
+14
2010-06-13
resize2fs: Fix up to be 64-bit block number safe
Valerie Aurora Henson
6
-111
/
+115
2010-06-13
e2fsck: Fix up to be 64-bit block number safe
Valerie Aurora Henson
12
-141
/
+141
2010-06-13
tune2fs: Fix up to be 64-bit block number safe
Valerie Aurora Henson
1
-24
/
+26
2010-06-13
dumpe2fs: Fix up to be 64-bit block number safe
Theodore Ts'o
1
-11
/
+11
2010-06-13
mke2fs: Fix up the fs type and feature selection for 64-bit blocks
Theodore Ts'o
3
-58
/
+63
2010-06-13
mke2fs: Fix up mke2fs to be able to make 64-bit file systems
Jose R. Santos
2
-63
/
+79
2010-06-13
badblocks: Use ext2fs_get_device_size2()
Valerie Aurora Henson
1
-2
/
+2
2010-06-13
libext2fs: More random 64-bit fixes, lots of block_iterate3
Valerie Aurora Henson
13
-44
/
+50
2010-06-13
libext2fs: Create 64-bit dblist functions
Theodore Ts'o
5
-51
/
+203
2010-06-13
libext2fs: Teach *_initialize and *_allocate_group to be 64-bit safe
Theodore Ts'o
2
-18
/
+31
[next]