ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-22 14:51:20 to 2021-05-22 12:15:49 UTC [more...]

[PATCH v2 0/2] ceph: send io size metrics to mds daemon
 2021-05-22 12:15 UTC  (10+ messages)
` [PATCH v2 1/2] ceph: simplify the metrics struct
` [PATCH v2 2/2] ceph: send the read/write io size metrics to mds

CephFS kclient gets stuck when getattr() on a certain file
 2021-05-21  5:00 UTC  (6+ messages)

[PATCH 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-19 10:57 UTC  (29+ messages)
` [PATCH 01/11] mm: Fix comments mentioning i_mutex
` [PATCH 02/11] documentation: Sync file_operations members with reality
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/11] ext4: Convert to use mapping->invalidate_lock
` [PATCH 05/11] ext2: Convert to using invalidate_lock
` [PATCH 06/11] xfs: Convert to use invalidate_lock
` [PATCH 07/11] zonefs: Convert to using invalidate_lock
` [PATCH 08/11] f2fs: "
` [PATCH 09/11] fuse: "
` [PATCH 10/11] ceph: Fix race between hole punch and page fault
` [PATCH 11/11] cifs: "

[PATCH] ceph: make ceph_queue_cap_snap static
 2021-05-19  0:52 UTC  (2+ messages)

[PATCH][next] ceph: Replace zero-length array with flexible array member
 2021-05-15 20:50 UTC  (3+ messages)

[PATCH] libceph: kill ceph_none_authorizer::reply_buf
 2021-05-15 10:36 UTC 

[PATCH -next] ceph: make symbol 'ceph_netfs_read_ops' static
 2021-05-14  8:53 UTC  (2+ messages)

[PATCH] netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual
 2021-05-13 15:14 UTC  (2+ messages)

[PATCH] netfs: Pass flags through to grab_cache_page_write_begin()
 2021-05-13 15:13 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 5/7] ceph: fix fscache invalidation
 2021-05-12 18:05 UTC 

[PATCH AUTOSEL 5.10 20/34] ceph: fix fscache invalidation
 2021-05-12 18:02 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 21/34] ceph: don't clobber i_snap_caps on non-I_NEW inode
` [PATCH AUTOSEL 5.10 22/34] ceph: don't allow access to MDS-private inodes

[PATCH AUTOSEL 5.4 15/23] ceph: fix fscache invalidation
 2021-05-12 18:03 UTC 

[PATCH AUTOSEL 4.19 12/18] ceph: fix fscache invalidation
 2021-05-12 18:04 UTC 

[PATCH AUTOSEL 4.14 08/12] ceph: fix fscache invalidation
 2021-05-12 18:05 UTC 

[PATCH AUTOSEL 5.11 21/35] ceph: fix fscache invalidation
 2021-05-12 18:01 UTC  (3+ messages)
` [PATCH AUTOSEL 5.11 22/35] ceph: don't clobber i_snap_caps on non-I_NEW inode
` [PATCH AUTOSEL 5.11 23/35] ceph: don't allow access to MDS-private inodes

[PATCH AUTOSEL 5.12 23/37] ceph: fix fscache invalidation
 2021-05-12 18:00 UTC  (3+ messages)
` [PATCH AUTOSEL 5.12 24/37] ceph: don't clobber i_snap_caps on non-I_NEW inode
` [PATCH AUTOSEL 5.12 25/37] ceph: don't allow access to MDS-private inodes

[PATCH 0/2] ceph: send io size metrics to mds daemon
 2021-05-12 12:35 UTC  (5+ messages)
` [PATCH 1/2] ceph: send the read/write io size metrics to mds
` [PATCH 2/2] ceph: simplify the metrics struct

[PATCH] copy_file_range.2: Update cross-filesystem support for 5.12
 2021-05-10 16:34 UTC  (4+ messages)

Ceph Kernel client bad performance for 5.4
 2021-05-10 13:30 UTC  (2+ messages)

ceph-mds infrastructure for fscrypt
 2021-05-07 17:15 UTC  (12+ messages)

[GIT PULL] Ceph updates for 5.13-rc1
 2021-05-07 12:25 UTC  (6+ messages)

[PATCH v2] ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
 2021-05-04 15:33 UTC 

[PATCH] ceph: remove bogus check for NULL mapping in ceph_set_page_dirty
 2021-05-04 14:53 UTC 

[PATCH] libceph: allow addrvecs with a single NONE/blank address
 2021-05-04 13:21 UTC  (2+ messages)

[ceph-users] [ Ceph MDS MON Config Variables ] Failover Delay issue
 2021-05-03 17:00 UTC  (3+ messages)
  ` [ceph-users] "

[PATCH v7] vfs: fix copy_file_range regression in cross-fs copies
 2021-05-03  8:54 UTC  (10+ messages)
` [PATCH v8] "

[PATCH v7 00/31] Network fs helper library & fscache kiocb API
 2021-04-29  8:43 UTC  (53+ messages)
` [PATCH v7 01/31] iov_iter: Add ITER_XARRAY
` [PATCH v7 02/31] mm: Add set/end/wait functions for PG_private_2
` [PATCH v7 03/31] mm/filemap: Pass the file_ra_state in the ractl
` [PATCH v7 04/31] fs: Document file_ra_state
` [PATCH v7 05/31] mm/readahead: Handle ractl nr_pages being modified
` [PATCH v7 06/31] mm: Implement readahead_control pageset expansion
` [PATCH v7 07/31] netfs: Make a netfs helper module
` [PATCH v7 08/31] netfs: Documentation for helper library
` [PATCH v7 09/31] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH v7 10/31] netfs, mm: Add set/end/wait_on_page_fscache() aliases
` [PATCH v7 11/31] netfs: Provide readahead and readpage netfs helpers
` [PATCH v7 12/31] netfs: Add tracepoints
` [PATCH v7 13/31] netfs: Gather stats
` [PATCH v7 14/31] netfs: Add write_begin helper
` [PATCH v7 15/31] netfs: Define an interface to talk to a cache
` [PATCH v7 16/31] netfs: Add a tracepoint to log failures that would be otherwise unseen
` [PATCH v7 17/31] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v7 18/31] afs: Disable use of the fscache I/O routines
` [PATCH v7 19/31] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v7 20/31] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v7 21/31] afs: Move key to afs_read struct
` [PATCH v7 22/31] afs: Don't truncate iter during data fetch
` [PATCH v7 23/31] afs: Log remote unmarshalling errors
` [PATCH v7 24/31] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v7 25/31] afs: Use ITER_XARRAY for writing
` [PATCH v7 26/31] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v7 27/31] afs: Extract writeback extension into its own function
` [PATCH v7 28/31] afs: Prepare for use of THPs
` [PATCH v7 29/31] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v7 30/31] afs: Use new netfs lib read helper API
` [PATCH v7 31/31] afs: Use the netfs_write_begin() helper
` [PATCH] iov_iter: Four fixes for ITER_XARRAY
` [PATCH] netfs: Miscellaneous fixes
  ` [PATCH v2] "

[PATCH v3 0/2] ceph: add IO size metric support
 2021-04-29  2:14 UTC  (6+ messages)
` [PATCH v3 1/2] ceph: update and rename __update_latency helper to __update_stdev
` [PATCH v3 2/2] ceph: add IO size metrics support

[PATCH v2 0/2] ceph: add IO size metric support
 2021-04-28  1:24 UTC  (7+ messages)
` [PATCH v2 1/2] ceph: update the __update_latency helper
` [PATCH v2 2/2] ceph: add IO size metrics support

[GIT PULL] Network fs helper library & fscache kiocb API
 2021-04-27 20:37 UTC  (5+ messages)
` [GIT PULL] afs: Preparation for fscache overhaul

[PATCH v3] libceph: add osd op counter metric support
 2021-04-27 18:42 UTC  (9+ messages)

[PATCH] libceph: don't set global_id until we get an auth ticket
 2021-04-27 16:07 UTC  (2+ messages)

[PATCH] libceph: bump CephXAuthenticate encoding version
 2021-04-27 16:07 UTC  (2+ messages)

[PATCH 0/12 v4] fs: Hole punch vs page cache filling races
 2021-04-26 15:46 UTC  (9+ messages)
` [PATCH 02/12] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 11/12] ceph: Fix race between hole punch and page fault

Kernel Panic: 0010:ceph_get_snapdir+0x77/0x80 (Ceph 15.2.10 - Proxmox Linux version 5.4.106-1-pve)
 2021-04-26 14:29 UTC  (4+ messages)

[v2] ceph: support getting ceph.dir.rsnaps vxattr
 2021-04-25  2:08 UTC  (3+ messages)

[PATCH v2] ceph: clamp length of an OSD read to rsize mount option
 2021-04-23 19:43 UTC 

[PATCH] ceph: clamp length of a read to CEPH_MSG_MAX_DATA_LEN
 2021-04-23 18:52 UTC 

[PATCH v6 01/30] iov_iter: Add ITER_XARRAY
 2021-04-22 14:51 UTC  (5+ messages)
` [PATCH v6 00/30] Network fs helper library & fscache kiocb API


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