Age | Commit message (Expand) | Author | Files | Lines |
2012-10-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 2 | -3/+3 |
2012-10-20 | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 1 | -4/+1 |
2012-05-29 | fix INSTALL warnings | Russ Cox | 2 | -2/+3 |
2012-05-07 | venti: remove bloomlookuptime in stats | David du Colombier | 1 | -3/+0 |
2012-05-07 | venti: fix bloom in stats | David du Colombier | 1 | -1/+4 |
2012-05-02 | venti: fix writedonechan size in bloom | David du Colombier | 1 | -1/+1 |
2012-04-22 | venti: add bootstrap mode (write + no index) | Russ Cox | 4 | -0/+9 |
2012-04-07 | venti: fix typo | Russ Cox | 1 | -1/+1 |
2012-04-07 | venti: add arenapart support to wrarena | Russ Cox | 1 | -2/+16 |
2012-01-26 | venti: import venti/conf from plan 9 | David du Colombier | 2 | -0/+76 |
2012-01-20 | venti: fix settings in stats | David du Colombier | 2 | -1/+2 |
2012-01-16 | venti: fix scacheprefetch stats | David du Colombier | 1 | -0/+2 |
2011-11-21 | venti/mgr: various fixes and plan 9 support | David du Colombier | 1 | -55/+56 |
2011-11-21 | venti: fix log url in stats | David du Colombier | 1 | -1/+1 |
2011-11-08 | venti: import changes from plan 9 | David du Colombier | 3 | -3/+6 |
2011-06-13 | venti: fix pragma varargck due to changes in tag() | David du Colombier | 1 | -1/+1 |
2011-06-07 | venti: fix usage to match manuals | David du Colombier | 1 | -1/+1 |
2011-06-07 | venti: fix usage to match manuals | David du Colombier | 7 | -8/+8 |
2011-06-02 | venti: import changes from plan 9 | David du Colombier | 18 | -35/+86 |
2010-11-09 | venti: add mgr (work in progress) | Russ Cox | 1 | -0/+1021 |
2010-02-22 | various: crctab now u32int | Russ Cox | 1 | -1/+1 |
2009-08-23 | venti: handle FS block size > MaxIo | Venkatesh Srinivas | 1 | -2/+5 |
2009-05-25 | venti: 32-bit extensions to data structures | Russ Cox | 1 | -0/+6 |
2008-12-23 | venti: disk i/o fixes and tweaks | Russ Cox | 1 | -8/+17 |
2008-12-23 | venti: better inconsistency errors | Russ Cox | 1 | -12/+45 |
2008-12-23 | venti/verifyarena: shorter output, aligned i/o | Russ Cox | 1 | -10/+18 |
2008-12-23 | venti/mirrorarenas: shorter output, aligned i/o | Russ Cox | 1 | -12/+93 |
2008-12-23 | venti: ignore mgr lines in config | Russ Cox | 1 | -1/+3 |
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-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-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 |