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-12-16
Merge branch 'master' into next
Theodore Ts'o
10
-70
/
+206
2010-12-16
e4defrag: Fix the overflow in e4defrag with > 2GB files
Theodore Ts'o
3
-6
/
+6
2010-12-16
libext2fs: Fix compile bug on big-endian architectures
Theodore Ts'o
1
-1
/
+1
2010-12-16
libext2fs: fix ref_offset callback with sparse files in ext2fs_block_iterate2()
Theodore Ts'o
1
-1
/
+2
2010-12-16
resize2fs: handle exactly-16T filesystems in resize2fs
Eric Sandeen
1
-3
/
+11
2010-12-16
e2fsprogs: fix type-punning warnings
Eric Sandeen
3
-7
/
+12
2010-12-13
e4defrag: update man page about -c option
Kazuya Mio
1
-5
/
+9
2010-12-13
e4defrag: avoid unsuccessful return for an non-privileged user
Kazuya Mio
1
-0
/
+1
2010-12-13
e4defrag: fix file blocks calculation
Kazuya Mio
1
-17
/
+29
2010-12-13
e4defrag: output size per extent by -c option
Kazuya Mio
1
-24
/
+52
2010-12-13
e4defrag: return more specific error message on ioctl failure
Peng Tao
1
-1
/
+5
2010-12-13
e4defrag: skip "rootfs" entry when checking for ext4 filesystem
Eric Sandeen
1
-0
/
+2
2010-12-13
e4defrag: open the file to be defragged in read/write mode
Darrick J. Wong
1
-1
/
+1
2010-12-13
Merge branch 'maint' into next
Theodore Ts'o
24
-430
/
+801
2010-12-13
Update Release Notes, Changelogs, version.h, etc. for 1.41.13 release
Theodore Ts'o
6
-198
/
+260
2010-12-06
e2fsck: add an option which causes it to only do a journal replay
Bernd Schubert
3
-0
/
+16
2010-12-06
e2fsck: Do blkid interpretation on the external journal specifier
Theodore Ts'o
1
-1
/
+8
2010-12-06
e2fsck: Add the ability to force a problem to not be fixed
Theodore Ts'o
3
-4
/
+21
2010-12-05
dumpe2fs: fix output for flex_bg bitmap offsets
Andreas Dilger
1
-10
/
+24
2010-12-01
mke2fs: Fix (minor) memory leaks
Theodore Ts'o
1
-0
/
+4
2010-12-01
mke2fs: Fail if the requested file system type is not defined in mke2fs.conf
Theodore Ts'o
1
-11
/
+49
2010-11-26
resize2fs: Clarify error explaining on-line shrinking is not supported at all
Theodore Ts'o
1
-2
/
+1
2010-11-26
resize2fs.8.in: Document that resize2fs -p only works on offline resizes
Theodore Ts'o
1
-2
/
+2
2010-11-26
MCONFIG: Fix dependency definitions for the static and profiled blkid library
Theodore Ts'o
1
-2
/
+2
2010-11-26
e2fsck: Fix inode nlink accounting that could cause PROGRAMMING BUG errors
Theodore Ts'o
1
-5
/
+7
2010-11-26
e2fsck.conf.5: Clarify man page
Theodore Ts'o
1
-1
/
+1
2010-11-22
mke2fs: Use unix_discard() for discards
Lukas Czerner
1
-43
/
+12
2010-11-22
e2fsck: Discard free data and inode blocks.
Lukas Czerner
5
-2
/
+110
2010-11-22
e2fsprogs: Add CHANNEL_FLAGS_DISCARD_ZEROES flag for io_manager
Lukas Czerner
3
-23
/
+17
2010-11-22
e2fsprogs: Add discard function into struct_io_manager
Lukas Czerner
4
-1
/
+66
2010-11-22
Fix EXT4_FEATURE_RO_COMPAT_HUGE_FILE check
Justin Maggard
1
-2
/
+2
2010-11-22
Merge branch 'maint'
Theodore Ts'o
14
-308
/
+523
2010-11-22
Update Release Notes, Changelogs, version.h, etc. for 1.41.13 release
Theodore Ts'o
7
-282
/
+447
2010-11-22
Disable lazy inode table initialization when running regression tests
Theodore Ts'o
1
-0
/
+1
2010-11-22
mke2fs: Add discard option into mke2fs.conf
Lukas Czerner
2
-2
/
+8
2010-11-22
mke2fs: Deprecate -K option, introduce discard/nodiscard
Lukas Czerner
2
-8
/
+22
2010-11-22
mke2fs: Force the default blocksize to be at least the logical sector size
Theodore Ts'o
1
-2
/
+2
2010-11-22
mke2fs: Set logical/physical sector size from environment for debugging
Theodore Ts'o
1
-3
/
+6
2010-11-22
mke2fs: Fill in min_io and opt_io with physical sector size
Theodore Ts'o
1
-3
/
+10
2010-11-22
mke2fs: Do not require -F for block size < physical size
Theodore Ts'o
1
-6
/
+5
2010-10-01
mke2fs: Enable lazy_itable_init if the kernel supports this feature
Theodore Ts'o
1
-1
/
+6
2010-09-25
tune2fs.8: Document that the device can be specified via LABEL= or UUID=
Theodore Ts'o
1
-0
/
+6
2010-09-25
e2fsck: Open the external journal in exclusive mode
Theodore Ts'o
1
-1
/
+2
2010-09-25
resize2fs.8: Make it clear that power-of-2 units are meant by kilobytes
Theodore Ts'o
1
-0
/
+8
2010-09-24
e2fsck: Set i_blocks_hi when correcting the i_blocks field in pass #1
Theodore Ts'o
1
-1
/
+1
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
[prev]
[next]