messages from 2022-03-14 02:28:56 to 2022-03-28 16:24:25 UTC [more...]
[PATCH] ceph: shrink dcache when adding a key
2022-03-28 16:24 UTC (3+ messages)
[GIT PULL] netfs: Prep for write helpers
2022-03-28 16:00 UTC
[PATCH] ceph: add a has_stable_inodes operation for ceph
2022-03-28 14:29 UTC (2+ messages)
[PATCH v2] ceph: remove unused CEPH_MDS_LEASE_RELEASE related code
2022-03-28 13:10 UTC
[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 v1 1/3] vfs: Add inode_sgid_strip() api
2022-03-28 9:56 UTC (2+ messages)
` [PATCH v1 2/3] vfs: strip file's S_ISGID mode on vfs instead of on filesystem
[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 (59+ messages)
` [RFC PATCH v11 01/51] vfs: export new_inode_pseudo
` [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 05/51] ceph: preallocate inode for ops that may create one
` [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 10/51] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v11 11/51] ceph: decode alternate_name in lease info
` [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 (8+ messages)
` [PATCH v4 1/5] libceph: add spinlock around osd->o_requests
` [PATCH v4 2/5] libceph: define struct ceph_sparse_extent and add some helpers
` [PATCH v4 3/5] libceph: add sparse read support to msgr2 crc state machine
` [PATCH v4 4/5] libceph: add sparse read support to OSD client
` [PATCH v4 5/5] ceph: add new mount option to enable sparse reads
[PATCH] ceph: remove incorrect session state check
2022-03-22 10:21 UTC (2+ messages)
[PATCH v3 0/5] ceph/libceph: add support for sparse reads to msgr2 crc codepath
2022-03-22 10:03 UTC (15+ messages)
` [PATCH v3 1/5] libceph: add spinlock around osd->o_requests
` [PATCH v3 2/5] libceph: define struct ceph_sparse_extent and add some helpers
` [PATCH v3 3/5] libceph: add sparse read support to msgr2 crc state machine
` [PATCH v3 4/5] libceph: add sparse read support to OSD client
` [PATCH v3 5/5] ceph: convert to sparse reads
Coordinating netfslib pull request with the ceph pull request
2022-03-19 23:47 UTC (3+ messages)
[PATCH v3 00/20] netfs: Prep for write helpers
2022-03-18 14:48 UTC (6+ messages)
` [PATCH v3 13/20] netfs: Add a netfs inode context
` [PATCH v4 "
[RFC PATCH v3 0/4] ceph: add support for snapshot names encryption
2022-03-18 11:49 UTC (13+ messages)
` [RFC PATCH v3 1/4] ceph: add support for encrypted snapshot names
` [RFC PATCH v3 2/4] ceph: handle encrypted snapshot names in subdirectories
` [RFC PATCH v3 3/4] ceph: update documentation regarding snapshot naming limitations
` [RFC PATCH v3 4/4] ceph: replace base64url by the encoding used for mailbox names
[PATCH] ceph: fix the buf size and use NAME_SIZE instead
2022-03-18 6:03 UTC (5+ messages)
[PATCH] ceph: inherit exactly the encryption info from parent for subdirs
2022-03-18 4:29 UTC
[RFC PATCH v2 0/3] ceph: add support for snapshot names encryption
2022-03-17 15:59 UTC (21+ messages)
` [RFC PATCH v2 1/3] ceph: add support for encrypted snapshot names
` [RFC PATCH v2 2/3] ceph: add support for handling "
` [RFC PATCH v2 3/3] ceph: update documentation regarding snapshot naming limitations
[PATCH v2] ceph: get snap_rwsem read lock in handle_cap_export for ceph_add_cap
2022-03-16 14:12 UTC (3+ messages)
[PATCH 0/3] ceph: support for sparse read in msgr2 crc path
2022-03-16 9:53 UTC (11+ messages)
` [PATCH 3/3] ceph: convert to sparse reads
[PATCH] ceph: make the ioctl cmd more readable in debug log
2022-03-16 6:49 UTC
[PATCH] ceph: add more comments about the CEPH_NOHASH_NAME_MAX
2022-03-16 5:03 UTC
[PATCH] ceph: get snap_rwsem read lock in handle_cap_export for ceph_add_cap
2022-03-15 15:19 UTC (6+ messages)
[PATCH v2] ceph: send the fscrypt_auth to MDS via request
2022-03-15 12:46 UTC (3+ messages)
[RFC PATCH 0/2] Add support for snapshot names encryption
2022-03-15 11:05 UTC (12+ messages)
` [RFC PATCH 1/2] ceph: add support for encrypted snapshot names
` [RFC PATCH 2/2] ceph: add support for handling encrypted snapshot names in subtree
[PATCH] ceph: send the fscrypt_auth to MDS via request
2022-03-15 6:02 UTC (2+ messages)
[PATCH v2 0/4] ceph: dencrypt the dentry names early and once for readdir
2022-03-15 0:31 UTC (6+ messages)
` [PATCH v2 2/4] ceph: add ceph_encode_encrypted_dname() helper
` [PATCH v2 3/4] ceph: dencrypt the dentry names early and once for readdir
` [PATCH v2 4/4] ceph: clean up the ceph_readdir() code
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox