linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-24 11:03:24 to 2021-09-01 08:49:08 UTC [more...]

[PATCHSET 0/5] fstests: document all test groups
 2021-09-01  8:48 UTC  (10+ messages)
` [PATCH 1/5] ceph: re-tag copy_file_range as being in the copy_range group
` [PATCH 2/5] xfs: move reflink tests into the clone group
` [PATCH 3/5] xfs: fix incorrect fuzz test group name
` [PATCH 4/5] tools: make sure that test groups are described in the documentation
` [PATCH 5/5] new: only allow documented test group names

[PATCHSET 0/2] fstests: random fixes
 2021-09-01  8:34 UTC  (5+ messages)
` [PATCH 1/2] common/xfs: skip xfs_check unless the test runner forces us to
` [PATCH 2/2] generic/643: fix weird problems on 64k-page arm systems

[PATCH v1 00/14] Add MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-09-01  8:29 UTC  (34+ messages)
` [PATCH v1 01/14] ext4/xfs: add page refcount helper
` [PATCH v1 02/14] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v1 03/14] mm: add iomem vma selection for memory migration
` [PATCH v1 04/14] mm: add zone device public type memory support
` [PATCH v1 05/14] drm/amdkfd: ref count init for device pages
` [PATCH v1 06/14] drm/amdkfd: add SPM support for SVM
` [PATCH v1 07/14] drm/amdkfd: public type as sys mem on migration to ram
` [PATCH v1 08/14] mm: add public type support to migrate_vma helpers
` [PATCH v1 09/14] mm: call pgmap->ops->page_free for DEVICE_PUBLIC pages
` [PATCH v1 10/14] lib: test_hmm add ioctl to get zone device type
` [PATCH v1 11/14] lib: test_hmm add module param for "
` [PATCH v1 12/14] lib: add support for device public type in test_hmm
` [PATCH v1 13/14] tools: update hmm-test to support device public type
` [PATCH v1 14/14] tools: update test_hmm script to support SP config

[PATCH v24 00/11] Log Attribute Replay
 2021-09-01  7:30 UTC  (43+ messages)
` [PATCH v24 01/11] xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process
` [PATCH v24 02/11] xfs: Capture buffers for delayed ops
` [PATCH v24 03/11] xfs: Set up infrastructure for log atrribute replay
` [PATCH v24 04/11] xfs: Implement attr logging and replay
` [PATCH v24 05/11] RFC xfs: Skip flip flags for delayed attrs
` [PATCH v24 06/11] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v24 07/11] xfs: Remove unused xfs_attr_*_args
` [PATCH v24 08/11] xfs: Add log attribute error tag
` [PATCH v24 09/11] xfs: Add larp debug option
` [PATCH v24 10/11] xfs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v24 11/11] xfs: Add helper function xfs_attr_leaf_addname
` [PATCH 0/5] xfs: various logged attribute fixes
  ` [PATCH 1/5] xfs: fix fallthrough annotations in xfs_attr_set_iter()
  ` [PATCH 2/5] xfs: fix flags passed to kvmalloc() by xfs_attri_init()
  ` [PATCH 3/5] xfs: hide log iovec alignment constraints
  ` [PATCH 4/5] xfs: fix attribute log iovec sizing
  ` [PATCH 5/5] [RFC] xfs: don't commit the first deferred transaction without intents

[PATCHSET 0/4] fstests: exercise code changes in 5.15
 2021-09-01  0:12 UTC  (5+ messages)
` [PATCH 1/4] generic: regression test for a FALLOC_FL_UNSHARE bug in XFS
` [PATCH 2/4] xfs: test DONTCACHE behavior with the inode cache
` [PATCH 3/4] xfs/108: sync filesystem before querying quota
` [PATCH 4/4] xfs: regresion test for fsmap problems with realtime

[PATCHSET v2 0/3] fstests: exercise code refactored in 5.14
 2021-09-01  0:12 UTC  (4+ messages)
` [PATCH 1/3] generic: fsstress with cpu offlining
` [PATCH 2/3] generic: test shutdowns of a nested filesystem
` [PATCH 3/3] xfs/449: filter out deprecation warnings from mkfs

[PATCHSET 0/3] fstests: regression tests for 5.13/5.14 rt fixes
 2021-09-01  0:11 UTC  (4+ messages)
` [PATCH 1/3] xfs: test fsx with extent size hints set on a realtime file
` [PATCH 2/3] xfs: test correct propagation of rt extent size hints on rtinherit dirs
` [PATCH 3/3] xfs: test adding realtime sections to filesystem

[PATCH] mkfs: warn about V4 deprecation when creating new V4 filesystems
 2021-08-31 23:53 UTC  (4+ messages)

[GIT PULL] xfs: new code for 5.15
 2021-08-31 21:18 UTC 

[GIT PULL] vfs: new code for 5.15
 2021-08-31 18:19 UTC  (2+ messages)

[GIT PULL] iomap: new code for 5.15
 2021-08-31 18:19 UTC  (2+ messages)

[PATCH] xfs: dax: facilitate EXPERIMENTAL warning for dax=inode case
 2021-08-30 15:55 UTC  (12+ messages)

XFS fallocate implementation incorrectly reports ENOSPC
 2021-08-30  7:40 UTC  (13+ messages)
            ` Mysterious ENOSPC [was: XFS fallocate implementation incorrectly reports ENOSPC]
                  ` Mysterious ENOSPC

[PATCH v8 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-08-29 12:25 UTC  (8+ messages)
` [PATCH v8 1/7] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v8 2/7] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v8 3/7] fsdax: Replace mmap entry in case of CoW
` [PATCH v8 4/7] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v8 5/7] fsdax: Dedup file range to use a compare function
` [PATCH v8 6/7] xfs: support CoW in fsdax mode
` [PATCH v8 7/7] xfs: Add dax dedupe support

Processed: 981662 severity
 2021-08-28 10:15 UTC 

[PATCH] mkfs.xfs.8: clarify DAX-vs-reflink restrictions in the mkfs.xfs man page
 2021-08-27 16:23 UTC  (5+ messages)

xs_ig_attempts ≠ xs_ig_found + xs_ig_missed
 2021-08-27  6:22 UTC  (3+ messages)
` xs_ig_attempts ??? "

[PATCH v7 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-08-27  5:27 UTC  (19+ messages)
` [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 7/8] fsdax: Introduce dax_iomap_ops for end of reflink
` [PATCH v7 8/8] fs/xfs: Add dax dedupe support

[PATCH] xfs: fix I_DONTCACHE
 2021-08-27  0:07 UTC  (5+ messages)
` [RFC PATCH] xfs: test DONTCACHE behavior with the inode cache

Slow file operations on file server with 10 TB hardware RAID and 100 TB software RAID
 2021-08-26 21:53 UTC  (5+ messages)
  ` Minimum inode cache size? (was: Slow file operations on file server with 30 TB hardware RAID and 100 TB software RAID)

[ANNOUNCE] xfs-linux: iomap-5.15-merge updated to 742dd4b8c5bb
 2021-08-26 21:19 UTC  (2+ messages)
` [ANNOUNCE] xfs-linux: iomap-for-next updated to 03b8df8d43ec

[ANNOUNCE] xfs-linux: for-next updated to f38a032b165d
 2021-08-26 21:18 UTC 

dax_supported() related cleanups v2
 2021-08-26 16:19 UTC  (14+ messages)
` [PATCH 1/9] fsdax: improve the FS_DAX Kconfig description and help text
` [PATCH 2/9] dax: stop using bdevname
` [PATCH 3/9] dm: use fs_dax_get_by_bdev instead of dax_get_by_host
` [PATCH 4/9] dax: mark dax_get_by_host static
` [PATCH 5/9] dax: move the dax_read_lock() locking into dax_supported
` [PATCH 6/9] dax: remove __generic_fsdax_supported
` [PATCH 7/9] dax: stub out dax_supported for !CONFIG_FS_DAX
` [PATCH 8/9] xfs: factor out a xfs_buftarg_is_dax helper
` [PATCH 9/9] dax: remove bdev_dax_supported

xfs.org: Unknown error in PHP's mail() function
 2021-08-26 14:54 UTC  (2+ messages)

[PATCH v4 0/1] Log Attribute Replay Test
 2021-08-26  1:05 UTC  (6+ messages)
` [PATCH 1/1] xfstests: Add Log Attribute Replay test

[syzbot] INFO: task hung in __xfs_buf_submit (2)
 2021-08-25 21:45 UTC  (2+ messages)

[PATCHSET 0/2] dax: fix broken pmem poison narrative
 2021-08-24 19:25 UTC  (3+ messages)

[PATCH] xfs: only set IOMAP_F_SHARED when providing a srcmap to a write
 2021-08-24 15:17 UTC  (5+ messages)
` [RFC PATCH] generic: regression test for a FALLOC_FL_UNSHARE bug in XFS


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