CEPH filesystem development
 help / color / mirror / Atom feed
 messages from 2022-08-16 13:28:21 to 2022-09-08 19:08:08 UTC [more...]

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-08 19:07 UTC  (30+ messages)

[PATCH v5 0/8] vfs/nfsd: clean up handling of the i_version counter
 2022-09-08 17:24 UTC  (9+ messages)
` [PATCH v5 1/8] iversion: clarify when the i_version counter must be updated
` [PATCH v5 2/8] ext4: fix i_version handling in ext4
` [PATCH v5 3/8] ext4: unconditionally enable the i_version counter
` [PATCH v5 4/8] vfs: plumb i_version handling into struct kstat
` [PATCH v5 5/8] nfs: report the inode version in getattr if requested
` [PATCH v5 6/8] ceph: "
` [PATCH v5 7/8] nfsd: use the getattr operation to fetch i_version
` [RFC PATCH v5 8/8] nfsd: take inode_lock when querying for NFSv4 GETATTR

[PATCH v4 0/6] vfs: clean up i_version behavior and expose it via statx
 2022-09-07 11:33 UTC  (7+ messages)
` [PATCH v4 1/6] iversion: update comments with info about atime updates
` [PATCH v4 2/6] ext4: fix i_version handling in ext4
` [PATCH v4 3/6] ext4: unconditionally enable the i_version counter
` [PATCH v4 4/6] vfs: report an inode version in statx for IS_I_VERSION inodes
` [PATCH v4 5/6] nfs: report the inode version in statx if requested
` [PATCH v4 6/6] ceph: fill in the change attribute in statx requests

[RFC PATCH v2] statx, inode: document the new STATX_INO_VERSION field
 2022-09-06 19:55 UTC  (8+ messages)

[man-pages RFC PATCH v3] statx, inode: document the STATX_INO_VERSION field
 2022-09-06 13:29 UTC 

[PATCH v2] ceph: fix incorrectly showing the .snap size for stat
 2022-09-05 12:45 UTC  (3+ messages)

[PATCH] ceph, docs: Remove Sage's git tree
 2022-09-05 11:36 UTC  (2+ messages)

[PATCH 00/23] Convert to filemap_get_folios_tag()
 2022-09-03 17:38 UTC  (33+ messages)
` [PATCH 01/23] pagemap: Add filemap_grab_folio()
` [PATCH 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH 05/23] afs: Convert afs_writepages_region() "
` [PATCH 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH 14/23] f2fs: Convert f2fs_write_cache_pages() "
` [PATCH 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH 17/23] gfs2: Convert gfs2_write_cache_jdata() "
` [PATCH 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH 23/23] filemap: Remove find_get_pages_range_tag()

[PATCH] ceph: force sending open request to MDS for root user
 2022-09-02  1:57 UTC  (2+ messages)

[PATCH v2] ceph: force sending open requests to MDS for root user for root_squash
 2022-09-02  1:55 UTC 

[PATCH v3] ceph: fail the open_by_handle_at() if the dentry is being unlinked
 2022-09-01  0:58 UTC  (4+ messages)

[PATCH] ceph: fix incorrectly showing the .snap size for stat
 2022-08-31  7:34 UTC  (2+ messages)

Votre demande : Bild: Lifehack. Wie man ohne Erfahrung und Wissen aus 1000 Dollar pro Tag verdient
 2022-08-30 15:29 UTC 

[PATCH v3 4/7] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
 2022-08-30 11:20 UTC  (14+ messages)

[PATCH v2] ceph: fail the open_by_handle_at() if the dentry is being unlinked
 2022-08-30 10:22 UTC  (5+ messages)

[PATCH] ceph/004: fix the ceph.quota.max_bytes values
 2022-08-29 13:32 UTC  (2+ messages)

[PATCH v15 00/29] ceph: remaining patches for fscrypt support
 2022-08-27  0:00 UTC  (31+ messages)
` [PATCH v15 01/29] ceph: don't allow changing layout on encrypted files/directories
` [PATCH v15 02/29] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [PATCH v15 03/29] ceph: size handling for encrypted inodes in cap updates
` [PATCH v15 04/29] ceph: fscrypt_file field handling in MClientRequest messages
` [PATCH v15 05/29] ceph: get file size from fscrypt_file when present in inode traces
` [PATCH v15 06/29] ceph: handle fscrypt fields in cap messages from MDS
` [PATCH v15 07/29] ceph: update WARN_ON message to pr_warn
` [PATCH v15 08/29] ceph: add __ceph_get_caps helper support
` [PATCH v15 09/29] ceph: add __ceph_sync_read "
` [PATCH v15 10/29] ceph: add object version support for sync read
` [PATCH v15 11/29] ceph: add infrastructure for file encryption and decryption
` [PATCH v15 12/29] ceph: add truncate size handling support for fscrypt
` [PATCH v15 13/29] libceph: allow ceph_osdc_new_request to accept a multi-op read
` [PATCH v15 14/29] ceph: disable fallocate for encrypted inodes
` [PATCH v15 15/29] ceph: disable copy offload on "
` [PATCH v15 16/29] ceph: don't use special DIO path for "
` [PATCH v15 17/29] ceph: align data in pages in ceph_sync_write
` [PATCH v15 18/29] ceph: add read/modify/write to ceph_sync_write
` [PATCH v15 19/29] ceph: plumb in decryption during sync reads
` [PATCH v15 20/29] ceph: add fscrypt decryption support to ceph_netfs_issue_op
` [PATCH v15 21/29] ceph: set i_blkbits to crypto block size for encrypted inodes
` [PATCH v15 22/29] ceph: add encryption support to writepage
` [PATCH v15 23/29] ceph: fscrypt support for writepages
` [PATCH v15 24/29] ceph: invalidate pages when doing direct/sync writes
` [PATCH v15 25/29] ceph: add support for encrypted snapshot names
` [PATCH v15 26/29] ceph: add support for handling "
` [PATCH v15 27/29] ceph: update documentation regarding snapshot naming limitations
` [PATCH v15 28/29] ceph: prevent snapshots to be created in encrypted locked directories
` [PATCH v15 29/29] ceph: report STATX_ATTR_ENCRYPTED on encrypted inodes

[PATCH] ceph: fix error handling in ceph_sync_write
 2022-08-26  0:07 UTC  (8+ messages)

staging in the fscrypt patches
 2022-08-25  9:44 UTC  (8+ messages)

[PATCH] ceph: increment i_version when doing a setattr with caps
 2022-08-25  1:04 UTC  (2+ messages)

Simplify load_unaligned_zeropad() (was Re: [GIT PULL] Ceph updates for 5.20-rc1)
 2022-08-24 19:02 UTC  (13+ messages)

Website Email: - The Telegraph: Mude von Arbeit und Schulden? Raus aus dieser Scheie?
 2022-08-23 10:46 UTC 

New Defects reported by Coverity Scan for ceph
 2022-08-23 12:52 UTC  (4+ messages)

[PATCH] ceph: Use kcalloc for allocating multiple elements
 2022-08-19  6:15 UTC  (2+ messages)

[PATCH 0/4] vfs: expose the inode change attribute via statx
 2022-08-18 20:24 UTC  (12+ messages)
` [PATCH 1/4] vfs: report change attribute in statx for IS_I_VERSION inodes
` [PATCH 3/4] afs: fill out change attribute in statx replies

Switching to iterate_shared
 2022-08-18 16:14 UTC  (5+ messages)
    ` [apparmor] "

[PATCH v2] libceph: advancing variants of iov_iter_get_pages()
 2022-08-17 12:59 UTC 

[PATCH] libceph: advancing variants of iov_iter_get_pages()
 2022-08-17 12:07 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