public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-14 13:28:14 to 2025-03-21 15:17:09 UTC [more...]

initial xfstests support for zoned XFS v2
 2025-03-21 15:17 UTC  (15+ messages)
` [PATCH 01/13] xfs/177: force a small file system size
` [PATCH 02/13] xfs/419: use _scratch_mkfs_xfs
` [PATCH 03/13] xfs/540: "
` [PATCH 04/13] common: extend the zoned device checks in _require_dm_target
` [PATCH 05/13] common: allow _require_non_zoned_device without an argument
` [PATCH 06/13] xfs: add helpers to require zoned/non-zoned file systems
` [PATCH 07/13] xfs: handle zoned file systems in _scratch_xfs_force_no_metadir
` [PATCH 08/13] xfs: no quota support with internal rtdev
` [PATCH 09/13] xfs: xfs_copy doesn't like RT sections
` [PATCH 10/13] xfs: skip filestreams tests on internal RT devices
` [PATCH 11/13] xfs: skip various tests when using the zoned allocator
` [PATCH 12/13] xfs/049: skip on zoned devices
` [PATCH 13/13] xfs/206: filter out the zoned line from mkfs output

[PATCH v2] xfs_repair: handling a block with bad crc, bad uuid, and bad magic number needs fixing
 2025-03-21 14:28 UTC 

[RFC PATCH 1/1] ioctl_ficlone03: Require 5.10 for XFS
 2025-03-21 10:40 UTC  (2+ messages)

[PATCH RFC] statx.2: Add stx_atomic_write_unit_max_opt
 2025-03-21 10:20 UTC  (5+ messages)

[PATCH v3] xfs: add a test for atomic writes
 2025-03-21  9:57 UTC  (10+ messages)
          ` [External] : "

remove LI_FAILED buffer pinning
 2025-03-21  9:21 UTC  (5+ messages)
` [PATCH 1/2] xfs: remove the leftover xfs_{set,clear}_li_failed infrastructure
` [PATCH 2/2] xfs: mark xfs_buf_free as might_sleep()

Iomap buffered write short copy handling (with full folio uptodate)
 2025-03-21  9:16 UTC  (3+ messages)

[PATCH] xfs_repair: handling a block with bad crc, bad uuid, and bad magic number needs fixing
 2025-03-21  7:35 UTC  (5+ messages)

[PATCH 1/2] design: document the revisions to the realtime rmap formats
 2025-03-21  5:58 UTC  (4+ messages)
` [PATCH 2/2] design: document changes for the realtime refcount btree

[RFC PATCH] xfs: add mount option for zone gc pressure
 2025-03-20 21:22 UTC  (5+ messages)

[PATCH] design: document the zoned on-disk format
 2025-03-20 20:40 UTC  (2+ messages)

[PATCH 0/3] further iomap large atomic writes changes
 2025-03-20 19:32 UTC  (9+ messages)
` [PATCH 1/3] iomap: inline iomap_dio_bio_opflags()
` [PATCH 2/3] iomap: comment on atomic write checks in iomap_dio_bio_iter()
` [PATCH 3/3] iomap: rework IOMAP atomic flags

[PATCH v6 00/13] large atomic writes for xfs with CoW
 2025-03-20 14:12 UTC  (64+ messages)
` [PATCH v6 01/13] iomap: inline iomap_dio_bio_opflags()
` [PATCH v6 02/13] iomap: comment on atomic write checks in iomap_dio_bio_iter()
` [PATCH v6 03/13] iomap: rework IOMAP atomic flags
` [PATCH v6 04/13] xfs: pass flags to xfs_reflink_allocate_cow()
` [PATCH v6 05/13] xfs: allow block allocator to take an alignment hint
` [PATCH v6 06/13] xfs: switch atomic write size check in xfs_file_write_iter()
` [PATCH v6 07/13] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v6 08/13] xfs: reflink CoW-based atomic write support
` [PATCH v6 09/13] xfs: add XFS_REFLINK_ALLOC_EXTSZALIGN
` [PATCH v6 10/13] xfs: iomap COW-based atomic write support
` [PATCH v6 11/13] xfs: add xfs_file_dio_write_atomic()
` [PATCH v6 12/13] xfs: commit CoW-based atomic writes atomically
` [PATCH v6 13/13] xfs: update atomic write max size

[PATCH] xfs: remove duplicate xfs_rtbitmap.h header
 2025-03-20  7:05 UTC  (2+ messages)

[PATCH v2] iomap: fix inline data on buffered read
 2025-03-20  5:32 UTC  (5+ messages)

[RFC PATCH -next v3 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-03-19 19:50 UTC  (12+ messages)
` [RFC PATCH -next v3 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH -next v3 02/10] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH -next v3 03/10] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH -next v3 04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [RFC PATCH -next v3 05/10] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [RFC PATCH -next v3 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH -next v3 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH -next v3 08/10] block: add FALLOC_FL_WRITE_ZEROES support
` [RFC PATCH -next v3 09/10] block: factor out common part in blkdev_fallocate()
` [RFC PATCH -next v3 10/10] ext4: add FALLOC_FL_WRITE_ZEROES support

[RFC] xfs_io: Add cachestat syscall support
 2025-03-19 10:23 UTC  (2+ messages)

[PATCH -next] iomap: fix inline data on buffered read
 2025-03-19  8:34 UTC  (4+ messages)

[bug report] xfs: use vmalloc instead of vm_map_area for buffer backing memory
 2025-03-19  7:16 UTC  (4+ messages)

[PATCH -next] iomap: fix inline data on buffered read
 2025-03-19  6:40 UTC 

[ANNOUNCE] xfs-linux: for-next updated to cdb809a573c4
 2025-03-18 14:31 UTC 

more buffer cache cleanups
 2025-03-18 12:54 UTC  (11+ messages)
` [PATCH 1/5] xfs: call xfs_buf_alloc_backing_mem from _xfs_buf_alloc
` [PATCH 2/5] xfs: remove xfs_buf_get_maps
` [PATCH 3/5] xfs: remove xfs_buf_free_maps
` [PATCH 4/5] xfs: remove the flags argument to xfs_buf_read_uncached
` [PATCH 5/5] xfs: remove the flags argument to xfs_buf_get_uncached

zoned fixes
 2025-03-18 12:04 UTC  (8+ messages)
` [PATCH 1/3] xfs: fix a missing unlock in xfs_growfs_data
` [PATCH 2/3] xfs: don't increment m_generation for all errors "
` [PATCH 3/3] xfs: don't wake zone space waiters without m_zone_info

[PATCH] mkfs: fix build on 32-bit platforms
 2025-03-18 10:31 UTC  (2+ messages)

[report] Unixbench shell1 performance regression
 2025-03-18  9:27 UTC  (9+ messages)

[PATCH util-linux] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-03-18  7:32 UTC 

[PATCH blktests 0/3] blktest: add unmap write zeroes tests
 2025-03-18  7:28 UTC  (4+ messages)
` [PATCH blktests 1/3] scsi/010: "
` [PATCH blktests 2/3] dm/003: "
` [PATCH blktests 3/3] nvme/060: "

[PATCH xfstests 0/5] fstests: add fallocate write zeroes tests
 2025-03-18  7:26 UTC  (6+ messages)
` [PATCH xfstests 1/5] generic/764: add page boundaries tests for fallocate write zeroes
` [PATCH xfstests 2/5] generic/765: add generic "
` [PATCH xfstests 3/5] generic/766: test fallocate write zeroes on block device
` [PATCH xfstests 4/5] fstress: add fallocate write zeroes support
` [PATCH xfstests 5/5] fsx: "

[PATCH xfsprogs] xfs_io: add FALLOC_FL_WRITE_ZEROES support
 2025-03-18  7:23 UTC 

[PATCHBOMB] fstests: random fixes and 6.14 stragglers
 2025-03-18  5:49 UTC  (4+ messages)
` [PATCHSET 3/3] fstests: more random fixes for v2025.03.09
  ` [PATCH 4/3] common/populate: drop fallocate mode 0 requirement

[PATCH v1 0/2] Minor cleanups in common/rc
 2025-03-18  4:57 UTC  (7+ messages)
` [PATCH v1 2/2] check,common/{preamble,rc},soak: Decoupling init_rc() call from sourcing common/rc

[PATCH v5 00/10] large atomic writes for xfs with CoW
 2025-03-18  0:43 UTC  (10+ messages)
` [PATCH v5 03/10] xfs: Refactor xfs_reflink_end_cow_extent()

PI and data checksumming for XFS
 2025-03-17  5:52 UTC  (5+ messages)
` [PATCH 3/7] iomap: add bioset in iomap_read_folio_ops for filesystems to use own bioset

[PATCH] xfs/235: add to the auto group
 2025-03-17  5:51 UTC 

[PATCH v2] xfs: Fix spelling mistake "drity" -> "dirty"
 2025-03-15 18:30 UTC  (2+ messages)

[PATCH v3 0/3] xfsprogs: Add support for preadv2() and RWF_DONTCACHE
 2025-03-15 12:49 UTC  (5+ messages)
` [PATCH v3 1/3] xfs_io: Add support for preadv2
` [PATCH v3 2/3] xfs_io: Add RWF_DONTCACHE support to pwritev2
` [PATCH v3 3/3] xfs_io: Add RWF_DONTCACHE support to preadv2

[syzbot] [xfs?] possible deadlock in xfs_buf_find_insert
 2025-03-14 16:19 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to a40830266566
 2025-03-14 13:37 UTC 

[PATCH -next] xfs: Remove duplicate xfs_rtbitmap.h header
 2025-03-14 13:33 UTC  (2+ messages)

[PATCH -next V2] xfs: remove unnecessary NULL check before kvfree()
 2025-03-14 13:28 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox