| Age | Commit message (Expand) | Author |
| 2014-10-07 | Add a couple of comments about truncate now failing, restructure the extent | Keith Bostic |
| 2014-10-07 | Ftruncate is incompatible with file mapping on Windows, return EBUSY from | Keith Bostic |
| 2014-10-06 | Don't just return if the extent list is corrupted, panic. | Keith Bostic |
| 2014-10-02 | Typedef wt_off_t as an off_t if the type is available on the system. | Keith Bostic |
| 2014-10-02 | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto |
| 2014-08-01 | Grab the live lock when loading a checkpoint in diagnostic mode: that could r... | Michael Cahill |
| 2014-05-05 | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic |
| 2014-04-22 | Maintain a cache of the last element on the list, allows for even | Keith Bostic |
| 2014-04-17 | Whitespace/indent. | Keith Bostic |
| 2014-04-14 | Free all extent lists when destroying a checkpoint, fixing a leak in salvage. | Michael Cahill |
| 2014-04-07 | Minor cleanups: | Keith Bostic |
| 2014-04-06 | The live systems allocation/discard extent lists are potentially quite large, | Keith Bostic |
| 2014-04-04 | Add some additional wording to a comment, explaining why we can fast-path | Keith Bostic |
| 2014-04-03 | If not tracking the object sizes, use the new extent append API instead | Keith Bostic |
| 2014-03-26 | Fix a comment: finish the sentence. | Michael Cahill |
| 2014-03-26 | Before merging extent lists, check if one is bigger than the other, and walk ... | Michael Cahill |
| 2014-03-22 | error: comparison between signed and unsigned integer expressions | Keith Bostic |
| 2014-03-22 | Inline the block extension function, do a fast check for available | Keith Bostic |
| 2014-03-21 | whitespace | Keith Bostic |
| 2014-03-21 | *shrug* Don't put an if/else inside the for loop, it's not needed and | Keith Bostic |
| 2014-03-21 | Add a fast path for file extensions so we don't walk the list of | Keith Bostic |
| 2014-03-21 | Don't maintain the per-size skiplist unless it's an element on the live | Keith Bostic |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-23 | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic |
| 2013-12-20 | Replace WT_PTRDIFF32 with WT_PTRDIFF where we're storing into a | Keith Bostic |
| 2013-12-20 | Remove most uses of WT_STORE_SIZE, it was primarily used to convert | Keith Bostic |
| 2013-12-03 | whitespace | Keith Bostic |
| 2013-11-21 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-18 | Start tuning the WT_SESSION_IMPL cache of WT_EXT and WT_SIZE structures. | Keith Bostic |
| 2013-11-18 | Merge branch 'develop' into fine-grained-durability | Alex Gorrod |
| 2013-11-17 | Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-11-17 | There's another path where we allocate while holding the block manager's | Keith Bostic |
| 2013-11-17 | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-11-17 | Rename block manager statistics with "block manager" prefix so they sort | Keith Bostic |
| 2013-11-16 | There's no need to initialize extp to NULL, it gets set in either path, | Keith Bostic |
| 2013-11-11 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-09 | Compression changes. | Keith Bostic |
| 2013-11-05 | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill |
| 2013-10-28 | Minor restructuring, don't reach through the session handle to figure out | Keith Bostic |
| 2013-10-28 | It is okay for checkpoint reads to see a page that is discarded in the live s... | Michael Cahill |
| 2013-10-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-10 | Split statistics macros into two parts: run-time and everything else, | Keith Bostic |
| 2013-05-11 | Rename the WT_FH.file_size field to be WT_FH.size. | Keith Bostic |
| 2013-05-09 | Use the allocation size for the file "desc" block. This is important for dir... | Michael Cahill |
| 2013-03-15 | Panic if we find a block on the wrong list, that's not something we can | Keith Bostic |
| 2013-03-14 | If __wt_block_extlist_free() doesn't access the live system's cached | Keith Bostic |
| 2013-03-14 | We're not necessarily holding the live system's spin lock when we | Keith Bostic |
| 2013-03-13 | Create a cached list of WT_EXT structures in order to avoid so many | Keith Bostic |
| 2013-02-14 | Check for a standard set of typos (list taken from Wikipedia's copyedit | Keith Bostic |
| 2013-01-26 | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic |