]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2011-02-07 Josh Durginlibrbd: use snapshot metadata from ImageCtx insead...
2011-02-07 Yehuda Sadehlibrbd: remove pool_t parameter from some api calls
2011-02-07 Yehuda Sadehlibrbd: remove set_assert_version on resize
2011-02-07 Josh Durginlibrbd: make ImageCtx stuff compile and remove it from...
2011-02-07 Josh Durginlibrbd: add ImageCtx and open/close image
2011-02-07 Yehuda Sadehlibrbd: implement some more functionality
2011-02-07 Josh Durginlibrbd: update C interface and tests
2011-02-07 Josh Durginlibrbd: return 0 on success in open_pools
2011-02-07 Josh Durginlibrbd: remove do_ prefix from RBDClient methods
2011-02-07 Josh Durginlibrbd: pre-declare RBDClient to avoid a bunch of casts
2011-02-07 Yehuda Sadehrbd: get it compiled with updated librbd
2011-02-07 Yehuda Sadehlibrbd: make it compile
2011-02-07 Yehuda Sadehlibrbd: modify interface a bit
2011-02-07 Josh Durginrbd: update the command line rbd tool to use librbd
2011-02-07 Josh Durginlibrbd: add tests for the C api
2011-02-07 Josh Durginlibrbd: initial implementation created from rbd.cc
2011-02-07 Colin Patrick... dout: force reopen after conf read, fg logging set
2011-02-07 Colin Patrick... mkcephfs: fix bug in multi-node setups
2011-02-07 Sage Weilsafe_io: move to C
2011-02-07 Sage Weilceph: use new safe_read wrapper
2011-02-07 Sage Weiladd safe_{read/write} wrappers
2011-02-07 Sage Weilbuild_debian_image: include bind9-host
2011-02-07 Sage Weilbuild_debian_image: fixes
2011-02-07 Sage Weilfilejournal: fix return code check
2011-02-07 Sage Weilqa: test for proper i_complete handling
2011-02-07 Sage Weilbuild_debian_image: include libcrypto++ (need for runtime)
2011-02-07 Sage Weilkernel console debug output setup scripts
2011-02-07 Sage Weilscript: add script to build uml images
2011-02-07 Sage Weilremove old script
2011-02-07 Sage Weilremove ancient web content
2011-02-06 Sage Weilmsgr: make remove_pid_file fail silently if nothing...
2011-02-06 Sage Weilremove ancient mds_local_osd option
2011-02-05 Sage Weilfakemessenger: remove fakemessenger and related dead...
2011-02-05 Sage Weilclock: remove tare function
2011-02-05 Sage Weilconfig: remove (most) unused options
2011-02-05 Sage Weilclient: set lru midpoint
2011-02-05 Sage Weillogger: don't calculate variance by default
2011-02-05 Sage Weilmsgr: check return values
2011-02-05 Sage Weilmsgr: check return values for write_pid_file
2011-02-04 Colin Patrick... msgr: SimpleMessenger::start: fix unchecked return
2011-02-04 Colin Patrick... msgr: remove deadcode, warnings
2011-02-04 Colin Patrick... msgr: remove_pid_file: fix unchecked returns
2011-02-04 Colin Patrick... os: FileJournal::do_write: fix error handling
2011-02-04 Colin Patrick... Merge branch 'wannoying2'
2011-02-04 Sage Weilfilestore: handle read_op_seq errors
2011-02-04 Greg Farnumosd: Return error code when a write is too large.
2011-02-04 Greg Farnumconfig: add new osd_max_write_size option.
2011-02-04 Colin Patrick... assert.h: Add ceph_abort
2011-02-04 Colin Patrick... os: _check_disk_write_cache: fix error handling
2011-02-04 Colin Patrick... cmds: check return code of chdir
2011-02-04 Colin Patrick... unittest_encoding: build without -fstrict-aliasing
2011-02-04 Colin Patrick... FileStore::mount: fix error handling
2011-02-04 Colin Patrick... os: fix zeroing first chunk of FileJournal
2011-02-04 Colin Patrick... os: FileStore::mkjournal: fix error handling
2011-02-04 Colin Patrick... os: FileJournal::create: fix error handling
2011-02-04 Colin Patrick... cmon: check return code of chdir
2011-02-04 Colin Patrick... tools/common: EINTR/unchecked return fix
2011-02-04 Colin Patrick... rados: fix pedantic gcc warning on writing stdout
2011-02-04 Colin Patrick... filejournal: fix unchecked returns, modularize
2011-02-03 Colin Patrick... cosd: check chdir return code
2011-02-03 Colin Patrick... osd: Ager: remove Ebofs leftovers
2011-02-03 Colin Patrick... Add do_autogen.sh
2011-02-03 Colin Patrick... mkcephfs: clean up temp files, honor $TEMPDIR
2011-02-03 Sage Weilfiler: fix probe
2011-02-03 Colin Patrick... client/fuse_ll.c: const cleanup
2011-02-03 Colin Patrick... Revert "client/fuse_ll: fully initialize callback struct"
2011-02-03 Colin Patrick... Revert "client/fuse.cc: explicity zero fuse function...
2011-02-03 Colin Patrick... Merge branch 'master' of ssh://ceph.newdream.net/git...
2011-02-03 Sage Weilfilestore: fix wipe_subvol the rest of the way
2011-02-03 Sage Weilfilestore: fix (part of) wipe_subvol
2011-02-03 Sage Weilmsgr: add nonce parsing to entity_addr_t::parse()
2011-02-03 Colin Patrick... os: FileStore::wipe_subvol: fix removing old dir
2011-02-03 Colin Patrick... cosd.cc: better error message if osd->init fails
2011-02-03 Samuel Justauth/ExportControl: fix allow_def leak
2011-02-03 Sage WeilMerge branch 'stable'
2011-02-03 Sage Weilsignal: fix redefine warnings
2011-02-03 Samuel JustReplicatedPG: snap_trimmer fix leaked lock
2011-02-03 Sage Weilmds: make SETDIRLAYOUT start with ancestor policy
2011-02-03 Samuel JustReplicatedPG:snap_trimmer should return if !clean or...
2011-02-03 Colin Patrick... Merge branch 'wannoying'
2011-02-03 Samuel JustMonMap: add,remove,contains can take const references
2011-02-03 Samuel JustSimpleMessenger: learned_addr can take a const ref
2011-02-03 Greg Farnummds: handle_client_setdirlayout: init fl_pg_pool
2011-02-03 Colin Patrick... librados: print out errs in do_import, check EINTR
2011-02-03 Colin Patrick... include/utime.h: avoid comparing float with 0
2011-02-03 Colin Patrick... crush: eliminate signed/unsigned comparisons
2011-02-03 Colin Patrick... client/fuse.cc: explicity zero fuse function ptrs
2011-02-03 Colin Patrick... mount.ceph: put static at the beginning of decl
2011-02-03 Colin Patrick... tools/gui.cc: remove empty else statement
2011-02-03 Colin Patrick... mon/OSDMonitor: don't check if unsigned < 0
2011-02-03 Colin Patrick... osd/OSD: remove always-true assert
2011-02-03 Colin Patrick... const-ify some unchanging static structs
2011-02-03 Colin Patrick... rgw/rgw_rest.cc: fix uninitialized static struct
2011-02-03 Colin Patrick... osdc/Filer: assert(0) on stat error
2011-02-03 Colin Patrick... client/fuse_ll: fully initialize callback struct
2011-02-03 Colin Patrick... mds/locks: fully initialize lock states
2011-02-03 Colin Patrick... osdc/ObjectCacher.h: don't assert unsigned >= 0
2011-02-03 Colin Patrick... Client::readdir_r_cb: fix "always returns true"cmp
2011-02-03 Colin Patrick... direct_io_test: fix signed/unsigned, printf flags
2011-02-03 Colin Patrick... src/config.cc: fully initialize g_default_file_layout
next