Age | Commit message (Expand) | Author | Files | Lines |
2008-12-06 | venti: handle symlinks as disks | Russ Cox | 1 | -1/+1 |
2008-08-07 | venti: silence warnings in icache.c | Russ Cox | 1 | -4/+4 |
2008-07-31 | venti: work around gcc 4.3 bug (reported by Lucho Ionkov) | Russ Cox | 1 | -1/+13 |
2008-07-09 | venti: add venti/dump program | Russ Cox | 2 | -0/+135 |
2008-07-03 | venti: reduce locking contention in buildindex | Russ Cox | 3 | -13/+74 |
2008-07-03 | venti: more detail in index divisor too coarse message | Russ Cox | 1 | -1/+1 |
2008-07-03 | venti: bump MaxAMap | Russ Cox | 1 | -1/+1 |
2008-07-03 | venti: mark checksum-queued arenas in http output | Russ Cox | 1 | -0/+2 |
2008-07-03 | venti: make sure arena checksum jobs cannot be missed | Russ Cox | 1 | -5/+8 |
2008-07-03 | venti/wrarena: add timing output, fix sync | Russ Cox | 1 | -4/+6 |
2008-07-03 | venti: allow plan 9 partitions as disk subnames | Russ Cox | 1 | -190/+103 |
2008-06-14 | venti: add demo programs readfile.c and writefile.c | Russ Cox | 2 | -0/+214 |
2008-04-15 | merge | Russ Cox | 4 | -47/+63 |
2008-01-30 | merge | Russ Cox | 10 | -42/+43 |
2007-11-27 | venti: add debugging html form | Russ Cox | 1 | -0/+41 |
2007-11-05 | build: use ar s flag to avoid ranlib | Russ Cox | 1 | -1/+1 |
2007-10-31 | venti: use 9ar, not ar (fixes Darwin build problem) | Russ Cox | 1 | -1/+1 |
2007-10-29 | venti: fix sync deadlock, add /proc stub | Russ Cox | 20 | -260/+175 |
2007-09-25 | venti: new icache | Russ Cox | 17 | -427/+813 |
2007-09-25 | venti: fix double free on corrupt bloom filter | Russ Cox | 1 | -1/+0 |
2007-09-24 | venti: formatting changes for wrarena | Russ Cox | 1 | -12/+15 |
2007-09-24 | venti: formatting changes in fixarenas | Russ Cox | 1 | -3/+5 |
2007-09-24 | venti: formatting changes in findscore | Russ Cox | 1 | -1/+2 |
2007-09-24 | venti: throw away dcache read-ahead code | Russ Cox | 1 | -154/+27 |
2007-09-24 | venti: move os x linker hack | Russ Cox | 1 | -5/+6 |
2007-09-24 | venti/randtest: compute totalbytes correctly | Russ Cox | 1 | -3/+4 |
2007-08-23 | venti: seal arenas without bypassing dcache | Russ Cox | 1 | -12/+9 |
2007-08-23 | venti: allow partition syntax in verifyarena (Michael Kaminsky) | Russ Cox | 1 | -5/+9 |
2007-08-23 | venti: avoid race in mirrorarenas (Michael Kaminsky) | Russ Cox | 1 | -6/+3 |
2007-08-23 | venti: add -s flag to disable redundant SHA1 in mirrorarenas | Russ Cox | 1 | -16/+28 |
2007-05-04 | OS X crap | rsc | 3 | -0/+7 |
2007-05-03 | use clump info directory to walk past corruption | rsc | 1 | -18/+26 |
2007-05-03 | add -r for readonly | rsc | 1 | -3/+11 |
2007-05-03 | oops | rsc | 1 | -1/+1 |
2007-05-03 | allow plan9-style branded disks as configs | rsc | 2 | -3/+77 |
2007-05-03 | allow fixarenas of single arena file | rsc | 1 | -6/+24 |
2007-05-03 | fix buildindex minibuf sizing bug | rsc | 1 | -9/+13 |
2007-05-03 | fix arenas if possible | rsc | 1 | -4/+3 |
2007-05-03 | OS X linker crap (John Nowak) | rsc | 5 | -0/+8 |
2007-05-03 | debugging | rsc | 1 | -0/+4 |
2007-04-27 | cannot use fadv_random on linux -- too slow | rsc | 1 | -3/+0 |
2007-04-27 | bug in tester | rsc | 1 | -1/+1 |
2007-04-27 | add flushpart; avoid O_DIRECT on linux | rsc | 10 | -21/+39 |
2007-04-27 | checkpoint | rsc | 10 | -49/+96 |
2007-04-24 | quieter | rsc | 1 | -1/+0 |
2007-04-24 | mirror log processor | rsc | 1 | -0/+105 |
2007-04-24 | fix various nits; clean up output | rsc | 1 | -15/+33 |
2007-04-23 | cleanup | rsc | 7 | -24/+27 |
2007-04-22 | checked magic! | rsc | 1 | -1/+0 |
2007-04-22 | freepart on readbloom failure | rsc | 1 | -1/+3 |