linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-10 05:25:02 to 2021-08-16 12:43:55 UTC [more...]

[Bug 214077] New: [xfstests xfs/168] xfs_repair failed with shrinking 776672
 2021-08-16 12:43 UTC 

[PATCH v7 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-08-16  6:03 UTC  (9+ messages)
` [PATCH v7 1/8] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v7 2/8] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v7 3/8] fsdax: Replace mmap entry in case of CoW
` [PATCH v7 4/8] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v7 5/8] iomap: Introduce iomap_iter2 for two files
` [PATCH v7 6/8] fsdax: Dedup file range to use a compare function
` [PATCH v7 7/8] fsdax: Introduce dax_iomap_ops for end of reflink
` [PATCH v7 8/8] fs/xfs: Add dax dedupe support

[Bug 213941] New: [xfstests xfs/104] XFS: Assertion failed: agno < mp->m_sb.sb_agcount, file: fs/xfs/libxfs/xfs_types.c, line: 22
 2021-08-16  3:47 UTC  (2+ messages)
` [Bug 213941] "

[PATCH v6 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-15 20:40 UTC  (22+ messages)
` [PATCH v6 01/13] ext4/xfs: add page refcount helper
` [PATCH v6 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v6 03/13] kernel: resource: lookup_resource as exported symbol
` [PATCH v6 04/13] drm/amdkfd: add SPM support for SVM
` [PATCH v6 05/13] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v6 06/13] include/linux/mm.h: helpers to check zone device generic type
` [PATCH v6 07/13] mm: add generic type support to migrate_vma helpers
` [PATCH v6 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages
` [PATCH v6 09/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v6 10/13] lib: test_hmm add module param for "
` [PATCH v6 11/13] lib: add support for device generic type in test_hmm
` [PATCH v6 12/13] tools: update hmm-test to support device generic type
` [PATCH v6 13/13] tools: update test_hmm script to support SP config

[PATCHSET 0/3] fstests: exercise code refactored in 5.14
 2021-08-15 16:28 UTC  (12+ messages)
` [PATCH 1/3] generic: test xattr operations only
` [PATCH 2/3] generic: test shutdowns of a nested filesystem
` [PATCH 3/3] xfs: test regression in shrink when the new EOFS splits a sparse inode cluster

[PATCHSET 00/10] xfs: constify btree operations
 2021-08-15 15:33 UTC  (21+ messages)
` [PATCH 01/10] xfs: make the key parameters to all btree key comparison functions const
` [PATCH 02/10] xfs: make the key parameters to all btree query range "
` [PATCH 03/10] xfs: make the record pointer passed to query_range "
` [PATCH 04/10] xfs: mark the record passed into btree init_key functions as const
` [PATCH 05/10] xfs: make the keys and records passed to btree inorder functions const
` [PATCH 06/10] xfs: mark the record passed into xchk_btree functions as const
` [PATCH 07/10] xfs: make the pointer passed to btree set_root functions const
` [PATCH 08/10] xfs: make the start pointer passed to btree alloc_block "
` [PATCH 09/10] xfs: make the start pointer passed to btree update_lastrec "
` [PATCH 10/10] xfs: constify btree function parameters that are not modified

[PATCH] xfs: remove support for untagged lookups in xfs_icwalk*
 2021-08-14  7:22 UTC  (3+ messages)

[PATCHSET 0/3] xfs: fix various bugs in fsmap
 2021-08-13 16:16 UTC  (13+ messages)
` [PATCH 1/3] xfs: make xfs_rtalloc_query_range input parameters const
` [PATCH 2/3] xfs: fix off-by-one error when the last rt extent is in use
` [PATCH 3/3] xfs: make fsmap backend function key parameters const

[bug report] xfs: pass the goal of the incore inode walk to xfs_inode_walk()
 2021-08-13  8:15 UTC  (7+ messages)

switch iomap to an iterator model v2
 2021-08-13  7:29 UTC  (44+ messages)
` [PATCH 10/30] iomap: fix the iomap_readpage_actor return value for inline data
` [PATCH 11/30] iomap: add the new iomap_iter model
  ` [PATCH v2.1 "
` [PATCH 12/30] iomap: switch readahead and readpage to use iomap_iter
` [PATCH 13/30] iomap: switch iomap_file_buffered_write "
` [PATCH 14/30] iomap: switch iomap_file_unshare "
` [PATCH 15/30] iomap: switch iomap_zero_range "
` [PATCH 16/30] iomap: switch iomap_page_mkwrite "
` [PATCH 17/30] iomap: switch __iomap_dio_rw "
` [PATCH 18/30] iomap: switch iomap_fiemap "
` [PATCH 19/30] iomap: switch iomap_bmap "
  ` [PATCH v2.1 "
` [PATCH 20/30] iomap: switch iomap_seek_hole "
` [PATCH 21/30] iomap: switch iomap_seek_data "
` [PATCH 22/30] iomap: switch iomap_swapfile_activate "
` [PATCH 23/30] fsdax: switch dax_iomap_rw "
` [PATCH 24/30] iomap: remove iomap_apply
  ` [PATCH v2.1 "
` [PATCH 31/30] iomap: move iomap iteration code to iter.c

[PATCH v5 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-13  5:18 UTC  (16+ messages)
` [PATCH v5 01/13] ext4/xfs: add page refcount helper
` [PATCH v5 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v5 03/13] kernel: resource: lookup_resource as exported symbol
` [PATCH v5 04/13] drm/amdkfd: add SPM support for SVM
` [PATCH v5 05/13] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v5 06/13] include/linux/mm.h: helpers to check zone device generic type
` [PATCH v5 07/13] mm: add generic type support to migrate_vma helpers
` [PATCH v5 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages
` [PATCH v5 09/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v5 10/13] lib: test_hmm add module param for "
` [PATCH v5 11/13] lib: add support for device generic type in test_hmm
` [PATCH v5 12/13] tools: update hmm-test to support device generic type
` [PATCH v5 13/13] tools: update test_hmm script to support SP config

misc typedef removal
 2021-08-12 21:13 UTC  (16+ messages)
` [PATCH 1/3] xfs: remove the xfs_dinode_t typedef
` [PATCH 2/3] xfs: remove the xfs_dsb_t typedef
` [PATCH 3/3] xfs: remove the xfs_dqblk_t typedef

[PATCH 0/8] iomap writethrough for O_SYNC writes
 2021-08-12 13:28 UTC  (11+ messages)
` [PATCH 1/8] iomap: Pass struct iomap to iomap_alloc_ioend()
` [PATCH 2/8] iomap: Remove iomap_writepage_ctx from iomap_can_add_to_ioend()
` [PATCH 3/8] iomap: Do not pass iomap_writepage_ctx to iomap_add_to_ioend()
` [PATCH 4/8] iomap: Accept a NULL iomap_writepage_ctx in iomap_submit_ioend()
` [PATCH 5/8] iomap: Pass iomap_write_ctx to iomap_write_actor()
` [PATCH 6/8] iomap: Allow a NULL writeback_control argument to iomap_alloc_ioend()
` [PATCH 7/8] iomap: Pass a length to iomap_add_to_ioend()
` [PATCH 8/8] iomap: Add writethrough for O_SYNC

[PATCHSET 0/2] xfs: more random tweaks
 2021-08-12  8:45 UTC  (5+ messages)
` [PATCH 1/2] xfs: remove unnecessary agno variable from struct xchk_ag
` [PATCH 2/2] xfs: add trace point for fs shutdown

[PATCH 0/3] xfs: clean up buffer cache disk addressing
 2021-08-12  8:23 UTC  (11+ messages)
` [PATCH 1/3] xfs: introduce xfs_buf_daddr()
` [PATCH 2/3] xfs: convert bp->b_bn references to xfs_buf_daddr()
` [PATCH 3/3] xfs: rename buffer cache index variable b_bn

[PATCH 00/16 v2] xfs: rework feature flags
 2021-08-12  8:07 UTC  (22+ messages)
` [PATCH 01/16] xfs: sb verifier doesn't handle uncached sb buffer
` [PATCH 02/16] xfs: rename xfs_has_attr()
` [PATCH 03/16] xfs: rework attr2 feature and mount options
` [PATCH 04/16] xfs: reflect sb features in xfs_mount
` [PATCH 05/16] xfs: replace xfs_sb_version checks with feature flag checks
` [PATCH 06/16] xfs: consolidate mount option features in m_features
` [PATCH 07/16] xfs: convert mount flags to features
` [PATCH 10/16] xfs: convert xfs_fs_geometry to use mount feature checks
` [PATCH 11/16] xfs: open code sb verifier "
` [PATCH 15/16] xfs: introduce xfs_sb_is_v5 helper

[PATCH 0/5 v3] xfs: strictly order log start records
 2021-08-12  7:49 UTC  (3+ messages)
` [PATCH 5/5] xfs: order CIL checkpoint "

Dirty bits and sync writes
 2021-08-11 20:40 UTC  (6+ messages)

linux-next: Signed-off-by missing for commits in the xfs tree
 2021-08-11 19:21 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next **REBASED** to edf27485eb56
 2021-08-11 16:36 UTC 

linux-next: manual merge of the folio tree with the xfs tree
 2021-08-11 14:44 UTC  (3+ messages)

linux-next: manual merge of the akpm-current tree with the xfs tree
 2021-08-11  8:33 UTC 

[PATCH 1/2] iomap: Use kmap_local_page instead of kmap_atomic
 2021-08-10 21:18 UTC  (5+ 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).