]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2015-09-01 Xiaoxi Chenos/Newstore: flush_commit return true on STATE_KV_DONE
2015-09-01 Zhiqiang Wangos/NewStore: avoid dup the data of the overlays in...
2015-09-01 Sage Weilos/newstore: fix multiple aio case
2015-09-01 Sage Weilos/newstore: more conservative default for aio queue...
2015-09-01 Xiaoxi Chenos/newstore:close fd after writting with O_DIRECT
2015-09-01 Zhiqiang Wangos/NewStore: need to increase the wal op length when...
2015-09-01 Xiaoxi Chenos/Newstore:Fix collection_list_range
2015-09-01 Sage Weilos/newstore: fix race in _txc_aio_submit
2015-09-01 Xiaoxi Chenos/newstore : Do not need to call fdatasync if using...
2015-09-01 Zhiqiang Wangosd/NewStore: fix for skipping the overlay in _do_overl...
2015-09-01 Zhiqiang Wangos/NewStore: combine contiguous overlays when writing...
2015-09-01 Xiaoxi Chenos/Nestore: batch cleanup
2015-09-01 Sage Weilos/newstore: fix _txc_aio_submit
2015-09-01 Sage Weilos/newstore: throttle over entire write lifecycle
2015-09-01 Zhiqiang Wangos/NewStore: data_map shouldn't be empty when writing...
2015-09-01 Zhiqiang Wangos/NewStore: clear the shared_overlays after writing...
2015-09-01 Zhiqiang Wangos/NewStore: don't clear overlay in the create/append...
2015-09-01 Sage Weilos/newstore: debug io_submit EAGAIN
2015-09-01 Sage Weilos/newstore: release wal throttle when wal completes...
2015-09-01 Sage Weilos/newstore: todo
2015-09-01 Sage Weilos/newstore: move toward state-machine
2015-09-01 Sage Weilos/newstore: use aio for wal writes, too
2015-09-01 Sage Weilos/newstore: a few comments about wal
2015-09-01 Sage Weilos/newstore: combined O_DSYNC with O_DIRECT
2015-09-01 Sage Weilos/newstore: basic aio support
2015-09-01 Sage Weilos/Newstore: add newstore_db_path option
2015-09-01 Sage Weilos/newstore: throttle wal work
2015-09-01 Sage Weilos/newstore: show # o_direct buffers in debug output
2015-09-01 Sage Weilos/newstore: use a threadpool for applying wal events
2015-09-01 Sage Weilos/newstore: rebuild buffers to be page-aligned for...
2015-09-01 Sage Weilceph_test_objectstore: fix omap test cleanup
2015-09-01 Sage Weilos/newstore: use fdatasync instead of fsync
2015-09-01 Sage Weilos/newstore: update todo
2015-09-01 Xiaoxi Chenos/Newstore: Check onode.omap_head in valid() and next()
2015-09-01 Xiaoxi ChenUse .str() to output a stringstream.
2015-09-01 Xiaoxi Chenos/Newstore: Allow gap in _do_write append mode
2015-09-01 Xiaoxi ChenImplement get_omap_iterator
2015-09-01 Xiaoxi Chenos/KeyValueDB: Add raw_key() interface for IteratorImpl
2015-09-01 Xiaoxi Chentest/store_test Add get_omap_iterator test cases
2015-09-01 Sage Weilos/newstore: drop sync()
2015-09-01 Sage Weilos/newstore: drop sync()
2015-09-01 Sage Weilos/newstore: drop flush
2015-09-01 Sage Weilos/newstore: drop sync_and_flush
2015-09-01 Sage Weilos/newstore: use FS::zero()
2015-09-01 Sage Weilos/newstore: use O_DIRECT is write is page-aligned
2015-09-01 Sage Weilos/newstore: pass flags to _{open,create}_fid
2015-09-01 Sage Weilos/newstore: drop unused FragmentHandle
2015-09-01 Sage Weilos/newstore: do not call completions from kv thread
2015-09-01 Sage Weilos/newstore: let wal cleanup kv txn get batched
2015-09-01 Sage Weilos/newstore: fix off-by-one on overlay_max_length
2015-09-01 Sage Weilos/newstore: use lower_bound for finding overlay extent...
2015-09-01 Sage Weilos/newstore: use overlay even if it is a new object...
2015-09-01 Xiaoxi Chenos/Newstore:Change assert in get_onode
2015-09-01 Sage Weilos/newstore: open by handle
2015-09-01 Sage Weilos/newstore: use fs abstaction layer
2015-09-01 Xiaoxi Chenos/newstore: cap fid_max below newstore_max_dir_size
2015-09-01 Sage Weilos/newstore: keep smallish overlay extents in kv db
2015-09-01 Sage Weilos/newstore: assigned unique nid to each new object
2015-09-01 Sage Weilos/newstore: consolite collection_list to a single...
2015-09-01 Xiaoxi ChenClear removed_collections after reap
2015-09-01 Sage Weilos/newstore: ref count OpSequencer
2015-09-01 Sage Weilos/newstore: send complete overwrite to a new fid
2015-09-01 Sage Weilos/newstore: clone omap
2015-09-01 Sage Weilnewstore: initial version
2015-09-01 Sage Weilvstart.sh: debug newstore
2015-09-01 Sage WeilRevert "os/Makefile.am: add os/fs/XFS.cc"
2015-09-01 David ZafmanMerge pull request #5173 from ceph/wip-12000-12200
2015-09-01 Sage Weilos/Makefile.am: add os/fs/XFS.cc
2015-09-01 Kefu ChaiMerge pull request #5695 from tchaikov/wip-12012
2015-09-01 Kefu Chaiceph_test_rados_api_aio: add a test for aio_sparse_read 5695/head
2015-09-01 Kefu Chaiceph_test_rados_api_io: add tests for sparse_read
2015-09-01 Kefu Chaiceph_test_rados: also send sparse_read in ReadOp
2015-09-01 Kefu Chaiosd: should use ec_pool() when checking for an ecpool
2015-09-01 Kefu Chaiosd: translate sparse_read to read for ecpool
2015-09-01 David Zafmanosd: Fix the diagnostic logging mostly to dout(20) 5173/head
2015-08-31 Loic DacharyMerge pull request #5652 from dachary/wip-mailmap
2015-08-31 Sage Weilceph.spec: package cls_numops
2015-08-31 Sage WeilMerge pull request #5684 from liewegas/wip-hammer-corpus
2015-08-31 Sage WeilMerge pull request #5451 from XinzeChi/wip-recovery...
2015-08-31 Sage WeilMerge pull request #5357 from ceph/wip-12325
2015-08-31 Sage WeilMerge remote-tracking branch 'gh/infernalis'
2015-08-31 Sage WeilMerge pull request #5622 from ceph/wip-memstore
2015-08-31 Sage WeilMerge pull request #5705 from dachary/wip-12786-centos...
2015-08-31 Sage WeilMerge pull request #5699 from dachary/wip-11881-multipath
2015-08-31 Kefu ChaiMerge pull request #5655 from duduribeiro/patch-1
2015-08-31 Kadu Ribeirodoc: update ruby doc with the aws-sdk gem usage 5655/head
2015-08-31 Sage WeilMerge pull request #4869 from joaquimrocha/cls_numops
2015-08-31 Gregory FarnumMerge pull request #5724 from ceph/wip-i386
2015-08-31 Sage WeilMerge pull request #5713 from yuyuyu101/wip-12798
2015-08-31 Kefu ChaiMerge pull request #5603 from wonzhq/doc-read-recency
2015-08-31 Kefu ChaiMerge pull request #5460 from ceph/port/new
2015-08-31 Joao Eduardo... Merge pull request #4896 from xinxinsh/wip-monitor...
2015-08-31 Kefu Chaimake: do not compile XFS.cc if --without-libxfs 5460/head
2015-08-31 Kefu Chaios/fs: include <sys/mount.h> on osx
2015-08-31 Yan, Zhengtest_c_headers: don't use -Werror option for clang
2015-08-31 Yan, Zhengceph: use 'sed -ie' to edit file in-place
2015-08-31 Yan, Zhengclient: fix compile error on OSX
2015-08-31 Yan, Zhengcommon/blkdev: fix complie error on OSX/FreeBSD
2015-08-31 Yan, Zhengcommon/admin_socket: fix compile error on OSX
2015-08-31 Yan, Zhengtests: only use posix_fadvise on linux
next