summaryrefslogtreecommitdiff
path: root/src/block
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2287 from wiredtiger/wt-2196-keithKeith Bostic2016-01-111-5/+1
* Merge pull request #2286 from wiredtiger/WT-2196-size-stat-lsmMichael Cahill2016-01-111-1/+5
* WT-2112: Boolean conversion pass over include.Michael Cahill2015-09-301-2/+2
* WT-2112 Use bool in more placesMichael Cahill2015-09-291-2/+2
* WT-2122 Convert more expressions to use boolMichael Cahill2015-09-295-18/+17
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-2910-90/+97
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-282-13/+13
* Merge pull request #2112 from wiredtiger/wt-2025-inline-atomic-functionsMichael Cahill2015-08-191-2/+2
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-131-1/+1
* WT-2002 MSVC compilers can't handle nested variadic macros. In other words, ...Keith Bostic2015-08-041-8/+13
* Merge pull request #2085 from wiredtiger/wt-2015-block-destroy-failureAlex Gorrod2015-08-041-5/+10
* Merge pull request #2086 from wiredtiger/wt-2020-checksum-error-messagesDon Anderson2015-08-041-8/+16
* Merge pull request #2070 from wiredtiger/verify-no-panicKeith Bostic2015-07-244-71/+104
* SERVER-17078 Move the statistics=(size) support into the block manager.Michael Cahill2015-06-291-1/+17
* WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default f...Keith Bostic2015-06-292-7/+17
* Merge pull request #2001 from wiredtiger/compact-early-exitAlex Gorrod2015-05-291-4/+9
* Merge pull request #1974 from wiredtiger/handle-unexpected-filesMichael Cahill2015-05-251-2/+34
* When using ftruncate as the file-extension call, we must use WT_FH.sizeKeith Bostic2015-04-251-80/+118
* The OS layer ftruncate() code sets the WT_FH file size, so whenKeith Bostic2015-04-256-7/+31
* Pass __wt_close() a reference to the WT_FH memory, that way it getsKeith Bostic2015-03-211-3/+3
* Change checkpoints to do first-fit allocation when we start writing theKeith Bostic2015-03-033-19/+33
* Mimic Alex's fix in 152a0ef, to fsync created files to disk, for truncatedKeith Bostic2015-02-111-3/+9
* Switch the block and file-handle from TAILQ structures to SLISTKeith Bostic2015-02-091-1/+1
* Merge pull request #1653 from wiredtiger/create-durability-raceMichael Cahill2015-02-091-0/+6
|\
| * Fix a bug in table create. A crash could cause recovery to break.Alex Gorrod2015-02-091-0/+6
* | Add name_hash and hash bucket queues for fh and block. #1643Susan LoVerso2015-02-041-4/+10
|/
* If 20% of the file is available in the first 80% of the file, try compactionKeith Bostic2015-01-191-24/+48
* The by-offset list is sorted by offset, quit looking for slots past theKeith Bostic2015-01-191-2/+5
* We call __block_dump_avail() if WT_VERB_COMPACT is set, use that sameKeith Bostic2015-01-191-3/+3
* Move the lock/unlock pair inside the comment that talks about them.Keith Bostic2015-01-191-3/+1
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-055-9/+9
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-0412-0/+12
* Check the block header checksum before we clear it, it should beKeith Bostic2014-12-171-19/+21
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-153-3/+3
* Clean up a few __wt_calloc() calls that can be __wt_calloc_def() instead.Keith Bostic2014-12-151-1/+1
* Do a minimal check on each checkpoint's avail list, read it to ensureKeith Bostic2014-11-251-0/+16
* Fix a comment.Keith Bostic2014-11-251-1/+1
* Fix a typo in a macro name.Keith Bostic2014-11-251-5/+5
* Explicitly test for WT_FALLOCATE_NOT_AVAILABLE, that way code doesn'tKeith Bostic2014-11-171-1/+1
* Move directory sync code into os_fsync.c, only sync directories when creating...Michael Cahill2014-11-061-0/+11
* Whenever we verify an address when running with HAVE_DIAGNOSTIC, confirmKeith Bostic2014-10-244-13/+27
* 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
* 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-082-6/+8
* Add a couple of comments about truncate now failing, restructure the extentKeith Bostic2014-10-072-10/+25
* Ftruncate is incompatible with file mapping on Windows, return EBUSY fromKeith Bostic2014-10-072-3/+5
* There's no need to inline __ckpt_extlist_fblocks, let the compiler decide.Keith Bostic2014-10-061-1/+1
* Don't just return if the extent list is corrupted, panic.Keith Bostic2014-10-061-7/+6
* Formatting cleanups after the wt_off_t change.Keith Bostic2014-10-031-1/+1