summaryrefslogtreecommitdiff
path: root/src/block/block_open.c
AgeCommit message (Expand)Author
2014-10-02Typedef wt_off_t as an off_t if the type is available on the system.Keith Bostic
2014-10-02Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto
2014-06-09Add explicit os_cache_dirty_max settings for LSM wtperf tests. #1051Susan LoVerso
2014-05-05A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic
2014-02-27monitor_set might have been used without being initialized.Keith Bostic
2014-01-17Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads.Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-17Rewrite the read/write loops to handle short returns, POSIX allows shortKeith Bostic
2013-12-17../src/block/block_write.c: In function '__wt_block_write_off':Michael Cahill
2013-12-16Better/fixed support for huge keys/values.Keith Bostic
2013-11-17Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle soKeith Bostic
2013-11-11Go back to "allocation_size" to avoid breaking the world.Michael Cahill
2013-11-09Compression changes.Keith Bostic
2013-11-05Add a statistic of the number of bytes currently available in the fileKeith Bostic
2013-10-18Merge branch 'develop' into statistics-splitKeith Bostic
2013-10-17Rename the block manager's lock for logging, it doesn't have anythingKeith Bostic
2013-10-17Merge branch 'develop' into statistics-splitKeith Bostic
2013-10-10Split statistics macros into two parts: run-time and everything else,Keith Bostic
2013-10-06Add support for tracking which spinlocks block other spinlocks andKeith Bostic
2013-10-04Move the serialization lock from WT_CONNECTION into WT_BTREE, the btreeKeith Bostic
2013-06-17Merge branch 'develop' into loggingSusan LoVerso
2013-05-22Merge branch 'develop' into loggingSusan LoVerso
2013-05-20Add direct_io support for logging.Susan LoVerso
2013-05-17O_DIRECT is a global flag for the engine, which requires file page allocationKeith Bostic
2013-05-11Rename the WT_FH.file_size field to be WT_FH.size.Keith Bostic
2013-05-10__wt_block_ckpt_init() shouldn't set the checkpoint's file size to aKeith Bostic
2013-05-09Use the allocation size for the file "desc" block. This is important for dir...Michael Cahill
2013-05-01Give the LSM tree its own data-source statistics structure back, moveKeith Bostic
2013-03-13Create a cached list of WT_EXT structures in order to avoid so manyKeith Bostic
2013-03-11Merge branch 'develop' into default-configMichael Cahill
2013-03-06Change os_write_schedule to be os_cache_dirty_max, changing a booleanKeith Bostic
2013-03-07Fix build after merging develop.Michael Cahill
2013-03-07Merge branch 'develop' into default-configMichael Cahill
2013-03-06Re-work posix_fadvise, sync_file_range buffer cache changes.Keith Bostic
2013-03-04Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic
2013-02-28Add a "maximum filesystem buffer cache" setting to files. After doing the sp...Michael Cahill
2013-02-22Make run-time statistics optional, defaulted to "off".Keith Bostic
2013-02-14Merge branch 'develop' into default-configKeith Bostic
2013-02-13Include the default file configuration when opening a file.Keith Bostic
2013-02-13Enhance the "unsupported version" error message to include the supportedKeith Bostic
2013-02-01block->ref is unsigned, it's always greater than 0.Keith Bostic
2013-02-01If there is an error in __wt_block_open, don't call __wt_block_close or it wi...Michael Cahill
2013-01-31The mmap branch changes broke checkpoint memory management, verify wasKeith Bostic
2013-01-28Put the WT_BLOCK structure on the queue first thing, the correspondingKeith Bostic
2013-01-26In order to mmap read-only checkpoints, we need a place to store aKeith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-17Remove HAVE_VERBOSE and most of the verbose convenience macros, verboseKeith Bostic
2012-12-13Lock the block statistics call out of sheer raving paranoia.Keith Bostic
2012-12-12Don't ignore the return from __wt_remove on error.Keith Bostic
2012-12-12Now some errors can override other errors, we shouldn't ignore errorsKeith Bostic