ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-22 14:14:00 to 2022-04-01 10:21:45 UTC [more...]

[PATCH v12 00/54] ceph+fscrypt: fully-working prototype
 2022-04-01 10:22 UTC  (60+ messages)
` [PATCH v12 01/54] vfs: export new_inode_pseudo
` [PATCH v12 02/54] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [PATCH v12 03/54] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [PATCH v12 04/54] fscrypt: add fscrypt_context_for_new_inode
` [PATCH v12 05/54] ceph: preallocate inode for ops that may create one
` [PATCH v12 06/54] ceph: crypto context handling for ceph
` [PATCH v12 07/54] ceph: support legacy v1 encryption policy keysetup
` [PATCH v12 08/54] ceph: add a has_stable_inodes operation for ceph
` [PATCH v12 09/54] ceph: ensure that we accept a new context from MDS for new inodes
` [PATCH v12 10/54] ceph: add support for fscrypt_auth/fscrypt_file to cap messages
` [PATCH v12 11/54] ceph: add ability to set fscrypt_auth via setattr
` [PATCH v12 12/54] ceph: implement -o test_dummy_encryption mount option
` [PATCH v12 13/54] ceph: decode alternate_name in lease info
` [PATCH v12 14/54] ceph: add fscrypt ioctls
` [PATCH v12 15/54] ceph: make the ioctl cmd more readable in debug log
` [PATCH v12 16/54] ceph: make ceph_msdc_build_path use ref-walk
` [PATCH v12 17/54] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [PATCH v12 18/54] ceph: send altname in MClientRequest
` [PATCH v12 19/54] ceph: encode encrypted name in dentry release
` [PATCH v12 20/54] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [PATCH v12 21/54] ceph: set DCACHE_NOKEY_NAME in atomic open
` [PATCH v12 22/54] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [PATCH v12 23/54] ceph: add helpers for converting names for userland presentation
` [PATCH v12 24/54] ceph: fix base64 encoded name's length check in ceph_fname_to_usr()
` [PATCH v12 25/54] ceph: add fscrypt support to ceph_fill_trace
` [PATCH v12 26/54] ceph: pass the request to parse_reply_info_readdir()
` [PATCH v12 27/54] ceph: add ceph_encode_encrypted_dname() helper
` [PATCH v12 28/54] ceph: add support to readdir for encrypted filenames
` [PATCH v12 29/54] ceph: create symlinks with encrypted and base64-encoded targets
` [PATCH v12 30/54] ceph: make ceph_get_name decrypt filenames
` [PATCH v12 31/54] ceph: add a new ceph.fscrypt.auth vxattr
` [PATCH v12 32/54] ceph: add some fscrypt guardrails
` [PATCH v12 33/54] ceph: don't allow changing layout on encrypted files/directories
` [PATCH v12 34/54] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [PATCH v12 35/54] ceph: size handling for encrypted inodes in cap updates
` [PATCH v12 36/54] ceph: fscrypt_file field handling in MClientRequest messages
` [PATCH v12 37/54] ceph: get file size from fscrypt_file when present in inode traces
` [PATCH v12 38/54] ceph: handle fscrypt fields in cap messages from MDS
` [PATCH v12 39/54] ceph: add __ceph_get_caps helper support
` [PATCH v12 40/54] ceph: add __ceph_sync_read "
` [PATCH v12 41/54] ceph: add object version support for sync read
` [PATCH v12 42/54] ceph: add infrastructure for file encryption and decryption
` [PATCH v12 43/54] ceph: add truncate size handling support for fscrypt
` [PATCH v12 44/54] libceph: allow ceph_osdc_new_request to accept a multi-op read
` [PATCH v12 45/54] ceph: disable fallocate for encrypted inodes
` [PATCH v12 46/54] ceph: disable copy offload on "
` [PATCH v12 47/54] ceph: don't use special DIO path for "
` [PATCH v12 48/54] ceph: align data in pages in ceph_sync_write
` [PATCH v12 49/54] ceph: add read/modify/write to ceph_sync_write
` [PATCH v12 50/54] ceph: plumb in decryption during sync reads
` [PATCH v12 51/54] ceph: add fscrypt decryption support to ceph_netfs_issue_op
` [PATCH v12 52/54] ceph: set i_blkbits to crypto block size for encrypted inodes
` [PATCH v12 53/54] ceph: add encryption support to writepage
` [PATCH v12 54/54] ceph: fscrypt support for writepages

[PATCH 0/3] ceph: only send the metrices supported by the MDS for old cephs
 2022-04-01  9:41 UTC  (8+ messages)
` [PATCH 1/3] ceph: add the Octopus,Pacific,Quency feature bits
` [PATCH 2/3] ceph: only send the metrices supported by the MDS for old cephs
` [PATCH 3/3] ceph: add force_ignore_metric_bits module parameter support

[PATCH] fs: change test in inode_insert5 for adding to the sb list
 2022-04-01  9:29 UTC  (3+ messages)

[PATCH v2] ceph: discard r_new_inode if open O_CREAT opened existing inode
 2022-04-01  0:51 UTC  (2+ messages)

[PATCH] ceph: discard r_new_inode if open O_CREAT opened existing inode
 2022-04-01  0:50 UTC  (6+ messages)

[GIT PULL] netfs: Prep for write helpers
 2022-03-31 23:22 UTC  (2+ messages)

[ceph-client:wip-fscrypt 38/54] fs/ceph/caps.c:3477:32: error: 'struct ceph_inode_info' has no member named 'fscrypt_auth_len'
 2022-03-31 22:10 UTC 

[PATCH 1/2] ceph: use dedicated list iterator variable
 2022-03-31 21:53 UTC  (2+ messages)
` [PATCH 2/2] ceph: replace usage of found with "

[PATCH v1 1/3] vfs: Add inode_sgid_strip() api
 2022-03-31  9:30 UTC  (12+ messages)
` [PATCH v1 2/3] vfs: strip file's S_ISGID mode on vfs instead of on filesystem

[PATCH v3] ceph: stop forwarding the request when exceeding 256 times
 2022-03-30 10:59 UTC  (3+ messages)

[PATCH] ceph: update the dlease for the hashed dentry when removing
 2022-03-30 10:42 UTC  (3+ messages)

[PATCH] ceph: stop retrying the request when exceeding 256 times
 2022-03-30 10:36 UTC  (2+ messages)

[PATCH v2] ceph: stop forwarding the request when exceeding 256 times
 2022-03-29 23:57 UTC  (3+ messages)

Order
 2022-03-29 12:12 UTC 

[PATCH] ceph: stop forwarding the request when exceeding 256 times
 2022-03-29 12:24 UTC  (5+ messages)

[PATCH] ceph: set DCACHE_NOKEY_NAME in atomic open
 2022-03-29  9:19 UTC  (3+ messages)

[PATCH v2] ceph: remove unused CEPH_MDS_LEASE_RELEASE related code
 2022-03-28 21:41 UTC  (2+ messages)

[PATCH] ceph: shrink dcache when adding a key
 2022-03-28 16:24 UTC  (3+ messages)

[PATCH] ceph: add a has_stable_inodes operation for ceph
 2022-03-28 14:29 UTC  (2+ messages)

[PATCH] ceph: remove unused CEPH_MDS_LEASE_RELEASE related code
 2022-03-28 11:01 UTC  (3+ messages)

[PATCH v1 3/3] ceph: Remove S_ISGID clear code in ceph_finish_async_create
 2022-03-28  9:58 UTC 

[PATCH] ceph: support legacy v1 encryption policy keysetup
 2022-03-25 17:06 UTC  (2+ messages)

[PATCH] rbd: replace usage of found with dedicated list iterator variable
 2022-03-25 16:56 UTC  (2+ messages)

[PATCH v2] libceph: print fsid and client gid with mon id and osd id
 2022-03-25 12:03 UTC  (7+ messages)

[RFC PATCH v11 00/51] ceph+fscrypt : full support
 2022-03-25  9:59 UTC  (55+ messages)
` [RFC PATCH v11 02/51] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [RFC PATCH v11 03/51] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v11 04/51] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v11 06/51] ceph: crypto context handling for ceph
` [RFC PATCH v11 07/51] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces
` [RFC PATCH v11 08/51] ceph: add support for fscrypt_auth/fscrypt_file to cap messages
` [RFC PATCH v11 09/51] ceph: add ability to set fscrypt_auth via setattr
` [RFC PATCH v11 12/51] ceph: add fscrypt ioctls
` [RFC PATCH v11 13/51] ceph: make the ioctl cmd more readable in debug log
` [RFC PATCH v11 14/51] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v11 15/51] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v11 16/51] ceph: send altname in MClientRequest
` [RFC PATCH v11 17/51] ceph: encode encrypted name in dentry release
` [RFC PATCH v11 18/51] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [RFC PATCH v11 19/51] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v11 20/51] ceph: add helpers for converting names for userland presentation
` [RFC PATCH v11 21/51] ceph: fix base64 encoded name's length check in ceph_fname_to_usr()
` [RFC PATCH v11 22/51] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v11 23/51] ceph: pass the request to parse_reply_info_readdir()
` [RFC PATCH v11 24/51] ceph: add ceph_encode_encrypted_dname() helper
` [RFC PATCH v11 25/51] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v11 26/51] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v11 27/51] ceph: make ceph_get_name decrypt filenames
` [RFC PATCH v11 28/51] ceph: add a new ceph.fscrypt.auth vxattr
` [RFC PATCH v11 29/51] ceph: add some fscrypt guardrails
` [RFC PATCH v11 30/51] ceph: don't allow changing layout on encrypted files/directories
` [RFC PATCH v11 31/51] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [RFC PATCH v11 32/51] ceph: size handling for encrypted inodes in cap updates
` [RFC PATCH v11 33/51] ceph: fscrypt_file field handling in MClientRequest messages
` [RFC PATCH v11 34/51] ceph: get file size from fscrypt_file when present in inode traces
` [RFC PATCH v11 35/51] ceph: handle fscrypt fields in cap messages from MDS
` [RFC PATCH v11 36/51] ceph: add __ceph_get_caps helper support
` [RFC PATCH v11 37/51] ceph: add __ceph_sync_read "
` [RFC PATCH v11 38/51] ceph: add object version support for sync read
` [RFC PATCH v11 39/51] ceph: add infrastructure for file encryption and decryption
` [RFC PATCH v11 40/51] ceph: add truncate size handling support for fscrypt
` [RFC PATCH v11 41/51] libceph: allow ceph_osdc_new_request to accept a multi-op read
` [RFC PATCH v11 42/51] ceph: disable fallocate for encrypted inodes
` [RFC PATCH v11 43/51] ceph: disable copy offload on "
` [RFC PATCH v11 44/51] ceph: don't use special DIO path for "
` [RFC PATCH v11 45/51] ceph: align data in pages in ceph_sync_write
` [RFC PATCH v11 46/51] ceph: add read/modify/write to ceph_sync_write
` [RFC PATCH v11 47/51] ceph: plumb in decryption during sync reads
` [RFC PATCH v11 48/51] ceph: add fscrypt decryption support to ceph_netfs_issue_op
` [RFC PATCH v11 49/51] ceph: set i_blkbits to crypto block size for encrypted inodes
` [RFC PATCH v11 50/51] ceph: add encryption support to writepage
` [RFC PATCH v11 51/51] ceph: fscrypt support for writepages

[PATCH v5 0/7] libceph: add support for sparse reads
 2022-03-25  9:50 UTC  (8+ messages)
` [PATCH v5 1/7] libceph: add spinlock around osd->o_requests
` [PATCH v5 2/7] libceph: define struct ceph_sparse_extent and add some helpers
` [PATCH v5 3/7] libceph: add sparse read support to msgr2 crc state machine
` [PATCH v5 4/7] libceph: add sparse read support to OSD client
` [PATCH v5 5/7] libceph: support sparse reads on msgr2 secure codepath
` [PATCH v5 6/7] libceph: add sparse read support to msgr1
` [PATCH v5 7/7] ceph: add new mount option to enable sparse reads

[GIT PULL] Ceph updates for 5.18-rc1
 2022-03-25  1:35 UTC  (2+ messages)

[PATCH] ceph/001: add extra check for remote object copies
 2022-03-23 16:09 UTC 

[PATCH -next] ceph: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2022-03-23 10:17 UTC  (2+ messages)

[PATCH v4 0/5] ceph/libceph: add support for sparse reads to msgr2 crc codepath
 2022-03-22 14:20 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).