summaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* filestore: mkfs: only (re)set fsid if not already setSage Weil2012-05-221-28/+46
* filestore: pass target into read_fsid()Sage Weil2012-05-222-7/+10
* filestore: mkfs: rename buf -> fsid_fnSage Weil2012-05-221-5/+4
* filestore: always open/verify basedir; clean up error messagesSage Weil2012-05-221-28/+31
* filestore: do not wipe on mkfsSage Weil2012-05-222-99/+2
* filestore: remove unused 'filestore dev' optionSage Weil2012-05-222-29/+0
* filestore: test xattrs on temporary fileSage Weil2012-05-191-1/+13
* filestore: do not test xattrs on fsid fileSage Weil2012-05-191-1/+1
* FileJournal: Clarify log message on journal too small.Tommi Virtanen2012-05-171-1/+1
* filestore: allow fsid to be fed in for mkfsSage Weil2012-05-013-1/+8
* filestore: allow flusher+sync_flush enable/disable via injectargsSage Weil2012-05-011-5/+10
* filestore: fix op_queue_{len,bytes} instrumentationSage Weil2012-05-011-2/+6
* throttle: feed cct, name, and add loggingSage Weil2012-04-301-0/+2
* filestore: fix error messageYehuda Sadeh2012-04-271-3/+2
* filestore: first lock osd mount point, next detect fs typeYehuda Sadeh2012-04-271-28/+28
* FileJournal: simply flush by waiting for completions to emptySamuel Just2012-04-272-46/+6
* filestore: interprect any fiemap error as EOPNOTSUPPSage Weil2012-04-261-1/+1
* filestore: fix a journal replay issue with collection_add()Joao Eduardo Luis2012-04-261-0/+8
* Merge branch 'master' into wip-discardSage Weil2012-04-212-22/+30
|\
| * FileJournal: don't wait flusher until completions are queuedSamuel Just2012-04-201-19/+20
| * filestore: fix collection_add journal replay problemSage Weil2012-04-202-3/+10