aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti
AgeCommit message (Expand)AuthorFilesLines
2010-11-09venti: add mgr (work in progress)Russ Cox1-0/+1021
2010-02-22various: crctab now u32intRuss Cox1-1/+1
2009-08-23venti: handle FS block size > MaxIoVenkatesh Srinivas1-2/+5
2009-08-21venti/copy: synchronize with Plan 9; indent in verbose modeVenkatesh Srinivas1-9/+112
2009-05-25venti: 32-bit extensions to data structuresRuss Cox6-2/+32
2009-02-04venti/copy: no rewriting unless rewrite flag is set (Nathaniel W Filardo)Russ Cox1-2/+4
2008-12-23venti: disk i/o fixes and tweaksRuss Cox1-8/+17
2008-12-23venti: better inconsistency errorsRuss Cox1-12/+45
2008-12-23venti/verifyarena: shorter output, aligned i/oRuss Cox1-10/+18
2008-12-23venti/mirrorarenas: shorter output, aligned i/oRuss Cox1-12/+93
2008-12-23venti: ignore mgr lines in configRuss Cox1-1/+3
2008-12-06venti: handle symlinks as disksRuss Cox1-1/+1
2008-08-07venti: silence warnings in icache.cRuss Cox1-4/+4
2008-07-31venti: work around gcc 4.3 bug (reported by Lucho Ionkov)Russ Cox1-1/+13
2008-07-09venti: add venti/dump programRuss Cox2-0/+135
2008-07-03venti: reduce locking contention in buildindexRuss Cox3-13/+74
2008-07-03venti: more detail in index divisor too coarse messageRuss Cox1-1/+1
2008-07-03venti: bump MaxAMapRuss Cox1-1/+1
2008-07-03venti: mark checksum-queued arenas in http outputRuss Cox1-0/+2
2008-07-03venti: make sure arena checksum jobs cannot be missedRuss Cox1-5/+8
2008-07-03venti/wrarena: add timing output, fix syncRuss Cox1-4/+6
2008-07-03venti: allow plan 9 partitions as disk subnamesRuss Cox1-190/+103
2008-06-14venti: add demo programs readfile.c and writefile.cRuss Cox2-0/+214
2008-04-15mergeRuss Cox4-47/+63
2008-01-30mergeRuss Cox10-42/+43
2007-11-27venti: add debugging html formRuss Cox1-0/+41
2007-11-05build: use ar s flag to avoid ranlibRuss Cox1-1/+1
2007-10-31venti: use 9ar, not ar (fixes Darwin build problem)Russ Cox1-1/+1
2007-10-29venti: fix sync deadlock, add /proc stubRuss Cox20-260/+175
2007-09-25venti: new icacheRuss Cox17-427/+813
2007-09-25venti: fix double free on corrupt bloom filterRuss Cox1-1/+0
2007-09-24venti: formatting changes for wrarenaRuss Cox1-12/+15
2007-09-24venti: formatting changes in fixarenasRuss Cox1-3/+5
2007-09-24venti: formatting changes in findscoreRuss Cox1-1/+2
2007-09-24venti: throw away dcache read-ahead codeRuss Cox1-154/+27
2007-09-24venti: move os x linker hackRuss Cox1-5/+6
2007-09-24venti/randtest: compute totalbytes correctlyRuss Cox1-3/+4
2007-08-23venti: seal arenas without bypassing dcacheRuss Cox1-12/+9
2007-08-23venti: allow partition syntax in verifyarena (Michael Kaminsky)Russ Cox1-5/+9
2007-08-23venti: avoid race in mirrorarenas (Michael Kaminsky)Russ Cox1-6/+3
2007-08-23venti: add -s flag to disable redundant SHA1 in mirrorarenasRuss Cox1-16/+28
2007-05-04OS X craprsc3-0/+7
2007-05-03use clump info directory to walk past corruptionrsc1-18/+26
2007-05-03add -r for readonlyrsc1-3/+11
2007-05-03oopsrsc1-1/+1
2007-05-03allow plan9-style branded disks as configsrsc2-3/+77
2007-05-03allow fixarenas of single arena filersc1-6/+24
2007-05-03fix buildindex minibuf sizing bugrsc1-9/+13
2007-05-03fix arenas if possiblersc1-4/+3
2007-05-03OS X linker crap (John Nowak)rsc5-0/+8