CEPH-Devel archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-07 16:46:49 to 2023-08-07 13:28:45 UTC [more...]

[PATCH v10 00/12] ceph: support idmapped mounts
 2023-08-07 13:26 UTC 

[PATCH v9 00/12] ceph: support idmapped mounts
 2023-08-07 11:45 UTC  (25+ messages)
` [PATCH v9 01/12] fs: export mnt_idmap_get/mnt_idmap_put
` [PATCH v9 02/12] ceph: stash idmapping in mdsc request
` [PATCH v9 03/12] ceph: handle idmapped mounts in create_request_message()
` [PATCH v9 04/12] ceph: add enable_unsafe_idmap module parameter
` [PATCH v9 05/12] ceph: pass an idmapping to mknod/symlink/mkdir
` [PATCH v9 06/12] ceph: allow idmapped getattr inode op
` [PATCH v9 07/12] ceph: allow idmapped permission "
` [PATCH v9 08/12] ceph: pass idmap to __ceph_setattr
` [PATCH v9 09/12] ceph: allow idmapped setattr inode op
` [PATCH v9 10/12] ceph/acl: allow idmapped set_acl "
` [PATCH v9 11/12] ceph/file: allow idmapped atomic_open "
` [PATCH v9 12/12] ceph: allow idmapped mounts

[PATCH v8 00/12] ceph: support idmapped mounts
 2023-08-07  0:56 UTC  (20+ messages)
` [PATCH v8 01/12] fs: export mnt_idmap_get/mnt_idmap_put
` [PATCH v8 02/12] ceph: stash idmapping in mdsc request
` [PATCH v8 03/12] ceph: handle idmapped mounts in create_request_message()
` [PATCH v8 04/12] ceph: add enable_unsafe_idmap module parameter
` [PATCH v8 05/12] ceph: pass an idmapping to mknod/symlink/mkdir
` [PATCH v8 06/12] ceph: allow idmapped getattr inode op
` [PATCH v8 07/12] ceph: allow idmapped permission "
` [PATCH v8 08/12] ceph: pass idmap to __ceph_setattr
` [PATCH v8 09/12] ceph: allow idmapped setattr inode op
` [PATCH v8 10/12] ceph/acl: allow idmapped set_acl "
` [PATCH v8 11/12] ceph/file: allow idmapped atomic_open "
` [PATCH v8 12/12] ceph: allow idmapped mounts

[GIT PULL] Ceph fixes for 6.5-rc5
 2023-08-04 19:06 UTC  (2+ messages)

[RFC PATCH 00/18] ceph, rbd: Collapse all the I/O types down to something iov_iter-based
 2023-08-04 13:13 UTC  (19+ messages)
` [RFC PATCH 01/18] iov_iter: Add function to see if buffer is all zeros
` [RFC PATCH 02/18] ceph: Rename alignment to offset
` [RFC PATCH 03/18] ceph: Add a new data container type, ceph_databuf
` [RFC PATCH 04/18] ceph: Convert ceph_mds_request::r_pagelist to a databuf
` [RFC PATCH 05/18] rbd: Use ceph_databuf for rbd_obj_read_sync()
` [RFC PATCH 06/18] ceph: Change ceph_osdc_call()'s reply to a ceph_databuf
` [RFC PATCH 07/18] ceph: Unexport osd_req_op_cls_request_data_pages()
` [RFC PATCH 08/18] ceph: Remove osd_req_op_cls_response_data_pages()
` [RFC PATCH 09/18] ceph: Convert notify_id_pages to a ceph_databuf
` [RFC PATCH 10/18] rbd: Switch from using bvec_iter to iov_iter
` [RFC PATCH 11/18] ceph: Remove bvec and bio data container types
` [RFC PATCH 12/18] ceph: Convert some page arrays to ceph_databuf
` [RFC PATCH 13/18] ceph: Convert users of ceph_pagelist "
` [RFC PATCH 14/18] ceph: Remove ceph_pagelist
` [RFC PATCH 15/18] ceph: Convert ceph_osdc_notify() reply to ceph_databuf
` [RFC PATCH 16/18] ceph: Remove CEPH_OS_DATA_TYPE_PAGES and its attendant helpers
` [RFC PATCH 17/18] ceph: Remove CEPH_MSG_DATA_PAGES and its helpers
` [RFC PATCH 18/18] ceph: Don't use data_pages

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-03  7:07 UTC  (25+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
` [PATCH v6 2/7] fs: add infrastructure for multigrain timestamps
` [PATCH v6 3/7] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v6 4/7] tmpfs: add support for multigrain timestamps
` [PATCH v6 5/7] xfs: switch to "
` [PATCH v6 6/7] ext4: "
` [PATCH v6 7/7] btrfs: convert "
` (subset) [PATCH v6 0/7] fs: implement "

[PATCH] libceph: fix potential hang in ceph_osdc_notify()
 2023-08-02  6:53 UTC  (3+ messages)

[PATCH] rbd: prevent busy loop when requesting exclusive lock
 2023-08-02  6:52 UTC  (4+ messages)

[PATCH v3] ceph: defer stopping the mdsc delayed_work
 2023-08-01  8:33 UTC  (4+ messages)

Słowa kluczowe do wypozycjonowania
 2023-08-01  8:15 UTC 

[GIT PULL] Ceph fixes for 6.5-rc4
 2023-07-28 18:39 UTC  (2+ messages)

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

[PATCH v20 00/71] ceph+fscrypt: full support
 2023-07-27 15:06 UTC  (3+ messages)

[PATCH v2] ceph: make num_fwd and num_retry to __u32
 2023-07-27  1:22 UTC 

[PATCH v2 0/3] rbd: reduce the potential for erroneous blocklisting
 2023-07-26 14:43 UTC  (6+ messages)
` [PATCH v2 1/3] rbd: make get_lock_owner_info() return a single locker or NULL
` [PATCH v2 2/3] rbd: harden get_lock_owner_info() a bit
` [PATCH v2 3/3] rbd: retrieve and check lock owner twice before blocklisting
      `  "

[PATCH] ceph: make num_fwd and num_retry to __u32
 2023-07-26 13:19 UTC  (4+ messages)

[PATCH] ceph: make the members in struct ceph_mds_request_args_ext an union
 2023-07-25  4:40 UTC 

[PATCH 0/3] rbd: reduce the potential for erroneous blocklisting
 2023-07-25  4:35 UTC  (4+ messages)
` [PATCH 1/3] rbd: make get_lock_owner_info() return a single locker or NULL
` [PATCH 2/3] rbd: harden get_lock_owner_info() a bit
` [PATCH 3/3] rbd: retrieve and check lock owner twice before blocklisting

[PATCH v2] ceph: defer stopping the mdsc delayed_work
 2023-07-24 12:40 UTC  (5+ messages)

[PATCH AUTOSEL 6.1 22/34] ceph: try to dump the msgs when decoding fails
 2023-07-24  1:32 UTC 

[PATCH AUTOSEL 6.4 24/40] ceph: try to dump the msgs when decoding fails
 2023-07-24  1:31 UTC 

[PATCH v5 00/14] ceph: support idmapped mounts
 2023-07-24  1:02 UTC  (22+ messages)

Rozszerzenie Programu Mój Prąd 5.0
 2023-07-21  8:05 UTC 

[PATCH] ceph: defer stopping the mdsc delayed_work
 2023-07-21  4:21 UTC  (3+ messages)

RFC: allow building a kernel without buffer_heads
 2023-07-20 12:16 UTC  (8+ messages)
` [PATCH 16/17] block: use iomap for writes to block devices

[PATCH] ceph: disable sending metrics thoroughly when it's disabled
 2023-07-20 10:25 UTC  (3+ messages)

[PATCH] netfs: Fix errors in cache.h The following checkpatch errors are removed: ERROR: "foo* bar" should be "foo *bar" ERROR: "foo* bar" should be "foo *bar" ERROR: "foo* bar" should be "foo *bar" ERROR: "foo* bar" should be "foo *bar" ERROR: "foo* bar" should be "foo *bar"
 2023-07-20  1:36 UTC  (2+ messages)

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-19  1:35 UTC  (10+ messages)
` [PATCH v5 1/8] fs: pass the request_mask to generic_fillattr
` [PATCH v5 2/8] fs: add infrastructure for multigrain timestamps
` [PATCH v5 3/8] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v5 4/8] tmpfs: add support for multigrain timestamps
` [PATCH v5 5/8] xfs: XFS_ICHGTIME_CREATE is unused
` [PATCH v5 6/8] xfs: switch to multigrain timestamps
` [PATCH v5 7/8] ext4: "
` [PATCH v5 8/8] btrfs: convert "

[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-07-17 12:43 UTC  (9+ messages)
` [PATCH v7 2/2] "
    ` [BUG mm-unstable] BUG: KASAN: use-after-free in shrink_folio_list+0x9f4/0x1ae0

[GIT PULL] Ceph fix for 6.5-rc2
 2023-07-14 18:11 UTC  (2+ messages)

[PATCH] libceph: harden msgr2.1 frame segment length checks
 2023-07-13 10:09 UTC  (4+ messages)

[PATCH 01/79] fs: add ctime accessors infrastructure
 2023-07-12 15:31 UTC 

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (5+ messages)
` [PATCH v2 00/92] "

Systém sledování a optimalizace výroby
 2023-07-10  7:40 UTC 

[GIT PULL] Ceph fixes for 6.5-rc1
 2023-07-07 22:26 UTC  (2+ 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).