]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2011-02-17 Colin Patrick... Add Pool::list_objects
2011-02-17 Colin Patrick... Add pybind-test
2011-02-17 Colin Patrick... rados-python bindings: Fix pool deletion a bit
2011-02-17 Samuel Justmkcephfs: fix premature tmp directory deletion
2011-02-17 Samuel Just.gitignore: ignore testsnaps
2011-02-17 Josh Durgin.gitignore: ignore debian packaging outputs
2011-02-16 Colin Patrick... monmaptool: fix command-line output
2011-02-16 Colin Patrick... dout: don't print version when forcing fg logging.
2011-02-16 Colin Patrick... dout initialization: remove unecessary flush()
2011-02-16 Colin Patrick... dout: properly output ceph version on opening dout
2011-02-16 Colin Patrick... monmaptool: set_foreground_logging
2011-02-16 Greg Farnumsimplemessenger: Fix num_threads bug printout.
2011-02-16 Colin Patrick... msgr: complain if there are > 1 threads, not 1
2011-02-16 Sage Weilinit-ceph: use do_cmd for pid_file dir creation
2011-02-16 Sage Weilosd: fix population on unconnected_watchers on obc...
2011-02-15 Colin Patrick... common: thread: get number of threads from /proc
2011-02-15 Colin Patrick... Remove ExportControl (we have better auth now)
2011-02-15 Colin Patrick... init-ceph: status: use daemon_is_running
2011-02-15 Colin Patrick... init-ceph: fix status for multi-node clusters
2011-02-15 Samuel Justtest/osd: Fix indentation on RadosModel.h and TestSnaps.cc
2011-02-15 Samuel Justtestsnaps: add snapshot test
2011-02-15 Colin Patrick... Merge branch 'dout2'
2011-02-15 Greg FarnumJournaler: add some checks for expire_pos.
2011-02-15 Greg FarnumJournaler: call set_layout after init_headers.
2011-02-15 Greg FarnumOSD: ignore osd_max_write_size if it's set to 0.
2011-02-15 Colin Patrick... common/lockdep.cc: don't use dout unlocked
2011-02-14 Colin Patrick... assert: allow assertions inside calls to dout()
2011-02-14 Colin Patrick... dout: Convert _dout_lock to plain pthread_mutex_t
2011-02-14 Colin Patrick... assert.cc: some cleanup
2011-02-14 Colin Patrick... common/debug.h: use std::string rather than string
2011-02-14 Colin Patrick... common: Remove common/tls.cc
2011-02-14 Colin Patrick... dout: use DoutLocker rather than Mutex::Locker
2011-02-14 Colin Patrick... os/FileStore: use derr/dendl for dout locking
2011-02-14 Colin Patrick... os/FileStore: use ceph_abort rather than abort
2011-02-14 Colin Patrick... lockdep: balance dout and dendl, fix whitespace
2011-02-13 Greg FarnumJournaler: fix bad assert.
2011-02-12 Sage Weiltestlibrbd: fix printf args
2011-02-12 Colin Patrick... common: create dout_emergency interface and use it
2011-02-12 Sage Weilcfuse: use safe_read and check return value
2011-02-12 Sage Weiltestlibrbd: check return values
2011-02-12 Sage Weildebian: add python, python-dev build-deps
2011-02-12 Sage Weilmsgr: clean up Pipe::queue_received locking
2011-02-11 Colin Patrick... Disable lockdep for ExportControl, ConfFile locks
2011-02-12 Greg FarnumMDCache: switch CDir::_commit so that it can limit...
2011-02-12 Greg FarnumMDCache: add max_dir_commit_size.
2011-02-12 Greg FarnumMDS: Don't always _commit_full just because we have...
2011-02-11 Sage Weil.gitignore: py-compile
2011-02-11 Colin Patrick... Merge branch 'pybind'
2011-02-11 Sage Weillibrados: include headers in dist tarball
2011-02-11 Josh Durginceph.spec.in: add librbd
2011-02-11 Tommi VirtanenMake git ignore librbd tests.
2011-02-11 Sage Weilceph: add --concise flag
2011-02-11 Sage WeilMerge branch 'stable'
2011-02-11 Sage WeilMerge remote branch 'origin/librbd'
2011-02-11 Josh Durginobjecter: set linger op target pg when a linger is...
2011-02-11 Sage Weilmonclient: fix weirdness when we explicitly start with...
2011-02-11 Colin Patrick... config: Remove g_conf.num_osd, num_mds, num_mon
2011-02-11 Tommi VirtanenMake git ignore qa/workunits/direct_io_test.
2011-02-11 Colin Patrick... MonitorStore: check for ENOENT, not EEXIST
2011-02-11 Colin Patrick... common: bufferlist::read_file: use safe_read
2011-02-11 Colin Patrick... auth/Crypto.cc: use safe_read_exact
2011-02-11 Colin Patrick... os/FileStore: remove unused variable
2011-02-10 Sage Weilv0.24.3 v0.24.3
2011-02-10 Colin Patrick... make:add messages/MOSDRepScrub.h to NOINST_HEADERS
2011-02-10 Colin Patrick... cephtool: get_indata should use safe_read_exact
2011-02-10 Colin Patrick... mon/MonitorStore.cc: use safe_read
2011-02-10 Colin Patrick... rados.cc: use fwrite to output data to stdout
2011-02-10 Colin Patrick... common/common_init: use safe_read
2011-02-10 Colin Patrick... os/FileStore: fix error handling
2011-02-10 Wesley Spikess3.sh: simple bug fix
2011-02-10 Yehuda Sadehrados: add create op
2011-02-10 Colin Patrick... common/DoutStreambuf: use safe_io.h
2011-02-10 Colin Patrick... tools/common: use fwrite to write stdout
2011-02-10 Colin Patrick... osd: write_meta/read_meta: fix error handling
2011-02-10 Colin Patrick... msgr: better error checking for write_pid_file
2011-02-10 Colin Patrick... os/FileStore.cc: use safe_write
2011-02-10 Colin Patrick... common/buffer.cc: kill deadcode
2011-02-10 Colin Patrick... common/ConfUtils.cc: use safe_write
2011-02-10 Colin Patrick... MonitorStore::put_int: handle I/O errors
2011-02-10 Colin Patrick... common/safe_io.h: warn about unchecked returns
2011-02-10 Colin Patrick... cfuse.cc: use safe_write
2011-02-10 Colin Patrick... mds/Dumper: use safe_write
2011-02-10 Colin Patrick... btrfs_ioc_test.c: use safe_write
2011-02-10 Colin Patrick... test_disk_bw.cc: use safe_write
2011-02-10 Colin Patrick... common: safe_io: allow C files to include safe_io
2011-02-10 Colin Patrick... client/fuse_ll: use safe_write
2011-02-10 Colin Patrick... os: convert some read/write uses to safe variants
2011-02-10 Colin Patrick... common:safe_io: create exact and non-exact variant
2011-02-10 Colin Patrick... common: safe_io: handle EOF on read
2011-02-10 Sage Weilrbd: fix signed/unsigned comp on i386
2011-02-10 Tommi VirtanenRemoving files that look completely unused.
2011-02-10 Sage Weilosd: avoid message leak in error path
2011-02-10 Greg Farnumconfig: fix -f option settings.
2011-02-10 Yehuda Sadehfilestore: fix fiemap
2011-02-10 Yehuda Sadehtestlibrbd: change strcmp to memcmp, other stuff
2011-02-09 Josh Durginlibrbd: use watch/notify internally to keep ImageCtx...
2011-02-09 Josh Durginlibrbd: add C++ interface tests
2011-02-09 Josh Durginlibrbd: fully specify std::string in list function
2011-02-09 Colin Patrick... dout: don't print time to syslog
2011-02-09 Colin Patrick... pybind/rados: expand on error handling a bit
next