ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-05 16:31:44 to 2021-08-30 13:01:39 UTC [more...]

[PATCH] ceph: ensure we return an error when parsing corrupt mdsmap
 2021-08-30 13:01 UTC  (2+ messages)

[PATCH] ceph: fix incorrectly counting the export targets
 2021-08-30 12:53 UTC  (4+ messages)

[PATCH v2] ceph: fix incorrectly counting the export targets
 2021-08-30 12:46 UTC 

[PATCH AUTOSEL 5.10 07/11] ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()
 2021-08-30 11:59 UTC 

[PATCH AUTOSEL 5.13 10/14] ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()
 2021-08-30 11:59 UTC 

[PATCH][next] ceph: Fix dereference of null pointer cf
 2021-08-30 10:14 UTC  (2+ messages)

[PATCH 04/12] fscache: Add a cookie debug ID and use that in traces
 2021-08-27 12:49 UTC  (11+ messages)
` [PATCH 00/12] fscache: Some prep work for fscache rewrite
  ` [PATCH 10/12] fscache: Fix cookie key hashing
  ` [PATCH 11/12] fscache: Fix fscache_cookie_put() to not deref after dec
  ` [PATCH v2 04/12] fscache: Add a cookie debug ID and use that in traces
    ` [Linux-cachefs] "

[PATCH v2 0/6] netfs, afs, ceph: Support folios, at least partially
 2021-08-27  9:44 UTC  (7+ messages)
` [PATCH v2 1/6] afs: Fix afs_launder_page() to set correct start file position
` [PATCH v2 2/6] afs: Sort out symlink reading
` [PATCH v2 3/6] folio: Add a function to change the private data attached to a folio
` [PATCH v2 4/6] folio: Add a function to get the host inode for "
` [PATCH v2 5/6] netfs, afs, ceph: Use folios
` [PATCH v2 6/6] afs: Use folios in directory handling

[GIT PULL] Ceph fixes for 5.14-rc8
 2021-08-26 18:52 UTC  (2+ messages)

State of the ceph+fscrypt union
 2021-08-26 16:49 UTC 

[RFC PATCH v8 00/24] ceph+fscrypt: context, filename and symlink support
 2021-08-26 16:20 UTC  (25+ messages)
` [RFC PATCH v8 01/24] vfs: export new_inode_pseudo
` [RFC PATCH v8 02/24] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [RFC PATCH v8 03/24] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v8 04/24] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v8 05/24] ceph: preallocate inode for ops that may create one
` [RFC PATCH v8 06/24] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces
` [RFC PATCH v8 07/24] ceph: add fscrypt_* handling to caps.c
` [RFC PATCH v8 08/24] ceph: crypto context handling for ceph
` [RFC PATCH v8 09/24] ceph: add ability to set fscrypt_auth via setattr
` [RFC PATCH v8 10/24] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v8 11/24] ceph: add fscrypt ioctls
` [RFC PATCH v8 12/24] ceph: decode alternate_name in lease info
` [RFC PATCH v8 13/24] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v8 14/24] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v8 15/24] ceph: send altname in MClientRequest
` [RFC PATCH v8 16/24] ceph: encode encrypted name in dentry release
` [RFC PATCH v8 17/24] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [RFC PATCH v8 18/24] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v8 19/24] ceph: add helpers for converting names for userland presentation
` [RFC PATCH v8 20/24] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v8 21/24] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v8 22/24] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v8 23/24] ceph: make ceph_get_name decrypt filenames
` [RFC PATCH v8 24/24] ceph: add a new ceph.fscrypt.auth vxattr

[PATCH v2 0/2] ceph: add debugfs entries signifying new mount syntax support
 2021-08-26 13:17 UTC  (5+ messages)
` [PATCH v2 1/2] libceph: export ceph_debugfs_dir for use in ceph.ko
` [PATCH v2 2/2] ceph: add debugfs entries for mount syntax support

[PATCH v3 0/3] ceph: remove the capsnaps when removing the caps
 2021-08-26  1:39 UTC  (8+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] ceph: don't WARN if we're force umounting
` [PATCH v3 3/3] ceph: don't WARN if we're iterate removing the session caps

[PATCH] ceph: init the i_list/g_list for cap flush
 2021-08-26  0:34 UTC  (4+ messages)

[PATCH v2 0/3] ceph: remove the capsnaps when removing the caps
 2021-08-25  6:32 UTC  (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] ceph: don't WARN if we're force umounting
` [PATCH v2 3/3] ceph: don't WARN if we're iterate removing the session caps

[PATCH 0/6] netfs, afs, ceph: Support folios, at least partially
 2021-08-24 14:38 UTC  (12+ messages)
` [PATCH 1/6] afs: Fix afs_launder_page() to set correct start file position
` [PATCH 2/6] folio: Add a function to change the private data attached to a folio
` [PATCH 3/6] folio: Add a function to get the host inode for "
` [PATCH 4/6] afs: Sort out symlink reading
` [PATCH 5/6] netfs, afs, ceph: Use folios
` [PATCH 6/6] afs: Use folios in directory handling

[PATCH 0/3] ceph: remove the capsnaps when removing the caps
 2021-08-24  1:43 UTC  (12+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] ceph: don't WARN if we're force umounting
` [PATCH 3/3] ceph: don't WARN if we're iterate removing the session caps

[RFC 0/2] ceph: add debugfs entries signifying new mount syntax support
 2021-08-23 10:32 UTC  (11+ messages)
` [RFC 1/2] ceph: add helpers to create/cleanup debugfs sub-directories under "ceph" directory
` [RFC 2/2] ceph: add debugfs entries for v2 (new) mount syntax support

[PATCH 0/2] ceph: add debugfs entries signifying new mount syntax support
 2021-08-23 10:30 UTC  (7+ messages)
` [PATCH 1/2] ceph: add helpers to create/cleanup debugfs sub-directories under "ceph" directory
` [PATCH 2/2] ceph: add debugfs entries for v2 (new) mount syntax support

[PATCH v3] ceph: request Fw caps before updating the mtime in ceph_write_iter
 2021-08-20 15:39 UTC 

[PATCH] ceph: request Fw caps before updating the mtime in ceph_write_iter
 2021-08-20 10:40 UTC  (5+ messages)

[PATCH v4] ceph: correctly release memory from capsnap
 2021-08-19 12:40 UTC  (5+ messages)

[PATCH v3] ceph: correctly release memory from capsnap
 2021-08-18 12:58 UTC  (5+ messages)

[PATCH v3] ceph: try to reconnect to the export targets
 2021-08-18 12:53 UTC  (3+ messages)

[fscrypt][RFC PATCH v2] ceph: don't allow changing layout on encrypted files/directories
 2021-08-18 12:20 UTC  (2+ messages)

[PATCH v2] ceph: correctly release memory from capsnap
 2021-08-18  1:28 UTC  (3+ messages)

[PATCH v2] ceph: try to reconnect to the export targets
 2021-08-18  1:20 UTC  (3+ messages)

[PATCH] ceph: try to reconnect to the export targets
 2021-08-17 18:48 UTC  (6+ messages)

hard disk failure monitor issue: ceph down, please help
 2021-08-17 15:01 UTC 

[PATCH] ceph: correctly release memory from capsnap
 2021-08-17 12:13 UTC  (3+ messages)

[fscrypt][RFC PATCH] ceph: don't allow changing layout on encrypted files/directories
 2021-08-16 17:52 UTC  (6+ messages)

add a bvec_virt helper
 2021-08-16 16:51 UTC  (10+ messages)
` [PATCH 01/15] bvec: "
` [PATCH 02/15] block: use bvec_virt in bio_integrity_{process,free}
` [PATCH 10/15] sd: use bvec_virt
  ` [dm-devel] "

[PATCH] netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
 2021-08-13 14:47 UTC 

[PATCH] netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
 2021-08-13 12:53 UTC  (2+ messages)

[RFC][PATCH] netfs, afs, ceph: Use folios
 2021-08-13  8:17 UTC  (7+ messages)
` [RFC][PATCH] afs: Use folios in directory handling

[GIT PULL] Ceph fixes for 5.14-rc6
 2021-08-13  2:59 UTC  (2+ messages)

[PATCH v2] ceph: request Fw caps before updating the mtime in ceph_write_iter
 2021-08-12  9:23 UTC  (3+ messages)

[PATCH] ceph: remove dead code in ceph_sync_write
 2021-08-11 16:12 UTC  (4+ messages)

[PATCH] ceph: enable async dirops by default
 2021-08-09 16:44 UTC 

s3test: In ceph-nautilus branch , some fails_strict_rfc2616 test failed, Is this normal?
 2021-08-06 20:52 UTC  (2+ messages)

Canvassing for network filesystem write size vs page size
 2021-08-06 15:04 UTC  (11+ messages)

{Spam?} Z. HD,Sehr geehrte / r Fondsempfänger
 2021-08-05 21:08 UTC 

[PATCH v2] ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()
 2021-08-05 19:25 UTC  (2+ messages)


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