linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-23 07:05:17 to 2021-08-31 18:27:56 UTC [more...]

[PATCH v24 00/11] Log Attribute Replay
 2021-08-31 18:27 UTC  (31+ 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

[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 v1 00/14] Add MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-08-30 17:04 UTC  (33+ 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] 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  (24+ 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 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] xfs: fix I_DONTCACHE
 2021-08-27  0:07 UTC  (7+ 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  (7+ messages)
` [RFC PATCH] generic: regression test for a FALLOC_FL_UNSHARE bug in XFS

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

[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-24  9:02 UTC  (2+ messages)
` [Bug 213941] "

dax_supported() related cleanups
 2021-08-24  6:55 UTC  (21+ 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

[Bug 214077] New: [xfstests xfs/168] xfs_repair failed with shrinking 776672
 2021-08-24  3:34 UTC  (3+ messages)
` [Bug 214077] "

[RFD] XFS: Subvolumes and snapshots
 2021-08-23 23:12 UTC  (3+ messages)

[PATCH 0/8] xfsprogs: Drop the 'platform_' prefix
 2021-08-23 22:45 UTC  (2+ messages)

[PATCH] iomap: standardize tracepoint formatting and storage
 2021-08-23 22:08 UTC  (5+ messages)

[PATCH V2 00/12] xfs: Extend per-inode extent counters
 2021-08-23 18:16 UTC  (8+ messages)
` [PATCH V2 02/12] xfs: Rename MAXEXTNUM, MAXAEXTNUM to XFS_IFORK_EXTCNT_MAXS32, XFS_IFORK_EXTCNT_MAXS16

[PATCH RESEND v6 0/9] fsdax: introduce fs query to support reflink
 2021-08-23 13:21 UTC  (9+ messages)
` [PATCH RESEND v6 1/9] pagemap: Introduce ->memory_failure()


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