summaryrefslogtreecommitdiff
path: root/src/block
Commit message (Expand)AuthorAgeFilesLines
* Replace some __wt_errx/WT_ERR pairs with WT_ERR_MSG, __wt_errx/WT_RETKeith Bostic2015-11-191-4/+2
* WT-2196: A different solution, don't require callers to log their own errorKeith Bostic2015-11-031-1/+1
* Revert "WT-2196 Fix size-only statistics when there are LSM tables."Keith Bostic2015-11-031-5/+1
* WT-2196 Fix size-only statistics when there are LSM tables.Alex Gorrod2015-11-031-1/+5
* WT-2068 Put live_open usage under HAVE_DIAGNOSTIC and an assert.Susan LoVerso2015-10-131-11/+6
* WT-2068: complain if the live system is re-opened.Keith Bostic2015-10-121-6/+19
* Missed the code use of WT_BLOCK.ckpt_inprogress.Keith Bostic2015-09-271-2/+2
* Run a script looking for boolean declarations that are assigned to aKeith Bostic2015-09-241-2/+2
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-239-64/+71
* Convert the reconciliation structure's ints to bools.Keith Bostic2015-09-225-26/+26
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-224-17/+16
* WT-2093: __wt_block_addr_valid() didn't distinguish between a validKeith Bostic2015-09-112-19/+19
* WT-2093 Use the C99 bool type to clarify when functions return true/false.Michael Cahill2015-09-082-13/+13
* WT-1822, WT-2051Keith Bostic2015-08-242-4/+4
* WT-2048Keith Bostic2015-08-191-6/+4
* Merge branch 'develop' into wt-2025-inline-atomic-functionsKeith Bostic2015-08-181-8/+8
|\
| * WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-8/+8
* | Rename atomic functions from number of bytes to number of bits.Keith Bostic2015-08-131-2/+2
* | Merge branch 'develop' into wt-2025-inline-atomic-functionsKeith Bostic2015-08-131-1/+1
|\ \ | |/
| * WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-131-1/+1
* | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions soKeith Bostic2015-08-061-2/+2
|/
* Merge pull request #2085 from wiredtiger/wt-2015-block-destroy-failureAlex Gorrod2015-07-271-5/+10
|\
| * WT-2015: If we fail during block creation before setting the WT_BLOCK'sKeith Bostic2015-07-241-5/+10
* | Merge pull request #2086 from wiredtiger/wt-2020-checksum-error-messagesDon Anderson2015-07-241-8/+16
|\ \
| * | Don's review, use "checksum" in the message, not "cksum".Keith Bostic2015-07-241-4/+6
| * | WT-2020: clarify checksum error failure messages.Keith Bostic2015-07-241-8/+14
| |/
* | Clarify an error message.Keith Bostic2015-07-241-1/+2
|/
* MSVC compilers can't handle nested variadic macros (in other words, theyKeith Bostic2015-07-171-8/+13
* whitespaceKeith Bostic2015-07-171-3/+3
* WT-2002 Don't set block->verify until just before reading the extent list.Michael Cahill2015-07-171-10/+10
* WT-2002 Fix a typo: wrap if body in brackets.Michael Cahill2015-07-171-3/+3
* WT-2002 If a file is corrupted, verify should not panic.Michael Cahill2015-07-174-74/+107
* WT-2008 Fix a bug in recovery where a file create went missing.Alex Gorrod2015-07-151-4/+3
* WT-1993 Coverity CID 1310061: Program hangs (LOCK)Michael Cahill2015-07-081-3/+4
* WT-1993: Don't call __block_destroy() until we've allocated the blockKeith Bostic2015-07-031-2/+2
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-143-4/+4
* Merge pull request #2016 from wiredtiger/verify-block-leakKeith Bostic2015-06-082-7/+17
|\
| * Add the "strict" configuration option to WT_SESSION.verify, defaultKeith Bostic2015-06-062-7/+17
* | Move the statistics=(size) support into the block manager, theoretically,Keith Bostic2015-06-061-1/+17
|/
* Fix indentation.Keith Bostic2015-05-291-1/+1
* Use the same size limit when determining whether to do a compact.Alex Gorrod2015-05-291-1/+1
* Simplify fix for running unnecessary loops in compact.Alex Gorrod2015-05-291-12/+11
* Only compact a file if it's at least 10MB and has 1MB of available space.Alex Gorrod2015-05-281-5/+11
* lintKeith Bostic2015-05-151-1/+1
* Don't leak buffer on repeated failure.Keith Bostic2015-05-151-2/+2
* If the block manager finds an already-existing file when creating aKeith Bostic2015-05-151-2/+34
* Comment re-wording from Sue.Keith Bostic2015-04-131-7/+10
* Fix a comment typo.Keith Bostic2015-04-131-3/+3
* When using ftruncate as the file-extension call, we must use WT_FH.sizeKeith Bostic2015-04-121-80/+118
* The OS layer ftruncate() code sets the WT_FH file size, so whenKeith Bostic2015-04-126-7/+31