]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-09-23 Joao Eduardo... mon: OSDMonitor: smaller transactions when rebuilding...
2013-09-23 Joao Eduardo... mon: OSDMonitor: check if pool is on unmanaged snaps...
2013-09-20 Yehuda Sadehlru_map: don't use list::size()
2013-09-20 Yehuda Sadehcommon/lru_map: rename tokens to entries
2013-09-19 Yehuda Sadehrgw: use bufferlist::append() instead of bufferlist...
2013-09-19 Yehuda Sadehrgw: NULL terminate buffer before parsing it
2013-09-19 Yehuda Sadehrgw: don't call list::size() in ObjectCache
2013-09-18 Yehuda Sadehrgw: drain pending requests before completing write
2013-09-11 Yehuda Sadehrgw: fix get cors, delete cors
2013-09-11 Yehuda SadehMerge branch 'wip-6078-dumpling' into dumpling
2013-09-11 Yehuda Sadehrgw: fix certain return status cases in CORS
2013-09-11 Yehuda Sadehrgw: add COPY method to be handled by CORS
2013-09-11 Yehuda Sadehrgw: fix CORS rule check
2013-09-11 Yehuda Sadehrgw: don't handle CORS if rule not found (is NULL)
2013-09-11 Yehuda Sadehrgw: tie CORS header response to all relevant operations
2013-09-11 Yehuda Sadehrgw: add a generic CORS response handling
2013-09-11 Yehuda Sadehrgw: OPTIONS request doesn't need to read object info
2013-09-11 Yehuda Sadehrgw: remove use of s->bucket_cors
2013-09-09 Gary Lowellv0.67.3 v0.67.3
2013-09-07 Sage WeilMerge pull request #574 from dalgaaf/fix/da-dumpling...
2013-09-07 Danny Al-Gaafinit-radosgw*: fix status return value if radosgw isn... 574/head
2013-09-06 Samuel JustFileStore: add config option to disable the wbthrottle
2013-09-06 Samuel JustWBThrottle: use fdatasync instead of fsync
2013-09-06 Samuel JustPGLog: initialize writeout_from in PGLog constructor
2013-09-06 Samuel JustPGLog: maintain writeout_from and trimmed
2013-09-06 Samuel JustPGLog: don't maintain log_keys_debug if the config...
2013-09-06 Samuel JustPGLog: move the log size check after the early return
2013-09-06 Sage Weilrbd.cc: relicense as LGPL2
2013-09-04 Yehuda Sadehrgw: flush pending data when completing multipart part...
2013-09-04 Yehuda Sadehrgw: check object name after rebuilding it in S3 POST
2013-09-04 Sage Weilmon/MonClient: release pending outgoing messages on...
2013-09-03 Yehuda Sadehrgw: change watch init ordering, don't distribute if...
2013-08-30 Sage Weilceph-post-file: use mktemp instead of tempfile
2013-08-30 Sage Weilmon: discover mon addrs, names during election state too
2013-08-30 Dan Mickceph_rest_api.py: create own default for log_file
2013-08-28 Sage Weilceph-post-file: single command to upload a file to...
2013-08-27 Gary Lowellceph.spec.in: remove trailing paren in previous commit
2013-08-27 Gary Lowellceph.spec.in: Don't invoke debug_package macro on...
2013-08-27 Sage Weilosd: install admin socket commands after signals
2013-08-27 Sage Weilceph-disk: partprobe after creating journal partition
2013-08-27 Sage Weilmon/Paxos: always refresh after any store_state
2013-08-27 Sage Weilmon/Paxos: return whether store_state stored anything
2013-08-27 Sage Weilmon/Paxos: cleanup: use do_refresh from handle_commit
2013-08-26 Sage Weilosdc/ObjectCacher: do not merge rx buffers
2013-08-26 Sage Weilosdc/ObjectCacher: match reads with their original...
2013-08-26 Sage Weilmon/Paxos: fix another uncommitted value corner case
2013-08-26 Sage Weilos: make readdir_r buffers larger
2013-08-26 Sage Weilos: fix readdir_r buffer size
2013-08-23 Yehuda Sadehrgw: fix crash when creating new zone on init
2013-08-23 Yehuda Sadehrgw: change cache / watch-notify init sequence
2013-08-23 Alexandre Olivaenable mds rejoin with active inodes' old parent xattrs
2013-08-23 David Disseldorpmds: remove waiting lock before merging with neighbours
2013-08-23 Dan Mickmon/PGMap: OSD byte counts 4x too large (conversion...
2013-08-23 Alfredo Dezaceph-disk: specify the filetype when mounting
2013-08-23 Gary Lowellv0.67.2 v0.67.2
2013-08-22 Sage Weil.gitignore: ignore test-driver
2013-08-22 Sage Weilfuse: fix warning when compiled against old fuse versions
2013-08-22 Sage Weiljson_spirit: remove unused typedef
2013-08-22 Sage Weilgtest: add build-aux/test-driver to .gitignore
2013-08-21 Josh Durginobjecter: resend unfinished lingers when osdmap is...
2013-08-20 Sage Weilpybind: fix Rados.conf_parse_env test
2013-08-20 Sage Weillibrados: fix MWatchNotify leak
2013-08-20 Samuel JustPG: remove old log when we upgrade log version
2013-08-20 Samuel JustPGLog: add a config to disable PGLog::check()
2013-08-19 Sage Weilceph: parse CEPH_ARGS environment variable
2013-08-19 Sage Weilrados pybind: add conf_parse_env()
2013-08-18 Yehuda Sadehrgw: drain requests before exiting
2013-08-18 Sage Weilrgw: do not leak handler in get_handler() error path
2013-08-18 Sage Weilrgw: fix leak of RGWDataChangesLog::renew_thread
2013-08-18 Sage Weilrgw: free resolver on shutdown
2013-08-18 Sage Weilrgw: fix up signal handling
2013-08-17 Gary Lowellv0.67.1 v0.67.1
2013-08-16 Dan Mickceph.in: --admin-daemon was not returning EINVAL on...
2013-08-15 Sage Weilmon: use str_join instead of std::copy
2013-08-15 Sage Weilconfig: fix stringification of config values
2013-08-15 Sage Weilcommon: add str_join helper
2013-08-14 Josh Durginrados.py: fix Rados() unicode checking
2013-08-14 Josh Durginrados.py: fix Rados() backwards compatibility
2013-08-14 Sage Weillibrados: fix async aio completion wakeup
2013-08-14 Josh Durginlibrados: fix locking for AioCompletionImpl refcounting
2013-08-13 Gary Lowellv0.67 v0.67
2013-08-12 Yehuda Sadehrgw: fix multi delete
2013-08-10 Sage Weilceph-disk: fix mount options passed to move_mount
2013-08-10 Samuel Justconfig_opts.h: reduce osd_recovery_max_active and osd_r...
2013-08-09 Sage Weilceph: retry new-style mon command if we get EINVAL...
2013-08-09 Joao Eduardo... common: pick_addresses: fix bug with observer class...
2013-08-09 Yehuda Sadehrgw: return 423 Locked response when failing to lock...
2013-08-09 Yehuda Sadehrgw: make RGWHTTPClient callback methods pure virtual
2013-08-09 Yehuda Sadehrgw: rename read_header() to receive_header() where...
2013-08-09 Yehuda Sadehrgw: rename data receive callbacks in swift token revoc...
2013-08-09 Samuel JustRadosClient: shutdown monclient after dropping lock
2013-08-09 Sage Weilbuffer: change #include order
2013-08-09 Alfredo Dezamake sure we are using the mount options
2013-08-09 Sage WeilMerge pull request #487 from ceph/wip-5746
2013-08-08 Sage WeilMerge pull request #488 from dmick/wip-dmick-daemon...
2013-08-08 Dan Mickceph.in: return EINVAL on daemon command error 488/head
2013-08-08 Dan Mickceph.in: Re-enable ceph interactive mode (missing its... 487/head
2013-08-08 Sage Weilmon: fix 'osd crush rule rm ...' dup arg
2013-08-07 Sage Weilqa/workunits/cephtool/test.sh: test set/unset of all...
2013-08-07 Sage Weilmon/MonCommands: fix typo nobackfile -> nobackfill
next