index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
os
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'next'
Sage Weil
2013-03-01
1
-0
/
+2
|
\
|
*
FileJournal::wrap_read_bl: adjust pos before returning
Samuel Just
2013-02-28
1
-0
/
+2
*
|
FileStore.cc: use if(!empty()) instead of if(size())
Danny Al-Gaaf
2013-02-26
1
-2
/
+2
*
|
Merge remote-tracking branch 'gh/wsp.bobtail.2merge'
Sage Weil
2013-02-22
3
-4
/
+13
|
\
\
|
*
\
Merge branch 'wsp.bobtail.2merge' into wsp.bobtail.master
Joao Eduardo Luis
2013-02-21
3
-4
/
+13
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
os: LevelDBStore: scrap init() and create open() and create_and_open()
Joao Eduardo Luis
2013-02-21
3
-4
/
+13
*
|
|
FileStore::_clone: use _fsetattrs rather than _setattrs
Samuel Just
2013-02-21
1
-1
/
+1
*
|
|
FileStore::_setattrs: use _fsetattrs
Samuel Just
2013-02-21
1
-11
/
+7
*
|
|
FileStore: add _fsetattrs
Samuel Just
2013-02-21
2
-0
/
+22
*
|
|
FileStore::_setattrs: only do omap operations if necessary
Samuel Just
2013-02-21
1
-1
/
+6
*
|
|
FileStore::_setattrs no need to grab an Index lock for the omap operations
Samuel Just
2013-02-21
1
-6
/
+0
|
/
/
*
|
os/FileStore: check replay guard on src for collection rename
Sage Weil
2013-02-19
1
-0
/
+4
*
|
LFNIndex.cc: use !holes.empty() instead of 'size() > 0'
Danny Al-Gaaf
2013-02-13
1
-1
/
+1
*
|
HashIndex.cc: use empty() instead of size() to check for emptiness
Danny Al-Gaaf
2013-02-13
1
-1
/
+1
*
|
FileStore.cc: use empty() instead of size() to check for emptiness
Danny Al-Gaaf
2013-02-13
1
-5
/
+5
*
|
DBObjectMap.cc: use empty() instead of size() to check for emptiness
Danny Al-Gaaf
2013-02-13
1
-7
/
+7
*
|
FileStore: set replay guard on create_collection
Samuel Just
2013-02-12
2
-1
/
+26
*
|
FileStore: _split_collection should not create the collection
Samuel Just
2013-02-12
4
-1
/
+65
*
|
os/FileStore: do not tolerate ENOENT on collection_add
Sage Weil
2013-02-12
1
-1
/
+2
*
|
os: use coll_t:is_pg_prefix() check instead of is_pg()
Sage Weil
2013-02-12
2
-6
/
+3
*
|
os/FileStore.cc: fix realloc memory leak in error case
Danny Al-Gaaf
2013-02-10
1
-2
/
+5
|
/
*
os/FileStore: only adjust up op queue for btrfs
Sage Weil
2013-01-25
1
-1
/
+1
*
FileStore: ping TPHandle after each operation in _do_transactions
Samuel Just
2013-01-25
2
-8
/
+17
*
Merge branch 'wip-osd-hb'
Sage Weil
2013-01-24
1
-0
/
+10
|
\
|
*
os/FileStore: add stall injection into filestore op queue
Sage Weil
2013-01-23
1
-0
/
+10
*
|
ObjectStore: add queue_transactions with oncomplete
Samuel Just
2013-01-23
2
-0
/
+61
|
/
*
os/FileStore: allow filestore_queue_max_{ops,bytes} to be adjusted at runtime
Sage Weil
2013-01-22
1
-0
/
+12
*
os: move apply_transactions() sync wrapper into ObjectStore
Sage Weil
2013-01-19
4
-24
/
+22
*
os: add apply_transaction() variant that takes a sequencer
Sage Weil
2013-01-19
3
-14
/
+19
*
os/FileStore: only flush inline if write is sufficiently large
Sage Weil
2013-01-18
1
-2
/
+2
*
os/FileStore: fix compile when sync_file_range is missing;
Sage Weil
2013-01-18
1
-6
/
+12
*
os/FileJournal: include limits.h
Sage Weil
2013-01-06
1
-0
/
+1
*
os/FileStore: fix non-btrfs op_seq commit order
Sage Weil
2013-01-04
1
-5
/
+16
*
os/FileJournal: limit size of aio submission
Sage Weil
2013-01-02
1
-29
/
+40
*
os/FileJournal: logger is optional
Sage Weil
2012-12-29
1
-2
/
+4
*
filestore: Don't keep checking for syncfs if found
Sam Lang
2012-12-13
1
-4
/
+2
*
os/JournalingObjectStore: un-break op quiescing during journal replay
Sage Weil
2012-12-12
1
-0
/
+15
*
Merge remote-tracking branch 'upstream/wip_split2' into next
Samuel Just
2012-12-11
10
-20
/
+628
|
\
|
*
LFNIndex: fix move_subdir comments
Samuel Just
2012-12-11
1
-2
/
+2
|
*
HashIndex: fix typo in reset_attr documentation
Samuel Just
2012-12-11
1
-1
/
+1
|
*
HashIndex: init exists in col_split_level and reset_attr
Samuel Just
2012-12-11
1
-2
/
+2
|
*
os/: Add CollectionIndex::prep_delete
Samuel Just
2012-12-05
4
-0
/
+47
|
*
os/: Add failure CollectionIndex failure injection
Samuel Just
2012-12-05
5
-18
/
+144
|
*
os/: add filestore collection_split
Samuel Just
2012-12-05
9
-4
/
+439
*
|
os/JournalingObjectStore: simplify op_submitting sanity check
Sage Weil
2012-12-08
2
-8
/
+6
*
|
os/JournalingObjectStore: remove unused ops_submitting
Sage Weil
2012-12-08
1
-1
/
+0
*
|
os/JourningObjectStore: drop now-useless max_applying_seq
Sage Weil
2012-12-08
2
-12
/
+4
*
|
filestore: simplify op quescing
Sage Weil
2012-12-08
3
-31
/
+10
*
|
HashIndex: fix list_by_hash handling of next->is_max()
Samuel Just
2012-12-07
1
-1
/
+3
|
/
*
Merge branch 'wip-filestore' into next
Sage Weil
2012-12-05
3
-24
/
+30
|
\
[next]