CEPH filesystem development
 help / color / mirror / Atom feed
 messages from 2020-01-28 13:04:39 to 2020-02-13 16:00:04 UTC [more...]

[PATCH] ceph: cache: Replace zero-length array with flexible-array member
 2020-02-13 16:00 UTC 

[PATCH v4 0/9] ceph: add support for asynchronous directory operations
 2020-02-13 15:09 UTC  (21+ messages)
` [PATCH v4 1/9] ceph: add flag to designate that a request is asynchronous
` [PATCH v4 2/9] ceph: perform asynchronous unlink if we have sufficient caps
` [PATCH v4 3/9] ceph: make ceph_fill_inode non-static
` [PATCH v4 4/9] ceph: make __take_cap_refs non-static
` [PATCH v4 5/9] ceph: decode interval_sets for delegated inos
` [PATCH v4 6/9] ceph: add infrastructure for waiting for async create to complete
` [PATCH v4 7/9] ceph: add new MDS req field to hold delegated inode number
` [PATCH v4 8/9] ceph: cache layout in parent dir on first sync create
` [PATCH v4 9/9] ceph: attempt to do async create when possible

Did you my email?
 2020-02-13  9:10 UTC 

[PATCH] ceph: fs add reconfiguring superblock parameters support
 2020-02-13  1:48 UTC  (8+ messages)

Readiness for 14.2.8 ?
 2020-02-12 19:52 UTC  (2+ messages)

[RFC PATCH] ceph: fix description of some mount options
 2020-02-12 10:59 UTC  (3+ messages)

[PATCH] ceph: remove CEPH_MOUNT_OPT_FSCACHE flag
 2020-02-12 10:46 UTC  (3+ messages)

[PATCH v6 0/9] ceph: add perf metrics support
 2020-02-12  8:38 UTC  (15+ messages)
` [PATCH v6 1/9] ceph: add global dentry lease metric support
` [PATCH v6 2/9] ceph: add caps perf metric for each session
` [PATCH v6 3/9] ceph: add global read latency metric support
` [PATCH v6 4/9] ceph: add global write "
` [PATCH v6 5/9] ceph: add global metadata perf "
` [PATCH v6 6/9] ceph: periodically send perf metrics to ceph
` [PATCH v6 7/9] ceph: add CEPH_DEFINE_RW_FUNC helper support
` [PATCH v6 8/9] ceph: add reset metrics support
` [PATCH v6 9/9] ceph: send client provided metric flags in client metadata

J’espère que vous allez bien
 2020-02-12  0:15 UTC 

[PATCH v2] ceph: check if file lock exists before sending unlock request
 2020-02-11 17:46 UTC  (2+ messages)

[PATCH v2] ceph: fix posix acl couldn't be settable
 2020-02-11 12:07 UTC  (3+ messages)

[PATCH] ceph: canonicalize server path in place
 2020-02-11 12:06 UTC  (2+ messages)

[PATCH] ceph: check if file lock exists before sending unlock request
 2020-02-11 12:04 UTC  (2+ messages)

[PATCH] ceph: fix copy_file_range error path in short copies
 2020-02-11 11:04 UTC  (8+ messages)
    ` [PATCH v2] "

[PATCH] ceph: fix allocation under spinlock in mount option parsing
 2020-02-11  9:15 UTC  (3+ messages)

[PATCH] ceph: fix posix acl couldn't be settable
 2020-02-11  1:09 UTC  (4+ messages)

LETTER OF INQUIRY
 2020-02-07 20:17 UTC 

KASAN: slab-out-of-bounds Read in suffix_kstrtoint
 2020-02-07  5:07 UTC  (2+ messages)

[PATCH resend v5 0/11] ceph: add perf metrics support
 2020-02-07  0:37 UTC  (31+ messages)
` [PATCH resend v5 01/11] ceph: add global dentry lease metric support
` [PATCH resend v5 02/11] ceph: add caps perf metric for each session
` [PATCH resend v5 03/11] ceph: move ceph_osdc_{read,write}pages to ceph.ko
` [PATCH resend v5 04/11] ceph: add r_end_stamp for the osdc request
` [PATCH resend v5 05/11] ceph: add global read latency metric support
` [PATCH resend v5 06/11] ceph: add global write "
` [PATCH resend v5 07/11] ceph: add global metadata perf "
` [PATCH resend v5 08/11] ceph: periodically send perf metrics to MDS
` [PATCH resend v5 09/11] ceph: add CEPH_DEFINE_RW_FUNC helper support
` [PATCH resend v5 10/11] ceph: add reset metrics support
` [PATCH resend v5 11/11] ceph: send client provided metric flags in client metadata

[GIT PULL] Ceph updates for 5.6-rc1
 2020-02-06 12:30 UTC  (2+ messages)

[RFC PATCH] ceph: serialize the direct writes when couldn't submit in a single req
 2020-02-06  2:51 UTC  (4+ messages)

[PATCH v3 0/1] parallel 'copy-from' Ops in copy_file_range
 2020-02-05 19:41 UTC  (14+ messages)
` [PATCH v3 1/1] ceph: parallelize all copy-from requests "

[PATCH] ceph: don't ClearPageChecked in ceph_invalidatepage
 2020-02-04 17:52 UTC 

Cephalocon Seoul is canceled
 2020-02-04 17:24 UTC 

[RFC PATCH v2] ceph: do not execute direct write in parallel if O_APPEND is specified
 2020-02-04 14:44 UTC  (3+ messages)

[PATCH 00/15] rbd: switch to blk-mq
 2020-02-04  7:05 UTC  (25+ messages)
` [PATCH 01/15] rbd: lock object request list
` [PATCH 02/15] rbd: use READ_ONCE() when checking the mapping size
` [PATCH 03/15] rbd: reorder rbd_img_advance()
` [PATCH 04/15] rbd: reorder switch statement in rbd_advance_read()
` [PATCH 05/15] rbd: reorder switch statement in rbd_advance_write()
` [PATCH 06/15] rbd: add 'done' state for rbd_obj_advance_copyup()
` [PATCH 07/15] rbd: use callback for image request completion
` [PATCH 08/15] rbd: add debugging statements for the state machine
` [PATCH 09/15] rbd: count pending object requests in-line
` [PATCH 10/15] rbd: kill 'work_result'
` [PATCH 11/15] rbd: drop state_mutex in __rbd_img_handle_request()
` [PATCH 12/15] rbd: kill img_request kref
` [PATCH 13/15] rbd: schedule image_request after preparation
` [PATCH 14/15] rbd: embed image request as blk_mq request payload
` [PATCH 15/15] rbd: switch to blk-mq

v14.2.7 Nautilus released
 2020-02-03 12:31 UTC 

v12.2.13 Luminous released
 2020-02-03 12:26 UTC 

[RFC PATCH] ceph: fix the debug message for calc_layout
 2020-02-03 10:46 UTC  (3+ messages)

[RFC PATCH] ceph: do not direct write executes in parallel if O_APPEND is set
 2020-02-03  9:14 UTC  (3+ messages)

v14.2.7 Nautilus released
 2020-01-31 21:49 UTC 

[PATCH] rbd: lock object request list
 2020-01-31 18:55 UTC  (6+ messages)

[PATCH] ceph: fix the comment for ceph_start_io_direct
 2020-01-31  7:27 UTC 

Some tasks got to hang_task that would be due to RBD driver
 2020-01-30 22:31 UTC  (4+ messages)

[PATCH v2 0/1] parallel 'copy-from' Ops in copy_file_range
 2020-01-30 16:31 UTC  (6+ messages)
` [PATCH 1/1] ceph: parallelize all copy-from requests "

[PATCH] rbd: optimize barrier usage for Rmw atomic bitops
 2020-01-30 15:02 UTC  (3+ messages)

[PATCH] rbd: remove barriers from img_request_layered_{set,clear,test}()
 2020-01-30 13:31 UTC 

[PATCH] libceph: drop CEPH_DEFINE_SHOW_FUNC
 2020-01-29 15:22 UTC  (2+ messages)

Did you finally authorized Mrs. Elizabeth Bungalows to receive your transfer $99.8 million US dollars from the World Bank NY?
 2020-01-29 13:04 UTC 

[PATCH v5 0/10] ceph: add perf metrics support
 2020-01-29  8:23 UTC  (4+ messages)
` [PATCH v5 01/10] ceph: add caps perf metric for each session

[RFC PATCH 0/3] parallel 'copy-from' Ops in copy_file_range
 2020-01-28 17:15 UTC  (4+ messages)


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