summaryrefslogtreecommitdiff
path: root/src/block/block_write.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2478: Valgrind test failuresKeith Bostic2016-03-141-1/+7
* WT-60: big endian supportKeith Bostic2016-01-261-2/+4
* WT-60: big endian supportKeith Bostic2016-01-261-1/+2
* WT-60: big endian supportKeith Bostic2016-01-261-2/+6
* WT-60: big endian supportKeith Bostic2016-01-151-1/+7
* WT-60: big endian supportKeith Bostic2016-01-141-3/+5
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Run a script looking for boolean declarations that are assigned to aKeith Bostic2015-09-241-2/+2
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-6/+6
* Convert the reconciliation structure's ints to bools.Keith Bostic2015-09-221-3/+3
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-141-1/+1
* Comment re-wording from Sue.Keith Bostic2015-04-131-7/+10
* Fix a comment typo.Keith Bostic2015-04-131-3/+3
* When using ftruncate as the file-extension call, we must use WT_FH.sizeKeith Bostic2015-04-121-80/+118
* The OS layer ftruncate() code sets the WT_FH file size, so whenKeith Bostic2015-04-121-1/+25
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Explicitly test for WT_FALLOCATE_NOT_AVAILABLE, that way code doesn'tKeith Bostic2014-11-171-1/+1
* Revert POSIX OS changes from c5b71e5, reference #1254: that commitKeith Bostic2014-10-121-2/+8
* Make fallocate/posix_fallocate more configurable.Keith Bostic2014-10-121-56/+67
* Formatting cleanups after the wt_off_t change.Keith Bostic2014-10-031-1/+1
* Typedef wt_off_t as an off_t if the type is available on the system.Keith Bostic2014-10-021-1/+2
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-8/+8
* Add a new per-session flag, WT_SESSION_CAN_WAIT, and only use sessionsKeith Bostic2014-08-131-2/+3
* Add a new OS-layer function __wt_fsync_async to flush a file withoutKeith Bostic2014-08-041-4/+1
* A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic2014-05-051-2/+2
* Don't try and extend the file unless we have a valid offset.Keith Bostic2014-04-091-1/+1
* Missing WT_RET(), don't lose the error.Keith Bostic2014-04-091-0/+1
* The posix_fallocate call on Linux is corrupting already written data,Keith Bostic2014-04-091-20/+53
* 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-7/+5
* ../src/block/block_write.c: In function '__wt_block_write_off':Michael Cahill2013-12-171-1/+1
* Better/fixed support for huge keys/values.Keith Bostic2013-12-161-11/+27
* Start tuning the WT_SESSION_IMPL cache of WT_EXT and WT_SIZE structures.Keith Bostic2013-11-181-2/+1
* Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle soKeith Bostic2013-11-171-0/+1
* Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle soKeith Bostic2013-11-171-1/+3
* API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-2/+2
* Split statistics macros into two parts: run-time and everything else,Keith Bostic2013-10-101-2/+2
* Pre-allocate log files.Susan LoVerso2013-07-111-9/+1
* Support for a new configuration option, file_extend, that extends the fileKeith Bostic2013-05-111-4/+33
* A better fix for 7e1bf2482d0bec220dc20de45427428193f96134; WT_ALIGNKeith Bostic2013-03-121-2/+3
* Minor lint, get rid of WT_ALIGN32, it's no longer needed as far as I can tell.Keith Bostic2013-03-081-1/+1
* Change os_write_schedule to be os_cache_dirty_max, changing a booleanKeith Bostic2013-03-061-5/+13
* Re-work posix_fadvise, sync_file_range buffer cache changes.Keith Bostic2013-03-061-30/+17
* Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic2013-03-041-0/+30
* In order to mmap read-only checkpoints, we need a place to store aKeith Bostic2013-01-261-5/+4
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Don't ignore the return from __wt_block_off_free in the write error path.Keith Bostic2012-12-121-1/+2
* Review the statistics: rename the statistics names for consistency andKeith Bostic2012-12-051-1/+1
* Move the write-generation out of the block header and into the pageKeith Bostic2012-11-281-17/+0
* Assert that the write buffer is aligned for direct I/O and large enoughKeith Bostic2012-11-261-2/+6