]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2010-02-02 Sage Weiljournal: fix mis-merge
2010-02-02 Sage WeilMerge branch 'unstable' into filestore
2010-02-02 Sage Weilmds: dump_cache even when debug_mds < 2
2010-02-02 Sage Weiljournal: allow journal seq #'s to jump
2010-02-02 Sage Weiljournal: make wrapping simpler
2010-02-02 Yehuda Sadehosd: increase osdc protocol number
2010-02-02 Yehuda Sadehtruncate: don't write beyong truncation with old trunc seq
2010-02-02 Yehuda Sadehtruncate: initialize truncate_seq, truncate_size
2010-02-02 Yehuda Sadehtruncate: truncate information sent on each read/write op
2010-02-01 Sage Weilosd: quiet down about request perms
2010-02-01 Sage Weillibrados: guard against double-release; clean up ref...
2010-02-01 Sage Weilrados: fix delete[] vs delete
2010-02-01 Sage Weillockdep: fix use after free; avoid register in unlocked...
2010-02-01 Sage Weiluclient: fix uninitialized var
2010-02-01 Sage Weilfilestore: fix empty cond location
2010-02-01 Sage Weilmount: fix compile errors
2010-02-01 Sage Weilstreamtest: do concurrent ios; async commit AND ack
2010-02-01 Sage Weilosd: add mutual exclusion while writes are applied
2010-02-01 Sage Weiljournal: sync_file_range on bdev, fdatasync on file
2010-02-01 Sage Weiljournal: warn if we detect disk write cache is on
2010-02-01 Sage Weiljournal: align (by default) even when !directio; direct...
2010-02-01 Sage Weiljournal: group entries into single io in directio mode
2010-02-01 Sage Weilmon: fix auth restart decoding
2010-02-01 Sage Weilmon: fix osd tell *
2010-01-30 Sage Weilmount: fix compile errors
2010-01-30 Sage WeilMerge commit 'origin/unstable' into filestore
2010-01-29 Greg FarnumTODO: mark bugs completed
2010-01-29 Greg Farnummount: canonicalize path name for mtab
2010-01-29 Greg Farnummon: possible fix for rare problem where osd boot messa...
2010-01-29 Greg Farnummon: don't delete all laggy mds beacons, just the one...
2010-01-29 Greg Farnummon: print out proper address in debug log
2010-01-29 Greg Farnummds: unify two if blocks with identical checks
2010-01-29 Greg Farnumtodo: Slightly out of date
2010-01-29 Sage Weiljournal: fix padding
2010-01-29 Sage Weilosd: streamline writing new maps to disk, somewhat
2010-01-29 Sage Weilosd: use flush, not sync_on_flush
2010-01-29 Sage Weilfilestore: flush() will wait for queued transactions...
2010-01-29 Sage Weiljournal: add flags field to header, entry_header
2010-01-28 Sage Weiljournal: allow pre and post padding for journal payload
2010-01-28 Sage Weildebian: use bash for debian build script
2010-01-28 Sage Weiljournal: fix thread id printing
2010-01-28 Sage Weilfinisher: fix flushing, debug output
2010-01-28 Sage Weildout: print thread id hex (to match up with gdb)
2010-01-27 Sage Weilfilepath: add struct_v
2010-01-27 Sage Weilcommon/include/rgw: Add versioning to structs without it.
2010-01-27 Sage Weilmds: add v to encoded mds structs
2010-01-27 Sage Weilrgw: struct_v in RGWObjEnt
2010-01-27 Sage Weiljournaler: struct_v in structs
2010-01-27 Greg Farnummds: remove unused _pad variable
2010-01-27 Sage Weilosd: add struct_v to most encoded structs that don...
2010-01-27 Sage Weilmsg: add type to ceph_entity_addr
2010-01-27 Sage Weilosd: set reqid for push/pull subops
2010-01-27 Sage Weilfilestore: fix journal flush
2010-01-27 Sage Weilosd: use queue_transaction throughout
2010-01-27 Sage Weilfilestore: queue onreadable _after_ starting journal...
2010-01-27 Sage Weilfilestore: queue_transaction and generic C_DeleteTransa...
2010-01-27 Sage Weilosd: reply with ACK if client doesn't ask for a COMMIT
2010-01-27 Sage Weiljournal: include a version field in header
2010-01-27 Sage Weilosd: simplify pg write mode transitions
2010-01-26 Sage Weilosd: only use DELAYED if no journal or journal is write...
2010-01-26 Sage Weilosd: make Transaction lifetime match RepModify (not...
2010-01-26 Sage Weildout: print thread id hex (to match up with gdb)
2010-01-26 Sage Weilwip
2010-01-26 Sage Weilfinisher: wait_for_empty
2010-01-25 Sage Weilfilestore: add writeahead journal support
2010-01-25 Sage Weilfilejournal: optionally block on full journal
2010-01-25 Sage Weilfilestore: refactor applied/committed completions
2010-01-25 Sage Weilosd: refactor op_applied logic
2010-01-25 Sage Weilfilestore: preliminary support for parallel journaling
2010-01-25 Sage Weilfinish: support non-zero return values
2010-01-25 Sage Weilosd: encode struct v for ceph_pg_pool
2010-01-25 Sage Weilmon: add struct encoding v to ease future revisions
2010-01-25 Sage Weilmds: make CEPH_MDS_OP_CREATE a write op [mds protocol...
2010-01-25 Sage Weilceph: remove stray #include
2010-01-25 Sage Weillibrados: implement C versions of snap calls
2010-01-19 Greg FarnumChange CompatSet usage to be compatible with new struct
2010-01-19 Greg Farnumchange CompatSet
2010-01-19 Greg Farnummds: Revert CInode/Journaler changes as we'll move...
2010-01-19 Greg Farnumadd versioning and awareness bla bla
2010-01-19 Greg Farnummon: use CompatSet in disk format
2010-01-19 Greg Farnummds: use CompatSet in disk format
2010-01-19 Greg Farnumosd: use CompatSet in the superblock. Only one 'feature...
2010-01-19 Greg Farnuminclude: new CompatSet.h
2010-01-15 Yehuda Sadehreplace strcat with strncat
2010-01-15 Yehuda Sadehreplace sprintf with snprintf all around
2010-01-15 Sage Weilmsgr: fix mark_down
2010-01-15 Sage Weilfilestore: don't croak if current/ exists
2010-01-15 Sage Weiltodo
2010-01-14 Yehuda Sadehlogger: use larger buffer, snprinf instead of sprintf
2010-01-14 Sage Weilosd: use journal in peek_super
2010-01-14 Sage Weilfilestore: put data in current/, a btrfs subvol if...
2010-01-14 Sage Weilfilestore: rip out usertrans experiment
2010-01-14 Sage Weilfilestore: rename _apply_transaction
2010-01-14 Sage Weilmds: add 'dumpcache [filename]' mds command
2010-01-14 Sage Weilmds: disable cache dump on rejoin by default
2010-01-09 Greg FarnumTODO
2010-01-09 Greg Farnummon: properly clean up SessionMap on a shutdown.
2010-01-08 Greg Farnumcsyn: properly use multiple clients
2010-01-08 Sage Weildon't keep configs in git
2010-01-08 Sage Weiltodo
next