public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-02 14:31:50 to 2025-04-09 16:10:13 UTC [more...]

xfsprogs support for zoned devices
 2025-04-09 16:10 UTC  (56+ messages)
` [PATCH 01/45] xfs: generalize the freespace and reserved blocks handling
` [PATCH 02/45] FIXUP: "
` [PATCH 03/45] xfs: make metabtree reservations global
` [PATCH 04/45] FIXUP: "
` [PATCH 05/45] xfs: reduce metafile reservations
` [PATCH 06/45] xfs: add a rtg_blocks helper
` [PATCH 07/45] xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.c
` [PATCH 08/45] xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delay
` [PATCH 09/45] xfs: add a xfs_rtrmap_highest_rgbno helper
` [PATCH 10/45] xfs: define the zoned on-disk format
` [PATCH 11/45] FIXUP: "
` [PATCH 12/45] xfs: allow internal RT devices for zoned mode
` [PATCH 13/45] FIXUP: "
` [PATCH 14/45] xfs: export zoned geometry via XFS_FSOP_GEOM
` [PATCH 15/45] xfs: disable sb_frextents for zoned file systems
` [PATCH 16/45] xfs: parse and validate hardware zone information
` [PATCH 17/45] FIXUP: "
` [PATCH 18/45] xfs: add the zoned space allocator
` [PATCH 19/45] xfs: add support for zoned space reservations
` [PATCH 20/45] FIXUP: "
` [PATCH 21/45] xfs: implement zoned garbage collection
` [PATCH 22/45] xfs: enable fsmap reporting for internal RT devices
` [PATCH 23/45] xfs: enable the zoned RT device feature
` [PATCH 24/45] xfs: support zone gaps
` [PATCH 25/45] FIXUP: "
` [PATCH 26/45] libfrog: report the zoned flag
` [PATCH 27/45] xfs_repair: support repairing zoned file systems
` [PATCH 28/45] xfs_repair: fix the RT device check in process_dinode_int
` [PATCH 29/45] xfs_repair: validate rt groups vs reported hardware zones
` [PATCH 30/45] xfs_mkfs: support creating zoned file systems
` [PATCH 31/45] xfs_mkfs: calculate zone overprovisioning when specifying size
` [PATCH 32/45] xfs_mkfs: default to rtinherit=1 for zoned file systems
` [PATCH 33/45] xfs_mkfs: reflink conflicts with zoned file systems for now
` [PATCH 34/45] xfs_mkfs: document the new zoned options in the man page
` [PATCH 35/45] libfrog: report the zoned geometry
` [PATCH 36/45] man: document XFS_FSOP_GEOM_FLAGS_ZONED
` [PATCH 37/45] xfs_io: correctly report RGs with internal rt dev in bmap output
` [PATCH 38/45] xfs_io: don't re-query fs_path information in fsmap_f
` [PATCH 39/45] xfs_io: don't re-query geometry "
` [PATCH 40/45] xfs_io: handle internal RT devices in fsmap output
` [PATCH 41/45] xfs_spaceman: handle internal RT devices
` [PATCH 42/45] xfs_scrub: support internal RT sections
` [PATCH 43/45] xfs_scrub: handle internal RT devices
` [PATCH 44/45] xfs_mdrestore: support "
` [PATCH 45/45] xfs_growfs: "

[PATCH] man: fix missing cachestat manpage
 2025-04-09 16:00 UTC 

[PATCH] iomap: skip unnecessary ifs_block_is_uptodate check
 2025-04-09 15:30 UTC  (2+ messages)

[PATCH v4 0/6] Minor cleanups in common/
 2025-04-09 15:24 UTC  (12+ messages)
` [PATCH v4 1/6] generic/749: Remove redundant sourcing of common/rc
` [PATCH v4 2/6] generic/367: Remove redundant sourcing of common/config
` [PATCH v4 3/6] check: Remove redundant _test_mount in check
` [PATCH v4 4/6] check,common{rc,preamble}: Decouple init_rc() call from sourcing common/rc
` [PATCH v4 5/6] common/config: Introduce _exit wrapper around exit command
` [PATCH v4 6/6] common: exit --> _exit

[PATCH] generic/275: fix on 32k fsblock filesystems
 2025-04-09 15:16 UTC 

[PATCH] xfs/792: skip test if rextsize isn't congruent with operation length
 2025-04-09 15:15 UTC 

[PATCH RESEND] xfs: document zoned rt specifics in admin-guide
 2025-04-09 12:39 UTC 

[RFC PATCH -next v3 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-04-09 10:50 UTC  (11+ messages)
` [RFC PATCH -next v3 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH -next v3 04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [RFC PATCH -next v3 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH -next v3 09/10] block: factor out common part in blkdev_fallocate()

[PATCH v6 00/12] large atomic writes for xfs
 2025-04-09 10:46 UTC  (26+ messages)
` [PATCH v6 01/12] fs: add atomic write unit max opt to statx
` [PATCH v6 02/12] xfs: add helpers to compute log item overhead
  ` [PATCH v6.1 "
  ` [PATCH v6.1 RFC 02.1/12] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v6 03/12] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite()
` [PATCH v6 04/12] xfs: allow block allocator to take an alignment hint
` [PATCH v6 05/12] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v6 06/12] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v6 07/12] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v6 08/12] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v6 09/12] xfs: commit CoW-based atomic writes atomically
` [PATCH v6 10/12] xfs: add xfs_file_dio_write_atomic()
` [PATCH v6 11/12] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v6 12/12] xfs: update atomic write limits

[PATCH v4] generic: add a test for atomic writes
 2025-04-09  9:54 UTC  (5+ messages)

[PATCH v3 0/6] Minor cleanups in common/
 2025-04-09  7:07 UTC  (17+ messages)
` [PATCH v3 1/6] generic/749: Remove redundant sourcing of common/rc
` [PATCH v3 2/6] generic/367: Remove redundant sourcing if common/config
` [PATCH v3 3/6] check: Remove redundant _test_mount in check
` [PATCH v3 4/6] check,common{rc,preamble}: Decouple init_rc() call from sourcing common/rc
` [PATCH v3 5/6] common/config: Introduce _exit wrapper around exit command
` [PATCH v3 6/6] common: exit --> _exit

[PATCH] xfs: compute the maximum repair reaping defer intent chain length
 2025-04-08 23:13 UTC  (7+ messages)

[PATCH] xfs/801: provide missing sysfs-dump function
 2025-04-08 19:42 UTC  (2+ messages)

Weird blockdev crash in 6.15-rc1?
 2025-04-08 17:51 UTC 

[ANNOUNCE] xfs-documentation: master updated to 7d07fb949b0f3a
 2025-04-08 16:29 UTC 

[PATCH v2 0/5] Minor cleanups in common/
 2025-04-08 16:25 UTC  (26+ messages)
` [PATCH v2 1/5] generic/749: Remove redundant sourcing of common/rc
` [PATCH v2 2/5] check: Remove redundant _test_mount in check
` [PATCH v2 3/5] check,common{rc,preamble}: Decouple init_rc() call from sourcing common/rc
` [PATCH v2 4/5] common/config: Introduce _exit wrapper around exit command
` [PATCH v2 5/5] common: exit --> _exit

[GIT PULL] xfs-documentation: updates for 6.15
 2025-04-08 16:05 UTC 

[PATCH] design: document the zoned on-disk format
 2025-04-08 14:29 UTC  (2+ messages)

[PATCH, resend] xfs: remove the post-EOF prealloc tests from the auto and quick groups
 2025-04-08 14:17 UTC  (2+ messages)

[PATCH] gitignore: update gitignore with python scripts
 2025-04-08 14:11 UTC  (2+ messages)

[syzbot] [xfs?] WARNING: Reset corrupted AGFL on AG NUM. NUM blocks leaked. Please unmount and run xfs_repair. (2)
 2025-04-08 12:49 UTC 

[ANNOUNCE] xfsprogs: for-next updated to 2d5e0a41c199
 2025-04-08 10:30 UTC 

[PATCH] xfs: compute buffer address correctly in xmbuf_map_backing_mem
 2025-04-08  6:03 UTC  (3+ messages)

[PATCH 1/2] Documentation: iomap: Add missing flags description
 2025-04-07 18:48 UTC  (12+ messages)
` [PATCH 2/2] iomap: trace: Add missing flags to [IOMAP_|IOMAP_F_]FLAGS_STRINGS

[ANNOUNCE] xfs-linux: for-next updated to 71700ac47ad8
 2025-04-07 11:07 UTC 

[PATCH RFC] statx.2: Add stx_atomic_write_unit_max_opt
 2025-04-07  6:51 UTC  (10+ messages)

[PATCH v2 0/1] xfs/539: Ignore remount failures on v5 xfs
 2025-04-04 14:31 UTC  (4+ messages)
` [PATCH v2 1/1] "

[RFC] xfs_io: Add cachestat syscall support
 2025-04-03 10:44 UTC  (3+ messages)

[PATCH v2 0/3] Add support for -q <n> unconditional loop
 2025-04-03  8:58 UTC  (4+ messages)
` [PATCH v2 1/3] tests/selftest: Add a new pseudo flaky test
` [PATCH v2 2/3] check: Add -q <n> option to support unconditional looping
` [PATCH v2 3/3] check: Improve pass/fail metrics and section config output

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

[PATCH] xfs: document zoned rt specifics in admin-guide
 2025-04-03  4:25 UTC  (2+ messages)

[PATCH] xfsprogs: Fix mismatched return type of filesize()
 2025-04-02 14:31 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