ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-31 06:59:59 to 2023-03-09 11:42:19 UTC [more...]

[PATCH v16 00/68] ceph+fscrypt: full support
 2023-03-09 11:41 UTC  (84+ messages)
` [PATCH v16 01/68] libceph: add spinlock around osd->o_requests
` [PATCH v16 02/68] libceph: define struct ceph_sparse_extent and add some helpers
` [PATCH v16 03/68] libceph: add sparse read support to msgr2 crc state machine
` [PATCH v16 04/68] libceph: add sparse read support to OSD client
` [PATCH v16 05/68] libceph: support sparse reads on msgr2 secure codepath
` [PATCH v16 06/68] libceph: add sparse read support to msgr1
` [PATCH v16 07/68] ceph: add new mount option to enable sparse reads
` [PATCH v16 08/68] ceph: preallocate inode for ops that may create one
` [PATCH v16 09/68] ceph: make ceph_msdc_build_path use ref-walk
` [PATCH v16 10/68] libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type
` [PATCH v16 11/68] ceph: use osd_req_op_extent_osd_iter for netfs reads
` [PATCH v16 12/68] ceph: fscrypt_auth handling for ceph
` [PATCH v16 13/68] ceph: ensure that we accept a new context from MDS for new inodes
` [PATCH v16 14/68] ceph: add support for fscrypt_auth/fscrypt_file to cap messages
` [PATCH v16 15/68] ceph: implement -o test_dummy_encryption mount option
` [PATCH v16 16/68] ceph: decode alternate_name in lease info
` [PATCH v16 17/68] ceph: add fscrypt ioctls
` [PATCH v16 18/68] ceph: make the ioctl cmd more readable in debug log
` [PATCH v16 19/68] ceph: add base64 endcoding routines for encrypted names
` [PATCH v16 20/68] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [PATCH v16 21/68] ceph: send altname in MClientRequest
` [PATCH v16 22/68] ceph: encode encrypted name in dentry release
` [PATCH v16 23/68] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [PATCH v16 24/68] ceph: set DCACHE_NOKEY_NAME in atomic open
` [PATCH v16 25/68] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [PATCH v16 26/68] ceph: add helpers for converting names for userland presentation
` [PATCH v16 27/68] ceph: fix base64 encoded name's length check in ceph_fname_to_usr()
` [PATCH v16 28/68] ceph: add fscrypt support to ceph_fill_trace
` [PATCH v16 29/68] ceph: pass the request to parse_reply_info_readdir()
` [PATCH v16 30/68] ceph: add ceph_encode_encrypted_dname() helper
` [PATCH v16 31/68] ceph: add support to readdir for encrypted filenames
` [PATCH v16 32/68] ceph: create symlinks with encrypted and base64-encoded targets
` [PATCH v16 33/68] ceph: make ceph_get_name decrypt filenames
` [PATCH v16 34/68] ceph: add a new ceph.fscrypt.auth vxattr
` [PATCH v16 35/68] ceph: add some fscrypt guardrails
` [PATCH v16 36/68] ceph: allow encrypting a directory while not having Ax caps
` [PATCH v16 37/68] ceph: mark directory as non-complete after loading key
` [PATCH v16 38/68] ceph: don't allow changing layout on encrypted files/directories
` [PATCH v16 39/68] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [PATCH v16 40/68] ceph: size handling for encrypted inodes in cap updates
` [PATCH v16 41/68] ceph: fscrypt_file field handling in MClientRequest messages
` [PATCH v16 42/68] ceph: get file size from fscrypt_file when present in inode traces
` [PATCH v16 43/68] ceph: handle fscrypt fields in cap messages from MDS
` [PATCH v16 44/68] ceph: update WARN_ON message to pr_warn
` [PATCH v16 45/68] ceph: add __ceph_get_caps helper support
` [PATCH v16 46/68] ceph: add __ceph_sync_read "
` [PATCH v16 47/68] ceph: add object version support for sync read
` [PATCH v16 48/68] ceph: add infrastructure for file encryption and decryption
` [PATCH v16 49/68] ceph: add truncate size handling support for fscrypt
` [PATCH v16 50/68] libceph: allow ceph_osdc_new_request to accept a multi-op read
` [PATCH v16 51/68] ceph: disable fallocate for encrypted inodes
` [PATCH v16 52/68] ceph: disable copy offload on "
` [PATCH v16 53/68] ceph: don't use special DIO path for "
` [PATCH v16 54/68] ceph: align data in pages in ceph_sync_write
` [PATCH v16 55/68] ceph: add read/modify/write to ceph_sync_write
` [PATCH v16 56/68] ceph: plumb in decryption during sync reads
` [PATCH v16 57/68] ceph: add fscrypt decryption support to ceph_netfs_issue_op
` [PATCH v16 58/68] ceph: set i_blkbits to crypto block size for encrypted inodes
` [PATCH v16 59/68] ceph: add encryption support to writepage
` [PATCH v16 60/68] ceph: fscrypt support for writepages
` [PATCH v16 61/68] ceph: invalidate pages when doing direct/sync writes
` [PATCH v16 62/68] ceph: add support for encrypted snapshot names
` [PATCH v16 63/68] ceph: add support for handling "
` [PATCH v16 64/68] ceph: update documentation regarding snapshot naming limitations
` [PATCH v16 65/68] ceph: prevent snapshots to be created in encrypted locked directories
` [PATCH v16 66/68] ceph: report STATX_ATTR_ENCRYPTED on encrypted inodes
` [PATCH v16 67/68] libceph: defer removing the req from osdc just after req->r_callback
` [PATCH v16 68/68] ceph: drop the messages from MDS when unmounting

[PATCH] fs/ceph/mds_client: ignore responses for waiting requests
 2023-03-09  7:33 UTC  (6+ messages)

Upgrade 16.2.9 to 16.2.11 stopped due to #57627
 2023-03-09  2:39 UTC  (2+ messages)

[PATCH] generic/{075,112}: fix printing the incorrect return value of fsx
 2023-03-08  2:59 UTC  (4+ messages)

[PATCH] ceph: implement writeback livelock avoidance using page tagging
 2023-03-08  2:56 UTC 

[PATCH] ceph: fix updating the i_truncate_pagecache_size for fscrypt
 2023-03-07  8:07 UTC 

[GIT PULL] Ceph fixes for 6.3-rc1
 2023-03-02 19:39 UTC  (2+ messages)

[PATCH v4] ceph: do not print the whole xattr value if it's too long
 2023-03-02 16:24 UTC  (2+ messages)

[PATCH v3] ceph: do not print the whole xattr value if it's too long
 2023-03-02 12:13 UTC  (3+ messages)

[PATCH v2] ceph: do not print the whole xattr value if it's too long
 2023-03-02  2:19 UTC  (3+ messages)

[PATCH] generic/075: no need to move the .fsxlog to the same directory
 2023-03-01  2:07 UTC 

[PATCH] ceph: do not print the whole xattr value if it's too long
 2023-02-28 13:36 UTC  (3+ messages)

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-02-28  1:01 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2] generic/020: fix really long attr test failure for ceph
 2023-02-27 16:14 UTC  (4+ messages)

[PATCH] generic/020: fix really long attr test failure for ceph
 2023-02-27  4:14 UTC  (8+ messages)

[ceph-client:testing 32/75] fs/ceph/crypto.c:296:26: error: implicit declaration of function 'fscrypt_base64url_decode'; did you mean 'ceph_base64_decode'?
 2023-02-27  0:57 UTC  (2+ messages)

[PATCH] rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails
 2023-02-26 20:04 UTC  (2+ messages)

EBLOCKLISTED error after rbd map was interrupted by fatal signal
 2023-02-22 18:09 UTC  (5+ messages)

EBLOCKLISTED error after rbd map was interrupted by fatal signal
 2023-02-22 13:04 UTC 

[PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-02-16 15:07 UTC  (3+ messages)
` [PATCH v6 1/2] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v6 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache

[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-02-16 13:58 UTC  (3+ messages)
` [PATCH v5 2/3] "

Silicone rubber - vulcanization
 2023-02-15  8:55 UTC 

[PATCH] ceph: update the time stamps and try to drop the suid/sgid
 2023-02-13 13:21 UTC  (3+ messages)

[PATCH] ceph: update the time stamps and try to drop the suid/sgid
 2023-02-13 11:28 UTC 

[PATCH] rbd: avoid double free memory on error path in rbd_dev_create()
 2023-02-11  9:40 UTC  (6+ messages)
      ` [PATCH v2] rbd: fix freeing memory of 'rbd_dev->opts', 'rbd_dev->spec', 'rbd_dev->rbd_client'

[GIT PULL] Ceph fix for 6.2-rc8
 2023-02-10 17:52 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 37/38] ceph: move mount state enum to super.h
 2023-02-09 11:14 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 38/38] ceph: blocklist the kclient when receiving corrupted snap trace

[PATCH] ceph: flush cap release on session flush
 2023-02-07 16:03 UTC  (5+ messages)

[PATCH] ceph: fail the requests directly if inode is shutdown for fscrypt
 2023-02-07  3:13 UTC 

[GIT PULL] Ceph fix for 6.2-rc7
 2023-02-03 18:45 UTC  (2+ messages)

add bvec initialization helpers v2
 2023-02-03 17:18 UTC  (26+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
` [PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
` [PATCH 12/23] ceph: use bvec_set_page "
` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
` [PATCH 14/23] coredump: use bvec_set_page to initialize a bvec
` [PATCH 15/23] nfs: use bvec_set_page to initialize bvecs
` [PATCH 16/23] orangefs: use bvec_set_{page,folio} "
` [PATCH 17/23] splice: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 19/23] swap: use bvec_set_page to initialize bvecs
` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
` [PATCH 22/23] vringh: use bvec_set_page to initialize a bvec
` [PATCH 23/23] libceph: use bvec_set_page to initialize bvecs

[PATCH v7 0/2] ceph: blocklist the kclient when receiving corrupted snap trace
 2023-02-02 13:47 UTC  (7+ messages)
` [PATCH v7 1/2] ceph: move mount state enum to fs/ceph/super.h
` [PATCH v7 2/2] ceph: blocklist the kclient when receiving corrupted snap trace

[PATCH v6] ceph: blocklist the kclient when receiving corrupted snap trace
 2023-02-01  1:19 UTC  (3+ messages)

add bvec initialization helpers
 2023-01-31 13:45 UTC  (8+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
` [PATCH 18/23] io_uring: use bvec_set_page to initialize a bvec


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