ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-30 11:21:06 to 2022-09-15 02:31:42 UTC [more...]

[PATCH v2] ceph: force sending open requests to MDS for root user for root_squash
 2022-09-15  2:31 UTC  (2+ messages)

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-14 23:02 UTC  (95+ messages)

rbd unmap fails with "Device or resource busy"
 2022-09-14  8:41 UTC  (4+ messages)

[PATCH v3] ceph: fix incorrectly showing the .snap size for stat
 2022-09-14  3:09 UTC 

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

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