index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
block.h
Age
Commit message (
Expand
)
Author
2012-01-29
If a file is big enough, and empty enough, a free range can overflow
Keith Bostic
2012-01-28
If we remove the last by-address entry from a by-size skip list entry,
Keith Bostic
2012-01-26
I got WT_BLOCK_CHECKSUM_NOT_SET wrong, I meant to make it reflective bit
Keith Bostic
2012-01-25
Skiplist implementation of the default block manager free-list management.
Keith Bostic
2012-01-23
Keep a special reserved value for block checksums to avoid possible collisions.
Michael Cahill
2012-01-22
Update copyright notices to 2012.
Keith Bostic
2012-01-22
The change to allow applications to turn off checksums broke salvage: I
Keith Bostic
2012-01-01
Change the WT_BLOCK_DESC major/minor numbers from WT_BTREE_XXX to
Keith Bostic
2012-01-01
Rename WT_PAGE_HEADER->memsize to WT_PAGE_HEADER->size (it's the page
Keith Bostic
2012-01-01
Split the WT_PAGE_DISK structure into two parts: the btree page header
Keith Bostic
2011-12-30
minor structure re-shuffle.
Keith Bostic
2011-12-30
Rename WT_COMPRESS_SKIP to WT_BLOCK_COMPRESS_SKIP, it's block-specific.
Keith Bostic
2011-12-28
Move the checksum code from support/cksum.c to block/block_cksum.c,
Keith Bostic
2011-12-28
Minor shuffling between the block-manager and the engine.
Keith Bostic
2011-12-28
Don't write back an updated description sector if salvage fails.
Keith Bostic
2011-12-28
Add a magic number as the first entry in the freelist: it's unlikely we
Keith Bostic
2011-12-28
Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_t
Keith Bostic
2011-12-27
Create a per-block structure, WT_BLOCK, and move all of the block-specific
Keith Bostic
2011-12-26
minor structure shuffling for block-manager clarity.
Keith Bostic
2011-12-26
Rename btdsk.h to be block.h, it's the WiredTiger default block manager
Keith Bostic