2011-03-14 |
Samuel Just | ReplicatedPG,OSD: Track which osds we are pulling from |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Sage Weil | vstart.sh: escape " " |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Colin Patrick... | cpp_strerror: handle negative error code |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Josh Durgin | librbd: delete block completion in aio_read callback |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Josh Durgin | librados: initialize done in C_NotifyComplete |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Josh Durgin | monclient: fix leak of AuthClientHandler |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Josh Durgin | testlibrbdpp: read conf file and don't double-delete... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Sage Weil | vstart: put logging options in daemon sections, not... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Sage Weil | mds: journal fragment rollback events |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Sage Weil | Merge branch 'stable' |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Sage Weil | librbd: size_t -> uint64_t on internal resize |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Sage Weil | librados: use uint64_t for extent len in extmap |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Sage Weil | librados: fixup rados_trunc |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Yehuda Sadeh | librados: rename statfs to cluster_stat |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Yehuda Sadeh | librados: add statfs to C interface |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Sage Weil | librbd: uint64_t for image sizes |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Sage Weil | rados, rbd: off_t -> uint64_t |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Colin Patrick... | Revert "librados,librbd: use 64-bit offsets and lengths" |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Colin Patrick... | logging: disable log_sym_history for non-daemons |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Josh Durgin | librados: make AioCompletions delete themselves when... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Sage Weil | mds: fix stray anchortable debug spam |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Sage Weil | buffer: disable buffer alloc tracking by default |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Josh Durgin | librbd: delete block completion after it's finished |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Josh Durgin | librbd: don't leak rados_completion |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Josh Durgin | librados: Remove OperationOp from WatchCtx |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Josh Durgin | librados: cleanup RadosClient's objecter instance when... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Josh Durgin | librbd: free RBD::AioCompletion when it's released |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Tommi Virtanen | debian: Conflict on earlier -dev packages with sonames. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Greg Farnum | utime: fix operator double() to use the right number... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Colin Patrick... | librados,librbd: use 64-bit offsets and lengths |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Sage Weil | mkcephfs: some fixes |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Sage Weil | Merge remote branch 'origin/stable' |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | autoconf: Fix typo that made --without-gtk2 not work. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | autoconf: Handle --without-debug, --with-debug=junk... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | autoconf: Handle --without-profiler, --with-profiler... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Sage Weil | debian: add udev rules |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Sage Weil | osd: fix osdmap scanning on pg creation |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Colin Patrick... | Destructors for virtual classes should be virtual |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | autoconf: If given --with-gtk2, not finding it is fatal. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Colin Patrick... | atomic.h: fix "crappy slow implementation" |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | auth: Let common_init (or CephCrypto::init) init auth... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | common: Initialize ceph_crypto in common_init. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | ceph_crypto: Implement HMAC-SHA1 wrapper for NSS. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | ceph_crypto: Add unittests for the HMAC-SHA1 compatibil... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | rgw: Make rgw_main use HMAC-SHA1 via compatibility... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | ceph_crypto: Implement MD5 wrapper for NSS. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | ceph_crypto: Add unittests for the MD5 compatibility... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | rgw: Make rgw_op use MD5 via compatibility shim. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | auth: Change header file guard define, to make room... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | rgw: use random byte generation in auth/Crypto, instead... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | auth: Add a microbenchmark for AES encrypt/decrypt. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | auth: Allow using NSS as crypto library. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | auth: Make error message on bad AES key lenght say... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | auth: Use AES IV constant directly, not via local stati... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | auth: Drop "using namespace", it's almost always used... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | auth: Add unit tests to check basic crypto sanity. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | auth: Removed unused function generate_random_string. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | Add test/osd/RadosModel.h to noinst_HEADERS. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | autoconf: Complain if libatomic-ops is not found. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | autoconf: Complain if tcmalloc is not found. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | autoconf: Complain if FUSE is not found. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Sage Weil | osd: wait for handle_osd_map transaction ondisk without... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Sage Weil | osd: avoid setting up_thru on new PGs |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Colin Patrick... | testlibrbdpp: include assert.h |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Colin Patrick... | librados: librados::WatchCtx needs virtual dtor |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Colin Patrick... | osd: CapMap: add virtual dtor to virtual class |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Colin Patrick... | crushtool: fix warning seen on i386 |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Samuel Just | tests: add bufferlist unit test |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tommi Virtanen | clitest: Fix tests after osdmaptool --clobber bugfix. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Greg Farnum | rados: Add "stat" option, and fix "put" to work on... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Samuel Just | debian: add udev rules |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Sage Weil | debian: remove so version from -dev packages |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Sage Weil | filestore: assert on ENOTEMPTY |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Sage Weil | filer: set RMW bit on probe |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Sage Weil | osd: fix peer no missing optimization |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Sage Weil | osd: fix missing.rm() |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Henry Chang | osd: fix merge_log missing calculation at split point... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Sage Weil | mkcephfs: modularize |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Sage Weil | osd: fix keyring loading |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Sage Weil | osdmaptool: don't require clobber to create new osdmap |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Colin Patrick... | Don't use -i to set id for non-daemons |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Colin Patrick... | common: replace -I with -i, rework --name |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Colin Patrick... | cauthtool: remove short form of --create-keyring |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Colin Patrick... | Merge branch 'globalfoo' |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Colin Patrick... | librbd.cc: trim includes |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Colin Patrick... | cram: test --conf=foo cconf syntax |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Colin Patrick... | common_init: Split common_init into multiple parts |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Colin Patrick... | config: trim deadcode |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Colin Patrick... | ConfUtils::_parse: fix uninitialized var |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Colin Patrick... | config: ConfFile::open: return error code |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Colin Patrick... | build:add common/entity_name.h to noinst_HEADERS |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Colin Patrick... | makefile:Suppress hash warning in include/encoding |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Colin Patrick... | Suppress gnu_cxx::hash warning a little bit better |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Colin Patrick... | config.cc: retab |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Greg Farnum | uclient: Clear the CEPH_CAP_FILE_BUFFER ref on _flush... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Colin Patrick... | common_init: call to ProfilerFlush is unneeded |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Colin Patrick... | Replace g_conf.name and g_conf.id with entityname |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Colin Patrick... | makefile: Add -Wno-deprecated |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Colin Patrick... | Merge branch 'globalfoo' |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Greg Farnum | rgw: cast size_t to unsigned long to fix a 32-bit warning. |
commit | commitdiff | tree | snapshot |
next |