summaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gh/last'Sage Weil2013-05-281-3/+12
|\
| * HashIndex: sync top directory during start_split,merge,col_splitSamuel Just2013-05-281-3/+12
* | Merge branch 'next'Sage Weil2013-05-211-2/+3
|\ \ | |/
| * os/LevelDBStore: fix compression selectionSage Weil2013-05-211-2/+3
* | Merge branch 'next'Sage Weil2013-05-161-10/+13
|\ \ | |/
| * FileJournal: adjust write_pos prior to unlocking write_lockSamuel Just2013-05-161-10/+13
* | os/FileStore: fix replay guard error msgs (again)Sage Weil2013-05-161-2/+3
* | os/FileStore: print error code to log on replay guard failureSage Weil2013-05-161-1/+2
* | os/chain_xattr.cc: reduce scope of local variableDanny Al-Gaaf2013-05-161-2/+1
* | src/os/LFNIndex.cc: reduce scope of suffix_lenDanny Al-Gaaf2013-05-161-2/+1
* | os/HashIndex.cc: reduce scope of a local variableDanny Al-Gaaf2013-05-161-2/+2
* | os/FileStore.cc: reduce scope of a local variableDanny Al-Gaaf2013-05-161-2/+1
* | src/os/FlatIndex.cc: reduce scope of suffix_lenDanny Al-Gaaf2013-05-161-2/+1
* | src/os/DBObjectMap.cc: reduce scope of some variablesDanny Al-Gaaf2013-05-161-4/+2
|/
* ObjectStore.cc: add missing break in switchDanny Al-Gaaf2013-05-111-0/+1
* os/Filestore: fix fd leak in error pathSage Weil2013-05-091-1/+1
* Merge pull request #261 from ceph/wip-leveldbSage Weil2013-05-083-0/+9
|\
| * osd: optionally enable leveldb loggingSage Weil2013-05-061-0/+1
| * mon: allow leveldb loggingSage Weil2013-05-062-0/+8
* | Merge branch 'next'Gary Lowell2013-05-064-7/+14
|\ \
| * | os/: default to dio for non-block journalsSamuel Just2013-05-064-7/+14
| |/
* | os/ObjectStore: add missing break in dump()Sage Weil2013-05-061-0/+1
|/
* Merge branch 'wip-paranoid' into nextSage Weil2013-05-021-0/+1
|\
| * osd: add --osd-leveldb-paranoid flagSage Weil2013-05-011-0/+1
* | tools: ceph-osdomap-tool.ccSamuel Just2013-05-012-0/+17
|/
* leveldb: add compact_prefix methodSage Weil2013-04-291-0/+11
* leveldb: add compact() methodSage Weil2013-04-291-0/+5
* FileStore::_split_collection: src or dest may be removed on replaySamuel Just2013-04-241-0/+11
* FileJournal: a valid entry after invalid entry =/=> corruptSamuel Just2013-04-221-33/+0
* Merge branch 'wip-4201' into nextDavid Zafman2013-04-191-1/+2
|\
| * filestore, osd: Fixes to comform to programming guidelinesDavid Zafman2013-04-191-1/+2
* | FileStore::_do_copy_range: read(2) might return EINTRSamuel Just2013-04-191-4/+8
* | FileStore::_do_clone_range: _do_copy_range encodes error in return, not errnoSamuel Just2013-04-191-2/+2
|/
* leveldbstore: handle old versions of leveldbGreg Farnum2013-04-172-0/+10
* Merge pull request #215 from ceph/wip-leveldb-configSage Weil2013-04-173-7/+86
|\
| * config: provide settings for the LevelDB stores we useGreg Farnum2013-04-161-0/+8
| * os: bring leveldbstore options up to dateGreg Farnum2013-04-122-7/+78
* | os/FileJournal: fix journal completion plug removalSage Weil2013-04-161-11/+11
|/
* FileJournal: start_seq is seq+1 if journalq.empty()Samuel Just2013-04-101-1/+1
* FileJournal: fix off by one error in committed_thruSamuel Just2013-04-101-1/+1
* Journal: commits may not include all journaled seqsSamuel Just2013-04-101-3/+13
* Journal: pass the sequence number to commit_startSamuel Just2013-04-104-5/+6
* FileJournal: clarify meaning of start_seq and fix initializationSamuel Just2013-04-092-4/+17
* FileJournal: introduce start_seq header entrySamuel Just2013-04-042-3/+19
* FileJournal: fill in committed_up_to for old headersSamuel Just2013-04-041-0/+1
* fix nspace assignment in LFNIndex::lfn_parse_object_nameLoic Dachary2013-04-021-0/+1
* Merge pull request #181 from ceph/wip_4510athanatos2013-04-013-18/+130
|\
| * FileStore: rename debug_delete_obj to debug_obj_on_deleteSamuel Just2013-04-012-3/+3
| * ObjectStore: add allow_eio to read, stat, get_omap_headerSamuel Just2013-04-013-14/+50
| * FileStore,OSD: add mechanism for injecting EIO, truncating objSamuel Just2013-04-013-4/+80