| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | venti/wrarena: fix arenapart breakage | David du Colombier | 2013-01-03 | 1 | -3/+4 |
| | | | | | | R=rsc https://codereview.appspot.com/7027044 | ||||
| * | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 2012-10-21 | 2 | -3/+3 |
| | | | | | | R=rsc http://codereview.appspot.com/6744054 | ||||
| * | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 2012-10-20 | 1 | -4/+1 |
| | | | | | | R=rsc http://codereview.appspot.com/6744053 | ||||
| * | fix INSTALL warnings | Russ Cox | 2012-05-29 | 2 | -2/+3 |
| | | | | | | R=rsc http://codereview.appspot.com/6258060 | ||||
| * | venti: fix VtMaxLumpSize | Abhishek Kulkarni | 2012-05-29 | 7 | -7/+7 |
| | | | | | | | R=rsc, adkulkar CC=plan9port.codebot http://codereview.appspot.com/6108047 | ||||
| * | venti: remove bloomlookuptime in stats | David du Colombier | 2012-05-07 | 1 | -3/+0 |
| | | | | | | R=rsc http://codereview.appspot.com/6197057 | ||||
| * | venti: fix bloom in stats | David du Colombier | 2012-05-07 | 1 | -1/+4 |
| | | | | | | R=rsc http://codereview.appspot.com/6201049 | ||||
| * | venti: fix writedonechan size in bloom | David du Colombier | 2012-05-02 | 1 | -1/+1 |
| | | | | | | R=rsc http://codereview.appspot.com/6128063 | ||||
| * | venti: add bootstrap mode (write + no index) | Russ Cox | 2012-04-22 | 4 | -0/+9 |
| | | | | | | R=rsc, rsc http://codereview.appspot.com/6097047 | ||||
| * | venti: fix typo | Russ Cox | 2012-04-07 | 1 | -1/+1 |
| | | | | | | R=rsc http://codereview.appspot.com/5989059 | ||||
| * | venti: add arenapart support to wrarena | Russ Cox | 2012-04-07 | 1 | -2/+16 |
| | | | | | | R=rsc http://codereview.appspot.com/5988058 | ||||
| * | venti: import venti/conf from plan 9 | David du Colombier | 2012-01-26 | 2 | -0/+76 |
| | | | | | | R=rsc http://codereview.appspot.com/5572066 | ||||
| * | venti: fix settings in stats | David du Colombier | 2012-01-20 | 2 | -1/+2 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5558054 | ||||
| * | venti: fix scacheprefetch stats | David du Colombier | 2012-01-16 | 1 | -0/+2 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5507045 | ||||
| * | venti/mgr: various fixes and plan 9 support | David du Colombier | 2011-11-21 | 1 | -55/+56 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5421047 | ||||
| * | venti: fix log url in stats | David du Colombier | 2011-11-21 | 1 | -1/+1 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5395043 | ||||
| * | venti: import changes from plan 9 | David du Colombier | 2011-11-08 | 4 | -3/+7 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044 | ||||
| * | venti: fix vtcachealloc and VtMaxLumpSize | David du Colombier | 2011-11-08 | 3 | -2/+14 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5309073 | ||||
| * | venti: fix format on ulong | David du Colombier | 2011-11-08 | 1 | -2/+2 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5328046 | ||||
| * | venti: fix pragma varargck due to changes in tag() | David du Colombier | 2011-06-13 | 1 | -1/+1 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4517150 | ||||
| * | venti: fix usage to match manuals | David du Colombier | 2011-06-07 | 1 | -1/+1 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4593041 | ||||
| * | venti: fix usage to match manuals | David du Colombier | 2011-06-07 | 7 | -8/+8 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041 | ||||
| * | venti: import changes from plan 9 | David du Colombier | 2011-06-02 | 20 | -38/+94 |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4523057 | ||||
| * | venti: add mgr (work in progress) | Russ Cox | 2010-11-09 | 1 | -0/+1021 |
| | | | | | | R=rsc http://codereview.appspot.com/3003041 | ||||
| * | various: crctab now u32int | Russ Cox | 2010-02-22 | 1 | -1/+1 |
| | | | | | | R=rsc http://codereview.appspot.com/220041 | ||||
| * | venti: handle FS block size > MaxIo | Venkatesh Srinivas | 2009-08-23 | 1 | -2/+5 |
| | | | | | http://codereview.appspot.com/110071 | ||||
| * | venti/copy: synchronize with Plan 9; indent in verbose mode | Venkatesh Srinivas | 2009-08-21 | 1 | -9/+112 |
| | | | | | http://codereview.appspot.com/110062 | ||||
| * | venti: 32-bit extensions to data structures | Russ Cox | 2009-05-25 | 6 | -2/+32 |
| | | |||||
| * | venti/copy: no rewriting unless rewrite flag is set (Nathaniel W Filardo) | Russ Cox | 2009-02-04 | 1 | -2/+4 |
| | | |||||
| * | venti: disk i/o fixes and tweaks | Russ Cox | 2008-12-23 | 1 | -8/+17 |
| | | |||||
| * | venti: better inconsistency errors | Russ Cox | 2008-12-23 | 1 | -12/+45 |
| | | |||||
| * | venti/verifyarena: shorter output, aligned i/o | Russ Cox | 2008-12-23 | 1 | -10/+18 |
| | | |||||
| * | venti/mirrorarenas: shorter output, aligned i/o | Russ Cox | 2008-12-23 | 1 | -12/+93 |
| | | |||||
| * | venti: ignore mgr lines in config | Russ Cox | 2008-12-23 | 1 | -1/+3 |
| | | |||||
| * | venti: handle symlinks as disks | Russ Cox | 2008-12-06 | 1 | -1/+1 |
| | | |||||
| * | venti: silence warnings in icache.c | Russ Cox | 2008-08-07 | 1 | -4/+4 |
| | | |||||
| * | venti: work around gcc 4.3 bug (reported by Lucho Ionkov) | Russ Cox | 2008-07-31 | 1 | -1/+13 |
| | | |||||
| * | venti: add venti/dump program | Russ Cox | 2008-07-09 | 2 | -0/+135 |
| | | |||||
| * | venti: reduce locking contention in buildindex | Russ Cox | 2008-07-03 | 3 | -13/+74 |
| | | |||||
| * | venti: more detail in index divisor too coarse message | Russ Cox | 2008-07-03 | 1 | -1/+1 |
| | | |||||
| * | venti: bump MaxAMap | Russ Cox | 2008-07-03 | 1 | -1/+1 |
| | | |||||
| * | venti: mark checksum-queued arenas in http output | Russ Cox | 2008-07-03 | 1 | -0/+2 |
| | | |||||
| * | venti: make sure arena checksum jobs cannot be missed | Russ Cox | 2008-07-03 | 1 | -5/+8 |
| | | |||||
| * | venti/wrarena: add timing output, fix sync | Russ Cox | 2008-07-03 | 1 | -4/+6 |
| | | |||||
| * | venti: allow plan 9 partitions as disk subnames | Russ Cox | 2008-07-03 | 1 | -190/+103 |
| | | |||||
| * | venti: add demo programs readfile.c and writefile.c | Russ Cox | 2008-06-14 | 2 | -0/+214 |
| | | |||||
| * | merge | Russ Cox | 2008-04-15 | 4 | -47/+63 |
| | | |||||
| * | merge | Russ Cox | 2008-01-30 | 10 | -42/+43 |
| | | |||||
| * | venti: add debugging html form | Russ Cox | 2007-11-27 | 1 | -0/+41 |
| | | |||||
| * | build: use ar s flag to avoid ranlib | Russ Cox | 2007-11-05 | 1 | -1/+1 |
| | | |||||
