]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2010-05-04 Sage Weilmsgr: fix local_pipe peer_type
2010-05-04 Sage WeilMerge branch 'mds_snapids' into unstable
2010-05-04 Sage Weilmsgr: existing connection may be OPEN on connection...
2010-05-04 Sage Weilosd: add CMPXATTR defines
2010-05-04 Sage Weilosdmaptool: add -h; don't assert on bad filename
2010-05-04 Sage Weilceph.spec.in: run configure
2010-05-04 Sage WeilMerge remote branch 'origin/msgr_throttle' into unstable
2010-05-03 Yehuda Sadehpoolop: do op immediately, instead of waiting for timeout
2010-05-03 Yehuda Sadehrbd: update rbd image header format
2010-05-03 Yehuda SadehMPoolOp: rearrange parsing, for easier kernel implement...
2010-05-03 Sage Weilosd: add removed snapid to removed_snaps for unmanaged...
2010-05-03 Sage Weilmds: add removal snap_seq to removed_snaps
2010-05-03 Sage Weilmds: acquire anchor_create locks in caller
2010-05-03 Sage Weilobjecter: fix ~Message() calls (use ->put())
2010-05-03 Sage Weilmdsmap: cleanup up braces
2010-05-03 Sage Weilmds: fix EXCL rdlock rule
2010-05-03 Sage Weilmds: fix lock->sync rdlock rule
2010-05-03 Sage Weilfilejournal: create if mkfs and journal is small OR...
2010-05-03 Sage Weilfilejournal: return error instead of asserting
2010-04-30 Sage Weilmon: correctly update up map when taking over for creat...
2010-04-30 Sage WeilMerge commit 'v0.20' into unstable
2010-04-30 Sage Weildebian: fix up debian scripts v0.20
2010-04-30 Sage Weilceph.spec.in: updates
2010-04-30 Sage Weilceph.spec.in: from Josef
2010-04-30 Sage Weilmds: fix trim_dentry on dentry under unlinked dir
2010-04-30 Sage Weilosd: fix pg_to_acting_osds() calculation to consider...
2010-04-30 Sage Weilobjecter: show osds in laggy debug output
2010-04-30 Sage Weilmds: fix trim_dentry on dentry under unlinked dir
2010-04-30 Sage Weilosd: fix pg_to_acting_osds() calculation to consider...
2010-04-30 Sage Weilobjecter: show osds in laggy debug output
2010-04-30 Sage Weilfilestore: fail to mount if journal open fails
2010-04-30 Sage Weilfilestore: fail to mount if journal open fails
2010-04-30 Sage Weilmsgr: fix sigint/term signal handler to actually quit...
2010-04-30 Sage Weilmsgr: fix sigint/term signal handler to actually quit...
2010-04-29 Sage Weillibrados: fix blank pool stats
2010-04-29 Sage Weillibrados: fix blank pool stats
2010-04-29 Sage Weilqa: make pjd clean up
2010-04-29 Sage Weilmds: clean up MIN/MAX, client_ranges
2010-04-29 Sage Weilmsgr: remove pid file on SIGINT, SIGTERM
2010-04-29 Sage Weilqa: make pjd clean up
2010-04-29 Sage Weilmds: clean up MIN/MAX, client_ranges
2010-04-29 Sage Weilmsgr: remove pid file on SIGINT, SIGTERM
2010-04-29 Sage Weilconfig: post-process default config options too
2010-04-29 Sage Weilconfig: post-process default config options too
2010-04-29 Sage Weilmon: use (robust) buffer::list::write_fd() to write...
2010-04-29 Sage Weilmon: use (robust) buffer::list::write_fd() to write...
2010-04-29 Sage Weilmon: m->get_session() may return null if session has...
2010-04-29 Sage Weilmon: m->get_session() may return null if session has...
2010-04-28 Sage Weilconfigure: remove second AM_INIT_AUTOMAKE line
2010-04-28 Sage Weilmsgr: fix segfault sending msg on closed Connection...
2010-04-28 Greg Farnummsgr: add message throttling; with a default max of...
2010-04-28 Sage Weilthrottle: add fairness
2010-04-26 Sage Weilmds: fix snaprealm split on capless inode
2010-04-26 Sage Weilmds: fix snaprealm split on capless inode
2010-04-26 Sage Weilbuffer: clean up namespace pollution
2010-04-24 Yehuda Sadehpoolop: rename and move definitions to ceph_fs.h
2010-04-23 Sage WeilMakefile: define __CEPH__ in ceph builds. use it.
2010-04-23 Sage Weilmds: fix req use-after-free to get connection to direct...
2010-04-23 Greg Farnumatomic: reverse if test so we don't break things on...
2010-04-23 Greg Farnummds: remove unused variable from Locker
2010-04-23 Sage Weildebian: build-depends libatomicops-dev
2010-04-23 Sage WeilMerge branch 'snaps' into unstable
2010-04-23 Sage Weilmon: clean up mon snap type checks
2010-04-23 Sage Weilosd: no error checking in data structure (caller should...
2010-04-23 Sage Weilmon: don't create/delete unmanaged snaps if pool snaps...
2010-04-23 Sage Weillibrados: clean up headres
2010-04-23 Sage Weilobjecter: do pool op result parsing in Objecter complet...
2010-04-23 Greg Farnumlibrados: Adjust snapid allocation ufnctions and implem...
2010-04-23 Greg Farnumobjecter: Implement bufferlist-based return code for...
2010-04-23 Greg Farnummon: OSDMonitor fills in MPoolOpReply's bufferlist...
2010-04-23 Greg Farnummsg: Give MPoolOpReply a bufferlist for reply data
2010-04-23 Greg Farnummon: change the unmanaged snap interface for better...
2010-04-23 Greg Farnumlibrados: Set selfmanaged snap functions to use int...
2010-04-23 Greg Farnumlibrados: add small bit of documentation, fix headers
2010-04-23 Greg Farnummon: don't crash if a client tries to self-manage manag...
2010-04-23 Greg Farnumlibrados: add functions for client-managed snapshots...
2010-04-23 Greg Farnumobjecter: New functions for client-managed snapshots.
2010-04-23 Greg Farnummon: OSDMonitor handles client-managed snapshot requests.
2010-04-23 Greg Farnumosd: pg_pool_t gets new functions for unmanaged (ie...
2010-04-23 Greg Farnummsg: Add space for snapid in MPoolOp. Reply now uses...
2010-04-23 Sage Weilmsgr: fix atomic_t test
2010-04-23 Sage WeilMerge branch 'atomic' into unstable
2010-04-23 Sage WeilMerge branch 'msgr' into unstable
2010-04-23 Sage Weilv0.20
2010-04-23 Sage Weilmds: skip client snap notification on unlink
2010-04-22 Sage Weilosd: more useful debugging on repop version, out of...
2010-04-22 Sage Weilosd: print a bit more debug info about compat problems
2010-04-22 Sage Weilmds: verify mdsmap compatset on startup
2010-04-22 Sage Weilmds: add CompatSet to mdsmap
2010-04-22 Yehuda Sadehrbd: change rbd header disk format, update protocol...
2010-04-22 Sage Weilmsgr: never (re)open pipe when sending message directly...
2010-04-22 Sage Weilmdsmap: add separate struct version for extended portio...
2010-04-22 Sage Weilcauthtool: add --gen-print-key
2010-04-22 Sage Weilauth: take key or file containing key on command line
2010-04-22 Sage Weilcauthtool: always print entire encoded CryptoKey
2010-04-22 Sage Weilmsgr: increment connect_seq when STANDBY->CONNECTING
2010-04-21 Sage WeilMerge remote branch 'origin/mdssnaps' into unstable
2010-04-21 Sage Weilfilestore: default to writeahead journal, and no btrfs...
2010-04-21 Sage Weilrbdtool: add, use prettybyte_t type
2010-04-21 Sage Weilrbdtool: add --info, --resize commands
next