linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-12 23:31:52 to 2021-08-19 09:57:38 UTC [more...]

[PATCHSET 00/15] xfs: clean up ftrace field tags and formats
 2021-08-19  9:57 UTC  (45+ messages)
` [PATCH 01/15] xfs: fix incorrect unit conversion in scrub tracepoint
` [PATCH 02/15] xfs: standardize inode number formatting in ftrace output
` [PATCH 03/15] xfs: standardize AG "
` [PATCH 04/15] xfs: standardize AG block "
` [PATCH 05/15] xfs: standardize rmap owner "
` [PATCH 06/15] xfs: standardize daddr "
` [PATCH 07/15] xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno"
` [PATCH 08/15] xfs: disambiguate units for ftrace fields tagged "offset"
` [PATCH 09/15] xfs: disambiguate units for ftrace fields tagged "len"
  ` [PATCH v2 "
` [PATCH 10/15] xfs: disambiguate units for ftrace fields tagged "count"
  ` [PATCH v2 "
` [PATCH 11/15] xfs: rename i_disk_size fields in ftrace output
` [PATCH 12/15] xfs: resolve fork names in trace output
` [PATCH 13/15] xfs: standardize remaining xfs_buf length tracepoints
` [PATCH 14/15] xfs: standardize inode generation formatting in ftrace output
` [PATCH 15/15] xfs: decode scrub flags "
` [PATCH 16/15] xfs: start documenting common units and tags used in tracepoints
  ` [PATCH v2 "

[PATCH RESEND v6 0/9] fsdax: introduce fs query to support reflink
 2021-08-19  9:10 UTC  (19+ messages)
` [PATCH RESEND v6 1/9] pagemap: Introduce ->memory_failure()
` [PATCH RESEND v6 2/9] dax: Introduce holder for dax_device
` [PATCH RESEND v6 8/9] md: Implement dax_holder_operations

[PATCH 00/16 v3] xfs: rework feature flags
 2021-08-19  2:14 UTC  (18+ 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 08/16] xfs: convert remaining mount flags to state flags
` [PATCH 09/16] xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
` [PATCH 10/16] xfs: convert xfs_fs_geometry to use mount feature checks
` [PATCH 11/16] xfs: open code sb verifier "
` [PATCH 12/16] xfs: convert scrub to use mount-based "
` [PATCH 13/16] xfs: convert xfs_sb_version_has checks to use mount features
` [PATCH 14/16] xfs: remove unused xfs_sb_version_has wrappers
` [PATCH 15/16] xfs: introduce xfs_sb_is_v5 helper
` [PATCH 16/16] xfs: kill xfs_sb_version_has_v3inode()

[PATCH 0/3 v2] xfs: clean up buffer cache disk addressing
 2021-08-19  2:03 UTC  (6+ 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 v7 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-08-18 21:01 UTC  (10+ 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

[PATCH v6 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-18 19:28 UTC  (35+ 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 v2 0/2] fstests: exercise code refactored in 5.14
 2021-08-18 17:18 UTC  (9+ messages)
` [PATCH 1/2] generic: fsstress with cpu offlining
` [PATCH 2/2] generic: test shutdowns of a nested filesystem

[PATCHSET 0/2] fstests: random fixes
 2021-08-18  3:55 UTC  (5+ messages)
` [PATCH 1/2] xfs/176: fix the group name
` [PATCH 2/2] scsi_debug: fix module removal loop

[PATCH 00/16 v2] xfs: rework feature flags
 2021-08-18  2:56 UTC  (17+ messages)
` [PATCH 02/16] xfs: rename xfs_has_attr()
` [PATCH 03/16] xfs: rework attr2 feature and mount options
` [PATCH 05/16] xfs: replace xfs_sb_version checks with feature flag checks
` [PATCH 07/16] xfs: convert mount flags to features

[PATCH 0/3] xfs: clean up buffer cache disk addressing
 2021-08-18  0:07 UTC  (6+ messages)
` [PATCH 3/3] xfs: rename buffer cache index variable b_bn

[PATCHSET 0/3] fstests: exercise code refactored in 5.14
 2021-08-17 15:54 UTC  (14+ messages)
` [PATCH 1/3] generic: test xattr operations only
` [PATCH 2/3] generic: test shutdowns of a nested filesystem

[PATCHSET 0/2] dax: fix broken pmem poison narrative
 2021-08-17 15:46 UTC  (6+ messages)
` [PATCH 1/2] xfs: use DAX block device zeroout for FSDAX file ZERO_RANGE operations
` [PATCH 2/2] ext4: "

switch iomap to an iterator model v2
 2021-08-17  2:37 UTC  (18+ messages)
` [PATCH 11/30] iomap: add the new iomap_iter model
  ` [PATCH v2.1 "
` [PATCH 19/30] iomap: switch iomap_bmap to use iomap_iter
  ` [PATCH v2.1 "
` [PATCH 24/30] iomap: remove iomap_apply
  ` [PATCH v2.1 "
` [PATCH 31/30] iomap: move iomap iteration code to iter.c

5.14-0-rc5, splat in block_group_cache_tree_search while __btrfs_unlink_inode
 2021-08-16 15:40 UTC 

[Bug 214079] New: [xfstests xfs/168] xfs_repair failed with shrinking 776672
 2021-08-16 12:46 UTC  (2+ messages)
` [Bug 214079] "

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

[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] "

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

[PATCH v5 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-13  5:18 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;
as well as URLs for NNTP newsgroup(s).