summaryrefslogtreecommitdiff
path: root/src/block
Commit message (Expand)AuthorAgeFilesLines
* Rename the block manager's lock for logging, it doesn't have anythingKeith Bostic2013-10-171-2/+1
* Merge branch 'develop' into mutex-loggingKeith Bostic2013-10-142-16/+20
|\
| * Bug, we're returning a random root-address length because the calculationKeith Bostic2013-10-111-1/+1
| * When adding metadata information to the list of chunks we've verified,Keith Bostic2013-10-101-15/+19
* | Add support for tracking which spinlocks block other spinlocks andKeith Bostic2013-10-061-1/+2
|/
* Move the serialization lock from WT_CONNECTION into WT_BTREE, the btreeKeith Bostic2013-10-041-1/+1
* StyleSusan LoVerso2013-09-031-1/+2
* Make it OK if a filesystem doesn't support some posix_fadvise flags.Alex Gorrod2013-08-301-12/+13
* Pre-allocate log files.Susan LoVerso2013-07-111-9/+1
* Merge branch 'develop' into loggingSusan LoVerso2013-06-173-12/+57
|\
| * Create a more general-purpose block-manager preload call and pre-loadKeith Bostic2013-05-282-5/+49
| * Merge branch 'develop' into warm-cache-compressKeith Bostic2013-05-284-29/+60
| |\
| | * O_DIRECT is a global flag for the engine, which requires file page allocationKeith Bostic2013-05-172-9/+7
| * | Preload internal pages into file system cache with compression.Alex Gorrod2013-05-141-3/+6
* | | Merge branch 'develop' into loggingSusan LoVerso2013-05-228-126/+153
|\ \ \ | | |/ | |/|
| * | When unloading the live checkpoint, discard any extended blocks so filesKeith Bostic2013-05-131-0/+5
| * | Support for a new configuration option, file_extend, that extends the fileKeith Bostic2013-05-112-20/+48
| |/
| * Rename the WT_FH.file_size field to be WT_FH.size.Keith Bostic2013-05-116-25/+25
| * Files for which we only hvae fake checkpoints might be verified, the blockKeith Bostic2013-05-101-25/+19
| * __wt_block_ckpt_init() shouldn't set the checkpoint's file size to aKeith Bostic2013-05-105-37/+35
| * Use the allocation size for the file "desc" block. This is important for dir...Michael Cahill2013-05-096-44/+46
* | Add direct_io support for logging.Susan LoVerso2013-05-201-3/+4
|/
* Give the LSM tree its own data-source statistics structure back, moveKeith Bostic2013-05-011-6/+7
* Changes based on Alex's review.Michael Cahill2013-04-161-1/+1
* When reading from a memory map, tell the OS the size of the block so it is fa...Michael Cahill2013-04-041-0/+2
* Panic if we find a block on the wrong list, that's not something we canKeith Bostic2013-03-151-3/+4
* If __wt_block_extlist_free() doesn't access the live system's cachedKeith Bostic2013-03-143-21/+19
* We're not necessarily holding the live system's spin lock when weKeith Bostic2013-03-141-1/+1
* Create a cached list of WT_EXT structures in order to avoid so manyKeith Bostic2013-03-135-93/+176
* A better fix for 7e1bf2482d0bec220dc20de45427428193f96134; WT_ALIGNKeith Bostic2013-03-121-2/+3
* Merge branch 'develop' into default-configMichael Cahill2013-03-115-17/+140
|\
| * Minor lint, get rid of WT_ALIGN32, it's no longer needed as far as I can tell.Keith Bostic2013-03-081-1/+1
| * Don't increment by offset, increment by size.Keith Bostic2013-03-071-1/+1
| * Change os_write_schedule to be os_cache_dirty_max, changing a booleanKeith Bostic2013-03-062-12/+20
| * Turn of file-mapping if the application configured a cache-size maximum.Keith Bostic2013-03-061-0/+7
| * Re-work posix_fadvise, sync_file_range buffer cache changes.Keith Bostic2013-03-064-142/+60
| * Don't mmap(2) the file if it's configured for direct I/O, the LinuxKeith Bostic2013-03-042-8/+22
| * Add the new map file.Keith Bostic2013-03-041-0/+139
| * Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic2013-03-044-10/+48
* | Fix build after merging develop.Michael Cahill2013-03-071-1/+1
* | Merge branch 'develop' into default-configMichael Cahill2013-03-073-20/+26
|\ \ | |/
| * Don't try to sync read-only files.Michael Cahill2013-03-042-12/+1
| * Add a "maximum filesystem buffer cache" setting to files. After doing the sp...Michael Cahill2013-02-281-0/+4
| * In checkpoints, move the fsync outside the snapshot transaction, allowing oth...Michael Cahill2013-02-282-9/+22
| * Make run-time statistics optional, defaulted to "off".Keith Bostic2013-02-222-9/+9
* | Merge branch 'develop' into default-configKeith Bostic2013-02-151-2/+2
|\ \ | |/
| * Check for a standard set of typos (list taken from Wikipedia's copyeditKeith Bostic2013-02-141-2/+2
* | Merge branch 'develop' into default-configKeith Bostic2013-02-141-2/+5
|\ \ | |/
| * Enhance the "unsupported version" error message to include the supportedKeith Bostic2013-02-131-2/+5
* | Include the default file configuration when opening a file.Keith Bostic2013-02-132-6/+5
|/