aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/srv
AgeCommit message (Expand)AuthorFilesLines
2012-10-20fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox1-4/+1
2012-05-29fix INSTALL warningsRuss Cox2-2/+3
2012-05-07venti: remove bloomlookuptime in statsDavid du Colombier1-3/+0
2012-05-07venti: fix bloom in statsDavid du Colombier1-1/+4
2012-05-02venti: fix writedonechan size in bloomDavid du Colombier1-1/+1
2012-04-22venti: add bootstrap mode (write + no index)Russ Cox4-0/+9
2012-04-07venti: fix typoRuss Cox1-1/+1
2012-04-07venti: add arenapart support to wrarenaRuss Cox1-2/+16
2012-01-26venti: import venti/conf from plan 9David du Colombier2-0/+76
2012-01-20venti: fix settings in statsDavid du Colombier2-1/+2
2012-01-16venti: fix scacheprefetch statsDavid du Colombier1-0/+2
2011-11-21venti/mgr: various fixes and plan 9 supportDavid du Colombier1-55/+56
2011-11-21venti: fix log url in statsDavid du Colombier1-1/+1
2011-11-08venti: import changes from plan 9David du Colombier3-3/+6
2011-06-13venti: fix pragma varargck due to changes in tag()David du Colombier1-1/+1
2011-06-07venti: fix usage to match manualsDavid du Colombier1-1/+1
2011-06-07venti: fix usage to match manualsDavid du Colombier7-8/+8
2011-06-02venti: import changes from plan 9David du Colombier18-35/+86
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-05-25venti: 32-bit extensions to data structuresRuss Cox1-0/+6
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-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-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