summaryrefslogtreecommitdiff
path: root/src/include/block.h
Commit message (Expand)AuthorAgeFilesLines
* WT-2122 Convert more expressions to use boolMichael Cahill2015-09-291-4/+4
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-291-8/+8
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-131-2/+2
* WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default f...Keith Bostic2015-06-291-1/+3
* Change checkpoints to do first-fit allocation when we start writing theKeith Bostic2015-03-031-2/+1
* Switch the block and file-handle from TAILQ structures to SLISTKeith Bostic2015-02-091-2/+2
* Add name_hash and hash bucket queues for fh and block. #1643Susan LoVerso2015-02-041-0/+2
* If 20% of the file is available in the first 80% of the file, try compactionKeith Bostic2015-01-191-1/+4
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Add additional parameter to map/unmap functions to maintain more contextMark Benvenuto2014-10-081-0/+1
* KNFKeith Bostic2014-10-031-1/+1
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-8/+8
* Rework c92bd26, that change only worked because the underlying blockKeith Bostic2014-09-021-1/+2
* Add a new OS-layer function __wt_fsync_async to flush a file withoutKeith Bostic2014-08-041-1/+1
* Maintain a cache of the last element on the list, allows for evenKeith Bostic2014-04-221-0/+2
* Merge branch 'develop' into wait-on-freeKeith Bostic2014-04-071-1/+1
|\
| * Minor cleanups:Keith Bostic2014-04-071-1/+1
* | Delay freeing the checkpoint's alloc/discard lists until the resolutionKeith Bostic2014-04-071-0/+10
|/
* Don't maintain the per-size skiplist unless it's an element on the liveKeith Bostic2014-03-211-16/+19
* 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-13/+11
* ../src/block/block_write.c: In function '__wt_block_write_off':Michael Cahill2013-12-171-4/+4
* Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle soKeith Bostic2013-11-171-2/+6
* Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle soKeith Bostic2013-11-171-7/+0
* Compression changes.Keith Bostic2013-11-091-3/+7
* If a file is checkpointed without a previous checkpoint having beenKeith Bostic2013-10-301-0/+1
* Create a more general-purpose block-manager preload call and pre-loadKeith Bostic2013-05-281-0/+1
* __wt_block_ckpt_init() shouldn't set the checkpoint's file size to aKeith Bostic2013-05-101-2/+2
* Use the allocation size for the file "desc" block. This is important for dir...Michael Cahill2013-05-091-2/+1
* Create a cached list of WT_EXT structures in order to avoid so manyKeith Bostic2013-03-131-0/+7
* Change os_write_schedule to be os_cache_dirty_max, changing a booleanKeith Bostic2013-03-061-2/+2
* Re-work posix_fadvise, sync_file_range buffer cache changes.Keith Bostic2013-03-061-8/+4
* Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic2013-03-041-0/+9
* In checkpoints, move the fsync outside the snapshot transaction, allowing oth...Michael Cahill2013-02-281-0/+1
* Make run-time statistics optional, defaulted to "off".Keith Bostic2013-02-221-1/+1
* The mmap branch changes broke checkpoint memory management, verify wasKeith Bostic2013-01-311-2/+1
* Add mmap support for read-only objects (a read-only object is an objectKeith Bostic2013-01-271-1/+2
* In order to mmap read-only checkpoints, we need a place to store aKeith Bostic2013-01-261-1/+62
* 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-25/+10
* We need to checksum the data if it's not compressed, even if checksumsKeith Bostic2012-11-231-2/+11
* Move compression out of the block-manager layer to the btree layer.Keith Bostic2012-11-221-17/+5
* fix a comment, write-generations are persisted in the meta-data file now.Keith Bostic2012-10-191-3/+2
* Alex changed the bitstring functions to support 64-bit sizes, updateKeith Bostic2012-10-121-1/+1
* Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic2012-06-191-18/+18
* Extents free'd up by deleting snapshots cannot immediately be made availableKeith Bostic2012-05-261-13/+15
* Switch naming of "schema file/table" to metadata file.Michael Cahill2012-04-271-1/+1
* Store the bytes required by each snapshot in the file's snapshotKeith Bostic2012-04-231-2/+3
* Snapshot verification code. The verification statements:Keith Bostic2012-04-191-4/+5
* Create a per-snapshot block fragment list, and verify extents: no blockKeith Bostic2012-04-091-1/+2