CEPH filesystem development
 help / color / mirror / Atom feed
 messages from 2016-12-13 21:25:20 to 2016-12-20 21:39:01 UTC [more...]

[PATCH 0/9 v2] scope GFP_NOFS api
 2016-12-20 21:39 UTC  (31+ messages)
` [PATCH 1/9] lockdep: allow to disable reclaim lockup detection
` [PATCH 2/9] xfs: introduce and use KM_NOLOCKDEP to silence reclaim lockdep false positives
  ` [PATCH 2/9 v2] "
` [PATCH 3/9] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/9] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/9] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
    ` [PATCH 5/9 v2] "
` [PATCH 6/9] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 7/9] jbd2: make the whole kjournald2 kthread NOFS safe
` [PATCH 8/9] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [PATCH 9/9] Revert "ext4: fix wrong gfp type under transaction"
` [DEBUG PATCH 0/2] debug explicit GFP_NO{FS,IO} usage from the scope context
  ` [DEBUG PATCH 1/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context
  ` [DEBUG PATCH 2/2] silent warnings which we cannot do anything about

Bug in mempool::map?
 2016-12-20 21:29 UTC  (11+ messages)

tracker.ceph.com
 2016-12-20 19:24 UTC  (7+ messages)
              ` [ceph-users] tracker.ceph.com

OSD rebind connects to ports of other OSDs
 2016-12-20 18:48 UTC  (11+ messages)

Feeding pool utilization data to time series for trending
 2016-12-20 11:43 UTC  (5+ messages)

Status of static analysis
 2016-12-20  2:58 UTC  (3+ messages)

Computation in the storage
 2016-12-20  1:19 UTC  (11+ messages)

Fwd: Build failed in Jenkins: ceph-master #94
 2016-12-19 17:07 UTC  (5+ messages)

BlueStore in-memory Onode footprint
 2016-12-19 16:16 UTC  (11+ messages)

ceph branch status
 2016-12-19 16:00 UTC 

Jewel + kernel 4.4 Massive performance regression (-50%)
 2016-12-19 15:17 UTC  (3+ messages)

question about cache-tier tool
 2016-12-19 12:25 UTC 

Bluestore performance bottleneck
 2016-12-17 14:32 UTC  (2+ messages)

CentOS Storage SIG
 2016-12-16 23:55 UTC 

[GIT PULL] Ceph updates for 4.10-rc1
 2016-12-16 18:14 UTC 

the question of way to modify bucket metadata
 2016-12-16 16:34 UTC  (2+ messages)

Snapshots of consistency groups
 2016-12-16 14:53 UTC  (34+ messages)

Ceph connections with TLS
 2016-12-16 14:37 UTC  (7+ messages)

Re : Performance issues on Jewel 10.2.2
 2016-12-16  9:37 UTC 

New Defects reported by Coverity Scan for ceph
 2016-12-16  8:54 UTC 

Consistency problem with multiple rgws
 2016-12-16  7:36 UTC  (2+ messages)

Fw:Re:Re:Re: Question about write op processing of OSD
 2016-12-16  4:29 UTC 

Question about write op processing of OSD
 2016-12-16  4:28 UTC  (4+ messages)
  `  "
    `  "

Bluestore performance bottleneck
 2016-12-16  3:30 UTC 

how to use teuthology-suite in the new world
 2016-12-15 22:32 UTC  (11+ messages)
` [sepia] "

Metadata vs UserData caching in BlueStore
 2016-12-15 19:12 UTC 

Metadata vs UserData caching in BlueStore
 2016-12-15 18:12 UTC  (7+ messages)

rgw multi-tenancy and bucket linking
 2016-12-15 17:20 UTC  (2+ messages)

Suggestion for deduplication
 2016-12-15 15:43 UTC  (5+ messages)

[PATCH v4 0/5] ceph: clean up some unsafe dentry->d_parent accesses
 2016-12-15 13:35 UTC  (7+ messages)
` [PATCH v4 1/5] ceph: clean up unsafe d_parent access in __choose_mds
` [PATCH v4 2/5] ceph: clean up unsafe d_parent accesses in build_dentry_path
` [PATCH v4 3/5] ceph: pass parent dir ino info to build_dentry_path
` [PATCH v4 4/5] ceph: fix unsafe dcache access in ceph_encode_dentry_release
` [PATCH v4 5/5] ceph: pass parent inode info to ceph_encode_dentry_release if we have it

[PATCH v3 0/5] ceph: clean up some unsafe dentry->d_parent accesses
 2016-12-15 11:30 UTC  (9+ messages)
` [PATCH v3 1/5] ceph: clean up unsafe d_parent access in __choose_mds
` [PATCH v3 2/5] ceph: clean up unsafe d_parent accesses in build_dentry_path
` [PATCH v3 3/5] ceph: pass parent dir ino info to build_dentry_path
` [PATCH v3 4/5] ceph: fix unsafe dcache access in ceph_encode_dentry_release
` [PATCH v3 5/5] ceph: pass parent inode info to ceph_encode_dentry_release if we have it

Hello Beautiful
 2016-12-15  8:53 UTC 

[PATCH] libceph: wake up sync waiter when unregistering request
 2016-12-15  7:58 UTC  (11+ messages)

use ceph-ci.git to get repositories out of dev branches
 2016-12-14 21:00 UTC  (6+ messages)

A way to reduce BlueStore KV traffic
 2016-12-14 15:14 UTC  (6+ messages)

how to delete a zone in rgw?
 2016-12-14 14:56 UTC  (3+ messages)

kraken rc is out, and kraken is branched!
 2016-12-14 14:43 UTC  (3+ messages)

Performance issues on Jewel 10.2.2
 2016-12-14 14:33 UTC 

Cinder doesn't work with the current rados python bindings
 2016-12-14 14:19 UTC  (10+ messages)

[PATCH 0/3] ceph: clean up some unsafe dentry->d_parent accesses
 2016-12-14 13:21 UTC  (6+ messages)
` [PATCH 1/3] ceph: clean up unsafe d_parent access in __choose_mds
  ` [PATCH v2] "

How to release Hammer osd RAM when compiled with jemalloc
 2016-12-14  3:32 UTC  (5+ messages)

Is Hammer end of life now?
 2016-12-14  1:45 UTC  (7+ messages)

question about backfill on erasure pool
 2016-12-14  1:37 UTC  (5+ messages)

Bluestore with ZS
 2016-12-13 21:57 UTC  (7+ messages)


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