summaryrefslogtreecommitdiff
path: root/src/block/block_mgr.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)Keith Bostic2016-07-081-6/+7
* WT-2630 Rename pluggable filesystem methods to avoid reserved names. (#2730)Michael Cahill2016-05-241-1/+1
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-15/+18
* WT-2330 Move the map handle back into the block structure.Alex Gorrod2016-03-311-4/+4
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-271-1/+13
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-271-4/+4
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-2/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-4/+2
* WT-2410: Casting function pointers to different typesKeith Bostic2016-02-191-71/+220
* WT-60: big endian supportKeith Bostic2016-01-151-60/+60
* WT-60: big endian supportKeith Bostic2016-01-151-4/+0
* WT-60: big endian supportKeith Bostic2016-01-151-3/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2299: clean up a couple of places where upper-level WiredTiger code isKeith Bostic2015-12-201-0/+16
* Convert the reconciliation structure's ints to bools.Keith Bostic2015-09-221-17/+17
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-4/+4
* WT-2093: __wt_block_addr_valid() didn't distinguish between a validKeith Bostic2015-09-111-14/+14
* Add the "strict" configuration option to WT_SESSION.verify, defaultKeith Bostic2015-06-061-2/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
* Whenever we verify an address when running with HAVE_DIAGNOSTIC, confirmKeith Bostic2014-10-241-1/+2
* Break long lines at 80 columns.Keith Bostic2014-10-091-4/+4
* Add additional parameter to map/unmap functions to maintain more contextMark Benvenuto2014-10-081-2/+2
* Rework c92bd26, that change only worked because the underlying blockKeith Bostic2014-09-021-3/+4
* Add a new OS-layer function __wt_fsync_async to flush a file withoutKeith Bostic2014-08-041-3/+6
* Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads.Michael Cahill2014-01-171-4/+5
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic2013-12-231-17/+17
* Merge branch 'develop' into fine-grained-durabilityAlex Gorrod2013-11-181-1/+1
|\
| * Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle soKeith Bostic2013-11-171-1/+1
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-111-6/+31
|\ \ | |/
| * Compression changes.Keith Bostic2013-11-091-6/+31
* | Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill2013-11-051-1/+1
|/
* Create a more general-purpose block-manager preload call and pre-loadKeith Bostic2013-05-281-0/+2
* O_DIRECT is a global flag for the engine, which requires file page allocationKeith Bostic2013-05-171-3/+3
* Merge branch 'develop' into default-configMichael Cahill2013-03-111-11/+6
|\
| * Don't mmap(2) the file if it's configured for direct I/O, the LinuxKeith Bostic2013-03-041-7/+3
| * Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic2013-03-041-5/+4
* | Merge branch 'develop' into default-configMichael Cahill2013-03-071-2/+14
|\ \ | |/
| * Don't try to sync read-only files.Michael Cahill2013-03-041-1/+1
| * In checkpoints, move the fsync outside the snapshot transaction, allowing oth...Michael Cahill2013-02-281-0/+12
| * Make run-time statistics optional, defaulted to "off".Keith Bostic2013-02-221-2/+2
* | Include the default file configuration when opening a file.Keith Bostic2013-02-131-3/+3
|/
* The mmap branch changes broke checkpoint memory management, verify wasKeith Bostic2013-01-311-25/+3
* Add mmap support for read-only objects (a read-only object is an objectKeith Bostic2013-01-271-45/+52
* In order to mmap read-only checkpoints, we need a place to store aKeith Bostic2013-01-261-271/+252
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Move the write-generation out of the block header and into the pageKeith Bostic2012-11-281-4/+4
* Make the compaction trigger a configuration string.Keith Bostic2012-11-251-2/+2
* typo in a commentKeith Bostic2012-11-231-1/+1