ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-22 19:01:50 to 2021-11-05 09:35:43 UTC [more...]

[PATCH] ceph: fix incorrectly decoding the mdsmap bug
 2021-11-05  9:34 UTC 

[PATCH v5 0/8] ceph: size handling for the fscrypt
 2021-11-05  0:50 UTC  (13+ messages)
` [PATCH v5 1/8] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [PATCH v5 2/8] ceph: size handling for encrypted inodes in cap updates
` [PATCH v5 3/8] ceph: fscrypt_file field handling in MClientRequest messages
` [PATCH v5 4/8] ceph: get file size from fscrypt_file when present in inode traces
` [PATCH v5 5/8] ceph: handle fscrypt fields in cap messages from MDS
` [PATCH v5 6/8] ceph: add __ceph_get_caps helper support
` [PATCH v5 7/8] ceph: add __ceph_sync_read "
` [PATCH v5 8/8] ceph: add truncate size handling support for fscrypt

[PATCH v2 0/2] ceph: metrics for remote object copies
 2021-11-04 15:37 UTC  (5+ messages)
` [PATCH v2 1/2] ceph: libceph: move ceph_osdc_copy_from() into cephfs code
` [PATCH v2 2/2] ceph: add a new metric to keep track of remote object copies

[PATCH v3 0/6] netfs, 9p, afs, ceph: Support folios, at least partially
 2021-11-04 14:32 UTC  (14+ messages)
` [PATCH v3 1/6] afs: Sort out symlink reading
` [PATCH v3 2/6] 9p: Convert to using the netfs helper lib to do reads and caching
` [PATCH v3 3/6] folio: Add a function to change the private data attached to a folio
` [PATCH v3 4/6] folio: Add a function to get the host inode for "
` [PATCH v3 5/6] netfs, 9p, afs, ceph: Use folios
  ` [PATCH] folio: Add replacements for page_endio()
` [PATCH v3 6/6] afs: Use folios in directory handling

[PATCH] ceph: clean-up metrics data structures to reduce code duplication
 2021-11-04 13:12 UTC  (5+ messages)

[PATCH v6 0/9] ceph: size handling for the fscrypt
 2021-11-04 10:45 UTC  (13+ messages)
` [PATCH v6 1/9] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [PATCH v6 2/9] ceph: size handling for encrypted inodes in cap updates
` [PATCH v6 3/9] ceph: fscrypt_file field handling in MClientRequest messages
` [PATCH v6 4/9] ceph: get file size from fscrypt_file when present in inode traces
` [PATCH v6 5/9] ceph: handle fscrypt fields in cap messages from MDS
` [PATCH v6 6/9] ceph: add __ceph_get_caps helper support
` [PATCH v6 7/9] ceph: add __ceph_sync_read "
` [PATCH v6 8/9] ceph: add object version support for sync read
` [PATCH v6 9/9] ceph: add truncate size handling support for fscrypt

[PATCH v2] ceph: properly handle statfs on multifs setups
 2021-11-04  5:35 UTC  (4+ messages)

[PATCH 0/2] ceph: metrics for remote object copies
 2021-11-03 14:32 UTC  (5+ messages)
` [PATCH 1/2] libceph: have ceph_osdc_copy_from() return the osd request
` [PATCH 2/2] ceph: add a new metric to keep track of remote object copies

[PATCH v5 0/1] ceph: add sysfs entries signifying new mount syntax support
 2021-11-03 10:33 UTC  (3+ messages)
` [PATCH v5 1/1] ceph: mount syntax module parameter

[PATCH v4 0/4] ceph: size handling for the fscrypt
 2021-11-02 12:13 UTC  (13+ messages)
` [PATCH v4 1/4] Revert "ceph: make client zero partial trailing block on truncate"
` [PATCH v4 2/4] ceph: add __ceph_get_caps helper support
` [PATCH v4 3/4] ceph: add __ceph_sync_read "
` [PATCH v4 4/4] ceph: add truncate size handling support for fscrypt

[PATCH v4] ceph: return the real size read when we it hits EOF
 2021-11-02  1:00 UTC  (3+ messages)

[PATCH v3 0/4] ceph: size handling for the fscrypt
 2021-10-31  8:56 UTC  (19+ messages)
` [PATCH v3 1/4] ceph: add __ceph_get_caps helper support
` [PATCH v3 2/4] ceph: add __ceph_sync_read "
` [PATCH v3 3/4] ceph: return the real size readed when hit EOF
` [PATCH v3 4/4] ceph: add truncate size handling support for fscrypt

[PATCH v4 00/10] fscache: Replace and remove old I/O API
 2021-10-29 18:51 UTC  (15+ messages)
` [PATCH v4 01/10] fscache: Generalise the ->begin_read_operation method
` [PATCH v4 02/10] fscache: Fix fscache_cookie_enabled() to handle NULL cookie
` [PATCH v4 03/10] cachefiles: Always indicate we should fill a post-EOF page with zeros
` [PATCH v4 04/10] fscache: Implement a fallback I/O interface to replace the old API
` [PATCH v4 05/10] nfs: Move to using the alternate fallback fscache I/O API
` [PATCH v4 06/10] 9p: Convert to using the netfs helper lib to do reads and caching
` [PATCH v4 07/10] cifs: Move to using the alternate fallback fscache I/O API
` [PATCH v4 08/10] fscache: Remove the old "
` [PATCH v4 09/10] fscache: Remove stats that are no longer used
` [PATCH v4 10/10] fscache: Update the documentation to reflect I/O API changes

[PATCH v3 07/10] cifs: (untested) Move to using the alternate fallback fscache I/O API
 2021-10-29 14:02 UTC  (3+ messages)
` [PATCH v3 00/10] fscache: Replace and remove old "

[RFC PATCH v3] ceph: ceph: add remote object copies to fs client metrics
 2021-10-28 14:38 UTC  (6+ messages)

[RFC PATCH] ceph: add a "client_shutdown" fault-injection file to debugfs
 2021-10-28 10:29 UTC  (3+ messages)

[PATCH v3 0/4] ceph: size handling for the fscrypt
 2021-10-28  9:21 UTC 

[PATCH v2 0/4] ceph: size handling for the fscrypt
 2021-10-27 23:23 UTC  (14+ messages)
` [PATCH v2 3/4] ceph: return the real size readed when hit EOF
` [PATCH v2 4/4] ceph: add truncate size handling support for fscrypt

[RFC PATCH] ceph: add remote object copy counter to fs client
 2021-10-27 12:00 UTC  (18+ messages)
                    ` [PATCH] ceph: split 'metric' debugfs file into several files

[RFC PATCH v2] ceph: add remote object copy counter to fs client metrics
 2021-10-26 12:22 UTC  (2+ messages)

[PATCH 0/2] ceph: conversion to fscache API rewrite
 2021-10-25 13:24 UTC  (3+ messages)
` [PATCH 1/2] ceph: conversion to new fscache API
` [PATCH 2/2] ceph: add fscache writeback support

[PATCH v2 00/53] fscache: Rewrite index API and management system
 2021-10-22 20:24 UTC  (50+ messages)
` [PATCH v2 09/53] fscache: Implement cache registration
` [PATCH v2 10/53] fscache: Implement volume registration
` [PATCH v2 11/53] fscache: Implement cookie registration
` [PATCH v2 12/53] fscache: Implement cache-level access helpers
` [PATCH v2 13/53] fscache: Implement volume-level "
` [PATCH v2 14/53] fscache: Implement cookie-level "
` [PATCH v2 15/53] fscache: Implement functions add/remove a cache
` [PATCH v2 16/53] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v2 17/53] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v2 18/53] fscache: Implement simple cookie state machine
` [PATCH v2 19/53] fscache: Implement cookie user counting and resource pinning
` [PATCH v2 20/53] fscache: Implement cookie invalidation
` [PATCH v2 21/53] fscache: Provide a means to begin an operation
` [PATCH v2 22/53] fscache: Provide read/write stat counters for the cache
` [PATCH v2 23/53] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v2 24/53] fscache: Implement I/O interface
` [PATCH v2 25/53] fscache: Provide fallback I/O functions
` [PATCH v2 26/53] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH v2 27/53] fscache: Provide a function to note the release of a page
` [PATCH v2 28/53] fscache: Provide a function to resize a cookie
` [PATCH v2 29/53] cachefiles: Introduce new driver
` [PATCH v2 30/53] cachefiles: Add some error injection support
` [PATCH v2 31/53] cachefiles: Define structs
` [PATCH v2 32/53] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v2 33/53] cachefiles: Add I/O error reporting macros
` [PATCH v2 34/53] cachefiles: Provide a function to check how much space there is
` [PATCH v2 35/53] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v2 36/53] cachefiles: Implement daemon UAPI and cache registration
` [PATCH v2 37/53] cachefiles: Implement volume support
` [PATCH v2 38/53] cachefiles: Implement data storage object handling
` [PATCH v2 39/53] cachefiles: Implement begin and end I/O
` [PATCH v2 40/53] cachefiles: Implement the I/O routines
` [PATCH v2 41/53] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH v2 42/53] afs: Fix afs_write_end() to handle len > page size
` [PATCH v2 43/53] afs: Make afs_write_begin() return the THP subpage
` [PATCH v2 44/53] afs: Convert afs to use the new fscache API
` [PATCH v2 45/53] afs: Copy local writes to the cache when writing to the server
` [PATCH v2 46/53] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v2 47/53] afs: Add synchronous O_DIRECT support
` [PATCH v2 48/53] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v2 49/53] 9p: Copy local writes to the cache when writing to the server
` [PATCH v2 50/53] nfs: Convert to new fscache volume/cookie API
` [PATCH v2 51/53] cifs: Support fscache indexing rewrite (untested)
` [PATCH v2 52/53] fscache, cachefiles: Display stats of no-space events
` [PATCH v2 53/53] fscache, cachefiles: Display stat of culling events


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).