summaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ceph.newdream.net:/git/cephGreg Farnum2011-09-081-13/+20
|\
| * object.h: make hobject key private, prevent objects where key == oidSamuel Just2011-09-071-13/+20
* | filestore: free fiemap used for testing fs capabilitiesGreg Farnum2011-09-081-0/+1
|/
* IndexManager: delete index during RemoveOnDeleteSamuel Just2011-09-071-0/+1
* FileStore: close correct fd in version_stamp methodsSamuel Just2011-09-061-2/+2
* FileStore: check write_op_seq return code during sync_entrySamuel Just2011-09-061-1/+5
* os/lfnindex: silence compiler warningsSage Weil2011-09-021-5/+5
* LFNIndex: Fix lfn parsing for hobjects with keysSamuel Just2011-09-021-1/+1
* LFNIndex: include index_version in the lfn attribute nameSamuel Just2011-09-022-5/+24
* LFNIndex: Add support generating keyed hobject_t filenamesSamuel Just2011-09-021-6/+143
* FileStore,LFNIndex: Bump filestore versionSamuel Just2011-09-027-14/+45
* FlatIndex: lfn_get needs to set *exist for short filenamesSamuel Just2011-08-311-1/+12
* filestore: reorder includesSage Weil2011-08-311-31/+27
* ObjectStore: Support older format on journal replaySamuel Just2011-08-301-8/+23
* os/hashindex: fix #includeSage Weil2011-08-291-0/+1
* osd/,os/,osdc/: Convert collection_list_handle_t to a structSamuel Just2011-08-294-65/+8
* FileStore: On mount, scan collections for unstable stateSamuel Just2011-08-292-0/+29
* FileStore: Added update_version_stampSamuel Just2011-08-293-0/+7
* FileStore: Add filestore version stampSamuel Just2011-08-296-18/+152
* FileStore: Integrates HashIndex/IndexManager into FileStoreSamuel Just2011-08-292-477/+99
* os/FlatIndex: FlatIndex encapsulates previous FileStore behaviorSamuel Just2011-08-293-0/+545
* FileStore: CollectionIndex, HashIndex, IndexManagerSamuel Just2011-08-297-0/+2362
* src/os/: s/sobject_t/hobject_t/gSamuel Just2011-08-294-161/+161
* ObjectStore.h: const cleanup in transaction method paramsSamuel Just2011-08-291-4/+4
* FileStore.cc: Fix error in collection_renameSamuel Just2011-08-291-1/+4
* JournalingObjectStore: journal_replay committed_seq fixSamuel Just2011-08-291-1/+1
* filestore: add suicide grace to workqueueSage Weil2011-08-292-3/+4
* heartbeatmap: add suicide graceSage Weil2011-08-291-2/+2
* FileJournal: Also classify kernel major version 3 as safe with disk-cache onWido den Hollander2011-08-271-1/+1
* filestore: remove unused varSage Weil2011-08-041-1/+0
* os/FileStore: print out BTRFS_IOC_SNAP_CREATE errsColin Patrick McCabe2011-08-031-2/+6
* Formatter.cc: use common/escape.hColin Patrick McCabe2011-08-011-2/+0
* Makefile.am: always #define __STDC_FORMAT_MACROSColin Patrick McCabe2011-08-011-1/+0
* workqueue: provide op timeout to workqueue constructorSage Weil2011-07-282-2/+4
* perf counters: add back inc type for collectdColin Patrick McCabe2011-07-261-10/+10
* Merge branch 'wip-proflogger'Colin Patrick McCabe2011-07-204-41/+31
|\
| * Rename ProfLogger to Perfcounters: part 2Colin Patrick McCabe2011-07-203-7/+7
| * Rename ProfLogger to PerfCountersColin Patrick McCabe2011-07-202-2/+2
| * Rework ProfLoggerColin Patrick McCabe2011-07-181-6/+1
| * ProfLoggerBuilder: new APIColin Patrick McCabe2011-07-181-20/+20
| * Introduce ProfLoggerBuilderColin Patrick McCabe2011-07-181-29/+24
* | osd: remove unused variablesGreg Farnum2011-07-181-2/+0
|/
* filejournal: parse kernel version 3.0+Sage Weil2011-07-081-4/+7
* filestore: allow FIEMAP to be disabled via confSage Weil2011-06-281-0/+4
* FileStore: fix error in ALIGN and ALIGN_UPSamuel Just2011-06-251-2/+2
* FileStore: ensure that CLONE_RANGE ranges are alignedSamuel Just2011-06-242-14/+90
* filestore: remove warningYehuda Sadeh2011-06-241-1/+1
* filestore: don't bother doing fiemap on small rangesYehuda Sadeh2011-06-231-1/+1
* Remove "#include debug.h" from config.hColin Patrick McCabe2011-06-222-2/+2
* FileStore: die if we get an ENOENT on a cloneSamuel Just2011-06-221-0/+8