Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-03 | venti/wrarena: fix arenapart breakage | David du Colombier | 1 | -3/+4 | |
R=rsc https://codereview.appspot.com/7027044 | |||||
2012-10-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 2 | -3/+3 | |
R=rsc http://codereview.appspot.com/6744054 | |||||
2012-10-20 | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 1 | -4/+1 | |
R=rsc http://codereview.appspot.com/6744053 | |||||
2012-05-29 | fix INSTALL warnings | Russ Cox | 2 | -2/+3 | |
R=rsc http://codereview.appspot.com/6258060 | |||||
2012-05-29 | venti: fix VtMaxLumpSize | Abhishek Kulkarni | 7 | -7/+7 | |
R=rsc, adkulkar CC=plan9port.codebot http://codereview.appspot.com/6108047 | |||||
2012-05-07 | venti: remove bloomlookuptime in stats | David du Colombier | 1 | -3/+0 | |
R=rsc http://codereview.appspot.com/6197057 | |||||
2012-05-07 | venti: fix bloom in stats | David du Colombier | 1 | -1/+4 | |
R=rsc http://codereview.appspot.com/6201049 | |||||
2012-05-02 | venti: fix writedonechan size in bloom | David du Colombier | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/6128063 | |||||
2012-04-22 | venti: add bootstrap mode (write + no index) | Russ Cox | 4 | -0/+9 | |
R=rsc, rsc http://codereview.appspot.com/6097047 | |||||
2012-04-07 | venti: fix typo | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/5989059 | |||||
2012-04-07 | venti: add arenapart support to wrarena | Russ Cox | 1 | -2/+16 | |
R=rsc http://codereview.appspot.com/5988058 | |||||
2012-01-26 | venti: import venti/conf from plan 9 | David du Colombier | 2 | -0/+76 | |
R=rsc http://codereview.appspot.com/5572066 | |||||
2012-01-20 | venti: fix settings in stats | David du Colombier | 2 | -1/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5558054 | |||||
2012-01-16 | venti: fix scacheprefetch stats | David du Colombier | 1 | -0/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5507045 | |||||
2011-11-21 | venti/mgr: various fixes and plan 9 support | David du Colombier | 1 | -55/+56 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5421047 | |||||
2011-11-21 | venti: fix log url in stats | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5395043 | |||||
2011-11-08 | venti: import changes from plan 9 | David du Colombier | 4 | -3/+7 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044 | |||||
2011-11-08 | venti: fix vtcachealloc and VtMaxLumpSize | David du Colombier | 3 | -2/+14 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5309073 | |||||
2011-11-08 | venti: fix format on ulong | David du Colombier | 1 | -2/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5328046 | |||||
2011-06-13 | venti: fix pragma varargck due to changes in tag() | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4517150 | |||||
2011-06-07 | venti: fix usage to match manuals | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4593041 | |||||
2011-06-07 | venti: fix usage to match manuals | David du Colombier | 7 | -8/+8 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041 | |||||
2011-06-02 | venti: import changes from plan 9 | David du Colombier | 20 | -38/+94 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4523057 | |||||
2010-11-09 | venti: add mgr (work in progress) | Russ Cox | 1 | -0/+1021 | |
R=rsc http://codereview.appspot.com/3003041 | |||||
2010-02-22 | various: crctab now u32int | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/220041 | |||||
2009-08-23 | venti: handle FS block size > MaxIo | Venkatesh Srinivas | 1 | -2/+5 | |
http://codereview.appspot.com/110071 | |||||
2009-08-21 | venti/copy: synchronize with Plan 9; indent in verbose mode | Venkatesh Srinivas | 1 | -9/+112 | |
http://codereview.appspot.com/110062 | |||||
2009-05-25 | venti: 32-bit extensions to data structures | Russ Cox | 6 | -2/+32 | |
2009-02-04 | venti/copy: no rewriting unless rewrite flag is set (Nathaniel W Filardo) | Russ Cox | 1 | -2/+4 | |
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-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 | |