index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-05-08
Add support for EXT2_FEATURE_COMPAT_LAZY_BG
Theodore Ts'o
15
-25
/
+266
2006-04-27
Add handling for invalid option characters in debugfs subcommands
Theodore Ts'o
3
-0
/
+16
2006-04-23
Speed up mke2fs and e2fsck by writing bitmaps more efficiently
Theodore Ts'o
2
-78
/
+85
2006-04-22
Fix filefrag to be 32-bit clean
Theodore Ts'o
2
-3
/
+9
2006-04-22
Fix bug which could cause dumpe2fs to rarely fail to print a UUID
Theodore Ts'o
2
-1
/
+8
2006-04-22
Added tag E2FSPROGS-1.39-WIP-0409 for changeset a89eec026fc32ca7da786fbe3f76d...
Theodore Ts'o
1
-0
/
+1
2006-04-22
Update for e2fsprogs-1.39-WIP-0409 release
Theodore Ts'o
3
-3
/
+20
2006-04-09
Update config.guess and config.sub to latest version (2006-02-23) from FSF
Theodore Ts'o
3
-339
/
+439
2006-04-09
Update French, Dutch, Polish, Swedish, and Turkish translations.
Theodore Ts'o
11
-1245
/
+968
2006-04-09
Fix asm_types.h type conflicts
Theodore Ts'o
13
-59
/
+472
2006-04-04
Fix ext2fs_add_journal_inode() when filesystem is opened in exclusive mode
Theodore Ts'o
2
-1
/
+10
2006-04-02
Fix Debian FTBFS bug due to missing build-dependency on libdevmapper-dev
Theodore Ts'o
2
-1
/
+7
2006-03-30
Added tag E2FSPROGS-1.39-WIP-0330 for changeset cc5d09c487b27487925fb34d8ccd5...
Theodore Ts'o
1
-0
/
+1
2006-03-30
Debian build: remove conffile from e2fsprogs-udeb, and remove explicit conffile
Theodore Ts'o
2
-1
/
+1
2006-03-29
Update release notes and version.h for 1.39-WIP-2006-03-29 release
Theodore Ts'o
3
-50
/
+102
2006-03-29
Update French translation and update PO template file.
Theodore Ts'o
22
-5463
/
+6062
2006-03-29
Add udeb: lines to the Debian's shlibs files
Theodore Ts'o
1
-0
/
+3
2006-03-29
Fix the x86 asm constraints for ext2fs_set/clear_bit.
Theodore Ts'o
2
-2
/
+8
2006-03-29
Enhance dumpe2fs to print the size of journal
Theodore Ts'o
2
-0
/
+29
2006-03-27
Fix typo's in badblocks(8)'s man page.
Theodore Ts'o
2
-2
/
+7
2006-03-27
Add badblocks(8) to SEE ALSO section of e2fsck's man page.
Theodore Ts'o
2
-3
/
+7
2006-03-27
Explain in mke2fs and tune2fs man pages that shared journals are not supported
Theodore Ts'o
3
-0
/
+16
2006-03-27
Update the debian build files to deal with /etc/mke2fs.conf
Theodore Ts'o
2
-0
/
+2
2006-03-27
Fix minor installation problems in the misc's Makefile
Theodore Ts'o
2
-3
/
+17
2006-03-27
Fix misc. problems in the mke2fs.conf(5) man page.
Theodore Ts'o
1
-24
/
+34
2006-03-27
Add man page documenting the /etc/e2fsck.conf configuration file.
Theodore Ts'o
3
-2
/
+186
2006-03-25
Fix the i386 bitmap operations so they are 32-bit clean
Theodore Ts'o
4
-17
/
+190
2006-03-25
Fix typo bug in previous commit (6ae1ed49c8c6)
Theodore Ts'o
1
-2
/
+2
2006-03-23
mklost+found: Create full-sized a lost+found directory with 4k+ blocksizes
Theodore Ts'o
2
-3
/
+7
2006-03-23
Fix file descriptor leak in blkid library in error paths
Theodore Ts'o
2
-0
/
+6
2006-03-23
Change mke2fs to use /etc/mke2fs.conf as a configuration file
Theodore Ts'o
13
-182
/
+460
2006-03-22
Tighten up profile parsing code by combining functions
Theodore Ts'o
2
-68
/
+55
2006-03-19
Prevent error messages to stderr caused by libblkid calling libdevmapper
Theodore Ts'o
2
-0
/
+18
2006-03-18
Fix format statements to make e2fsprogs programs 32-bit clean
Takashi Sato
19
-61
/
+80
2006-03-18
Change resize2fs open modes for mounted and unmounted filesystems
Theodore Ts'o
2
-1
/
+13
2006-03-18
Change mke2fs to create filesystems with the device opened in exclusive mode.
Theodore Ts'o
2
-1
/
+6
2006-03-18
Change e2fsck to open non-mounted filesystems in exclusive mode
Theodore Ts'o
2
-0
/
+11
2006-03-18
Add an option to debugfs to open filesystems in exclusive mode
Theodore Ts'o
3
-8
/
+16
2006-03-18
Add EXT2_FLAG_EXCLUSIVE to the ext2fs library.
Theodore Ts'o
4
-5
/
+21
2006-03-18
Add IO_FLAG_EXCLUSIVE flag to io_channel abstraction
Theodore Ts'o
3
-1
/
+8
2006-03-18
Fix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_FLAG_DEPTH_TRAVERSE
Theodore Ts'o
4
-4
/
+15
2006-03-17
Fix build when not building any shared libraries.
Theodore Ts'o
2
-0
/
+8
2006-03-17
Document the resize_inode filesystem option in mke2fs man page
Theodore Ts'o
1
-0
/
+12
2006-03-17
Fix a signed vs unsigned bug in calc_reserved_gdt_blocks()
Theodore Ts'o
2
-4
/
+9
2006-03-17
Add support for on-line resizing to resize2fs
Theodore Ts'o
9
-96
/
+364
2006-03-12
Fix blkid's last verification logic to work when the system clock is insane
Theodore Ts'o
6
-7
/
+25
2006-03-10
Fix the subdirs logic so it works with GNU make 3.80
Theodore Ts'o
8
-6
/
+14
2006-03-10
Add EXT_JOURNAL to the blkid tag of ext3 filesystems.
Theodore Ts'o
4
-26
/
+63
2006-03-10
Enhance e2fsck so it can fix external journal hint in the superblock
Theodore Ts'o
6
-0
/
+60
2006-03-08
Remove e2fsck/malloc.h
Theodore Ts'o
1
-231
/
+0
[next]