]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2011-03-30 Colin Patrick... config: fix use of uint64_t* as uint32_t*
2011-03-30 Colin Patrick... config: tighten up uint32_t use
2011-03-30 Samuel Justmkcephfs: copy to daemon nodes for each daemon
2011-03-30 Sage Weilcommon_init: fix keyring loading
2011-03-30 Colin Patrick... common: Add strict_strtof, strict_strtod, unittest
2011-03-30 Colin Patrick... config: use std::string in md_config_t
2011-03-30 samtest/bufferlist.cc: Added append tests
2011-03-30 Colin Patrick... ConfUtils: move parsing into config.cc
2011-03-30 Colin Patrick... ConfUtils: fix up read API a bit
2011-03-30 Colin Patrick... ConfUtils: decode to std::string
2011-03-29 Tommi Virtanenmount.ceph: Use LDADD not LDFLAGS to bring in -lkeyutils.
2011-03-29 Samuel Justmkcephfs: minor fix
2011-03-29 Tommi VirtanenAdd an RPM BuildRequires on keyutils-libs-devel.
2011-03-29 Colin Patrick... config: temporary fix for monclient conf issue
2011-03-29 Colin Patrick... mount.ceph: fix missing includes
2011-03-29 Tommi VirtanenAdd a Debian Build-Dep on libkeyutils-dev.
2011-03-29 Tommi Virtanenmount.ceph: Use kernel key management API when possible.
2011-03-29 Tommi Virtanencommon: Make armor.h safe to use from C.
2011-03-29 Tommi Virtanenmount.ceph: Modprobe ceph before trying the mount.
2011-03-29 Tommi Virtanenmount.ceph: Silently pass through options "name" and...
2011-03-29 Tommi Virtanenmount.ceph: Fix strncmp length comparing "secretfile".
2011-03-29 Sage Weilrgw: add bucket to user list prior to creating bucket
2011-03-29 Sage Weilrgw: create bucket object and xattr in single operation
2011-03-29 Sage Weillibrados: add create to ObjectOperation
2011-03-29 Sage Weilobjecter: add create to ObjectOperation, known strings
2011-03-29 Colin Patrick... SyntheticClient: const cleanup
2011-03-29 Colin Patrick... FileStore: convert dev, jdev to std::string
2011-03-29 Sage Weillibrados: compound ObjectOperation
2011-03-28 Colin Patrick... config: refactor conf_set_conf_val a bit
2011-03-28 Colin Patrick... config: be stricter in set_val
2011-03-28 Colin Patrick... config: whitespace, code ordering cleanup
2011-03-28 Colin Patrick... common: rename old argument parsing macros
2011-03-28 Colin Patrick... common: more argument parsing into ceph_argparse
2011-03-28 Tommi Virtanenvstart.sh: Filter out IPv6 and localhost IP addresses.
2011-03-28 Colin Patrick... common: separate file for strict_strtol
2011-03-28 Sage Weilobjecter: ObjectOperation fixes
2011-03-28 Sage Weiljournaler: remove obsolete journaler_cache thing
2011-03-26 Yehuda Sadehrgw: remove extra read_acls
2011-03-25 Colin Patrick... msgr: move pidfile handling, signal handing out
2011-03-25 Colin Patrick... testradospp: zero terminate before printing strs
2011-03-25 Colin Patrick... common: run_cmd: fix bad implicit conversion
2011-03-25 Sage WeilMerge remote branch 'vapre/journaler'
2011-03-25 Laszlo BoszormenyiFix Debian librados1 -> librados2 package renames
2011-03-25 Sage Weiljournaler: remove ack/safe distinction
2011-03-25 Colin Patrick... obsync: Remove deadcode
2011-03-25 Colin Patrick... units: remove "performance test" from crypto units
2011-03-25 Colin Patrick... units: fix cauthtool usage test
2011-03-25 Colin Patrick... rgw: escape XML attributes
2011-03-25 Colin Patrick... boto_tool.py: usage fix
2011-03-25 Colin Patrick... rgw: don't reject requests that don't have bucket
2011-03-25 Sage Weiljournaler: remove some dead code from read_entry()
2011-03-25 Sage Weiljournaler: issue separate reads per period
2011-03-25 Sage Weiljournaler: fix prefetch to handle multiple in-flight...
2011-03-25 Sage Weiljournler: make readahead/prefetch smarter
2011-03-25 Sage Weiljournaler: reduce prefetch interval
2011-03-25 Sage Weiljournaler: remove unused read_entry()
2011-03-25 Colin Patrick... common_init: allow init without config file
2011-03-24 Greg FarnumMDSMon: Add mon_force_standby_active config option.
2011-03-24 Sage Weilfilestore: fix journaling for writeahead, parallel...
2011-03-24 Sage Weilfilestore: include stat result (size) in debug output
2011-03-24 Sage Weilosd: let single large ops through the throttler
2011-03-24 Yehuda Sadehrgw: fix str_to_bool
2011-03-24 Yehuda Sadehrgw: don't validate bucket/object names if name is...
2011-03-24 Colin Patrick... boto_tool rework
2011-03-24 Yehuda SadehMerge branch 'master' of ssh://ceph.newdream.net/git...
2011-03-24 Yehuda Sadehrgw: path paramter for pseudo folders
2011-03-24 Sage Weilmds: drop dead journal flush code
2011-03-24 Yehuda SadehMerge branch 'rgw'
2011-03-24 Sage Weilmds: remove mds_log_unsafe mode
2011-03-24 Colin Patrick... bucket name: better ip addr detection, allow caps
2011-03-24 Colin Patrick... validate_bucket_name: loosen up
2011-03-24 Colin Patrick... boto_tool.py: add more bucket interaction stuff
2011-03-24 Sage Weilmds: reimplement laggy
2011-03-24 Sage Weilmds: check safe_pos for _expired check
2011-03-24 Sage Weilmds: skip redundant flush before journal segment trim
2011-03-24 Sage Weilmds: assert on mds table write error
2011-03-24 Sage Weilosd: factor pg get-or-create code into common helper
2011-03-24 Colin Patrick... calc_hmac_sha: fix access-past-end-of-buffer
2011-03-24 Colin Patrick... Use macro for digest size, part 2: tests
2011-03-24 Samuel Justmkcephfs: minor fixes
2011-03-24 Colin Patrick... do_autogen: create radosgw
2011-03-24 Colin Patrick... RGW: validate bucket names and object names
2011-03-23 Samuel JustFileStore: replace op_queue_throttle with op_queue_rese...
2011-03-23 Yehuda Sadehrgw: dump content type when listing objects (swift)
2011-03-23 Yehuda Sadehrgw: support pseudo folders in swift
2011-03-23 Colin Patrick... ceph_crypto: fix undefined references
2011-03-23 Colin Patrick... boto_del.py -> boto_tool.py
2011-03-23 Colin Patrick... obsync: remove obsolete cmdline options
2011-03-23 Yehuda Sadehrgw: generated swift urls are more compatble with openstack
2011-03-23 Yehuda SadehMerge branch 'master' of ssh://ceph.newdream.net/git...
2011-03-23 Yehuda Sadehrgw: fix compilation warning
2011-03-23 Yehuda Sadehrgw: change the swift auth config a bit
2011-03-23 Sage Weilcontext: conditional context debugging
2011-03-23 Colin Patrick... Rename objsync -> obsync
2011-03-23 Colin Patrick... Add boto_del.py
2011-03-23 Colin Patrick... Add boto_del.py
2011-03-23 Yehuda Sadehrgw: save roundtrip when reading user info
2011-03-22 Yehuda SadehMerge branch 'rgw' of ssh://ceph.newdream.net/git/ceph...
2011-03-22 Yehuda Sadehrgw: self signed tokens
2011-03-22 Yehuda Sadehrgw: keep user info copy in the indexes
next