CEPH-Devel archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-01 15:00:34 to 2023-06-13 05:30:58 UTC [more...]

[PATCH v20 00/71] ceph+fscrypt: full support
 2023-06-13  5:23 UTC  (33+ messages)
` [PATCH v20 01/71] libceph: add spinlock around osd->o_requests
` [PATCH v20 02/71] libceph: define struct ceph_sparse_extent and add some helpers
` [PATCH v20 03/71] libceph: add sparse read support to msgr2 crc state machine
` [PATCH v20 04/71] libceph: add sparse read support to OSD client
` [PATCH v20 05/71] libceph: support sparse reads on msgr2 secure codepath
` [PATCH v20 06/71] libceph: add sparse read support to msgr1
` [PATCH v20 07/71] ceph: add new mount option to enable sparse reads
` [PATCH v20 08/71] ceph: preallocate inode for ops that may create one
` [PATCH v20 09/71] ceph: make ceph_msdc_build_path use ref-walk
` [PATCH v20 10/71] libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type
` [PATCH v20 11/71] ceph: use osd_req_op_extent_osd_iter for netfs reads
` [PATCH v20 12/71] ceph: fscrypt_auth handling for ceph
` [PATCH v20 13/71] ceph: ensure that we accept a new context from MDS for new inodes
` [PATCH v20 14/71] ceph: add support for fscrypt_auth/fscrypt_file to cap messages
` [PATCH v20 15/71] ceph: implement -o test_dummy_encryption mount option
` [PATCH v20 16/71] ceph: decode alternate_name in lease info
` [PATCH v20 17/71] ceph: add fscrypt ioctls
` [PATCH v20 18/71] ceph: make the ioctl cmd more readable in debug log
` [PATCH v20 19/71] ceph: add base64 endcoding routines for encrypted names
` [PATCH v20 20/71] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [PATCH v20 21/71] ceph: send altname in MClientRequest
` [PATCH v20 22/71] ceph: encode encrypted name in dentry release
` [PATCH v20 23/71] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [PATCH v20 24/71] ceph: set DCACHE_NOKEY_NAME in atomic open
` [PATCH v20 25/71] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [PATCH v20 26/71] ceph: add helpers for converting names for userland presentation
` [PATCH v20 27/71] ceph: fix base64 encoded name's length check in ceph_fname_to_usr()
` [PATCH v20 28/71] ceph: add fscrypt support to ceph_fill_trace
` [PATCH v20 29/71] ceph: pass the request to parse_reply_info_readdir()
` [PATCH v20 30/71] ceph: add ceph_encode_encrypted_dname() helper
` [PATCH v20 31/71] ceph: add support to readdir for encrypted filenames
` [PATCH v20 32/71] ceph: create symlinks with encrypted and base64-encoded targets

[PATCH v5 00/14] ceph: support idmapped mounts
 2023-06-13  1:43 UTC  (20+ messages)
` [PATCH v5 01/14] fs: export mnt_idmap_get/mnt_idmap_put
` [PATCH v5 02/14] ceph: stash idmapping in mdsc request
` [PATCH v5 03/14] ceph: handle idmapped mounts in create_request_message()
` [PATCH v5 04/14] ceph: pass an idmapping to mknod/symlink/mkdir/rename
` [PATCH v5 05/14] ceph: allow idmapped getattr inode op
` [PATCH v5 06/14] ceph: allow idmapped permission "
` [PATCH v5 07/14] ceph: pass idmap to __ceph_setattr
` [PATCH v5 08/14] ceph: allow idmapped setattr inode op
` [PATCH v5 09/14] ceph/acl: allow idmapped set_acl "
` [PATCH v5 10/14] ceph/file: allow idmapped atomic_open "
` [PATCH v5 11/14] ceph: pass idmap to ceph_do_getattr
` [PATCH v5 12/14] ceph: pass idmap to __ceph_setxattr
` [PATCH v5 13/14] ceph: pass idmap to ceph_open/ioctl_set_layout
` [PATCH v5 14/14] ceph: allow idmapped mounts

[PATCH] ceph: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
 2023-06-13  1:06 UTC  (3+ messages)

[PATCH v2 0/6] ceph: print the client global id for debug logs
 2023-06-12 15:25 UTC  (7+ messages)
` [PATCH v2 1/6] ceph: add the *_client debug macros support
` [PATCH v2 2/6] ceph: pass the mdsc to several helpers
` [PATCH v2 3/6] ceph: rename _to_client() to _to_fs_client()
` [PATCH v2 4/6] ceph: move mdsmap.h to fs/ceph/
` [PATCH v2 5/6] ceph: add ceph_inode_to_client() helper support

[PATCH v3 0/2] ceph: fix fscrypt_destroy_keyring use-after-free bug
 2023-06-12  0:43 UTC  (5+ messages)
` [PATCH v3 1/2] ceph: drop the messages from MDS when unmounting
` [PATCH v3 2/2] ceph: just wait the osd requests' callbacks to finish "

[GIT PULL] Ceph fixes for 6.4-rc6
 2023-06-09 18:19 UTC  (2+ messages)

[PATCH v6 00/15] ceph: support idmapped mounts
 2023-06-09  9:31 UTC  (16+ messages)
` [PATCH v6 01/15] fs: export mnt_idmap_get/mnt_idmap_put
` [PATCH v6 02/15] ceph: stash idmapping in mdsc request
` [PATCH v6 03/15] ceph: handle idmapped mounts in create_request_message()
` [PATCH v6 04/15] ceph: pass an idmapping to mknod/symlink/mkdir/rename
` [PATCH v6 05/15] ceph: allow idmapped getattr inode op
` [PATCH v6 06/15] ceph: allow idmapped permission "
` [PATCH v6 07/15] ceph: pass idmap to __ceph_setattr
` [PATCH v6 08/15] ceph: allow idmapped setattr inode op
` [PATCH v6 09/15] ceph/acl: allow idmapped set_acl "
` [PATCH v6 10/15] ceph/file: allow idmapped atomic_open "
` [PATCH v6 11/15] ceph: pass idmap to ceph_do_getattr
` [PATCH v6 12/15] ceph: pass idmap to __ceph_setxattr
` [PATCH v6 13/15] ceph: pass idmap to ceph_open/ioctl_set_layout/readdir
` [PATCH v6 14/15] ceph: pass idmap to ceph_netfs_issue_op_inline
` [PATCH v6 15/15] ceph: allow idmapped mounts

[PATCH v4 00/14] ceph: support idmapped mounts
 2023-06-08 15:46 UTC  (19+ messages)
` [PATCH v4 01/14] fs: export mnt_idmap_get/mnt_idmap_put
` [PATCH v4 02/14] ceph: stash idmapping in mdsc request
` [PATCH v4 03/14] ceph: handle idmapped mounts in create_request_message()
` [PATCH v4 04/14] ceph: allow idmapped mknod inode op
` [PATCH v4 05/14] ceph: allow idmapped symlink "
` [PATCH v4 06/14] ceph: allow idmapped mkdir "
` [PATCH v4 07/14] ceph: allow idmapped rename "
` [PATCH v4 08/14] ceph: allow idmapped getattr "
` [PATCH v4 09/14] ceph: allow idmapped permission "
` [PATCH v4 10/14] ceph: pass idmap to __ceph_setattr
` [PATCH v4 11/14] ceph: allow idmapped setattr inode op
` [PATCH v4 12/14] ceph/acl: allow idmapped set_acl "
` [PATCH v4 13/14] ceph/file: allow idmapped atomic_open "
` [PATCH v4 14/14] ceph: allow idmapped mounts

[PATCH v4] ceph: fix use-after-free bug for inodes when flushing capsnaps
 2023-06-08 10:12 UTC  (3+ messages)

[PATCH] ceph: print the client global id when blocklisting the sessions
 2023-06-08  3:13 UTC 

[PATCH v2 0/2] ceph: fix fscrypt_destroy_keyring use-after-free bug
 2023-06-08  2:10 UTC  (11+ messages)
` [PATCH v2 1/2] ceph: drop the messages from MDS when unmounting
` [PATCH v2 2/2] ceph: just wait the osd requests' callbacks to finish "

[PATCH v3] ceph: fix use-after-free bug for inodes when flushing capsnaps
 2023-06-08  2:07 UTC  (5+ messages)

[PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-06-07 18:26 UTC  (4+ messages)
` [Linux-cachefs] "

[PATCH v2 00/13] ceph: support idmapped mounts
 2023-06-07 15:28 UTC  (25+ messages)
` [PATCH v2 01/13] fs: export mnt_idmap_get/mnt_idmap_put
` [PATCH v2 03/13] ceph: handle idmapped mounts in create_request_message()
` [PATCH v2 08/13] ceph: allow idmapped getattr inode op
` [PATCH v2 10/13] ceph: allow idmapped setattr "

[PATCH v3 00/14] ceph: support idmapped mounts
 2023-06-07 15:33 UTC  (16+ messages)
` [PATCH v3 01/14] fs: export mnt_idmap_get/mnt_idmap_put
` [PATCH v3 02/14] ceph: stash idmapping in mdsc request
` [PATCH v3 03/14] ceph: handle idmapped mounts in create_request_message()
` [PATCH v3 04/14] ceph: allow idmapped mknod inode op
` [PATCH v3 05/14] ceph: allow idmapped symlink "
` [PATCH v3 06/14] ceph: allow idmapped mkdir "
` [PATCH v3 07/14] ceph: allow idmapped rename "
` [PATCH v3 08/14] ceph: allow idmapped getattr "
` [PATCH v3 09/14] ceph: allow idmapped permission "
` [PATCH v3 10/14] ceph: pass idmap to __ceph_setattr
` [PATCH v3 11/14] ceph: allow idmapped setattr inode op
` [PATCH v3 12/14] ceph/acl: allow idmapped set_acl "
` [PATCH v3 13/14] ceph/file: allow idmapped atomic_open "
` [PATCH v3 14/14] ceph: allow idmapped mounts

Słowa kluczowe do wypozycjonowania
 2023-06-07  7:30 UTC 

[PATCH] ceph: Convert ceph_writepages_start() to use folios a little more
 2023-06-07  0:31 UTC  (4+ messages)

[PATCH v19 00/70] ceph+fscrypt: full support
 2023-06-06  9:09 UTC  (10+ messages)
` [PATCH v19 68/70] ceph: fix updating the i_truncate_pagecache_size for fscrypt
` [PATCH v19 69/70] ceph: switch ceph_open() to use new fscrypt helper
` [PATCH v19 70/70] ceph: switch ceph_open_atomic() to use the "

cleanup the filemap / direct I/O interaction v4
 2023-06-06  6:43 UTC  (8+ messages)
` [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/12] fs: factor out a direct_write_fallback helper
` [PATCH 10/12] fuse: update ki_pos in fuse_perform_write
` [PATCH 12/12] fuse: use direct_write_fallback

[PATCH] ceph: trigger to flush the buffer when making snapshot
 2023-06-06  5:39 UTC  (2+ messages)

[PATCH v7 0/2] ceph: fix blindly expanding the readahead windows
 2023-06-06  5:30 UTC  (5+ messages)
` [PATCH v7 1/2] ceph: add a dedicated private data for netfs rreq
` [PATCH v7 2/2] ceph: fix blindly expanding the readahead windows

[PATCH] ceph: voluntarily drop Xx caps for requests those touch parent mtime
 2023-06-06  3:38 UTC 

[PATCH] ceph: just wait the osd requests' callbacks to finish when unmounting
 2023-06-06  3:14 UTC  (5+ messages)

[PATCH 0/2] rbd: avoid fast-diff corruption in snapshot-based mirroring
 2023-06-06  2:34 UTC  (5+ messages)
` [PATCH 1/2] rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting
` [PATCH 2/2] rbd: get snapshot context after exclusive lock is ensured to be held

[PATCH v2] ceph: only send metrics when the MDS rank is ready
 2023-06-06  0:57 UTC 

[PATCH 0/3] ceph: account for name and fsid in new device spec
 2023-06-05 11:03 UTC  (5+ messages)
` [PATCH 1/3] ceph: refactor mds_namespace comparing

[PATCH v6 0/2] ceph: fix blindly expanding the readahead windows
 2023-06-05  7:18 UTC  (6+ messages)
` [PATCH v6 1/2] ceph: add a dedicated private data for netfs rreq
` [PATCH v6 2/2] ceph: fix blindly expanding the readahead windows

[PATCH] generic/020: add ceph-fuse support
 2023-06-05  1:41 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 read-only IMAP folder(s) and NNTP newsgroup(s).