summaryrefslogtreecommitdiff
path: root/src/os/FileStore.h
Commit message (Expand)AuthorAgeFilesLines
* FileStore: integrate WBThrottleSamuel Just2013-05-211-20/+3
* FileStore: add fd cacheSamuel Just2013-05-211-7/+11
* os/: default to dio for non-block journalsSamuel Just2013-05-061-1/+1
* FileStore: rename debug_delete_obj to debug_obj_on_deleteSamuel Just2013-04-011-1/+1
* ObjectStore: add allow_eio to read, stat, get_omap_headerSamuel Just2013-04-011-3/+17
* FileStore,OSD: add mechanism for injecting EIO, truncating objSamuel Just2013-04-011-0/+10
* ObjectStore: add Context management to TransactionSamuel Just2013-03-131-2/+0
* ObjectStore: move queue_transaction into ObjectStoreSamuel Just2013-03-131-1/+0
* Add filestore_replica_fadvise config option default trueDavid Zafman2013-03-071-0/+1
* osd: fadvise replica data don't useDavid Zafman2013-03-071-2/+3
* FileStore: add _fsetattrsSamuel Just2013-02-211-0/+1
* FileStore: set replay guard on create_collectionSamuel Just2013-02-121-0/+1
* FileStore: _split_collection should not create the collectionSamuel Just2013-02-121-0/+3
* FileStore: ping TPHandle after each operation in _do_transactionsSamuel Just2013-01-241-5/+9
* os: move apply_transactions() sync wrapper into ObjectStoreSage Weil2013-01-181-1/+0
* os: add apply_transaction() variant that takes a sequencerSage Weil2013-01-181-2/+2
* os/: add filestore collection_splitSamuel Just2012-12-051-0/+6
* os/FileStore: introduce lfn_close()Sage Weil2012-11-051-0/+1
* os/FileStore: remove lfn_*xattr helpersSage Weil2012-11-051-4/+0
* os/FileStore: drop _getattr() helpersSage Weil2012-11-051-3/+0
* os/FileStore: remove unused _getattrs() methodsSage Weil2012-11-051-2/+0
* os/FileStore: add _fgetattr(), _fgetattrs() helpersSage Weil2012-11-051-0/+3
* FileStore: add op_throttle_lockSamuel Just2012-10-301-2/+2
* FileStore: remove trigger_commitSamuel Just2012-10-301-2/+0
* FileStore: next_finish is not usedSamuel Just2012-10-301-1/+0
* FileStore: uninit var in ctor OpSequencer::parentSamuel Just2012-09-261-0/+1
* FileStore: get objects whose names fall within a rangeMike Ryan2012-09-051-0/+2
* filestore: add 'filestore fail eio' option, default trueSage Weil2012-07-261-0/+1
* FileStore: delete source collection if not replaying collection_renameSamuel Just2012-07-051-0/+2
* filestore: set min flush sizeSage Weil2012-06-301-0/+1
* filestore: remove btrfs start/end transaction ioctl codeSage Weil2012-06-211-3/+0
* misc assert #include cleanup, hackerySage Weil2012-06-071-8/+13
* FileStore,DBObjectMap: add SequencerPosition argument to ObjectMapSamuel Just2012-06-051-12/+20
* OSD,FileStore: clean up filestore convsersionSamuel Just2012-06-051-2/+4
* os/: update CollectionIndex filename encodingsSamuel Just2012-06-051-1/+1
* filestore: make read_fsid() out arg be a pointerSage Weil2012-05-231-1/+1
* filestore: pass target into read_fsid()Sage Weil2012-05-221-1/+4
* filestore: do not wipe on mkfsSage Weil2012-05-221-1/+0
* filestore: remove unused 'filestore dev' optionSage Weil2012-05-221-1/+0
* filestore: allow fsid to be fed in for mkfsSage Weil2012-05-011-0/+3
* filestore: verify that fiemap worksSage Weil2012-04-211-0/+1
* Merge branch 'wip-2226b'Sage Weil2012-04-131-8/+13
|\
| * filestore: name internallySage Weil2012-04-131-1/+2
| * filestore: two-phase guardSage Weil2012-04-131-5/+8
| * filestore: simple failure injections via --filestore-kill-at <n>Sage Weil2012-04-131-0/+3
| * filestore: replay collection_move using add+removeSage Weil2012-04-131-2/+0
* | filestore: dump transactions sets, include seq and trans_numSage Weil2012-04-121-1/+5
* | FileStore: dumping transactions to a fileJoao Eduardo Luis2012-04-101-0/+8
|/
* filestore: print Sequencer name in debug outputSage Weil2012-04-031-0/+5
* Merge remote-tracking branch 'gh/stable'Sage Weil2012-04-031-1/+2
|\