summaryrefslogtreecommitdiff
path: root/src/block/block_map.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2638 Change custom file system API to make truncate support clearer (#2908)Keith Bostic2016-08-091-1/+1
* WT-2630 Rename pluggable filesystem methods to avoid reserved names. (#2730)Michael Cahill2016-05-241-3/+3
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-23/+25
* WT-2330 Move the map handle back into the block structure.Alex Gorrod2016-03-311-4/+9
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-281-4/+9
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-271-7/+4
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-261-8/+0
* WT-60: big endian supportKeith Bostic2016-01-211-0/+3
* WT-60: big endian supportKeith Bostic2016-01-151-0/+11
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* 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-4/+6
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* 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-061-102/+1
* Don't mmap(2) the file if it's configured for direct I/O, the LinuxKeith Bostic2013-03-041-1/+19
* Add the new map file.Keith Bostic2013-03-041-0/+139