ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-02 02:20:44 to 2023-04-12 11:11:26 UTC [more...]

[PATCH v18 00/71] ceph+fscrypt: full support
 2023-04-12 11:08 UTC 

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

[PATCH v3 39/55] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
 2023-04-10 12:20 UTC  (3+ messages)
` [PATCH v3 45/55] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()

[RFC PATCH v2 31/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
 2023-04-10  0:38 UTC  (8+ messages)
` [RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()

[RFC PATCH 0/5] fstests specific MAINTAINERS file
 2023-04-06 20:10 UTC  (21+ messages)
` [PATCH 1/5] fstests: add MAINTAINERS and get_maintainer.pl files
` [PATCH 2/5] tools/get_maintainer.pl: remove penguin chiefs
` [PATCH 3/5] fstests/MAINTAINERS: add supported mailing list
  ` [f2fs-dev] "
` [PATCH 4/5] fstests/MAINTAINERS: add some specific reviewers
` [PATCH 5/5] fstests/MAINTAINERS: add a co-maintainer for btrfs testing part

Dropshipping - spolupráce
 2023-04-05  8:05 UTC 

RFC: Filesystem metadata in HIGHMEM
 2023-04-03 14:22 UTC  (2+ messages)

Nawiązanie współpracy
 2023-04-03  8:05 UTC 

[PATCH v4] ceph: drop the messages from MDS when unmounting
 2023-03-30  8:59 UTC  (4+ messages)

Wyższe dofinansowanie
 2023-03-30  8:10 UTC 

[PATCH v5] ceph: drop the messages from MDS when unmounting
 2023-03-30  1:42 UTC 

[PATCH] ceph: fix blindly expanding the readahead windows
 2023-03-23  7:01 UTC 

[PATCH] generic/075: no need to move the .fsxlog to the same directory
 2023-03-22  2:24 UTC  (4+ messages)

[PATCH] generic/020: fix another really long attr test failure for ceph
 2023-03-21 14:26 UTC  (2+ messages)

[PATCH v3 0/3] ceph: fscrypt: fix atomic open bug for encrypted directories
 2023-03-21 12:13 UTC  (10+ messages)
` [PATCH v3 1/3] fscrypt: new helper function - fscrypt_prepare_lookup_partial()
` [PATCH v3 2/3] ceph: switch ceph_open() to use new fscrypt helper
` [PATCH v3 3/3] ceph: switch ceph_open_atomic() to use the "

[ceph-client:testing 19/80] fs/ceph/super.c:1122:15: error: implicit declaration of function 'fscrypt_add_test_dummy_key'
 2023-03-21  9:58 UTC  (2+ messages)

[PATCH v4] fscrypt: new helper function - fscrypt_prepare_lookup_partial()
 2023-03-20 22:01 UTC 

[RFC PATCH 19/28] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
 2023-03-16 15:26 UTC  (2+ messages)
` [RFC PATCH 24/28] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()

[PATCH 0/2] ceph: fscrypt: fix atomic open bug for encrypted directories
 2023-03-15 17:59 UTC  (18+ messages)
` [PATCH 1/2] fscrypt: new helper function - fscrypt_prepare_atomic_open()
` [PATCH 2/2] ceph: switch atomic open to use new fscrypt helper

[PATCH v2 0/2] ceph: fscrypt: fix atomic open bug for encrypted directories
 2023-03-14 13:37 UTC  (4+ messages)
` [PATCH v2 1/2] fscrypt: new helper function - fscrypt_prepare_atomic_open()
` [PATCH v2 2/2] ceph: switch atomic open to use new fscrypt helper

[RFC PATCH 0/2] ceph: fscrypt: fix atomic open bug for encrypted directories
 2023-03-10 12:05 UTC  (5+ messages)
` [RFC PATCH 1/2] fscrypt: new helper function - __fscrypt_prepare_atomic_open()
` [RFC PATCH 2/2] ceph: switch atomic open to use new fscrypt helper

[PATCH v16 00/68] ceph+fscrypt: full support
 2023-03-09 11:41 UTC  (14+ messages)
` [PATCH v16 25/68] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries

[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  (3+ 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)


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