ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-16 07:44:48 to 2020-07-19 09:52:03 UTC [more...]

[PATCH 00/32] fscache: Rewrite 2: Make the I/O interface use kiocb/iov_iter
 2020-07-19  9:51 UTC  (35+ messages)
` [PATCH 01/32] iov_iter: Add ITER_MAPPING
` [PATCH 02/32] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/32] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 04/32] vfs: Provide S_CACHE_FILE inode flag
` [PATCH 05/32] mm: Provide lru_to_last_page() to get last of a page list
` [PATCH 06/32] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag
` [PATCH 07/32] fscache: Provide a simple thread pool for running ops asynchronously
` [PATCH 08/32] fscache: Replace the object management state machine
` [PATCH 09/32] fscache: Rewrite the I/O API based on iov_iter
` [PATCH 10/32] fscache: Remove fscache_wait_on_invalidate()
` [PATCH 11/32] fscache: Keep track of size of a file last set independently on the server
` [PATCH 12/32] fscache, cachefiles: Fix disabled histogram warnings
` [PATCH 13/32] fscache: Recast assertion in terms of cookie not being an index
` [PATCH 14/32] cachefiles: Remove some redundant checks on unsigned values
` [PATCH 15/32] cachefiles: trace: Log coherency checks
` [PATCH 17/32] cachefiles: Implement new fscache I/O backend API
` [PATCH 18/32] cachefiles: Merge object->backer into object->dentry
` [PATCH 19/32] cachefiles: Implement a content-present indicator and bitmap
` [PATCH 20/32] cachefiles: Implement extent shaper
` [PATCH 21/32] cachefiles: Round the cachefile size up to DIO block size
` [PATCH 22/32] cachefiles: Implement read and write parts of new I/O API
` [PATCH 23/32] cachefiles: Add I/O tracepoints
` [PATCH 24/32] fscache: Add read helper
` [PATCH 25/32] fscache: Display cache-specific data in /proc/fs/fscache/objects
` [PATCH 26/32] fscache: Remove more obsolete stats
` [PATCH 27/32] fscache: New stats
` [PATCH 28/32] fscache, cachefiles: Rewrite invalidation
` [PATCH 29/32] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [PATCH 30/32] fscache: Provide resize operation
` [PATCH 31/32] fscache: Remove the update operation
  ` [PATCH 16/32] cachefiles: Split cachefiles_drop_object() up a bit
  ` [PATCH 32/32] cachefiles: Shape write requests

Crimson & Seastore
 2020-07-19  0:17 UTC  (2+ messages)

[PATCH] ceph: ceph_features.h: drop duplicated word in a comment
 2020-07-18 11:00 UTC  (2+ messages)

[PATCH] ceph: check the sesion state and return false in case it is closed
 2020-07-17 13:32 UTC  (3+ messages)

[PATCH v6 0/2] ceph: periodically send perf metrics to ceph
 2020-07-17 13:12 UTC  (10+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] ceph: send client provided metric flags in client metadata

multiple BLK-MQ queues for Ceph's RADOS Block Device (RBD) and CephFS
 2020-07-16 20:11 UTC  (4+ messages)
` [Ceph-qa] "

YUR URGENT RESPONSE IS NEEDED NOW
 2020-07-16  9:16 UTC 

[PATCH] libceph : client only want latest osdmap. If the gap with the latest version exceeds the threshold, mon will send the fullosdmap instead of incremental osdmap
 2020-07-14  1:58 UTC  (3+ messages)

[PATCH 00/13] fscache: Rewrite 3: Make AFS use it
 2020-07-13 16:39 UTC  (14+ messages)
` [PATCH 01/13] afs: Fix interruption of operations
` [PATCH 02/13] afs: Move key to afs_read struct
` [PATCH 03/13] afs: Don't truncate iter during data fetch
  ` [PATCH 04/13] afs: Log remote unmarshalling errors
` [PATCH 05/13] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 06/13] afs: Use ITER_MAPPING for writing
` [PATCH 07/13] afs: Interpose struct fscache_io_request into struct afs_read
` [PATCH 08/13] afs: Note the amount transferred in fetch-data delivery
` [PATCH 09/13] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 10/13] afs: Use new fscache I/O API
` [PATCH 11/13] afs: Copy local writes to the cache when writing to the server
` [PATCH 12/13] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [PATCH 13/13] afs: Add O_DIRECT read support

[PATCH 00/14] fscache: Rewrite 1: Disable and clean in preparation for rewrite
 2020-07-13 16:30 UTC  (15+ messages)
` [PATCH 01/14] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
` [PATCH 03/14] fscache: Add a cookie debug ID and use that in traces
  ` [PATCH 02/14] afs: Disable use of the fscache I/O routines
  ` [PATCH 04/14] fscache: Procfile to display cookies
  ` [PATCH 10/14] fscache: Remove fscache_attr_changed()
` [PATCH 05/14] fscache: Remove the old I/O API
` [PATCH 06/14] fscache: Remove the netfs data from the cookie
` [PATCH 07/14] fscache: Remove struct fscache_cookie_def
` [PATCH 08/14] fscache: Remove store_limit* from struct fscache_object
` [PATCH 09/14] fscache: Remove fscache_check_consistency()
` [PATCH 11/14] fscache: Remove obsolete stats
` [PATCH 12/14] fscache: Remove old I/O tracepoints
` [PATCH 13/14] fscache: Temporarily disable fscache_invalidate()
` [PATCH 14/14] fscache: Remove the I/O operation manager

Research and Industrial conferences for Ceph research results
 2020-07-12 19:10 UTC 

[PATCH] net : client only want latest osdmap. If the gap with the latest version exceeds the threshold, mon will send the fullosdmap instead of incremental osdmap
 2020-07-10  8:58 UTC  (2+ messages)

Covid 19 Wohltätigkeitsfonds
 2020-07-08  7:16 UTC 

[PATCH] Replace HTTP links with HTTPS ones: CEPH COMMON CODE (LIBCEPH)
 2020-07-08 11:25 UTC  (2+ messages)

[PATCH] fs: ceph: Remove unnecessary cast in kfree()
 2020-07-08 10:38 UTC  (2+ messages)

[PATCH 0/4] libceph/ceph: cleanups and move more into ceph.ko
 2020-07-08 10:18 UTC  (17+ messages)
` [PATCH 1/4] libceph: just have osd_req_op_init return a pointer
` [PATCH 2/4] libceph: refactor osdc request initialization
` [PATCH 3/4] libceph: rename __ceph_osdc_alloc_messages to ceph_osdc_alloc_num_messages
` [PATCH 4/4] libceph/ceph: move ceph_osdc_new_request into ceph.ko

[PATCH] ceph: do not access the kiocb after aio reqeusts
 2020-07-06 22:55 UTC  (3+ messages)

[PATCH] ceph: clean up and optimize ceph_check_delayed_caps
 2020-07-02  4:43 UTC  (2+ messages)

[PATCH 1/3] ceph: fix potential mdsc use-after-free crash
 2020-07-01 11:57 UTC  (5+ messages)

[PATCH v5 0/5] ceph: periodically send perf metrics to ceph
 2020-07-01  5:59 UTC  (12+ messages)
` [PATCH v5 1/5] ceph: add check_session_state helper and make it global
` [PATCH v5 2/5] ceph: add global total_caps to count the mdsc's total caps number
` [PATCH v5 3/5] ceph: periodically send perf metrics to ceph
` [PATCH v5 4/5] ceph: switch to WARN_ON_ONCE and bubble up errnos to the callers
` [PATCH v5 5/5] ceph: send client provided metric flags in client metadata

v15.2.4 Octopus released
 2020-07-01  1:06 UTC  (4+ messages)
    ` [ceph-users] "

Spende von 2.000.000,00 Euro
 2020-06-30 14:39 UTC 

Hello,
 2020-06-30 10:40 UTC 

[Possible Spam] Covid 19 Wohltätigkeitsfonds
 2020-06-30  7:45 UTC 

[PATCH v4 0/5] ceph: periodically send perf metrics to ceph
 2020-06-29 13:06 UTC  (8+ messages)
` [PATCH v4 1/5] ceph: add check_session_state helper and make it global
` [PATCH v4 2/5] ceph: add global total_caps to count the mdsc's total caps number
` [PATCH v4 3/5] ceph: periodically send perf metrics to ceph
` [PATCH v4 4/5] ceph: switch to WARN_ON_ONCE and bubble up errnos to the callers
` [PATCH v4 5/5] ceph: send client provided metric flags in client metadata

why cephfs kernel module does not support fallocate with default mode?
 2020-06-28  4:23 UTC 

(unknown)
 2020-06-27 21:58 UTC 

v14.2.10 Nautilus released
 2020-06-26 15:51 UTC 

[PATCH v3 0/4] ceph: periodically send perf metrics to ceph
 2020-06-24 12:31 UTC  (11+ messages)
` [PATCH v3 1/4] ceph: add check_session_state helper and make it global
` [PATCH v3 2/4] ceph: periodically send perf metrics to ceph
` [PATCH v3 3/4] ceph: switch to WARN_ON and bubble up errnos to the callers
` [PATCH v3 4/4] ceph: send client provided metric flags in client metadata

Hello
 2020-06-23 12:10 UTC 

Greetings From Mrs. Sarah Koffi
 2020-06-23 11:15 UTC 

URGENT REPLY
 2020-06-22 15:46 UTC 

[PATCH v2 0/5] ceph: periodically send perf metrics to ceph
 2020-06-22  1:19 UTC  (14+ messages)
` [PATCH v2 1/5] ceph: add check_session_state helper and make it global
` [PATCH v2 2/5] ceph: periodically send perf metrics to ceph
` [PATCH v2 3/5] ceph: check the METRIC_COLLECT feature before sending metrics
` [PATCH v2 4/5] ceph: switch to WARN_ON and bubble up errnos to the callers
` [PATCH v2 5/5] ceph: send client provided metric flags in client metadata

[GIT PULL] Ceph fixes for 5.8-rc2
 2020-06-19 19:30 UTC  (2+ messages)

Greetings Beloved in Christ,
 2020-06-18 19:09 UTC 

[PATCH AUTOSEL 5.4 216/266] ceph: don't return -ESTALE if there's still an open file
 2020-06-18  1:15 UTC 

[PATCH AUTOSEL 5.7 315/388] ceph: don't return -ESTALE if there's still an open file
 2020-06-18  1:06 UTC 

[PATCH 0/2] ceph: periodically send perf metrics to ceph
 2020-06-17  0:28 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ceph: send client provided metric flags in client metadata

[PATCH] libceph: move away from global osd_req_flags
 2020-06-16 14:00 UTC  (2+ messages)

[PATCH 0/3] libceph: target_copy() fixups
 2020-06-16 11:33 UTC  (3+ messages)
` [PATCH 2/3] libceph: don't omit used_replica in target_copy()

[PATCH] libceph: dump class and method names on method calls
 2020-06-16  8:04 UTC 


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).