linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-04 12:53:06 to 2018-09-19 09:48:03 UTC [more...]

[PATCH] generic: test for deduplication between different files
 2018-09-19  4:12 UTC  (10+ messages)
  ` [patch] file dedupe (and maybe clone) data corruption (was Re: [PATCH] generic: test for deduplication between different files)

delalloc and reflink fixes & tweaks
 2018-09-18 23:00 UTC  (15+ messages)
` [PATCH 01/10] xfs: fix transaction leak in xfs_reflink_allocate_cow()
` [PATCH 02/10] xfs: don't bring in extents in xfs_bmap_punch_delalloc_range
` [PATCH 03/10] xfs: remove XFS_IO_INVALID
` [PATCH 04/10] xfs: simplify the IOMAP_ZERO check in xfs_file_iomap_begin a bit
` [PATCH 05/10] xfs: handle zeroing in xfs_file_iomap_begin_delay
` [PATCH 06/10] xfs: always allocate blocks as unwritten for file data
` [PATCH 07/10] xfs: handle extent size hints in xfs_file_iomap_begin_delay
` [PATCH 08/10] xfs: remove the unused shared argument to xfs_reflink_reserve_cow
` [PATCH 09/10] xfs: remove the unused trimmed argument from xfs_reflink_trim_around_shared
` [PATCH 10/10] xfs: use a separate iomap_ops for delalloc writes

dm-writecache issue
 2018-09-18 22:52 UTC  (19+ messages)

[ANNOUNCE] xfs-documentation: master updated to 8d7dcec
 2018-09-18 21:26 UTC 

[ANNOUNCE] xfsprogs libxfs-4.19-sync branch pushed
 2018-09-18 19:02 UTC  (3+ messages)

[PATCH 0/4] xfsprogs-4.19: transaction cleanups
 2018-09-18 18:55 UTC  (5+ messages)
` [PATCH 1/4] libxfs: port kernel transaction code
` [PATCH 2/4] libxfs: fix libxfs_trans_alloc callsite problems
` [PATCH 3/4] libxfs: fix xfs_trans_alloc reservation abuse
` [PATCH 4/4] libxfs: check libxfs_trans_commit return values

[PATCH V3 00/19] Fix tests to work on non-4k block sized fs instances
 2018-09-18 14:36 UTC  (29+ messages)
` [PATCH V3 01/19] Fix xfs/009 to work with 64k block size
` [PATCH V3 02/19] xfs/050: Fix "Push past soft inode limit" case
` [PATCH V3 03/19] Fix xfs/050 to work with 64k block size
` [PATCH V3 04/19] Fix xfs/074 "
` [PATCH V3 05/19] Fix xfs/127 "
` [PATCH V3 06/19] Fix xfs/139 "
` [PATCH V3 07/19] Fix xfs/140 "
` [PATCH V3 08/19] Fix xfs/190 "
` [PATCH V3 09/19] Fix xfs/299 "
` [PATCH V3 10/19] xfs/325: Inject free_extent error after CoW operation
` [PATCH V3 11/19] Fix generic/102 to work with 64k block size
` [PATCH V3 12/19] Fix generic/172 "
` [PATCH V3 13/19] Filter fiemap output by FS "
` [PATCH V3 14/19] Fix generic/177 to work with 64k "
` [PATCH V3 15/19] Fix generic/230 "
` [PATCH V3 16/19] Fix generic/235 "
` [PATCH V3 17/19] Fix generic/459 "
` [PATCH V3 18/19] Fix generic/018 "
` [PATCH V3 19/19] Fix generic/108 "

[PATCH] xfs: don't treat unknown di_flags[2] as corruption in scrub
 2018-09-18 14:15 UTC  (7+ messages)
` [PATCH V2] xfs: don't treat unknown di_flags2 "

[Bug 201173] New: [xfstests xfs/137]: xfs_repair hang when it trying to repair a 500t xfs
 2018-09-18  7:30 UTC 

[PATCH] xfs: remove duplicated include from alloc.c
 2018-09-18  2:51 UTC  (2+ messages)

[PATCH] xfs: fix transaction leak in xfs_reflink_allocate_cow()
 2018-09-17 16:30 UTC  (8+ messages)

[PATCH] xfs_repair: warn properly about reflink flag with and without -n
 2018-09-17 16:24 UTC  (3+ messages)

Strange behavior with log IO fake-completions
 2018-09-17  2:56 UTC  (6+ messages)

[PATCH] xfs: re-enable FIBMAP on reflink; disable for swap
 2018-09-14 13:53 UTC  (3+ messages)

[PATCH] xfs/119: fix too small log size error
 2018-09-13  8:32 UTC  (4+ messages)

Strange XFS problem
 2018-09-13  6:18 UTC  (7+ messages)

[PATCH] fstests: fix _test_generic_punch() to fit 64k extent
 2018-09-12  7:48 UTC 

How to read ERROR properly?
 2018-09-11 22:23 UTC  (2+ messages)

[PATCH v2 1/2] ext4: Close race between direct IO and ext4_break_layouts()
 2018-09-11 15:26 UTC  (3+ messages)

[Bug 201089] New: [xfstests generic/417]: XFS corruption attribute entry #0 in attr block 0, inode 674 is INCOMPLETE
 2018-09-11  8:12 UTC 

[PATCH] [RFC] writeback: fix range_cyclic writeback vs writepages deadlock
 2018-09-10 23:21 UTC  (3+ messages)

[PATCH v6 0/2] vfs: fix dedupe permission check
 2018-09-10 23:21 UTC  (3+ messages)
` [PATCH 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH 2/2] vfs: dedupe should return EPERM if permission is not granted

[PATCH 0/2] xfs: validate size vs format, take 2
 2018-09-10 22:24 UTC  (3+ messages)
` [PATCH 1/2] xfs: validate inode di_forkoff
` [PATCH 2/2 V2] xfs: verify size-vs-format for symlinks & dirs

[PATCH] xfs: avoid lockdep false positives in xfs_trans_alloc
 2018-09-10  6:47 UTC  (3+ messages)

[RFCRAP PATCH 0/4 v2] mkfs.xfs IO scalability
 2018-09-07 11:05 UTC  (14+ messages)
` [PATCH 1/4] mkfs: stop zeroing old superblocks excessively
` [PATCH 2/4] mkfs: rework AG header initialisation ordering
` [PATCH 3/4] mkfs: introduce new delayed write buffer list
` [PATCH 4/4] mkfs: Use AIO for batched writeback

lockdep splat on 4.18.0
 2018-09-06 23:40 UTC  (2+ messages)

[PATCH xfsprogs] build: don't assume $BUILD_CC has fsmap.h just because $CC does
 2018-09-06 22:55 UTC  (3+ messages)

Where to find xfs-import.git
 2018-09-06 18:01 UTC  (6+ messages)

[Bug 200981] New: hypervisor fs hangs at heavy write activity on VM (kvm, qcow2 image) having a reflink disk copy
 2018-09-06 16:52 UTC  (6+ messages)
` [Bug 200981] "

[PATCH V2 00/16] Fix tests to work on non-4k block sized fs instances
 2018-09-06  8:40 UTC  (17+ messages)
` [PATCH V2 01/16] Fix xfs/009 to work with 64k block size
` [PATCH V2 02/16] xfs/050: Fix "Push past soft inode limit" case
` [PATCH V2 03/16] Fix xfs/050 to work with 64k block size
` [PATCH V2 04/16] Fix xfs/074 "
` [PATCH V2 05/16] Fix xfs/127 "
` [PATCH V2 06/16] Fix xfs/139 "
` [PATCH V2 07/16] Fix xfs/140 "
` [PATCH V2 08/16] Fix xfs/190 "
` [PATCH V2 09/16] Fix xfs/299 "
` [PATCH V2 10/16] xfs/325: Inject free_extent error after CoW operation
` [PATCH V2 11/16] Fix generic/102 to work with 64k block size
` [PATCH V2 12/16] Fix generic/172 "
` [PATCH V2 13/16] Filter fiemap output by FS "
` [PATCH V2 14/16] Fix generic/177 to work with 64k "
` [PATCH V2 15/16] Fix generic/230 "
` [PATCH V2 16/16] Fix generic/235 "

[PATCH] xfs: don't fail dax mount w/ reflink if dax gets disabled
 2018-09-05 21:58 UTC  (3+ messages)

mkfs.xfs options suitable for creating absurdly large XFS filesystems?
 2018-09-05  9:05 UTC  (12+ messages)

[RESEND][PATCH v5 0/2] vfs: fix dedupe permission check
 2018-09-04 20:40 UTC  (3+ messages)
` [PATCH v5 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH v5 2/2] vfs: dedupe should return EPERM if permission is not granted

[PATCH v8 00/28] Parent Pointers v8
 2018-09-04 18:32 UTC  (11+ messages)
` [PATCH v8 23/28] xfs: Add parent pointers to rename

[PATCH 00/16] Fix tests to work on non-4k block sized fs instances
 2018-09-04 15:29 UTC  (2+ messages)

[RFC PATCH 0/2] mkfs: large fs IO scalability improvements
 2018-09-04  8:28 UTC  (3+ messages)
` [PATCH 1/2] mkfs: stop zeroing old superblocks excessively
` [PATCH 2/2] mkfs: rework AG header initialisation ordering


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