| Commit message (Expand) | Author | Age | Files | Lines |
* | os/: default to dio for non-block journals | Samuel Just | 2013-05-06 | 1 | -1/+1 |
* | FileStore: rename debug_delete_obj to debug_obj_on_delete | Samuel Just | 2013-04-01 | 1 | -1/+1 |
* | ObjectStore: add allow_eio to read, stat, get_omap_header | Samuel Just | 2013-04-01 | 1 | -3/+17 |
* | FileStore,OSD: add mechanism for injecting EIO, truncating obj | Samuel Just | 2013-04-01 | 1 | -0/+10 |
* | ObjectStore: add Context management to Transaction | Samuel Just | 2013-03-13 | 1 | -2/+0 |
* | ObjectStore: move queue_transaction into ObjectStore | Samuel Just | 2013-03-13 | 1 | -1/+0 |
* | Add filestore_replica_fadvise config option default true | David Zafman | 2013-03-07 | 1 | -0/+1 |
* | osd: fadvise replica data don't use | David Zafman | 2013-03-07 | 1 | -2/+3 |
* | FileStore: add _fsetattrs | Samuel Just | 2013-02-21 | 1 | -0/+1 |
* | FileStore: set replay guard on create_collection | Samuel Just | 2013-02-12 | 1 | -0/+1 |
* | FileStore: _split_collection should not create the collection | Samuel Just | 2013-02-12 | 1 | -0/+3 |
* | FileStore: ping TPHandle after each operation in _do_transactions | Samuel Just | 2013-01-24 | 1 | -5/+9 |
* | os: move apply_transactions() sync wrapper into ObjectStore | Sage Weil | 2013-01-18 | 1 | -1/+0 |
* | os: add apply_transaction() variant that takes a sequencer | Sage Weil | 2013-01-18 | 1 | -2/+2 |
* | os/: add filestore collection_split | Samuel Just | 2012-12-05 | 1 | -0/+6 |
* | os/FileStore: introduce lfn_close() | Sage Weil | 2012-11-05 | 1 | -0/+1 |
* | os/FileStore: remove lfn_*xattr helpers | Sage Weil | 2012-11-05 | 1 | -4/+0 |
* | os/FileStore: drop _getattr() helpers | Sage Weil | 2012-11-05 | 1 | -3/+0 |
* | os/FileStore: remove unused _getattrs() methods | Sage Weil | 2012-11-05 | 1 | -2/+0 |
* | os/FileStore: add _fgetattr(), _fgetattrs() helpers | Sage Weil | 2012-11-05 | 1 | -0/+3 |
* | FileStore: add op_throttle_lock | Samuel Just | 2012-10-30 | 1 | -2/+2 |
* | FileStore: remove trigger_commit | Samuel Just | 2012-10-30 | 1 | -2/+0 |
* | FileStore: next_finish is not used | Samuel Just | 2012-10-30 | 1 | -1/+0 |
* | FileStore: uninit var in ctor OpSequencer::parent | Samuel Just | 2012-09-26 | 1 | -0/+1 |
* | FileStore: get objects whose names fall within a range | Mike Ryan | 2012-09-05 | 1 | -0/+2 |
* | filestore: add 'filestore fail eio' option, default true | Sage Weil | 2012-07-26 | 1 | -0/+1 |
* | FileStore: delete source collection if not replaying collection_rename | Samuel Just | 2012-07-05 | 1 | -0/+2 |
* | filestore: set min flush size | Sage Weil | 2012-06-30 | 1 | -0/+1 |
* | filestore: remove btrfs start/end transaction ioctl code | Sage Weil | 2012-06-21 | 1 | -3/+0 |
* | misc assert #include cleanup, hackery | Sage Weil | 2012-06-07 | 1 | -8/+13 |
* | FileStore,DBObjectMap: add SequencerPosition argument to ObjectMap | Samuel Just | 2012-06-05 | 1 | -12/+20 |
* | OSD,FileStore: clean up filestore convsersion | Samuel Just | 2012-06-05 | 1 | -2/+4 |
* | os/: update CollectionIndex filename encodings | Samuel Just | 2012-06-05 | 1 | -1/+1 |
* | filestore: make read_fsid() out arg be a pointer | Sage Weil | 2012-05-23 | 1 | -1/+1 |
* | filestore: pass target into read_fsid() | Sage Weil | 2012-05-22 | 1 | -1/+4 |
* | filestore: do not wipe on mkfs | Sage Weil | 2012-05-22 | 1 | -1/+0 |
* | filestore: remove unused 'filestore dev' option | Sage Weil | 2012-05-22 | 1 | -1/+0 |
* | filestore: allow fsid to be fed in for mkfs | Sage Weil | 2012-05-01 | 1 | -0/+3 |
* | filestore: verify that fiemap works | Sage Weil | 2012-04-21 | 1 | -0/+1 |
* | Merge branch 'wip-2226b' | Sage Weil | 2012-04-13 | 1 | -8/+13 |
|\ |
|
| * | filestore: name internally | Sage Weil | 2012-04-13 | 1 | -1/+2 |
| * | filestore: two-phase guard | Sage Weil | 2012-04-13 | 1 | -5/+8 |
| * | filestore: simple failure injections via --filestore-kill-at <n> | Sage Weil | 2012-04-13 | 1 | -0/+3 |
| * | filestore: replay collection_move using add+remove | Sage Weil | 2012-04-13 | 1 | -2/+0 |
* | | filestore: dump transactions sets, include seq and trans_num | Sage Weil | 2012-04-12 | 1 | -1/+5 |
* | | FileStore: dumping transactions to a file | Joao Eduardo Luis | 2012-04-10 | 1 | -0/+8 |
|/ |
|
* | filestore: print Sequencer name in debug output | Sage Weil | 2012-04-03 | 1 | -0/+5 |
* | Merge remote-tracking branch 'gh/stable' | Sage Weil | 2012-04-03 | 1 | -1/+2 |
|\ |
|
| * | filestore: set guard on collection_move | Sage Weil | 2012-03-30 | 1 | -1/+2 |
* | | objectstore: name Sequencers | Sage Weil | 2012-03-30 | 1 | -2/+3 |