Branches for Natty

Name Status Last Modified Last Commit
lp:ubuntu/natty/dump bug 2 Mature 2011-04-15 20:12:22 UTC
11. Drop --verbose from update-alternativ...

Author: Scott Kitterman
Revision Date: 2011-04-15 15:23:47 UTC

Drop --verbose from update-alternatives invocation in postinst to avoid
segfault during package configure on armel (LP: #762082)

lp:~psusi/ubuntu/natty/dump/faster-dump 1 Development 2011-06-01 16:44:33 UTC
8. Simple speed ups A few simple change...

Author: Phillip Susi
Revision Date: 2010-04-28 00:38:42 UTC

Simple speed ups

A few simple changes to make dump faster:

1) Have dumpblock() try to combine with the last block
for larger reads

2) Have doslave() read the special blocks from the socket
first, then go back and get the data blocks from the disk.

3) Use pread() instead of bread() which internally called
ext2fs_llseek() and then read(). This also means it is no
longer neccesary to reopen the device fd or close and reopen
the ext2fs handle when the slave is started.

12 of 2 results