]> git.wh0rd.org Git - dump.git/history - dump
Use OPEN() instead of open() for toc files.
[dump.git] / dump /
2009-07-23 Stelian PopUse OPEN() instead of open() for toc files.
2009-06-18 Stelian PopAdd ext4 filesystem support.
2009-06-18 Stelian PopUse sys_clone under Linux to share I/O contexts between...
2009-06-18 Stelian PopSpelling fixes in the man pages.
2009-06-18 Stelian PopFix the default dump level in man page (0 not 9)
2009-06-18 Stelian PopFix dump output message when using default level.
2008-09-04 Stelian PopThe Tower of Hanoi example wasn't.
2008-06-04 Stelian PopFix QFA file generation.
2006-08-01 Stelian PopSmall man page improvement regarding the dump levels...
2006-03-14 Stelian PopFix dump -w/-W output, again...
2005-08-20 Stelian PopFix toc file to not include extended attributes informa...
2005-06-01 Stelian PopExplain some caveats with dump -m in the man page.
2005-05-02 Stelian PopAdded EA/ACL support in dump and restore.
2005-03-02 Stelian PopFix a bug where dump miscalculates the tape size based...
2005-01-25 Stelian PopFix the 'do not save directory entries to non-dumped...
2004-12-15 Stelian PopBe sure the di_size in a map header has the correct...
2004-12-14 Stelian PopFix the exclusion of directory entries of inodes from...
2004-11-22 Stelian PopFix SIGSEGV in dump when dumping huge 2TB filesystems...
2004-11-22 Stelian PopExclude directory entries to non-dumped inodes from...
2004-07-13 Stelian PopTroff syntax fixes in the man pages.
2004-07-07 Stelian PopDo not include kernel headers, use sys/mount.h for...
2004-07-05 Stelian PopA wrong line in /etc/fstab containing LABEL=... could...
2004-07-05 Stelian PopMade dump use blkid library.
2004-07-01 Stelian PopFixed an offset calculation leading to bread lseek...
2004-06-17 Stelian PopFix SIGSEGV when reading a hand-modified dumpdates...
2004-06-02 Stelian PopFix compilation on AMD64
2004-05-25 Stelian PopFix a couple of gcc 3.3.3 warnings.
2004-04-21 Stelian PopFix some compile warnings.
2004-04-21 Stelian PopMake dump understand any integer as the dump level.
2004-03-10 Stelian PopBack in the backed out block estimate patch. :)
2004-03-08 Stelian PopBack out the block estimate patch.
2004-03-08 Stelian PopFixed -F to be run even if -M/-f is in use.
2004-03-01 Stelian PopAnother try at fixing size estimate.
2004-03-01 Stelian PopFix '-B list of values' patch.
2004-02-18 Stelian PopMade explicit in the dump man page that dump will not...
2004-01-27 Stelian PopSmall prototype fix.
2004-01-27 Stelian PopMake -B accept a list of values.
2004-01-04 Stelian PopFix compilation with old gcc versions.
2003-11-22 Stelian PopSome corrections from Uwe Gohlke.
2003-10-26 Stelian PopFrom Uwe Gohlke:
2003-05-12 Stelian PopUnlimited fast inode exclusion.
2003-05-08 Stelian PopMake configure understand CPPFLAGS=, CFLAGS=, LDFLAGS=...
2003-05-07 Stelian PopBlocksize default is 32 when using -d HIGHDENSITYTREC.
2003-04-18 Stelian PopSmall patch for LZO functionality.
2003-04-10 Stelian PopFix dump -w|-W (/etc/mtab does have 0 0 as passno/freq)
2003-04-09 Stelian PopMade dump work with new Linux 2.5 EOT early warning...
2003-03-31 Stelian PopAdded LZO compression.
2003-03-30 Stelian PopRelicensed dump/restore under the revised BSD license...
2003-03-26 Stelian PopLots of fixes from Philipe Troin:
2003-03-07 Stelian PopFixed dumping of dangling symlinks.
2003-03-06 Stelian PopStore dumpdates with timezone
2003-02-04 Stelian PopLook first into /etc/mtab, then into /etc/fstab.
2003-01-24 Stelian PopEnabled rmt, LFS, readline, QFA options by default...
2003-01-21 Stelian PopLet the user give the dumpdates path as an argument...
2003-01-10 Stelian PopAdd local EXT2_FT_* constants.
2003-01-10 Stelian PopLargefile version of seek in rmt.
2003-01-10 Stelian PopFixed 'tape blocks' -> 'blocks'
2003-01-10 Stelian PopMade dump accept -I 0 (unlimited read errors)
2002-12-12 Stelian PopLook also in /etc/mtab for filesystems...
2002-12-09 Stelian PopFixed the warn(ACL won't be dumped) message.
2002-11-15 Stelian PopAdded inode 7 to exclude list -> Excluding inode 7...
2002-11-12 Stelian PopCorrect the wording on the man page to make it clear...
2002-10-07 Stelian PopFixed a bug causing dump to stop and report an error...
2002-09-02 Stelian PopRaised the -b maximal value to 1024.
2002-09-02 Stelian PopFixed dump's estimate when dealing with sparse inodes.
2002-08-18 Stelian PopFixed 'undefined file type xxx' warnings in interactive...
2002-08-01 Stelian Popflock -> fcntl(F_SETLK).
2002-07-29 Stelian PopFix rmtopen() extended format...
2002-07-24 Stelian PopMan pages rewrite.
2002-07-23 Stelian PopFixed a markup bug in dump man page.
2002-07-19 Stelian PopFixed a lot of warnings in the code thanks to 'gcc -W'
2002-07-17 Stelian PopCreate new BSD inodes (and get 32 bit UID/GID)
2002-07-01 Stelian PopFixed tape size calculation when compression is on.
2002-06-10 Stelian PopPrint out ext2 block number when dump encounters a...
2002-06-05 Stelian PopDocumented the -d option in restore.
2002-05-21 Stelian PopMake dump/restore use O_CREAT|O_TRUNC both locally...
2002-05-16 Stelian PopFix nodump or exclude inodes propagation on directory...
2002-04-11 Stelian Popatomic_read -> dump_atomic_read
2002-04-11 Stelian Popremove extra debug comment left over.
2002-04-04 Stelian Popdump -m implementation.
2002-03-27 Stelian PopAdded the appropriate error message when dump fails...
2002-03-11 Stelian PopDon't include linux/fs.h since it will break compilatio...
2002-02-27 Stelian PopDo not seek for every dump block, only for each ntrec...
2002-02-25 Stelian PopFix -B manpage entry.
2002-02-21 Stelian PopDo not put an extra space between the -j/-z parameter...
2002-02-21 Stelian PopQFA fix (do not output directories in QFA file).
2002-02-04 Stelian PopFrom Uwe Gohlke:
2002-01-31 Stelian Popdump LABEL=/ fix.
2002-01-25 Stelian Popkill "register".
2002-01-25 Stelian Pop-A archive file implementation
2002-01-22 Stelian PopMade -Q option work on regular files.
2002-01-16 Stelian Popnoos -> popies.net
2002-01-10 Stelian PopSIGXFSZ fixes.
2002-01-05 Stelian PopFix bug which caused the highest number inode to not...
2002-01-02 Stelian PopMakefile cleanups.
2001-12-24 Stelian PopFixed an off-by-one calculation when dumping a one...
2001-11-17 Stelian Popdump hang workaround.
2001-11-11 Stelian Popminor print enhancement.
2001-11-11 Stelian PopMake BREADEMAX adjustable with the -I option to dump.
2001-11-10 Stelian PopMinor manpages syntax corrections.
next