| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2746 Add a new statistic tracking I/O for checkpoints (#2853) | Keith Bostic | 2016-07-08 | 1 | -6/+7 |
* | WT-2630 Rename pluggable filesystem methods to avoid reserved names. (#2730) | Michael Cahill | 2016-05-24 | 1 | -1/+1 |
* | WT-2552 Add public API for pluggable filesystems (#2671) | Alex Gorrod | 2016-04-28 | 1 | -15/+18 |
* | WT-2330 Move the map handle back into the block structure. | Alex Gorrod | 2016-03-31 | 1 | -4/+4 |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-27 | 1 | -1/+13 |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-27 | 1 | -4/+4 |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-18 | 1 | -2/+2 |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-18 | 1 | -4/+2 |
* | WT-2410: Casting function pointers to different types | Keith Bostic | 2016-02-19 | 1 | -71/+220 |
* | WT-60: big endian support | Keith Bostic | 2016-01-15 | 1 | -60/+60 |
* | WT-60: big endian support | Keith Bostic | 2016-01-15 | 1 | -4/+0 |
* | WT-60: big endian support | Keith Bostic | 2016-01-15 | 1 | -3/+2 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2299: clean up a couple of places where upper-level WiredTiger code is | Keith Bostic | 2015-12-20 | 1 | -0/+16 |
* | Convert the reconciliation structure's ints to bools. | Keith Bostic | 2015-09-22 | 1 | -17/+17 |
* | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 1 | -4/+4 |
* | WT-2093: __wt_block_addr_valid() didn't distinguish between a valid | Keith Bostic | 2015-09-11 | 1 | -14/+14 |
* | Add the "strict" configuration option to WT_SESSION.verify, default | Keith Bostic | 2015-06-06 | 1 | -2/+3 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 1 | -1/+1 |
* | Whenever we verify an address when running with HAVE_DIAGNOSTIC, confirm | Keith Bostic | 2014-10-24 | 1 | -1/+2 |
* | Break long lines at 80 columns. | Keith Bostic | 2014-10-09 | 1 | -4/+4 |
* | Add additional parameter to map/unmap functions to maintain more context | Mark Benvenuto | 2014-10-08 | 1 | -2/+2 |
* | Rework c92bd26, that change only worked because the underlying block | Keith Bostic | 2014-09-02 | 1 | -3/+4 |
* | Add a new OS-layer function __wt_fsync_async to flush a file without | Keith Bostic | 2014-08-04 | 1 | -3/+6 |
* | Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads. | Michael Cahill | 2014-01-17 | 1 | -4/+5 |
* | 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 | -17/+17 |
* | Merge branch 'develop' into fine-grained-durability | Alex Gorrod | 2013-11-18 | 1 | -1/+1 |
|\ |
|
| * | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic | 2013-11-17 | 1 | -1/+1 |
* | | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-11-11 | 1 | -6/+31 |
|\ \
| |/ |
|
| * | Compression changes. | Keith Bostic | 2013-11-09 | 1 | -6/+31 |
* | | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill | 2013-11-05 | 1 | -1/+1 |
|/ |
|
* | Create a more general-purpose block-manager preload call and pre-load | Keith Bostic | 2013-05-28 | 1 | -0/+2 |
* | O_DIRECT is a global flag for the engine, which requires file page allocation | Keith Bostic | 2013-05-17 | 1 | -3/+3 |
* | Merge branch 'develop' into default-config | Michael Cahill | 2013-03-11 | 1 | -11/+6 |
|\ |
|
| * | Don't mmap(2) the file if it's configured for direct I/O, the Linux | Keith Bostic | 2013-03-04 | 1 | -7/+3 |
| * | Replace os_cache_max configuration and behavior with calls to: (1) | Keith Bostic | 2013-03-04 | 1 | -5/+4 |
* | | Merge branch 'develop' into default-config | Michael Cahill | 2013-03-07 | 1 | -2/+14 |
|\ \
| |/ |
|
| * | Don't try to sync read-only files. | Michael Cahill | 2013-03-04 | 1 | -1/+1 |
| * | In checkpoints, move the fsync outside the snapshot transaction, allowing oth... | Michael Cahill | 2013-02-28 | 1 | -0/+12 |
| * | Make run-time statistics optional, defaulted to "off". | Keith Bostic | 2013-02-22 | 1 | -2/+2 |
* | | Include the default file configuration when opening a file. | Keith Bostic | 2013-02-13 | 1 | -3/+3 |
|/ |
|
* | The mmap branch changes broke checkpoint memory management, verify was | Keith Bostic | 2013-01-31 | 1 | -25/+3 |
* | Add mmap support for read-only objects (a read-only object is an object | Keith Bostic | 2013-01-27 | 1 | -45/+52 |
* | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic | 2013-01-26 | 1 | -271/+252 |
* | 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 | -4/+4 |
* | Make the compaction trigger a configuration string. | Keith Bostic | 2012-11-25 | 1 | -2/+2 |
* | typo in a comment | Keith Bostic | 2012-11-23 | 1 | -1/+1 |