CEPH Filesystem Development
Date Index
[
Prev Page
][
Next Page
]
What will PGs do when the network splits?
,
袁冬
Re: What will PGs do when the network splits?
,
Yan, Zheng
Message not available
Message not available
Fwd: What will PGs do when the network splits?
,
袁冬
Message not available
Re: What will PGs do when the network splits?
,
袁冬
pg dump --format crashes all mon nodes
,
Lorieri
Re: pg dump --format crashes all mon nodes
,
Dan Mick
[PATCH] libceph: make method call data be a separate data item
,
Alex Elder
Re: [PATCH] libceph: make method call data be a separate data item
,
Josh Durgin
[PATCH 0/6]
,
Alex Elder
[PATCH 1/6] libceph: record bio length
,
Alex Elder
Re: [PATCH 1/6] libceph: record bio length
,
Josh Durgin
[PATCH 2/6] libceph: move cursor into message
,
Alex Elder
Re: [PATCH 2/6] libceph: move cursor into message
,
Josh Durgin
[PATCH 3/6] libceph: have cursor point to data
,
Alex Elder
Re: [PATCH 3/6] libceph: have cursor point to data
,
Josh Durgin
[PATCH 4/6] libceph: replace message data pointer with list
,
Alex Elder
Re: [PATCH 4/6] libceph: replace message data pointer with list
,
Josh Durgin
[PATCH 5/6] libceph: implement multiple data items in a message
,
Alex Elder
[PATCH 5/6, v2] libceph: implement multiple data items in a message
,
Alex Elder
[PATCH 5/6, v3] libceph: implement multiple data items in a message
,
Alex Elder
Re: [PATCH 5/6, v3] libceph: implement multiple data items in a message
,
Josh Durgin
[PATCH 6/6] libceph: add, don't set data for a message
,
Alex Elder
Re: [PATCH 6/6] libceph: add, don't set data for a message
,
Josh Durgin
[PATCH] libceph: skip message if too big to receive
,
Alex Elder
[PATCH, v2] libceph: skip message if too big to receive
,
Alex Elder
Re: [PATCH, v2] libceph: skip message if too big to receive
,
Josh Durgin
[PATCH] libceph: fix possible CONFIG_BLOCK build problem
,
Alex Elder
Re: [PATCH] libceph: fix possible CONFIG_BLOCK build problem
,
Josh Durgin
Re: [ceph-users] Ceph mon quorum
,
Gregory Farnum
Re: [ceph-users] Ceph mon quorum
,
Dimitri Maziuk
[PATCH v2 0/4] dcache: make dcache more scalable on large system
,
Waiman Long
[PATCH v2 RFC 3/4] dcache: change rename_lock to a sequence read/write lock
,
Waiman Long
[PATCH v2 4/4] dcache: don't need to take d_lock in prepend_path()
,
Waiman Long
[PATCH RFC v2 2/4] dcache: introduce a new sequence read/write lock type
,
Waiman Long
[PATCH v2 1/4] dcache: Don't take unnecessary lock in d_count update
,
Waiman Long
Re: [PATCH v2 1/4] dcache: Don't take unnecessary lock in d_count update
,
Al Viro
Re: [PATCH v2 1/4] dcache: Don't take unnecessary lock in d_count update
,
Waiman Long
[PATCH v2] os/LevelDBStore: tune LevelDB data blocking options to be more suitable for PGStat values
,
Jim Schutt
Re: [PATCH v2] os/LevelDBStore: tune LevelDB data blocking options to be more suitable for PGStat values
,
Gregory Farnum
Re: [PATCH v2] os/LevelDBStore: tune LevelDB data blocking options to be more suitable for PGStat values
,
Jim Schutt
Re: [PATCH v2] os/LevelDBStore: tune LevelDB data blocking options to be more suitable for PGStat values
,
Gregory Farnum
Re: [PATCH v2] os/LevelDBStore: tune LevelDB data blocking options to be more suitable for PGStat values
,
Jim Schutt
Re: [PATCH v2] os/LevelDBStore: tune LevelDB data blocking options to be more suitable for PGStat values
,
Jim Schutt
Re: [PATCH v2] os/LevelDBStore: tune LevelDB data blocking options to be more suitable for PGStat values
,
Gregory Farnum
[PATCH 00/20] libceph: per-op osd request data
,
Alex Elder
[PATCH 01/20] rbd: define inbound data size for method ops
,
Alex Elder
Re: [PATCH 01/20] rbd: define inbound data size for method ops
,
Josh Durgin
[PATCH 02/20] libceph: compute incoming bytes once
,
Alex Elder
Re: [PATCH 02/20] libceph: compute incoming bytes once
,
Josh Durgin
[PATCH 03/20] libceph: define osd data initialization helpers
,
Alex Elder
Re: [PATCH 03/20] libceph: define osd data initialization helpers
,
Josh Durgin
[PATCH 04/20] libceph: define a few more helpers
,
Alex Elder
Re: [PATCH 04/20] libceph: define a few more helpers
,
Josh Durgin
[PATCH 05/20] libceph: define ceph_osd_data_length()
,
Alex Elder
Re: [PATCH 05/20] libceph: define ceph_osd_data_length()
,
Josh Durgin
[PATCH 06/20] libceph: a few more osd data cleanups
,
Alex Elder
Re: [PATCH 06/20] libceph: a few more osd data cleanups
,
Josh Durgin
[PATCH 07/20] rbd: define rbd_osd_req_format_op()
,
Alex Elder
Re: [PATCH 07/20] rbd: define rbd_osd_req_format_op()
,
Josh Durgin
[PATCH 08/20] libceph: keep source rather than message osd op array
,
Alex Elder
Re: [PATCH 08/20] libceph: keep source rather than message osd op array
,
Josh Durgin
[PATCH 09/20] libceph: rename data out field in osd request op
,
Alex Elder
Re: [PATCH 09/20] libceph: rename data out field in osd request op
,
Josh Durgin
[PATCH 10/20] libceph: add data pointers in osd op structures
,
Alex Elder
Re: [PATCH 10/20] libceph: add data pointers in osd op structures
,
Josh Durgin
[PATCH 11/20] libceph: specify osd op by index in request
,
Alex Elder
Re: [PATCH 11/20] libceph: specify osd op by index in request
,
Josh Durgin
[PATCH 12/20] rbd: don't set data in rbd_osd_req_format_op()
,
Alex Elder
Re: [PATCH 12/20] rbd: don't set data in rbd_osd_req_format_op()
,
Josh Durgin
[PATCH 13/20] rbd: separate initialization of osd data
,
Alex Elder
Re: [PATCH 13/20] rbd: separate initialization of osd data
,
Josh Durgin
[PATCH 14/20] rbd: rearrange some code for consistency
,
Alex Elder
Re: [PATCH 14/20] rbd: rearrange some code for consistency
,
Josh Durgin
[PATCH 15/20] libceph: format class info at init time
,
Alex Elder
Re: [PATCH 15/20] libceph: format class info at init time
,
Josh Durgin
[PATCH 16/20] libceph: move ceph_osdc_build_request()
,
Alex Elder
Re: [PATCH 16/20] libceph: move ceph_osdc_build_request()
,
Josh Durgin
[PATCH 17/20] libceph: set message data when building osd request
,
Alex Elder
Re: [PATCH 17/20] libceph: set message data when building osd request
,
Josh Durgin
[PATCH 18/20] libceph: combine initializing and setting osd data
,
Alex Elder
Re: [PATCH 18/20] libceph: combine initializing and setting osd data
,
Josh Durgin
[PATCH 19/20] libceph: set the data pointers when encoding ops
,
Alex Elder
Re: [PATCH 19/20] libceph: set the data pointers when encoding ops
,
Josh Durgin
[PATCH 20/20] libceph: kill off osd request r_data_in and r_data_out
,
Alex Elder
Re: [PATCH 20/20] libceph: kill off osd request r_data_in and r_data_out
,
Josh Durgin
[PATCH] libceph: provide data length when preparing message
,
Alex Elder
Re: [PATCH] libceph: provide data length when preparing message
,
Josh Durgin
[PATCH] os/LevelDBStore: tune LevelDB data blocking options to be more suitable for PGStat values
,
Jim Schutt
Re: [PATCH] os/LevelDBStore: tune LevelDB data blocking options to be more suitable for PGStat values
,
Sage Weil
Re: [PATCH] os/LevelDBStore: tune LevelDB data blocking options to be more suitable for PGStat values
,
Jim Schutt
Re: [PATCH] os/LevelDBStore: tune LevelDB data blocking options to be more suitable for PGStat values
,
Sage Weil
Re: [PATCH] os/LevelDBStore: tune LevelDB data blocking options to be more suitable for PGStat values
,
Jim Schutt
[PATCH 0/9]
,
Alex Elder
[PATCH 1/9] ceph: use page_offset() in ceph_writepages_start()
,
Alex Elder
[PATCH 2/9] libceph: drop ceph_osd_request->r_con_filling_msg
,
Alex Elder
[PATCH 3/9] libceph: record length of bio list with bio
,
Alex Elder
[PATCH 4/9] libceph: record message data length
,
Alex Elder
[PATCH 4/9, v2] libceph: record message data length
,
Alex Elder
[PATCH 5/9] libceph: don't build request in ceph_osdc_new_request()
,
Alex Elder
[PATCH 6/9] ceph: define ceph_writepages_osd_request()
,
Alex Elder
[PATCH 9/9] ceph: build osd request message later for writepages
,
Alex Elder
[PATCH 8/9] libceph: hold off building osd request
,
Alex Elder
[PATCH 7/9] ceph: kill ceph alloc_page_vec()
,
Alex Elder
Re: [PATCH 0/9]
,
Josh Durgin
Re: [PATCH 0/9]
,
Alex Elder
MDS crash on 0.60 after upgrade from 0.58
,
Alexey Shvetsov
Re: MDS crash on 0.60 after upgrade from 0.58
,
Joao Eduardo Luis
Re: MDS crash on 0.60 after upgrade from 0.58
,
Alexey Shvetsov
Re: MDS crash on 0.60 after upgrade from 0.58
,
Joao Eduardo Luis
Re: [ceph-users] CTDB Cluster Samba on Cephfs
,
Sam Lang
Re: [ceph-users] CTDB Cluster Samba on Cephfs
,
Jeremy Allison
Re: [ceph-users] CTDB Cluster Samba on Cephfs
,
Volker Lendecke
Re: [ceph-users] CTDB Cluster Samba on Cephfs
,
Jeremy Allison
Re: [ceph-users] CTDB Cluster Samba on Cephfs
,
Sam Lang
Trouble getting a new file system to start, for v0.59 and newer
,
Jim Schutt
Re: Trouble getting a new file system to start, for v0.59 and newer
,
Sage Weil
Re: Trouble getting a new file system to start, for v0.59 and newer
,
Jim Schutt
Re: Trouble getting a new file system to start, for v0.59 and newer
,
Gregory Farnum
Re: Trouble getting a new file system to start, for v0.59 and newer
,
Gregory Farnum
Re: Trouble getting a new file system to start, for v0.59 and newer
,
Jim Schutt
Re: Trouble getting a new file system to start, for v0.59 and newer
,
Sage Weil
Re: Trouble getting a new file system to start, for v0.59 and newer
,
Jim Schutt
Re: Trouble getting a new file system to start, for v0.59 and newer
,
Gregory Farnum
Re: Trouble getting a new file system to start, for v0.59 and newer
,
Jim Schutt
Re: Trouble getting a new file system to start, for v0.59 and newer
,
Jim Schutt
Re: Trouble getting a new file system to start, for v0.59 and newer
,
Jim Schutt
Re: [ceph-users] Cluster Map Problems
,
Martin Mailand
mon crash on v0.59
,
Mike Bryant
Re: mon crash on v0.59
,
Joao Eduardo Luis
Re: mon crash on v0.59
,
Mike Bryant
[PATCH] Swift ACL .rlistings support
,
Li Wang
Re: [PATCH] Swift ACL .rlistings support
,
Yehuda Sadeh
[PATCH] libceph: define ceph_decode_pgid() only once
,
Alex Elder
Re: [PATCH] libceph: define ceph_decode_pgid() only once
,
Josh Durgin
[PATCH] libceph: drop mutex on error in handle_reply()
,
Alex Elder
Re: [PATCH] libceph: drop mutex on error in handle_reply()
,
Sage Weil
RGW: Refusing FastCGI request with empty CONTENT_LENGTH ? Why ?
,
Sylvain Munaut
Re: RGW: Refusing FastCGI request with empty CONTENT_LENGTH ? Why ?
,
Sylvain Munaut
Re: RGW: Refusing FastCGI request with empty CONTENT_LENGTH ? Why ?
,
Sage Weil
Re: RGW: Refusing FastCGI request with empty CONTENT_LENGTH ? Why ?
,
Mark Nelson
Re: RGW: Refusing FastCGI request with empty CONTENT_LENGTH ? Why ?
,
Sylvain Munaut
v0.60 released
,
Sage Weil
Re: v0.60 released
,
Alexandre Oliva
Trouble with paxos service for large PG count
,
Jim Schutt
Re: Trouble with paxos service for large PG count
,
Joao Eduardo Luis
Re: Trouble with paxos service for large PG count
,
Joao Eduardo Luis
Re: Trouble with paxos service for large PG count
,
Joao Eduardo Luis
Re: Trouble with paxos service for large PG count
,
Jim Schutt
Message not available
Re: Trouble with paxos service for large PG count
,
Jim Schutt
Re: Trouble with paxos service for large PG count
,
Jim Schutt
Re: Trouble with paxos service for large PG count
,
Joao Eduardo Luis
Kernel BUG using RBD module
,
Travis Rhoden
[PATCH] ceph: set up page array mempool with correct size
,
Alex Elder
Re: [PATCH] ceph: set up page array mempool with correct size
,
Josh Durgin
[PATCH] libceph: account for alignment in pages cursor
,
Alex Elder
Re: [PATCH] libceph: account for alignment in pages cursor
,
Alex Elder
Re: [PATCH] libceph: account for alignment in pages cursor
,
Sage Weil
[PATCH] libceph: page offset must be less than page size
,
Alex Elder
Re: [PATCH] libceph: page offset must be less than page size
,
Sage Weil
[PATCH] libceph: fix broken data length assertions
,
Alex Elder
Re: [PATCH] libceph: fix broken data length assertions
,
Sage Weil
[PATCH 0/4] libceph: use op formatter for ceph_osdc_new_request()
,
Alex Elder
[PATCH 1/4] libceph: pass offset and length out of calc_layout()
,
Alex Elder
[PATCH 2/4] libceph: don't update op in calc_layout()
,
Alex Elder
[PATCH 3/4] libceph: clean up ceph_osd_new_request()
,
Alex Elder
[PATCH 4/4] libceph: use osd_req_op_extent_init()
,
Alex Elder
Re: [PATCH 0/4] libceph: use op formatter for ceph_osdc_new_request()
,
Josh Durgin
[PATCH] libceph: define source request op functions
,
Alex Elder
Re: [PATCH] libceph: define source request op functions
,
Josh Durgin
[PATCH] libceph: define osd_req_opcode_valid()
,
Alex Elder
Re: [PATCH] libceph: define osd_req_opcode_valid()
,
Josh Durgin
[PATCH] ceph: move max constant definitions
,
Alex Elder
Re: [PATCH] ceph: move max constant definitions
,
Josh Durgin
[PATCH] libceph: be explicit in masking bottom 16 bits
,
Alex Elder
Re: [PATCH] libceph: be explicit in masking bottom 16 bits
,
Josh Durgin
[GIT PULL] Ceph fix for -rc5
,
Sage Weil
[PATCH] libceph: don't add to crc unless data sent
,
Alex Elder
Re: [PATCH] libceph: don't add to crc unless data sent
,
Sage Weil
Using google mock
,
Loic Dachary
Re: Using google mock
,
Sage Weil
Re: Using google mock
,
Loic Dachary
new ceph-commit, ceph-qa lists @ceph.com
,
Sage Weil
Re: new ceph-commit, ceph-qa lists @ceph.com
,
Danny Al-Gaaf
Re: new ceph-commit, ceph-qa lists @ceph.com
,
Patrick McGarry
Re: [ceph-users] Puppet modules for Ceph finally landed!
,
Dan Mick
Re: [ceph-users] Mon crash
,
Joao Eduardo Luis
Re: [ceph-users] Mon crash
,
Martin Mailand
radosgw S3 api
,
Lorieri
Re: radosgw S3 api
,
Yehuda Sadeh
Re: radosgw S3 api
,
Lorieri
Message not available
Re: radosgw S3 api
,
Yehuda Sadeh
[PATCH 13/22] ceph: Convert to bvec_iter
,
Kent Overstreet
[PATCH 16/22] rbd: Refactor bio cloning, don't clone biovecs
,
Kent Overstreet
Split Swift code with S3 code in Radosgw
,
Li Wang
Re: Split Swift code with S3 code in Radosgw
,
Yehuda Sadeh
[PATCH] rbd: don't zero-fill non-image object requests
,
Alex Elder
Re: [PATCH] rbd: don't zero-fill non-image object requests
,
Sage Weil
Re: [PATCH] rbd: don't zero-fill non-image object requests
,
Dan van der Ster
Re: [PATCH] rbd: don't zero-fill non-image object requests
,
Alex Elder
rados_pool_list usage
,
Wido den Hollander
Re: rados_pool_list usage
,
Gregory Farnum
Re: rados_pool_list usage
,
Dan Mick
Re: rados_pool_list usage
,
Wido den Hollander
Re: rados_pool_list usage
,
Dan Mick
next branch mistakenly updated
,
Sam Lang
FW: errno=Connection refused
,
charles L
Re: FW: errno=Connection refused
,
Joao Eduardo Luis
Message not available
FW: errno=Connection refused
,
charles L
Re: FW: errno=Connection refused
,
Dan Mick
[PATCH 0/6] libceph: send osd requests in tid order
,
Alex Elder
[PATCH 1/6] libceph: slightly defer registering osd request
,
Alex Elder
[PATCH 2/6] libceph: no more kick_requests() race
,
Alex Elder
[PATCH 3/6] libceph: prepend requests in order when kicking
,
Alex Elder
[PATCH 3/6, v2] libceph: requeue only sent requests when kicking
,
Alex Elder
[PATCH 4/6] libceph: keep request lists in tid order
,
Alex Elder
[PATCH 5/6] libceph: send queued requests when starting new one
,
Alex Elder
[PATCH 6/6] libceph: verify requests queued in order
,
Alex Elder
[PATCH 6/6, v2] libceph: verify requests queued in order
,
Alex Elder
Re: [PATCH 0/6] libceph: send osd requests in tid order
,
Alex Elder
prototype incremental rbd backup
,
Sage Weil
RE: prototype incremental rbd backup
,
Chen, Xiaoxi
v0.56.4 released
,
Sage Weil
Re: v0.56.4 released
,
Sage Weil
[PATCH] libceph: initialize data fields on last msg put
,
Alex Elder
Re: [PATCH] libceph: initialize data fields on last msg put
,
Josh Durgin
RE: [ceph-users] Ceph Crach at sync_thread_timeout after heavy random writes.
,
Chen, Xiaoxi
<Possible follow-ups>
Re: [ceph-users] Ceph Crach at sync_thread_timeout after heavy random writes.
,
Sage Weil
RE: [ceph-users] Ceph Crach at sync_thread_timeout after heavy random writes.
,
Chen, Xiaoxi
Set object mtime
,
Damien Churchill
Re: Set object mtime
,
Wido den Hollander
Re: Set object mtime
,
Damien Churchill
Re: Set object mtime
,
Sage Weil
Re: Set object mtime
,
Damien Churchill
crush changes via cli
,
Sage Weil
Re: crush changes via cli
,
Gregory Farnum
Re: crush changes via cli
,
Sage Weil
Re: crush changes via cli
,
Gregory Farnum
Re: crush changes via cli
,
Sage Weil
Re: crush changes via cli
,
Gregory Farnum
Re: crush changes via cli
,
Sage Weil
Re: crush changes via cli
,
Dan Mick
Latest 0.56.3 and qemu-1.4.0 and cloned VM-image producing massive fs-corruption, not crashing
,
Oliver Francke
Re: Latest 0.56.3 and qemu-1.4.0 and cloned VM-image producing massive fs-corruption, not crashing
,
Josh Durgin
Message not available
Re: Latest 0.56.3 and qemu-1.4.0 and cloned VM-image producing massive fs-corruption, not crashing
,
Josh Durgin
Re: Latest 0.56.3 and qemu-1.4.0 and cloned VM-image producing massive fs-corruption, not crashing
,
Oliver Francke
<Possible follow-ups>
Latest 0.56.3 and qemu-1.4.0 and cloned VM-image producing massive fs-corruption, not crashing
,
Oliver Francke
Re: [ceph-users] ceph 0.59 cephx problem
,
Joao Eduardo Luis
docs
,
Jerker Nyberg
Re: docs
,
Dan Mick
Re: docs
,
John Wilkins
v0.59 released
,
Sage Weil
Re: [ceph-users] Unable to start ceph monitor in V0.59
,
Joao Eduardo Luis
Re: [ceph-users] Unable to start ceph monitor in V0.59
,
Joao Eduardo Luis
Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Travis Rhoden
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Stefan Priebe
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Travis Rhoden
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Stefan Priebe
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Travis Rhoden
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Josh Durgin
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Josh Durgin
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Travis Rhoden
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Travis Rhoden
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Josh Durgin
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Travis Rhoden
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Josh Durgin
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Travis Rhoden
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Josh Durgin
RE: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Jacky.He
Re: Latest bobtail branch still crashing KVM VMs in bh_write_commit()
,
Campbell, Bill
Bad Blocks
,
Dyweni - Ceph-Devel
Re: Bad Blocks
,
Gregory Farnum
waiting for 1 open ops to drain
,
Dave (Bob)
[PATCH 1/6] libceph: clear messenger auth_retry flag when we authenticate
,
Sage Weil
[PATCH 2/6] libceph: fix authorizer invalidation
,
Sage Weil
Re: [PATCH 2/6] libceph: fix authorizer invalidation
,
Alex Elder
Re: [PATCH 2/6] libceph: fix authorizer invalidation
,
Sage Weil
[PATCH 3/6] libceph: add update_authorizer auth method
,
Sage Weil
Re: [PATCH 3/6] libceph: add update_authorizer auth method
,
Alex Elder
Re: [PATCH 3/6] libceph: add update_authorizer auth method
,
Sage Weil
[PATCH 4/6] libceph: wrap auth ops in wrapper functions
,
Sage Weil
Re: [PATCH 4/6] libceph: wrap auth ops in wrapper functions
,
Alex Elder
[PATCH 5/6] libceph: wrap auth methods in a mutex
,
Sage Weil
Re: [PATCH 5/6] libceph: wrap auth methods in a mutex
,
Alex Elder
Re: [PATCH 5/6] libceph: wrap auth methods in a mutex
,
Sage Weil
Re: [PATCH 5/6] libceph: wrap auth methods in a mutex
,
Alex Elder
[PATCH 6/6] libceph: verify authorizer reply
,
Sage Weil
Re: [PATCH 6/6] libceph: verify authorizer reply
,
Alex Elder
Re: [PATCH 6/6] libceph: verify authorizer reply
,
Sage Weil
Re: [PATCH 1/6] libceph: clear messenger auth_retry flag when we authenticate
,
Alex Elder
github pull requests
,
Sage Weil
Re: github pull requests
,
Guilhem Lettron
Re: github pull requests
,
Chen, Xiaoxi
Re: github pull requests
,
Gregory Farnum
Re: github pull requests
,
Florian Haas
[PATCH] libceph: implement RECONNECT_SEQ feature
,
Sage Weil
Re: [PATCH] libceph: implement RECONNECT_SEQ feature
,
Alex Elder
Re: [PATCH] libceph: implement RECONNECT_SEQ feature
,
Sage Weil
deb/rpm package purge
,
Sage Weil
Re: deb/rpm package purge
,
Greg Farnum
Re: deb/rpm package purge
,
Mark Nelson
Re: deb/rpm package purge
,
Dan Mick
Re: deb/rpm package purge
,
Sage Weil
Re: deb/rpm package purge
,
Laszlo Boszormenyi (GCS)
Re: deb/rpm package purge
,
Sage Weil
Re: deb/rpm package purge
,
Laszlo Boszormenyi (GCS)
Re: deb/rpm package purge
,
Sage Weil
Re: deb/rpm package purge
,
Laszlo Boszormenyi (GCS)
Re: deb/rpm package purge
,
Sage Weil
Re: deb/rpm package purge
,
Mark Nelson
Re: deb/rpm package purge
,
James Page
Re: deb/rpm package purge
,
Laszlo Boszormenyi (GCS)
Re: deb/rpm package purge
,
Dan Mick
Re: deb/rpm package purge
,
Mark Nelson
inconsistent snapcolls
,
Stefan Priebe - Profihost AG
Re: inconsistent snapcolls
,
Stefan Priebe - Profihost AG
[PATCH] ceph: fix buffer pointer advance in ceph_sync_write
,
Henry C Chang
Re: [PATCH] ceph: fix buffer pointer advance in ceph_sync_write
,
Greg Farnum
corruption of active mmapped files in btrfs snapshots
,
Alexandre Oliva
Re: corruption of active mmapped files in btrfs snapshots
,
Alexandre Oliva
Re: corruption of active mmapped files in btrfs snapshots
,
Chris Mason
Re: corruption of active mmapped files in btrfs snapshots
,
Alexandre Oliva
Re: corruption of active mmapped files in btrfs snapshots
,
Chris Mason
Re: corruption of active mmapped files in btrfs snapshots
,
Sage Weil
Re: corruption of active mmapped files in btrfs snapshots
,
Alexandre Oliva
Re: corruption of active mmapped files in btrfs snapshots
,
Alexandre Oliva
Re: corruption of active mmapped files in btrfs snapshots
,
Alexandre Oliva
Re: corruption of active mmapped files in btrfs snapshots
,
Alexandre Oliva
Re: corruption of active mmapped files in btrfs snapshots
,
Chris Mason
Re: corruption of active mmapped files in btrfs snapshots
,
Chris Mason
Re: corruption of active mmapped files in btrfs snapshots
,
Alexandre Oliva
Re: corruption of active mmapped files in btrfs snapshots
,
Chris Mason
Re: corruption of active mmapped files in btrfs snapshots
,
Alexandre Oliva
Re: corruption of active mmapped files in btrfs snapshots
,
Chris Mason
Re: corruption of active mmapped files in btrfs snapshots
,
Samuel Just
Re: corruption of active mmapped files in btrfs snapshots
,
Chris Mason
Re: corruption of active mmapped files in btrfs snapshots
,
Alexandre Oliva
Re: corruption of active mmapped files in btrfs snapshots
,
David Sterba
Re: corruption of active mmapped files in btrfs snapshots
,
Alexandre Oliva
Re: corruption of active mmapped files in btrfs snapshots
,
David Sterba
Re: corruption of active mmapped files in btrfs snapshots
,
Sage Weil
Re: corruption of active mmapped files in btrfs snapshots
,
Chris Mason
Re: corruption of active mmapped files in btrfs snapshots
,
Chris Mason
Re: corruption of active mmapped files in btrfs snapshots
,
Chris Mason
Re: corruption of active mmapped files in btrfs snapshots
,
Alexandre Oliva
Re: corruption of active mmapped files in btrfs snapshots
,
Chris Mason
[radosgw] Race condition corrupting data on COPY ?
,
Sylvain Munaut
Re: [radosgw] Race condition corrupting data on COPY ?
,
Yehuda Sadeh
Re: [radosgw] Race condition corrupting data on COPY ?
,
Sylvain Munaut
Re: [radosgw] Race condition corrupting data on COPY ?
,
Yehuda Sadeh
Re: [radosgw] Race condition corrupting data on COPY ?
,
Sylvain Munaut
[PATCH 00/39] fixes for MDS cluster recovery
,
Yan, Zheng
[PATCH 01/39] mds: preserve subtree bounds until slave commit
,
Yan, Zheng
Re: [PATCH 01/39] mds: preserve subtree bounds until slave commit
,
Greg Farnum
[PATCH 02/39] mds: process finished contexts in batch
,
Yan, Zheng
Re: [PATCH 02/39] mds: process finished contexts in batch
,
Greg Farnum
[PATCH 03/39] mds: fix MDCache::adjust_bounded_subtree_auth()
,
Yan, Zheng
Re: [PATCH 03/39] mds: fix MDCache::adjust_bounded_subtree_auth()
,
Greg Farnum
[PATCH 04/39] mds: make sure table request id unique
,
Yan, Zheng
Re: [PATCH 04/39] mds: make sure table request id unique
,
Greg Farnum
Re: [PATCH 04/39] mds: make sure table request id unique
,
Yan, Zheng
Re: [PATCH 04/39] mds: make sure table request id unique
,
Sage Weil
Re: [PATCH 04/39] mds: make sure table request id unique
,
Yan, Zheng
Re: [PATCH 04/39] mds: make sure table request id unique
,
Yan, Zheng
Re: [PATCH 04/39] mds: make sure table request id unique
,
Greg Farnum
Re: [PATCH 04/39] mds: make sure table request id unique
,
Yan, Zheng
Re: [PATCH 04/39] mds: make sure table request id unique
,
Gregory Farnum
Re: [PATCH 04/39] mds: make sure table request id unique
,
Yan, Zheng
Re: [PATCH 04/39] mds: make sure table request id unique
,
Gregory Farnum
[PATCH 05/39] mds: send table request when peer is in proper state.
,
Yan, Zheng
Re: [PATCH 05/39] mds: send table request when peer is in proper state.
,
Greg Farnum
Re: [PATCH 05/39] mds: send table request when peer is in proper state.
,
Gregory Farnum
[PATCH 06/39] mds: make table client/server tolerate duplicated message
,
Yan, Zheng
Re: [PATCH 06/39] mds: make table client/server tolerate duplicated message
,
Gregory Farnum
Re: [PATCH 06/39] mds: make table client/server tolerate duplicated message
,
Yan, Zheng
[PATCH 07/39] mds: mark connection down when MDS fails
,
Yan, Zheng
Re: [PATCH 07/39] mds: mark connection down when MDS fails
,
Greg Farnum
[PATCH 08/39] mds: consider MDS as recovered when it reaches clientreply state.
,
Yan, Zheng
Re: [PATCH 08/39] mds: consider MDS as recovered when it reaches clientreply state.
,
Greg Farnum
Re: [PATCH 08/39] mds: consider MDS as recovered when it reaches clientreply state.
,
Yan, Zheng
Re: [PATCH 08/39] mds: consider MDS as recovered when it reaches clientreply state.
,
Gregory Farnum
Re: [PATCH 08/39] mds: consider MDS as recovered when it reaches clientreply state.
,
Greg Farnum
[PATCH 09/39] mds: defer eval gather locks when removing replica
,
Yan, Zheng
Re: [PATCH 09/39] mds: defer eval gather locks when removing replica
,
Greg Farnum
Re: [PATCH 09/39] mds: defer eval gather locks when removing replica
,
Yan, Zheng
[PATCH 10/39] mds: unify slave request waiting
,
Yan, Zheng
Re: [PATCH 10/39] mds: unify slave request waiting
,
Sage Weil
[PATCH 11/39] mds: don't delay processing replica buffer in slave request
,
Yan, Zheng
Re: [PATCH 11/39] mds: don't delay processing replica buffer in slave request
,
Greg Farnum
Re: [PATCH 11/39] mds: don't delay processing replica buffer in slave request
,
Yan, Zheng
Re: [PATCH 11/39] mds: don't delay processing replica buffer in slave request
,
Sage Weil
Re: [PATCH 11/39] mds: don't delay processing replica buffer in slave request
,
Gregory Farnum
[PATCH 12/39] mds: compose and send resolve messages in batch
,
Yan, Zheng
Re: [PATCH 12/39] mds: compose and send resolve messages in batch
,
Gregory Farnum
[PATCH 13/39] mds: don't send resolve message between active MDS
,
Yan, Zheng
Re: [PATCH 13/39] mds: don't send resolve message between active MDS
,
Gregory Farnum
Re: [PATCH 13/39] mds: don't send resolve message between active MDS
,
Yan, Zheng
Re: [PATCH 13/39] mds: don't send resolve message between active MDS
,
Gregory Farnum
[PATCH 14/39] mds: set resolve/rejoin gather MDS set in advance
,
Yan, Zheng
Re: [PATCH 14/39] mds: set resolve/rejoin gather MDS set in advance
,
Gregory Farnum
[PATCH 15/39] mds: don't send MDentry{Link,Unlink} before receiving cache rejoin
,
Yan, Zheng
Re: [PATCH 15/39] mds: don't send MDentry{Link,Unlink} before receiving cache rejoin
,
Gregory Farnum
[PATCH 16/39] mds: send cache rejoin messages after gathering all resolves
,
Yan, Zheng
Re: [PATCH 16/39] mds: send cache rejoin messages after gathering all resolves
,
Gregory Farnum
[PATCH 17/39] mds: send resolve acks after master updates are safely logged
,
Yan, Zheng
Re: [PATCH 17/39] mds: send resolve acks after master updates are safely logged
,
Gregory Farnum
[PATCH 18/39] mds: fix MDS recovery involving cross authority rename
,
Yan, Zheng
Re: [PATCH 18/39] mds: fix MDS recovery involving cross authority rename
,
Gregory Farnum
Re: [PATCH 18/39] mds: fix MDS recovery involving cross authority rename
,
Yan, Zheng
Re: [PATCH 18/39] mds: fix MDS recovery involving cross authority rename
,
Gregory Farnum
[PATCH 19/39] mds: remove MDCache::rejoin_fetch_dirfrags()
,
Yan, Zheng
Re: [PATCH 19/39] mds: remove MDCache::rejoin_fetch_dirfrags()
,
Gregory Farnum
[PATCH 20/39] mds: include replica nonce in MMDSCacheRejoin::inode_strong
,
Yan, Zheng
Re: [PATCH 20/39] mds: include replica nonce in MMDSCacheRejoin::inode_strong
,
Gregory Farnum
Re: [PATCH 20/39] mds: include replica nonce in MMDSCacheRejoin::inode_strong
,
Sage Weil
[PATCH 21/39] mds: encode dirfrag base in cache rejoin ack
,
Yan, Zheng
Re: [PATCH 21/39] mds: encode dirfrag base in cache rejoin ack
,
Gregory Farnum
Re: [PATCH 21/39] mds: encode dirfrag base in cache rejoin ack
,
Gregory Farnum
Re: [PATCH 21/39] mds: encode dirfrag base in cache rejoin ack
,
Yan, Zheng
Re: [PATCH 21/39] mds: encode dirfrag base in cache rejoin ack
,
Gregory Farnum
[PATCH 22/39] mds: handle linkage mismatch during cache rejoin
,
Yan, Zheng
Re: [PATCH 22/39] mds: handle linkage mismatch during cache rejoin
,
Gregory Farnum
Re: [PATCH 22/39] mds: handle linkage mismatch during cache rejoin
,
Yan, Zheng
Re: [PATCH 22/39] mds: handle linkage mismatch during cache rejoin
,
Gregory Farnum
Re: [PATCH 22/39] mds: handle linkage mismatch during cache rejoin
,
Yan, Zheng
Re: [PATCH 22/39] mds: handle linkage mismatch during cache rejoin
,
Gregory Farnum
[PATCH 25/39] mds: share inode max size after MDS recovers
,
Yan, Zheng
Re: [PATCH 25/39] mds: share inode max size after MDS recovers
,
Gregory Farnum
[PATCH 23/39] mds: reqid for rejoinning authpin/wrlock need to be list
,
Yan, Zheng
Re: [PATCH 23/39] mds: reqid for rejoinning authpin/wrlock need to be list
,
Gregory Farnum
[PATCH 26/39] mds: issue caps when lock state in replica become SYNC
,
Yan, Zheng
Re: [PATCH 26/39] mds: issue caps when lock state in replica become SYNC
,
Gregory Farnum
[PATCH 27/39] mds: send lock action message when auth MDS is in proper state.
,
Yan, Zheng
Re: [PATCH 27/39] mds: send lock action message when auth MDS is in proper state.
,
Gregory Farnum
Re: [PATCH 27/39] mds: send lock action message when auth MDS is in proper state.
,
Yan, Zheng
[PATCH 24/39] mds: take object's versionlock when rejoinning xlock
,
Yan, Zheng
Re: [PATCH 24/39] mds: take object's versionlock when rejoinning xlock
,
Gregory Farnum
[PATCH 29/39] mds: avoid double auth pin for file recovery
,
Yan, Zheng
Re: [PATCH 29/39] mds: avoid double auth pin for file recovery
,
Gregory Farnum
Re: [PATCH 29/39] mds: avoid double auth pin for file recovery
,
Yan, Zheng
Re: [PATCH 29/39] mds: avoid double auth pin for file recovery
,
Sage Weil
Re: [PATCH 29/39] mds: avoid double auth pin for file recovery
,
Gregory Farnum
[PATCH 28/39] mds: add dirty imported dirfrag to LogSegment
,
Yan, Zheng
Re: [PATCH 28/39] mds: add dirty imported dirfrag to LogSegment
,
Gregory Farnum
[PATCH 30/39] mds: check MDS peer's state through mdsmap
,
Yan, Zheng
Re: [PATCH 30/39] mds: check MDS peer's state through mdsmap
,
Gregory Farnum
[PATCH 31/39] mds: unfreeze subtree if import aborts in PREPPED state
,
Yan, Zheng
Re: [PATCH 31/39] mds: unfreeze subtree if import aborts in PREPPED state
,
Gregory Farnum
[PATCH 32/39] mds: fix export cancel notification
,
Yan, Zheng
Re: [PATCH 32/39] mds: fix export cancel notification
,
Gregory Farnum
[PATCH 33/39] mds: notify bystanders if export aborts
,
Yan, Zheng
Re: [PATCH 33/39] mds: notify bystanders if export aborts
,
Gregory Farnum
[PATCH 34/39] mds: don't open dirfrag while subtree is frozen
,
Yan, Zheng
Re: [PATCH 34/39] mds: don't open dirfrag while subtree is frozen
,
Gregory Farnum
[PATCH 36/39] mds: try merging subtree after clear EXPORTBOUND
,
Yan, Zheng
Re: [PATCH 36/39] mds: try merging subtree after clear EXPORTBOUND
,
Gregory Farnum
[PATCH 37/39] mds: eval inodes with caps imported by cache rejoin message
,
Yan, Zheng
Re: [PATCH 37/39] mds: eval inodes with caps imported by cache rejoin message
,
Gregory Farnum
[PATCH 38/39] mds: don't replicate purging dentry
,
Yan, Zheng
Re: [PATCH 38/39] mds: don't replicate purging dentry
,
Gregory Farnum
[PATCH 39/39] mds: clear scatter dirty if replica inode has no auth subtree
,
Yan, Zheng
Re: [PATCH 39/39] mds: clear scatter dirty if replica inode has no auth subtree
,
Gregory Farnum
[PATCH 35/39] mds: clear dirty inode rstat if import fails
,
Yan, Zheng
Re: [PATCH 35/39] mds: clear dirty inode rstat if import fails
,
Gregory Farnum
Re: [PATCH 00/39] fixes for MDS cluster recovery
,
Yan, Zheng
Re: [PATCH 00/39] fixes for MDS cluster recovery
,
Gregory Farnum
[PATCH] mds: avoid sending duplicated table prepare/commit
,
Yan, Zheng
[PATCH] mds: don't roll back prepared table updates
,
Yan, Zheng
Ceph availability test & recovering question
,
Kelvin_Huang
Re: Ceph availability test & recovering question
,
Andrey Korolyov
Re: Ceph availability test & recovering question
,
Wolfgang Hennerbichler
Chinese translation of official docs
,
Drunkard Zhang
Re: Chinese translation of official docs
,
Patrick McGarry
Re: Chinese translation of official docs
,
Huang, Xiwei
Re: Chinese translation of official docs
,
Drunkard Zhang
Message not available
Re: Chinese translation of official docs
,
Drunkard Zhang
Re: rados cppool and Openstack Glance and Cinder
,
Dave Spano
Re: rados cppool and Openstack Glance and Cinder
,
Josh Durgin
Re: rados cppool and Openstack Glance and Cinder
,
Dave Spano
CephFS locality API RFC
,
Noah Watkins
Re: CephFS locality API RFC
,
Greg Farnum
Re: CephFS locality API RFC
,
Noah Watkins
Re: CephFS locality API RFC
,
Greg Farnum
Re: CephFS locality API RFC
,
Sage Weil
Re: CephFS locality API RFC
,
Noah Watkins
Re: CephFS locality API RFC
,
Sage Weil
Ceph at World Hosting Days
,
Patrick McGarry
Direct IO on CephFS for blocks larger than 8MB
,
Huang, Xiwei
Re: Direct IO on CephFS for blocks larger than 8MB
,
Sage Weil
Re: Direct IO on CephFS for blocks larger than 8MB
,
Greg Farnum
Re: Direct IO on CephFS for blocks larger than 8MB
,
Mark Nelson
Re: Direct IO on CephFS for blocks larger than 8MB
,
Huang, Xiwei
Re: Direct IO on CephFS for blocks larger than 8MB
,
Huang, Xiwei
Re: Direct IO on CephFS for blocks larger than 8MB
,
Sage Weil
Message not available
Re: Direct IO on CephFS for blocks larger than 8MB
,
Huang, Xiwei
Re: Direct IO on CephFS for blocks larger than 8MB
,
Henry C Chang
Re: Direct IO on CephFS for blocks larger than 8MB
,
Huang, Xiwei
Re: Direct IO on CephFS for blocks larger than 8MB
,
Greg Farnum
Re: Direct IO on CephFS for blocks larger than 8MB
,
Sage Weil
Re: Direct IO on CephFS for blocks larger than 8MB
,
Henry C Chang
Inktank Office Hours
,
Ross David Turk
Re: How to set the number of pgs when using mkcephfs?
,
Bryan K. Wright
[PATCH V2] ceph: use i_release_count to indicate dir's completeness
,
Yan, Zheng
Re: [PATCH V2] ceph: use i_release_count to indicate dir's completeness
,
Greg Farnum
mon memory leak
,
Stefan Priebe - Profihost AG
Re: mon memory leak
,
Sébastien Han
Re: mon memory leak
,
Travis Rhoden
Re: mon memory leak
,
Joao Eduardo Luis
Re: mon memory leak
,
Stefan Priebe - Profihost AG
Re: mon memory leak
,
Joao Eduardo Luis
[PATCH] libceph: make message data be a pointer
,
Alex Elder
Re: [PATCH] libceph: make message data be a pointer
,
Josh Durgin
[PATCH 0/4] libceph: get rid of ceph_msg_pos
,
Alex Elder
[PATCH 1/4] libceph: use cursor resid for loop condition
,
Alex Elder
[PATCH 2/4] libceph: kill most of ceph_msg_pos
,
Alex Elder
[PATCH 3/4] libceph: kill last of ceph_msg_pos
,
Alex Elder
[PATCH 4/4] libceph: use only ceph_msg_data_advance()
,
Alex Elder
Re: [PATCH 0/4] libceph: get rid of ceph_msg_pos
,
Josh Durgin
[PATCH] libceph: collapse all data items into one
,
Alex Elder
Re: [PATCH] libceph: collapse all data items into one
,
Josh Durgin
[PATCH 0/4] libceph: use cursor for incoming data
,
Alex Elder
[PATCH 1/4] libceph: use cursor for bio reads
,
Alex Elder
[PATCH 2/4] libceph: kill ceph message bio_iter, bio_seg
,
Alex Elder
[PATCH 3/4] libceph: use cursor for inbound data pages
,
Alex Elder
[PATCH 4/4] libceph: get rid of read helpers
,
Alex Elder
Re: [PATCH 0/4] libceph: use cursor for incoming data
,
Josh Durgin
[PATCH] libceph: record residual bytes for all message data types
,
Alex Elder
Re: [PATCH] libceph: record residual bytes for all message data types
,
Josh Durgin
[PATCH] libceph: no outbound zero data
,
Alex Elder
Re: [PATCH] libceph: no outbound zero data
,
Josh Durgin
[PATCH] libceph: drop pages parameter
,
Alex Elder
Re: [PATCH] libceph: drop pages parameter
,
Josh Durgin
More Messenger Patches
,
Alex Elder
Release Cadence
,
Patrick McGarry
Re: Release Cadence
,
Wido den Hollander
Re: Release Cadence
,
Wolfgang Hennerbichler
zombie pgs
,
Ugis
Re: zombie pgs
,
Ugis
[GIT PULL] Ceph fix for -rc3
,
Sage Weil
Re: [ceph-users] Gateway quick start
,
Dan Mick
[PATCH 2/2] ceph: use i_release_count to indicate dir's completeness
,
Yan, Zheng
Re: [PATCH 2/2] ceph: use i_release_count to indicate dir's completeness
,
Greg Farnum
Re: [PATCH 2/2] ceph: use i_release_count to indicate dir's completeness
,
Yan, Zheng
Re: [PATCH 2/2] ceph: use i_release_count to indicate dir's completeness
,
Yehuda Sadeh
Re: [PATCH 2/2] ceph: use i_release_count to indicate dir's completeness
,
Gregory Farnum
[PATCH 1/2] fs: remove dentry_lru_prune()
,
Yan, Zheng
Comments on Ceph.com's blog article 'Ceph's New Monitor Changes'
,
Joao Eduardo Luis
Re: Comments on Ceph.com's blog article 'Ceph's New Monitor Changes'
,
Mark Kampe
Rados gateway 0.58 crash in RGWProcess::_clear
,
Yann ROBIN
Re: Rados gateway 0.58 crash in RGWProcess::_clear
,
Yehuda Sadeh
RE: Rados gateway 0.58 crash in RGWProcess::_clear
,
Yann ROBIN
RE: Rados gateway 0.58 crash in RGWProcess::_clear
,
Yann ROBIN
Re: Rados gateway 0.58 crash in RGWProcess::_clear
,
Yehuda Sadeh
[PATCH 0/4] libceph: kill the "trail" portion of message data
,
Alex Elder
[PATCH 1/4] libceph: have osd requests support pagelist data
,
Alex Elder
[PATCH 2/4] libceph: kill osd request r_trail
,
Alex Elder
[PATCH 3/4] libceph: kill message trail
,
Alex Elder
[PATCH 4/4] libceph: more cleanup of write_partial_msg_pages()
,
Alex Elder
[PATCH 4/4, v2] libceph: more cleanup of write_partial_msg_pages()
,
Alex Elder
Re: [PATCH 0/4] libceph: kill the "trail" portion of message data
,
Josh Durgin
[PATCH] libceph: let osd ops determine request data length
,
Alex Elder
[PATCH, v2] libceph: let osd ops determine request data length
,
Alex Elder
Re: [PATCH, v2] libceph: let osd ops determine request data length
,
Josh Durgin
[PATCH 0/8] libceph: implement cursor for outgoing data items
,
Alex Elder
[PATCH 1/8] libceph: define ceph_msg_has_*() data macros
,
Alex Elder
[PATCH 2/8] libceph: be explicit about message data representation
,
Alex Elder
[PATCH 3/8] libceph: abstract message data
,
Alex Elder
[PATCH 4/8] libceph: start defining message data cursor
,
Alex Elder
[PATCH 5/8] libceph: prepare for other message data item types
,
Alex Elder
[PATCH 6/8] libceph: use data cursor for message pagelist
,
Alex Elder
[PATCH 7/8] libceph: implement bio message data item cursor
,
Alex Elder
[PATCH 8/8] libceph: implement pages array cursor
,
Alex Elder
Re: [PATCH 0/8] libceph: implement cursor for outgoing data items
,
Alex Elder
Re: [PATCH 0/8] libceph: implement cursor for outgoing data items
,
Josh Durgin
Re: [PATCH 0/8] libceph: implement cursor for outgoing data items
,
Alex Elder
[PATCH 0/6] libceph: refactor messenger for multiple data sources
,
Alex Elder
[PATCH 1/6] libceph: use local variables for message positions
,
Alex Elder
[PATCH 2/6] libceph: consolidate message prep code
,
Alex Elder
[PATCH 3/6] libceph: small write_partial_msg_pages() refactor
,
Alex Elder
[PATCH 4/6] libceph: encapsulate reading message data
,
Alex Elder
[PATCH 4/6, v2] libceph: encapsulate reading message data
,
Alex Elder
[PATCH 4/6, v3] libceph: encapsulate reading message data
,
Alex Elder
[PATCH 5/6] libceph: define and use ceph_tcp_recvpage()
,
Alex Elder
[PATCH 6/6] libceph: define and use ceph_crc32c_page()
,
Alex Elder
Re: [PATCH 0/6] libceph: refactor messenger for multiple data sources
,
Josh Durgin
[PATCH] libceph: don't clear bio_iter in prepare_write_message()
,
Alex Elder
Re: [PATCH] libceph: don't clear bio_iter in prepare_write_message()
,
Josh Durgin
[PATCH 0/7, v2] libceph: abstract message data information
,
Alex Elder
[PATCH 1/7] libceph: isolate message page field manipulation
,
Alex Elder
[PATCH 2/7] libceph: set page info with byte length
,
Alex Elder
[PATCH 3/7] libceph: isolate other message data fields
,
Alex Elder
[PATCH 4/7] ceph: only set message data pointers if non-empty
,
Alex Elder
[PATCH 5/7] libceph: record message data byte length
,
Alex Elder
[PATCH 6/7] libceph: set response data fields earlier
,
Alex Elder
[PATCH 7/7] libceph: activate message data assignment checks
,
Alex Elder
Re: [PATCH 0/7, v2] libceph: abstract message data information
,
Alex Elder
Re: [PATCH 0/7, v2] libceph: abstract message data information
,
Josh Durgin
[PATCH 0/8] libceph: miscellaneous cleanups
,
Alex Elder
[PATCH 1/8] libceph: define CEPH_MSG_MAX_MIDDLE_LEN
,
Alex Elder
[PATCH 2/8] libceph: minor byte order problems in
,
Alex Elder
[PATCH 3/8] libceph: change type of ceph_tcp_sendpage() "more"
,
Alex Elder
[PATCH 4/8] libceph: kill args in read_partial_message_bio()
,
Alex Elder
[PATCH 5/8] libceph: define and use in_msg_pos_next()
,
Alex Elder
Re: [PATCH 5/8] libceph: define and use in_msg_pos_next()
,
Josh Durgin
Re: [PATCH 5/8] libceph: define and use in_msg_pos_next()
,
Alex Elder
Re: [PATCH 5/8] libceph: define and use in_msg_pos_next()
,
Josh Durgin
[PATCH 6/8] libceph: advance pagelist with list_rotate_left()
,
Alex Elder
[PATCH 7/8] libceph: simplify new message initialization
,
Alex Elder
[PATCH 8/8] libceph: record byte count not page count
,
Alex Elder
Re: [PATCH 0/8] libceph: miscellaneous cleanups
,
Alex Elder
Re: [PATCH 0/8] libceph: miscellaneous cleanups
,
Josh Durgin
Re: [ceph-users] [solved] Changing CRUSH rule on a running cluster
,
Olivier Bonvalet
changes to rados command
,
Andrew Hume
Re: changes to rados command
,
Greg Farnum
Message not available
Re: changes to rados command
,
Greg Farnum
Is linux 3.8.2 up to date with all ceph patches?
,
Nick Bartos
Re: Is linux 3.8.2 up to date with all ceph patches?
,
Sage Weil
Re: Is linux 3.8.2 up to date with all ceph patches?
,
Alex Elder
[PATCH 2/2] fs: fix dentry_lru_prune()
,
Yan, Zheng
Re: [PATCH 2/2] fs: fix dentry_lru_prune()
,
Dave Chinner
Re: [PATCH 2/2] fs: fix dentry_lru_prune()
,
Yan, Zheng
Re: [PATCH 2/2] fs: fix dentry_lru_prune()
,
Dave Chinner
Re: [PATCH 2/2] fs: fix dentry_lru_prune()
,
Yan, Zheng
Re: [PATCH 2/2] fs: fix dentry_lru_prune()
,
Dave Chinner
[PATCH 1/2] ceph: increase i_release_count when clear I_COMPLETE flag
,
Yan, Zheng
Re: [PATCH 1/2] ceph: increase i_release_count when clear I_COMPLETE flag
,
Greg Farnum
Re: [PATCH 1/2] ceph: increase i_release_count when clear I_COMPLETE flag
,
Yan, Zheng
librbd bug?
,
Wolfgang Hennerbichler
Re: librbd bug?
,
Sage Weil
Re: librbd bug?
,
Dan Mick
Re: librbd bug?
,
Sage Weil
MDS running at 100% CPU, no clients
,
Noah Watkins
Re: MDS running at 100% CPU, no clients
,
Noah Watkins
Re: MDS running at 100% CPU, no clients
,
Noah Watkins
Re: MDS running at 100% CPU, no clients
,
Greg Farnum
Re: MDS running at 100% CPU, no clients
,
Noah Watkins
[PATCH] libceph: fix decoding of pgids
,
Sage Weil
Re: [PATCH] libceph: fix decoding of pgids
,
Yehuda Sadeh
Re: [PATCH] libceph: fix decoding of pgids
,
Sage Weil
Mutiple network port for a single osd
,
Alex Sla
Re: Mutiple network port for a single osd
,
Sam Lang
Usable Space
,
Patrick McGarry
Re: Usable Space
,
Sylvain Munaut
Re: Usable Space
,
Dan Mick
"ceph -v" doesn't work
,
Olivier Bonvalet
stuff for v0.56.4
,
Sage Weil
Re: stuff for v0.56.4
,
Wido den Hollander
Re: stuff for v0.56.4
,
Travis Rhoden
Re: stuff for v0.56.4
,
Yehuda Sadeh
Re: stuff for v0.56.4
,
Bryan K. Wright
Re: stuff for v0.56.4
,
Sage Weil
Estimating OSD memory requirements (was Re: stuff for v0.56.4)
,
Bryan K. Wright
Re: Estimating OSD memory requirements (was Re: stuff for v0.56.4)
,
Greg Farnum
Re: Estimating OSD memory requirements (was Re: stuff for v0.56.4)
,
Jim Schutt
Using different storage types on same osd hosts?
,
Stefan Priebe
Re: [ceph-users] Using different storage types on same osd hosts?
,
Martin B Nielsen
Re: [ceph-users] Using different storage types on same osd hosts?
,
Stefan Priebe
v0.58 released
,
Sage Weil
Message not available
Re: v0.58 released
,
Sage Weil
CephFS First product release discussion
,
Greg Farnum
Re: CephFS First product release discussion
,
Wido den Hollander
Re: CephFS First product release discussion
,
Greg Farnum
Re: CephFS First product release discussion
,
Sage Weil
Re: CephFS First product release discussion
,
Wido den Hollander
Re: CephFS First product release discussion
,
Jim Schutt
Re: CephFS First product release discussion
,
Sage Weil
Re: CephFS First product release discussion
,
Wido den Hollander
[Linux USB Devel]
[Video for Linux]
[Site Home]
[Free Online Dating]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Forum]
[Video Software]