linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-06 13:13:05 to 2018-09-20 14:51:18 UTC [more...]

[PATCH] fstests: fix _test_generic_punch() to fit 64k extent
 2018-09-20  9:10 UTC  (2+ messages)

block: DMA alignment of IO buffer allocated from slab
 2018-09-20  6:32 UTC  (8+ messages)

inline extents
 2018-09-20  3:18 UTC  (3+ messages)

[PATCH 1/2] mkfs: discard only after all validations
 2018-09-20  3:16 UTC  (7+ messages)
` [PATCH 2/2] mkfs: move 'mounted' check before 'existing fs' check

[PATCH] xfsprogs: define xfs_stack_trace() for debug builds
 2018-09-19 20:19 UTC 

[xfstests] xfs/191-input-validation issues
 2018-09-19 14:04 UTC 

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

delalloc and reflink fixes & tweaks
 2018-09-19  5:40 UTC  (16+ 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

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

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)

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  (3+ messages)
` [Bug 200981] "

[PATCH V2 00/16] Fix tests to work on non-4k block sized fs instances
 2018-09-06  8:40 UTC  (8+ messages)
` [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 "


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