CEPH filesystem development
 help / color / mirror / Atom feed
 messages from 2022-01-04 14:04:48 to 2022-01-19 05:08:29 UTC [more...]

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

[PATCH 00/11] fscache, cachefiles: Rewrite fixes/updates
 2022-01-18 17:40 UTC  (14+ messages)
` [PATCH 01/11] fscache: Fix the volume collision wait condition
` [PATCH 02/11] cachefiles: Calculate the blockshift in terms of bytes, not pages
` [PATCH 03/11] cachefiles: set default tag name if it's unspecified
` [PATCH 04/11] cachefiles: Make some tracepoint adjustments
` [PATCH 05/11] cachefiles: Trace active-mark failure
` [PATCH 06/11] cachefiles: Explain checks in a comment
` [PATCH 07/11] cachefiles: Check that the backing filesystem supports tmpfiles
` [PATCH 08/11] fscache: Add a comment explaining how page-release optimisation works
` [PATCH 09/11] vfs, fscache: Add an IS_KERNEL_FILE() macro for the S_KERNEL_FILE flag
` [PATCH 10/11] netfs: Make ops->init_rreq() optional
` [PATCH 11/11] cifs: Support fscache indexing rewrite

Out of order read() completion and buffer filling beyond returned amount
 2022-01-18  7:25 UTC  (4+ messages)

[PATCH v4 0/1] ceph: add support for getvxattr op
 2022-01-17 18:20 UTC  (13+ messages)
` [PATCH v4 1/1] ceph: add "

[PATCH 1/3] ceph: Make ceph_netfs_issue_op() handle inlined data (untested)
 2022-01-17 17:50 UTC  (7+ messages)
` [PATCH 2/3] ceph: Uninline the data on a file opened for writing
` [PATCH 3/3] ceph: Remove some other inline-setting bits

[PATCH 1/3] ceph: Uninline the data on a file opened for writing
 2022-01-17 15:57 UTC  (10+ messages)
` [PATCH 2/3] ceph: Remove some other inline-setting bits
` [PATCH 3/3] ceph: Make ceph_netfs_issue_op() handle inlined data (untested)

[PATCH v3 0/1] ceph: add support for getvxattr op
 2022-01-17 11:01 UTC  (8+ messages)
` [PATCH v3 1/1] ceph: add "

[PATCH v2 0/1] ceph: add getvxattr op support
 2022-01-17  3:47 UTC  (2+ messages)
` [PATCH v2 1/1] ceph: add getvxattr op

[PATCH v7] cifs: Support fscache indexing rewrite
 2022-01-14  8:28 UTC 

[PATCH v4 00/68] fscache, cachefiles: Rewrite
 2022-01-13 16:20 UTC  (31+ messages)
` [PATCH v4 28/68] fscache: Provide a function to note the release of a page
` [PATCH v4 38/68] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH v4 40/68] cachefiles: Implement cache registration and withdrawal
` [PATCH v4 44/68] cachefiles: Implement key to filename encoding
` [PATCH v4 46/68] cachefiles: Mark a backing file in use with an inode flag
` [PATCH v4 63/68] cifs: Support fscache indexing rewrite (untested)
  ` [PATCH v5 63/68] cifs: Support fscache indexing rewrite
  ` [PATCH v6] "
` [Linux-cachefs] [PATCH v4 00/68] fscache, cachefiles: Rewrite

[PATCH] ceph: put the requests/sessions when it fails to alloc memory
 2022-01-13 12:43 UTC  (5+ messages)

[PATCH] netfs: make ops->init_rreq() optional
 2022-01-13  9:11 UTC  (7+ messages)
` [PATCH] netfs: Make "

dmesg: mdsc_handle_reply got x on session mds1 not mds0
 2022-01-13  2:18 UTC  (6+ messages)

[GIT PULL] fscache, cachefiles: Rewrite
 2022-01-12 23:49 UTC  (3+ messages)

[PATCH 0/1] ceph: add getvxattr support
 2022-01-12 19:23 UTC  (10+ messages)
` [PATCH 1/1] ceph: add getvxattr op

[PATCH v8] ceph: add truncate size handling support for fscrypt
 2022-01-12  1:46 UTC 

[PATCH] ceph: add getvxattr op support
 2022-01-11 11:07 UTC 

[PATCH] ceph: move CEPH_SUPER_MAGIC definition to magic.h
 2022-01-10 23:50 UTC 

dmesg: mdsc_handle_reply got x on session mds1 not mds0
 2022-01-09 18:50 UTC 

[RFC PATCH 0/8] signals: Support more than 64 signals
 2022-01-07 19:29 UTC  (9+ messages)

[RFC PATCH] ceph: add new "nopagecache" option
 2022-01-07  9:12 UTC  (6+ messages)

[PATCH] ceph: remove redundant Lsx caps check
 2022-01-06 14:07 UTC  (2+ messages)

[PATCH 00/12] ceph: support idmapped mounts
 2022-01-05 15:35 UTC  (16+ messages)
` [PATCH 01/12] ceph: stash idmapping in mdsc request
` [PATCH 02/12] ceph: handle idmapped mounts in create_request_message()
` [PATCH 07/12] ceph: allow idmapped getattr inode op
` [PATCH 08/12] ceph: allow idmapped permission "
` [PATCH 09/12] ceph: allow idmapped setattr "
` [PATCH 10/12] ceph/acl: allow idmapped set_acl "
` [PATCH 11/12] ceph/file: allow idmapped atomic_open "
` [PATCH 12/12] ceph: allow idmapped mounts

Attention:
 2022-01-04 22:08 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox