CEPH-Devel archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-13 05:35:45 to 2023-07-14 18:12:47 UTC [more...]

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

[PATCH v5 00/14] ceph: support idmapped mounts
 2023-07-14 12:57 UTC  (26+ messages)

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-13 23:00 UTC  (9+ 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] libceph: harden msgr2.1 frame segment length checks
 2023-07-13 10:09 UTC  (4+ messages)

[PATCH 17/79] ceph: switch to new ctime accessors
 2023-07-12 15:31 UTC  (7+ messages)
    ` [PATCH 00/79] fs: new accessors for inode->i_ctime
    ` [PATCH 01/79] fs: add ctime accessors infrastructure

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (19+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime

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)

[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-07-07 19:23 UTC  (11+ messages)
` [PATCH v7 1/2] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v7 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
  ` [Linux-cachefs] "
    ` [BUG mm-unstable] BUG: KASAN: use-after-free in shrink_folio_list+0x9f4/0x1ae0

[PATCH v2 30/92] ceph: convert to ctime accessor functions
 2023-07-06 11:47 UTC  (3+ messages)

[PATCH 01/12] backing_dev: remove current->backing_dev_info
 2023-07-06  0:18 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 01/13] iomap: update ki_pos a little later in iomap_dio_complete
 2023-07-06  0:18 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 01/17] fs: unexport buffer_check_dirty_writeback
 2023-07-06  0:18 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 0/3] ceph: account for name and fsid in new device spec
 2023-06-30  4:44 UTC  (9+ messages)
` [PATCH 3/3] libceph: reject mismatching name and fsid
` [PATCH v2 0/4] ceph: account for name and fsid in new device spec
  ` [PATCH v2 1/4] ceph: refactor mds_namespace comparing
  ` [PATCH v2 2/4] ceph: save name and fsid in mount source
  ` [PATCH v2 3/4] ceph: delay parsing of source after all options
  ` [PATCH v2 4/4] ceph: allow mds_namespace to appear multiple times

[PATCH v3] ceph: don't let check_caps skip sending responses for revoke msgs
 2023-06-29 12:38 UTC  (2+ messages)

[PATCH] ceph: defer stopping the mdsc delayed_work
 2023-06-29  3:35 UTC 

[PATCH v2] ceph: don't let check_caps skip sending responses for revoke msgs
 2023-06-29  2:32 UTC  (4+ messages)

[PATCH] ceph: don't let check_caps skip sending responses for revoke msgs
 2023-06-27 23:47 UTC  (3+ messages)

Ceph patches for the merge window?
 2023-06-27 16:44 UTC  (4+ messages)

[PATCH net-next v3] libceph: Partially revert changes to support MSG_SPLICE_PAGES
 2023-06-27 16:40 UTC  (5+ messages)

Is ->sendmsg() allowed to change the msghdr struct it is given?
 2023-06-27 13:51 UTC  (6+ messages)

[PATCH] ceph: issue a cap release immediately if no cap exists
 2023-06-27 13:42 UTC  (2+ messages)

[PATCH] ceph: voluntarily drop Xx caps for requests those touch parent mtime
 2023-06-27 13:40 UTC  (2+ messages)

[PATCH net-next v2] libceph: Partially revert changes to support MSG_SPLICE_PAGES
 2023-06-27 13:25 UTC  (2+ messages)

[PATCH net-next] libceph: Partially revert changes to support MSG_SPLICE_PAGES
 2023-06-26 21:01 UTC  (8+ messages)

[PATCH net-next v5 03/16] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
 2023-06-26 17:01 UTC  (12+ messages)
` [PATCH net-next v5 04/16] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()

[PATCH] ceph: Convert ceph_writepages_start() to use folios a little more
 2023-06-24  7:41 UTC  (6+ messages)

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

[PATCH net-next v4 03/15] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
 2023-06-23 19:43 UTC  (4+ messages)
` [PATCH net-next v4 04/15] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()

[PATCH net-next v3 05/18] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
 2023-06-20 14:53 UTC  (2+ messages)
` [PATCH net-next v3 07/18] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()

Proszę o kontakt
 2023-06-20  7:46 UTC 

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

[PATCH v2] ceph: only send metrics when the MDS rank is ready
 2023-06-18 23:07 UTC  (3+ messages)

[PATCH net-next v2 05/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
 2023-06-17 12:11 UTC  (2+ messages)
` [PATCH net-next v2 07/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()

[PATCH net-next 05/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
 2023-06-16 16:12 UTC  (2+ messages)
` [PATCH net-next 07/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()

[ceph-client:testing 16/22] fs/ceph/caps.c:4359:11: error: label at end of compound statement: expected statement
 2023-06-16  1:25 UTC 

[ceph-client:testing 21/21] fs/ceph/file.c:24:29: warning: unused variable 'cl'
 2023-06-15  2:00 UTC  (2+ messages)

[ceph-client:testing 21/21] fs/ceph/xattr.c:61:22: warning: unused variable 'cl'
 2023-06-14  1:56 UTC 

[PATCH v2 0/6] ceph: print the client global id for debug logs
 2023-06-14  1:31 UTC  (10+ messages)
` [PATCH v2 1/6] ceph: add the *_client debug macros support
  ` [PATCH v2 6/6] ceph: print the client global_id in all the debug logs

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

[PATCH v20 00/71] ceph+fscrypt: full support
 2023-06-13  5:24 UTC  (14+ messages)
` [PATCH v20 40/71] ceph: size handling for encrypted inodes in cap updates
` [PATCH v20 59/71] ceph: add encryption support to writepage
` [PATCH v20 61/71] ceph: invalidate pages when doing direct/sync writes
` [PATCH v20 62/71] ceph: add support for encrypted snapshot names
` [PATCH v20 63/71] ceph: add support for handling "
` [PATCH v20 64/71] ceph: update documentation regarding snapshot naming limitations
` [PATCH v20 65/71] ceph: prevent snapshots to be created in encrypted locked directories
` [PATCH v20 66/71] ceph: report STATX_ATTR_ENCRYPTED on encrypted inodes
` [PATCH v20 67/71] ceph: drop the messages from MDS when unmounting
` [PATCH v20 68/71] ceph: just wait the osd requests' callbacks to finish "
` [PATCH v20 69/71] ceph: fix updating the i_truncate_pagecache_size for fscrypt
` [PATCH v20 70/71] ceph: switch ceph_lookup() to use new fscrypt helper
` [PATCH v20 71/71] ceph: switch ceph_open_atomic() to use the "


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