| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2122 Convert more expressions to use bool | Michael Cahill | 2015-09-29 | 1 | -4/+4 |
* | Merge pull request #2209 from wiredtiger/more-bool-keith | Michael Cahill | 2015-09-29 | 1 | -8/+8 |
* | WT-2038 Use TAILQ for all lists. | Michael Cahill | 2015-08-13 | 1 | -2/+2 |
* | WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default f... | Keith Bostic | 2015-06-29 | 1 | -1/+3 |
* | Change checkpoints to do first-fit allocation when we start writing the | Keith Bostic | 2015-03-03 | 1 | -2/+1 |
* | Switch the block and file-handle from TAILQ structures to SLIST | Keith Bostic | 2015-02-09 | 1 | -2/+2 |
* | Add name_hash and hash bucket queues for fh and block. #1643 | Susan LoVerso | 2015-02-04 | 1 | -0/+2 |
* | If 20% of the file is available in the first 80% of the file, try compaction | Keith Bostic | 2015-01-19 | 1 | -1/+4 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Add additional parameter to map/unmap functions to maintain more context | Mark Benvenuto | 2014-10-08 | 1 | -0/+1 |
* | KNF | Keith Bostic | 2014-10-03 | 1 | -1/+1 |
* | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto | 2014-10-02 | 1 | -8/+8 |
* | Rework c92bd26, that change only worked because the underlying block | Keith Bostic | 2014-09-02 | 1 | -1/+2 |
* | Add a new OS-layer function __wt_fsync_async to flush a file without | Keith Bostic | 2014-08-04 | 1 | -1/+1 |
* | Maintain a cache of the last element on the list, allows for even | Keith Bostic | 2014-04-22 | 1 | -0/+2 |
* | Merge branch 'develop' into wait-on-free | Keith Bostic | 2014-04-07 | 1 | -1/+1 |
|\ |
|
| * | Minor cleanups: | Keith Bostic | 2014-04-07 | 1 | -1/+1 |
* | | Delay freeing the checkpoint's alloc/discard lists until the resolution | Keith Bostic | 2014-04-07 | 1 | -0/+10 |
|/ |
|
* | Don't maintain the per-size skiplist unless it's an element on the live | Keith Bostic | 2014-03-21 | 1 | -16/+19 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic | 2013-12-23 | 1 | -13/+11 |
* | ../src/block/block_write.c: In function '__wt_block_write_off': | Michael Cahill | 2013-12-17 | 1 | -4/+4 |
* | Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle so | Keith Bostic | 2013-11-17 | 1 | -2/+6 |
* | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic | 2013-11-17 | 1 | -7/+0 |
* | Compression changes. | Keith Bostic | 2013-11-09 | 1 | -3/+7 |
* | If a file is checkpointed without a previous checkpoint having been | Keith Bostic | 2013-10-30 | 1 | -0/+1 |
* | Create a more general-purpose block-manager preload call and pre-load | Keith Bostic | 2013-05-28 | 1 | -0/+1 |
* | __wt_block_ckpt_init() shouldn't set the checkpoint's file size to a | Keith Bostic | 2013-05-10 | 1 | -2/+2 |
* | Use the allocation size for the file "desc" block. This is important for dir... | Michael Cahill | 2013-05-09 | 1 | -2/+1 |
* | Create a cached list of WT_EXT structures in order to avoid so many | Keith Bostic | 2013-03-13 | 1 | -0/+7 |
* | Change os_write_schedule to be os_cache_dirty_max, changing a boolean | Keith Bostic | 2013-03-06 | 1 | -2/+2 |
* | Re-work posix_fadvise, sync_file_range buffer cache changes. | Keith Bostic | 2013-03-06 | 1 | -8/+4 |
* | Replace os_cache_max configuration and behavior with calls to: (1) | Keith Bostic | 2013-03-04 | 1 | -0/+9 |
* | In checkpoints, move the fsync outside the snapshot transaction, allowing oth... | Michael Cahill | 2013-02-28 | 1 | -0/+1 |
* | Make run-time statistics optional, defaulted to "off". | Keith Bostic | 2013-02-22 | 1 | -1/+1 |
* | The mmap branch changes broke checkpoint memory management, verify was | Keith Bostic | 2013-01-31 | 1 | -2/+1 |
* | Add mmap support for read-only objects (a read-only object is an object | Keith Bostic | 2013-01-27 | 1 | -1/+2 |
* | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic | 2013-01-26 | 1 | -1/+62 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Move the write-generation out of the block header and into the page | Keith Bostic | 2012-11-28 | 1 | -25/+10 |
* | We need to checksum the data if it's not compressed, even if checksums | Keith Bostic | 2012-11-23 | 1 | -2/+11 |
* | Move compression out of the block-manager layer to the btree layer. | Keith Bostic | 2012-11-22 | 1 | -17/+5 |
* | fix a comment, write-generations are persisted in the meta-data file now. | Keith Bostic | 2012-10-19 | 1 | -3/+2 |
* | Alex changed the bitstring functions to support 64-bit sizes, update | Keith Bostic | 2012-10-12 | 1 | -1/+1 |
* | Push snapshot to checkpoint rename down through the rest of the system | Keith Bostic | 2012-06-19 | 1 | -18/+18 |
* | Extents free'd up by deleting snapshots cannot immediately be made available | Keith Bostic | 2012-05-26 | 1 | -13/+15 |
* | Switch naming of "schema file/table" to metadata file. | Michael Cahill | 2012-04-27 | 1 | -1/+1 |
* | Store the bytes required by each snapshot in the file's snapshot | Keith Bostic | 2012-04-23 | 1 | -2/+3 |
* | Snapshot verification code. The verification statements: | Keith Bostic | 2012-04-19 | 1 | -4/+5 |
* | Create a per-snapshot block fragment list, and verify extents: no block | Keith Bostic | 2012-04-09 | 1 | -1/+2 |