ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-16 11:05:08 to 2021-03-18 11:37:13 UTC [more...]

rgw: Is rgw_sync_lease_period=120s set small?
 2021-03-18 11:35 UTC 

[PATCH v4 00/28] Network fs helper library & fscache kiocb API
 2021-03-17 10:53 UTC  (38+ messages)
` [PATCH v4 01/28] iov_iter: Add ITER_XARRAY
` [PATCH v4 02/28] mm: Add an unlock function for PG_private_2/PG_fscache
` [PATCH v4 03/28] mm: Implement readahead_control pageset expansion
` [PATCH v4 04/28] netfs: Make a netfs helper module
` [PATCH v4 05/28] netfs: Documentation for helper library
` [PATCH v4 06/28] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH v4 07/28] netfs, mm: Add unlock_page_fscache() and wait_on_page_fscache()
` [PATCH v4 08/28] netfs: Provide readahead and readpage netfs helpers
` [PATCH v4 09/28] netfs: Add tracepoints
` [PATCH v4 10/28] netfs: Gather stats
` [PATCH v4 11/28] netfs: Add write_begin helper
` [PATCH v4 12/28] netfs: Define an interface to talk to a cache
` [PATCH v4 13/28] netfs: Hold a ref on a page when PG_private_2 is set
` [PATCH v4 14/28] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v4 15/28] afs: Disable use of the fscache I/O routines
` [PATCH v4 16/28] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v4 17/28] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v4 18/28] afs: Move key to afs_read struct
` [PATCH v4 19/28] afs: Don't truncate iter during data fetch
` [PATCH v4 20/28] afs: Log remote unmarshalling errors
` [PATCH v4 21/28] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v4 22/28] afs: Use ITER_XARRAY for writing
` [PATCH v4 23/28] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v4 24/28] afs: Extract writeback extension into its own function
` [PATCH v4 25/28] afs: Prepare for use of THPs
` [PATCH v4 26/28] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v4 27/28] afs: Use new fscache read helper API
` [PATCH v4 28/28] afs: Use the fscache_write_begin() helper

In the ceph multisite master-zone, read ,write,delete objects, and the master-zone has data remaining
 2021-03-17  6:33 UTC  (3+ messages)

[PATCH v2] ceph: don't use d_add in ceph_handle_snapdir
 2021-03-16 20:39 UTC 

[PATCH 0/2] ceph: snapdir dentry handling fixes
 2021-03-15 18:07 UTC  (3+ messages)
` [PATCH 1/2] ceph: don't clobber i_snap_caps on non-I_NEW inode
` [PATCH 2/2] ceph: don't use d_add in ceph_handle_snapdir

fscrypt and file truncation on cephfs
 2021-03-12 23:36 UTC  (8+ messages)

ceph-client/testing branch rebased
 2021-03-12 16:05 UTC  (4+ messages)

fscache: Redesigning the on-disk cache
 2021-03-09 11:27 UTC  (13+ messages)
` fscache: Redesigning the on-disk cache - LRU handling
  ` Metadata writtenback notification? -- was Re: fscache: Redesigning the on-disk cache

[PATCH RESEND][next] ceph: Fix fall-through warnings for Clang
 2021-03-05 14:07 UTC  (2+ messages)

Хочу предложить интересные схему по перевозке
 2021-03-04 22:15 UTC 

[PATCH v2] vfs: prevent copy_file_range to copy across devices
 2021-03-04 23:50 UTC  (86+ messages)
                                  ` [PATCH v3] vfs: fix copy_file_range regression in cross-fs copies
            ` [PATCH v4] "
                ` [PATCH v5] "
                      ` [PATCH v6] "
                          ` [PATCH v7] "
                            ` [PATCH v8] "
                              ` [PATCH] copy_file_range.2: Kernel v5.12 updates
                                        ` [RFC v2] copy_file_range.2: Update cross-filesystem support for 5.12
                                ` [RFC v3] "
                                ` [RFC v4] "

[PATCH 03/33] mm: Implement readahead_control pageset expansion
 2021-02-24 15:51 UTC  (34+ messages)
` [PATCH 00/33] Network fs helper library & fscache kiocb API [ver #3]
  ` [PATCH 04/33] vfs: Export rw_verify_area() for use by cachefiles
  ` [PATCH 14/33] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
  ` [PATCH 34/33] netfs: Use in_interrupt() not in_softirq()
      ` [PATCH 34/33] netfs: Pass flag rather than use in_softirq()

[PATCH v3 0/6] ceph: convert to netfs helper library
 2021-02-24 11:05 UTC  (8+ messages)
` [PATCH v3 1/6] ceph: disable old fscache readpage handling
` [PATCH v3 2/6] ceph: rework PageFsCache handling
` [PATCH v3 3/6] ceph: fix fscache invalidation
` [PATCH v3 4/6] ceph: convert readpage to fscache read helper
` [PATCH v3 5/6] ceph: plug write_begin into "
` [PATCH v3 6/6] ceph: convert ceph_readpages to ceph_readahead

[GIT PULL] Ceph updates for 5.12-rc1
 2021-02-22 21:35 UTC  (2+ messages)

[PATCH v2 1/6] ceph: disable old fscache readpage handling
 2021-02-22 14:47 UTC  (12+ messages)
` [PATCH v2 2/6] ceph: rework PageFsCache handling
` [PATCH v2 3/6] ceph: fix fscache invalidation
` [PATCH v2 4/6] ceph: convert readpage to fscache read helper
` [PATCH v2 5/6] ceph: plug write_begin into "
` [PATCH v2 6/6] ceph: convert ceph_readpages to ceph_readahead

[PATCH] ceph: fix the inline data handling
 2021-02-22 14:23 UTC 

[PATCH] ceph: enable async dirops by default
 2021-02-17  2:41 UTC  (5+ messages)

cleanup updating the size of block devices v3
 2021-02-16 11:46 UTC  (4+ messages)
` [PATCH 12/78] dm: use set_capacity_and_notify

[PATCH 14/33] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
 2021-02-16 10:49 UTC 

[PATCH 04/33] vfs: Export rw_verify_area() for use by cachefiles
 2021-02-16 10:26 UTC 

[PATCH 00/33] Network fs helper library & fscache kiocb API [ver #3]
 2021-02-16  5:18 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).