summaryrefslogtreecommitdiff
path: root/src/block
AgeCommit message (Expand)Author
2014-05-05A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic
2014-05-05Add --enable-verbose option, disabled by default.Alex Gorrod
2014-04-28Change the block manager to not touch the WT_ITEM.{mem,memsize} fieldsKeith Bostic
2014-04-22Maintain a cache of the last element on the list, allows for evenKeith Bostic
2014-04-17Whitespace/indent.Keith Bostic
2014-04-14Free all extent lists when destroying a checkpoint, fixing a leak in salvage.Michael Cahill
2014-04-10Merge branch 'develop' into wait-on-freeKeith Bostic
2014-04-09Don't try and extend the file unless we have a valid offset.Keith Bostic
2014-04-09Missing WT_RET(), don't lose the error.Keith Bostic
2014-04-09The posix_fallocate call on Linux is corrupting already written data,Keith Bostic
2014-04-07Merge branch 'develop' into wait-on-freeKeith Bostic
2014-04-07Minor cleanups:Keith Bostic
2014-04-07Delay freeing the checkpoint's alloc/discard lists until the resolutionKeith Bostic
2014-04-06Add another case, it's possible to delete fake checkpoints.Keith Bostic
2014-04-06Add some diagnostic code to confirm the checkpoint array looks like weKeith Bostic
2014-04-06Set the checkpoint size before calling the checkpoint update function,Keith Bostic
2014-04-06The live systems allocation/discard extent lists are potentially quite large,Keith Bostic
2014-04-04Add some additional wording to a comment, explaining why we can fast-pathKeith Bostic
2014-04-04Merge branch 'develop' into new-splitKeith Bostic
2014-04-03If not tracking the object sizes, use the new extent append API insteadKeith Bostic
2014-04-01Add support for a new verify option "-d dump_offsets=#,#,#", that allowsKeith Bostic
2014-03-26Merge branch 'develop' into new-splitKeith Bostic
2014-03-26Don't copy the checkpoint size until we hold the lock (this probablyKeith Bostic
2014-03-26Fix a comment: finish the sentence.Michael Cahill
2014-03-26Before merging extent lists, check if one is bigger than the other, and walk ...Michael Cahill
2014-03-23Merge branch 'develop' into new-splitKeith Bostic
2014-03-24Merge pull request #923 from wiredtiger/verbose-checkpointMichael Cahill
2014-03-22Merge branch 'develop' into new-splitKeith Bostic
2014-03-22error: comparison between signed and unsigned integer expressionsKeith Bostic
2014-03-22Merge branch 'develop' into new-splitKeith Bostic
2014-03-22Inline the block extension function, do a fast check for availableKeith Bostic
2014-03-22Before searching, check to see if there isn't enough memory to bother.Keith Bostic
2014-03-21Merge branch 'develop' into new-splitKeith Bostic
2014-03-21whitespaceKeith Bostic
2014-03-21Merge branch 'develop' into new-splitKeith Bostic
2014-03-21*shrug* Don't put an if/else inside the for loop, it's not needed andKeith Bostic
2014-03-21Add a fast path for file extensions so we don't walk the list ofKeith Bostic
2014-03-21Don't maintain the per-size skiplist unless it's an element on the liveKeith Bostic
2014-03-20Rename verbose ckpt to checkpoint, add some more messages to it.Alex Gorrod
2014-02-27Merge branch 'develop' into new-splitKeith Bostic
2014-02-27monitor_set might have been used without being initialized.Keith Bostic
2014-02-27Merge branch 'develop' into new-splitKeith Bostic
2014-02-16These aren't XXX comments, they're not to be "fixed", at least for now.Keith Bostic
2014-02-14whitespaceKeith Bostic
2014-02-14simplify an error message.Keith Bostic
2014-01-17Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads.Michael Cahill
2014-01-16Take the live lock when unloading a checkpoint: there could still be readers ...Michael Cahill
2014-01-08Minor re-working of 9dd055a.Keith Bostic
2014-01-07Update copyright notices for 2014.Keith Bostic
2014-01-02Don't abort if there is a checksum failure during verification or salvage: we...Michael Cahill