summaryrefslogtreecommitdiff
path: root/src/block
AgeCommit message (Expand)Author
2014-10-12Revert POSIX OS changes from c5b71e5, reference #1254: that commitKeith Bostic
2014-10-12Make fallocate/posix_fallocate more configurable.Keith Bostic
2014-10-09Break long lines at 80 columns.Keith Bostic
2014-10-08Add additional parameter to map/unmap functions to maintain more contextMark Benvenuto
2014-10-07Add a couple of comments about truncate now failing, restructure the extentKeith Bostic
2014-10-07Ftruncate is incompatible with file mapping on Windows, return EBUSY fromKeith Bostic
2014-10-06There's no need to inline __ckpt_extlist_fblocks, let the compiler decide.Keith Bostic
2014-10-06Don't just return if the extent list is corrupted, panic.Keith Bostic
2014-10-03Formatting cleanups after the wt_off_t change.Keith Bostic
2014-10-02Typedef wt_off_t as an off_t if the type is available on the system.Keith Bostic
2014-10-02Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto
2014-09-13Make random number generation be per session in the WiredTiger library,Keith Bostic
2014-09-12Update dist/s_style to check for cases where we jump to the error labelKeith Bostic
2014-09-02Rework c92bd26, that change only worked because the underlying blockKeith Bostic
2014-08-13Add a new per-session flag, WT_SESSION_CAN_WAIT, and only use sessionsKeith Bostic
2014-08-04Add a new OS-layer function __wt_fsync_async to flush a file withoutKeith Bostic
2014-08-01Grab the live lock when loading a checkpoint in diagnostic mode: that could r...Michael Cahill
2014-06-09Add explicit os_cache_dirty_max settings for LSM wtperf tests. #1051Susan LoVerso
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