summaryrefslogtreecommitdiff
path: root/src/block/block_vrfy.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2671 dump more information about the file layout in verify debug mode (#2755)Keith Bostic2016-06-091-6/+24
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-0/+6
* WT-2520: WT_SESSION::verify should not alter tablesKeith Bostic2016-04-011-7/+13
* WT-2330 Ignore EBUSY from truncate during verify.Alex Gorrod2016-03-301-1/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-261-3/+3
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-10/+12
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-4/+4
* WT-2002 Don't set block->verify until just before reading the extent list.Michael Cahill2015-07-171-10/+10
* WT-2002 If a file is corrupted, verify should not panic.Michael Cahill2015-07-171-9/+13
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-141-2/+2
* Add the "strict" configuration option to WT_SESSION.verify, defaultKeith Bostic2015-06-061-5/+14
* The OS layer ftruncate() code sets the WT_FH file size, so whenKeith Bostic2015-04-121-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Do a minimal check on each checkpoint's avail list, read it to ensureKeith Bostic2014-11-251-0/+16
* Fix a typo in a macro name.Keith Bostic2014-11-251-5/+5
* Typedef wt_off_t as an off_t if the type is available on the system.Keith Bostic2014-10-021-9/+9
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-16/+16
* A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic2014-05-051-7/+6
* Add --enable-verbose option, disabled by default.Alex Gorrod2014-05-051-0/+1
* Don't maintain the per-size skiplist unless it's an element on the liveKeith Bostic2014-03-211-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic2013-12-231-1/+1
* Don't check for a file with no data pages until we've truncated back toKeith Bostic2013-12-221-12/+12
* Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle soKeith Bostic2013-11-171-3/+3
* When adding metadata information to the list of chunks we've verified,Keith Bostic2013-10-101-15/+19
* Rename the WT_FH.file_size field to be WT_FH.size.Keith Bostic2013-05-111-4/+4
* Files for which we only hvae fake checkpoints might be verified, the blockKeith Bostic2013-05-101-25/+19
* __wt_block_ckpt_init() shouldn't set the checkpoint's file size to aKeith Bostic2013-05-101-7/+4
* Use the allocation size for the file "desc" block. This is important for dir...Michael Cahill2013-05-091-6/+6
* If __wt_block_extlist_free() doesn't access the live system's cachedKeith Bostic2013-03-141-5/+5
* Create a cached list of WT_EXT structures in order to avoid so manyKeith Bostic2013-03-131-8/+8
* The mmap branch changes broke checkpoint memory management, verify wasKeith Bostic2013-01-311-6/+3
* Add mmap support for read-only objects (a read-only object is an objectKeith Bostic2013-01-271-4/+36
* block_vrfy.c:395: warning: format '%ju' expects type 'uintmax_t', but argumen...Michael Cahill2013-01-071-2/+2
* Don't output the list of file/checkpoint ranges that weren't verifiedKeith Bostic2013-01-051-10/+22
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Tighten up the extent list offset checks: no extent block should appearKeith Bostic2012-11-241-3/+6
* Move compression out of the block-manager layer to the btree layer.Keith Bostic2012-11-221-45/+0
* Review uses of WT_ITEM::data, never cast it to a non-const pointer.Michael Cahill2012-11-201-1/+1
* Alex changed the bitstring functions to support 64-bit sizes, updateKeith Bostic2012-10-121-22/+13
* Allocate checkpoint blocks from the live system's list of available blocksKeith Bostic2012-10-121-67/+40
* Fix a bug where verify could crash if an empty checkpoint exists.Alex Gorrod2012-09-261-0/+3
* minor cleanup of a comment.Keith Bostic2012-09-221-3/+3
* spelling typoKeith Bostic2012-09-061-1/+1
* Fix a core dump if we verify a file that's corrupted such that we areKeith Bostic2012-09-061-0/+7
* Update the bitstring implementation to use 64 bit length strings.Alex Gorrod2012-08-221-2/+2
* Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic2012-06-191-122/+122
* Minor re-work of extent lists (no real change, just associate betterKeith Bostic2012-06-051-16/+19
* Convert the block code to WT_DECL_ITEM.Keith Bostic2012-05-121-3/+1