summaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAgeFilesLines
* FileJournal::wrap_read_bl: adjust pos before returningSamuel Just2013-02-281-0/+2
* os/: Add CollectionIndex::prep_deleteSamuel Just2013-01-184-1/+48
* os/FileStore: fix non-btrfs op_seq commit orderSage Weil2013-01-031-5/+16
* filestore: check for EIO in read pathSage Weil2012-07-261-60/+165
* filestore: add 'filestore fail eio' option, default trueSage Weil2012-07-262-1/+6
* filestore: initialize m_filestore_do_dumpSage Weil2012-07-021-0/+1
* DBObjectMap: clones must inherit spos from parentSamuel Just2012-06-281-1/+3
* filestore: sync object_map object in lfn_remove when nlink > 1Samuel Just2012-06-281-0/+6
* ObjectStore::Transaction: initialize pool_override in all constructorsSamuel Just2012-06-241-2/+2
* OSD,PG,ObjectStore: handle messages with old hobject_t encodingSamuel Just2012-06-211-4/+20
* filestore: make disk format upgrade warning less scary, more informativeSage Weil2012-06-181-2/+1
* filestore: fix 'omap' collection skippingSage Weil2012-06-171-1/+2
* filejournal: make less noise about open failuresSage Weil2012-06-152-3/+4
* DBObjectMap: remove extra semicolonJosh Durgin2012-06-081-1/+1
* misc assert #include cleanup, hackerySage Weil2012-06-071-8/+13
* reinclude assert.h after json_spiritSage Weil2012-06-071-0/+2
* Merge remote-tracking branch 'gh/wip-assert'Sage Weil2012-06-071-0/+2
|\
| * make everyone use our assert #include and macroSage Weil2012-06-061-0/+2
* | DBObjectMap: fix some warningsSage Weil2012-06-061-5/+5
|/
* FileStore,DBObjectMap: add SequencerPosition argument to ObjectMapSamuel Just2012-06-055-90/+189
* OSD,FileStore: clean up filestore convsersionSamuel Just2012-06-055-11/+17
* DBObjectMap,FileStore: Remove IndexedPath parameters from ObjectMapSamuel Just2012-06-054-82/+31
* DBObjectMap: update header comments for new structureSamuel Just2012-06-051-5/+3
* FileStore: skip omap during list_collectionsSamuel Just2012-06-051-0/+2
* DBObjectMap::init: initialize seq and v to correct valuesSamuel Just2012-06-051-0/+4
* DBObjectMap: update check() for new formatSamuel Just2012-06-051-1/+3
* DBObjectMap: Implement upgrade from previous formatSamuel Just2012-06-053-25/+80
* DBObjectMap: restructure for unique hobject_t'sSamuel Just2012-06-052-129/+114
* FileStore,DBObjectMap: remove ObjectMap link methodSamuel Just2012-06-054-50/+11
* DBObjectMap: version bump for new formatSamuel Just2012-06-052-5/+32
* DBObjectMap: add parse method for old encodingSamuel Just2012-06-052-2/+116
* os/: update CollectionIndex filename encodingsSamuel Just2012-06-055-5/+161
* src/: Add namespace and pool fields to hobject_tSamuel Just2012-06-054-24/+37
* filestore: fix my broken ifdef flowSage Weil2012-05-301-6/+9
* filestore: log about syncfs(2) etc supportSage Weil2012-05-301-0/+19
* filestore: initialize dummy xattr bufferSage Weil2012-05-301-0/+1
* filestore: make SNAP_DESTROY ioctl check more informativeSage Weil2012-05-241-6/+12
* filestore: fix btrfs subvol ioctl testsSage Weil2012-05-241-12/+35
* filestore: verify that op_seq is nonzeroSage Weil2012-05-241-0/+5
* filestore: fix initial btrfs snap creation (on mkfs)Sage Weil2012-05-241-9/+8
* filestore: make read_fsid() out arg be a pointerSage Weil2012-05-232-8/+8
* filestore: more informative fsid mkfs debug outputSage Weil2012-05-231-1/+1
* filestore: mkfs: do not clobber exisiting journal if it has matching fsidSage Weil2012-05-231-5/+8
* filejournal: add check() methodSage Weil2012-05-233-3/+34
* filestore: drop useless mkjournal error checkSage Weil2012-05-231-5/+1
* filestore: mkfs: less noise about leveldb creationSage Weil2012-05-231-2/+2
* filestore: mkfs: only create snap_0 if we created current_op_seqSage Weil2012-05-231-22/+24
* filestore: fix misplaced #endifSage Weil2012-05-231-1/+1
* filestore: leave existing current/Sage Weil2012-05-221-30/+55
* filestore: create but do not clobber current/commit_op_seqSage Weil2012-05-221-7/+9