| Age | Commit message (Expand) | Author |
| 2014-04-22 | Maintain a cache of the last element on the list, allows for even | Keith Bostic |
| 2014-04-07 | Merge branch 'develop' into wait-on-free | Keith Bostic |
| 2014-04-07 | Minor cleanups: | Keith Bostic |
| 2014-04-07 | Delay freeing the checkpoint's alloc/discard lists until the resolution | 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-17 | ../src/block/block_write.c: In function '__wt_block_write_off': | Michael Cahill |
| 2013-11-17 | Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-11-17 | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-11-09 | Compression changes. | Keith Bostic |
| 2013-10-30 | If a file is checkpointed without a previous checkpoint having been | Keith Bostic |
| 2013-05-28 | Create a more general-purpose block-manager preload call and pre-load | Keith Bostic |
| 2013-05-10 | __wt_block_ckpt_init() shouldn't set the checkpoint's file size to a | Keith Bostic |
| 2013-05-09 | Use the allocation size for the file "desc" block. This is important for dir... | Michael Cahill |
| 2013-03-13 | Create a cached list of WT_EXT structures in order to avoid so many | Keith Bostic |
| 2013-03-06 | Change os_write_schedule to be os_cache_dirty_max, changing a boolean | Keith Bostic |
| 2013-03-06 | Re-work posix_fadvise, sync_file_range buffer cache changes. | Keith Bostic |
| 2013-03-04 | Replace os_cache_max configuration and behavior with calls to: (1) | Keith Bostic |
| 2013-02-28 | In checkpoints, move the fsync outside the snapshot transaction, allowing oth... | Michael Cahill |
| 2013-02-22 | Make run-time statistics optional, defaulted to "off". | Keith Bostic |
| 2013-01-31 | The mmap branch changes broke checkpoint memory management, verify was | Keith Bostic |
| 2013-01-27 | Add mmap support for read-only objects (a read-only object is an object | Keith Bostic |
| 2013-01-26 | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-11-28 | Move the write-generation out of the block header and into the page | Keith Bostic |
| 2012-11-23 | We need to checksum the data if it's not compressed, even if checksums | Keith Bostic |
| 2012-11-22 | Move compression out of the block-manager layer to the btree layer. | Keith Bostic |
| 2012-10-19 | fix a comment, write-generations are persisted in the meta-data file now. | Keith Bostic |
| 2012-10-12 | Alex changed the bitstring functions to support 64-bit sizes, update | Keith Bostic |
| 2012-06-19 | Push snapshot to checkpoint rename down through the rest of the system | Keith Bostic |
| 2012-05-26 | Extents free'd up by deleting snapshots cannot immediately be made available | Keith Bostic |
| 2012-04-27 | Switch naming of "schema file/table" to metadata file. | Michael Cahill |
| 2012-04-23 | Store the bytes required by each snapshot in the file's snapshot | Keith Bostic |
| 2012-04-19 | Snapshot verification code. The verification statements: | Keith Bostic |
| 2012-04-09 | Create a per-snapshot block fragment list, and verify extents: no block | Keith Bostic |
| 2012-03-28 | whitespace | Keith Bostic |
| 2012-03-26 | Wordsmith a comment. | Keith Bostic |
| 2012-03-26 | Delete the code which discarded each extent list before it was written; | Keith Bostic |
| 2012-03-26 | Rename WT_BM_MAX_ADDR_COOKIE to be WT_BTREE_MAX_ADDR_COOKIE, it's really | Keith Bostic |
| 2012-03-26 | Snapshot changes, ref #167: | Keith Bostic |
| 2012-03-25 | Second set of snapshot changes, ref #167: | Keith Bostic |
| 2012-03-22 | First set of snapshot changes, ref #167. The big changes are to create | Keith Bostic |
| 2012-03-16 | Generalize the "free list" to be an "extent list", we're going to need 3 | Keith Bostic |
| 2012-01-29 | If a file is big enough, and empty enough, a free range can overflow | Keith Bostic |
| 2012-01-28 | If we remove the last by-address entry from a by-size skip list entry, | Keith Bostic |
| 2012-01-26 | I got WT_BLOCK_CHECKSUM_NOT_SET wrong, I meant to make it reflective bit | Keith Bostic |
| 2012-01-25 | Skiplist implementation of the default block manager free-list management. | Keith Bostic |
| 2012-01-23 | Keep a special reserved value for block checksums to avoid possible collisions. | Michael Cahill |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |