CEPH filesystem development
 help / color / mirror / Atom feed
 messages from 2012-12-26 16:46:44 to 2013-01-04 15:05:59 UTC [more...]

[PATCH REPOST 0/6] rbd: consolidate osd request setup
 2013-01-04 15:05 UTC  (2+ messages)
` [PATCH REPOST 1/6] rbd: don't assign extent info in rbd_do_request()

[PATCH REPOST 0/2] rbd: fix two leaks
 2013-01-04 14:58 UTC  (3+ messages)
` [PATCH REPOST 1/2] rbd: don't leak rbd_req on synchronous requests
` [PATCH REPOST 2/2] rbd: don't leak rbd_req for rbd_req_sync_notify_ack()

[PATCH REPOST] rbd: combine rbd sync watch/unwatch functions
 2013-01-04 14:55 UTC 

[PATCH REPOST] rbd: use a common layout for each device
 2013-01-04 14:54 UTC 

[PATCH REPOST 0/3] rbd: no need for file mapping calculation
 2013-01-04 14:53 UTC  (4+ messages)
` [PATCH REPOST 1/3] rbd: pull in ceph_calc_raw_layout()
` [PATCH REPOST 2/3] rbd: open code rbd_calc_raw_layout()
` [PATCH REPOST 3/3] rbd: don't bother calculating file mapping

[PATCH REPOST] rbd: kill ceph_osd_req_op->flags
 2013-01-04 14:46 UTC 

[PATCH REPOST 0/4] rbd: explicitly support only one osd op
 2013-01-04 14:45 UTC  (5+ messages)
` [PATCH REPOST 1/4] rbd: pass num_op with ops array
` [PATCH REPOST 2/4] libceph: pass num_op with ops
` [PATCH REPOST 3/4] rbd: there is really only one op
` [PATCH REPOST 4/4] rbd: assume single op in a request

[PATCH REPOST 0/6] libceph: parameter cleanup
 2013-01-04 14:34 UTC  (7+ messages)
` [PATCH REPOST 1/6] libceph: pass length to ceph_osdc_build_request()
` [PATCH REPOST 2/6] libceph: pass length to ceph_calc_file_object_mapping()
` [PATCH REPOST 3/6] libceph: drop snapid in ceph_calc_raw_layout()
` [PATCH REPOST 4/6] libceph: drop osdc from ceph_calc_raw_layout()
` [PATCH REPOST 5/6] libceph: don't set flags in ceph_osdc_alloc_request()
` [PATCH REPOST 6/6] libceph: don't set pages or bio in,> ceph_osdc_alloc_request()

[PATCH] implement librados aio_stat
 2013-01-04 13:01 UTC  (3+ messages)
` [PATCH 0/2] Librados aio stat

[PATCH 0/6] fixes for cephfs kernel client
 2013-01-04 11:34 UTC  (7+ messages)
` [PATCH 1/6] ceph: re-calculate truncate_size for strip object
` [PATCH 2/6] ceph: move dirty inode to migrating list when clearing auth caps
` [PATCH 3/6] ceph: allow revoking duplicated caps issued by non-auth MDS
` [PATCH 4/6] ceph: allocate cap_release message when receiving cap import
` [PATCH 5/6] ceph: check mds_wanted for imported cap
` [PATCH 6/6] ceph: don't acquire i_mutex ceph_vmtruncate_work

[PATCH 00/29] Various fixes for MDS
 2013-01-04  9:02 UTC  (30+ messages)
` [PATCH 01/29] mds: don't renew revoking lease
` [PATCH 02/29] mds: fix Locker::simple_eval()
` [PATCH 03/29] mds: don't trigger assertion when discover races with rename
` [PATCH 04/29] mds: xlock stray dentry when handling rename or unlink
` [PATCH 05/29] mds: don't journal null dentry for overwrited remote linkage
` [PATCH 06/29] mds: use null dentry to find old parent of renamed directory
` [PATCH 07/29] mds: don't trim ambiguous imports in MDCache::trim_non_auth_subtree
` [PATCH 08/29] mds: only export directory fragments in stray to their auth MDS
` [PATCH 09/29] mds: mark rename inode as ambiguous auth on all involved MDS
` [PATCH 10/29] mds: skip frozen inode when assimilating dirty inodes' rstat
` [PATCH 11/29] mds: fix anchor table commit race
` [PATCH 12/29] mds: fix on-going two phrase commits tracking
` [PATCH 13/29] mds: indroduce DROPLOCKS slave request
` [PATCH 14/29] mds: fix lock state transition check
` [PATCH 15/29] mds: remove unnecessary is_xlocked check
` [PATCH 16/29] mds: don't defer processing caps if inode is auth pinned
` [PATCH 17/29] mds: call maybe_eval_stray after removing a replica dentry
` [PATCH 18/29] mds: fix rename inode exportor check
` [PATCH 19/29] mds: disable concurrent remote locking
` [PATCH 20/29] mds: forbid creating file in deleted directory
` [PATCH 21/29] mds: keep dentry lock in sync state as much as possible
` [PATCH 22/29] mds: fix replica state for LOCK_MIX_LOCK
` [PATCH 23/29] mds: fix cap mask for ifile lock
` [PATCH 24/29] mds: rdlock prepended dest trace when handling rename
` [PATCH 25/29] mds: check null context in CDir::fetch()
` [PATCH 26/29] mds: drop locks when opening remote dentry
` [PATCH 27/29] mds: check if stray dentry is needed
` [PATCH 28/29] mds: don't issue caps while inode is exporting caps
` [PATCH 29/29] mds: optimize C_MDC_RetryOpenRemoteIno

[PATCH REPOST 0/4] rbd: add warnings
 2013-01-04  1:11 UTC  (7+ messages)
` [PATCH REPOST 1/4] rbd: define and use rbd_warn()
` [PATCH REPOST 2/4] rbd: add warning messages for missing arguments
` [PATCH REPOST 3/4] rbd: add a warning in bio_chain_clone_range()
` [PATCH REPOST 4/4] rbd: add warnings to rbd_dev_probe_update_spec()

[PATCH REPOST] rbd: separate layout init
 2013-01-04  0:51 UTC  (2+ messages)

[PATCH REPOST 0/2] libceph: embed r_trail struct in ceph_osd_request()
 2013-01-03 23:35 UTC  (3+ messages)
` [PATCH REPOST 1/2] libceph: always allow trail in osd request
` [PATCH REPOST 2/2] libceph: kill op_needs_trail()

[PATCH REPOST 0/5] rbd: drop some unneeded parameters
 2013-01-03 23:19 UTC  (6+ messages)
` [PATCH REPOST 1/5] rbd: drop oid parameters from ceph_osdc_build_request()
` [PATCH REPOST 2/5] rbd: drop snapid parameter from rbd_req_sync_read()
` [PATCH REPOST 3/5] rbd: drop flags parameter from rbd_req_sync_exec()
` [PATCH REPOST 4/5] rbd: kill rbd_req_sync_op() snapc and snapid parameters
` [PATCH REPOST 5/5] rbd: don't bother setting snapid in rbd_do_request()

[PATCH REPOST 0/2] rbd: standardize some variable names
 2013-01-03 23:06 UTC  (5+ messages)
` [PATCH REPOST 1/2] rbd: standardize rbd_request "
` [PATCH REPOST 2/2] rbd: standardize ceph_osd_request "

[PATCH REPOST 0/4] rbd: four minor patches
 2013-01-03 22:55 UTC  (6+ messages)
` [PATCH REPOST 1/4] rbd: document rbd_spec structure
` [PATCH REPOST 2/4] rbd: kill rbd_spec->image_name_len
` [PATCH REPOST 3/4] rbd: kill rbd_spec->image_id_len
` [PATCH REPOST 4/4] rbd: use kmemdup()

[PATCH REPOST 0/2] rbd: only get snap context for write requests
 2013-01-03 22:54 UTC  (3+ messages)
` [PATCH REPOST 1/2] rbd: make exists flag atomic
` [PATCH REPOST 2/2] rbd: only get snap context for write requests

[PATCH REPOST] rbd: end request on error in rbd_do_request() caller
 2013-01-03 22:51 UTC 

When to use "filestore xattr use omap = true"
 2013-01-03 22:48 UTC  (4+ messages)

[PATCH REPOST 0/2] rbd: simplify rbd_rq_fn()
 2013-01-03 22:43 UTC  (3+ messages)
` [PATCH REPOST 1/2] rbd: encapsulate handling for a single request
` [PATCH REPOST 2/2] rbd: a little more cleanup of rbd_rq_fn()

[PATCH REPOST] rbd: be picky about osd request status type
 2013-01-03 22:40 UTC 

"hit suicide timeout" message after upgrade to 0.56
 2013-01-03 21:10 UTC  (5+ messages)

radosgw segfault in 0.56
 2013-01-03 19:51 UTC  (2+ messages)

Meetup at Opencompute Summit 2013
 2013-01-03 19:43 UTC 

[PATCH REPOST] ceph: define ceph_encode_8_safe()
 2013-01-03 19:07 UTC 

[PATCH REPOST] libceph: reformat __reset_osd()
 2013-01-03 19:02 UTC 

kernel rbd format=2
 2013-01-03 18:06 UTC  (3+ messages)

status monitoring options for ceph cluster
 2013-01-03 16:51 UTC  (10+ messages)

Looking to Use Ceph
 2013-01-03 14:43 UTC  (3+ messages)

v0.56 released
 2013-01-03 10:44 UTC  (14+ messages)

[GIT PULL] Ceph fixes for 3.8-rc2
 2013-01-02 19:29 UTC 

[GIT PULL] Ceph updates for 3.8
 2013-01-02 17:56 UTC  (4+ messages)

Ceph logging level
 2013-01-02 16:57 UTC  (3+ messages)

Very intensive I/O under mon process
 2013-01-02 16:35 UTC  (4+ messages)

rbd map command hangs for 15 minutes during system start up
 2013-01-02 15:56 UTC  (29+ messages)

EU mirror issues
 2013-01-02 14:01 UTC 

ceph for small cluster?
 2013-01-02 12:17 UTC  (5+ messages)

0.55 crashed during upgrade to bobtail
 2013-01-01 20:55 UTC  (3+ messages)

automatic repair of inconsistent pg?
 2013-01-01 20:12 UTC  (7+ messages)

Patch Backlog
 2012-12-31 22:52 UTC 

what could go wrong with two clusters on the same network?
 2012-12-31 18:27 UTC  (2+ messages)

ceph for small cluster?
 2012-12-31 14:21 UTC 

Improving responsiveness of KVM guests on Ceph storage
 2012-12-31 12:15 UTC  (6+ messages)

Striped images and cluster misbehavior
 2012-12-30 21:16 UTC  (5+ messages)

[PATCH 0/3] libceph: three bug fixes
 2012-12-28  2:01 UTC  (8+ messages)
` [PATCH 1/3] libceph: move linger requests sooner in kick_requests()
` [PATCH 2/3] libceph: always reset osds when kicking
` [PATCH 3/3] libceph: WARN, don't BUG on unexpected connection states

[PATCH V3 3/8] use vfs __set_page_dirty interface instead of doing it inside filesystem
 2012-12-28  0:41 UTC  (2+ messages)

[PATCH] libceph: fix protocol feature mismatch failure path
 2012-12-28  0:33 UTC  (3+ messages)

Bobtail vs Argonaut Performance Preview
 2012-12-27 22:17 UTC  (5+ messages)

Any idea about doing deduplication in ceph?
 2012-12-27  2:16 UTC 

Any API to get metadata?
 2012-12-26 16:46 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox