messages from 2025-04-10 06:53:56 to 2025-04-16 18:38:38 UTC [more...]
[6.15-rc2 regression] iomap: null pointer in a bio completion
2025-04-16 18:38 UTC (2+ messages)
[6.15-rc2 regression] xfs: null pointer in the dax fault code
2025-04-16 17:43 UTC
[PATCH v2] xfs_profile: fix permission octet when suid/guid is set
2025-04-16 16:28 UTC (2+ messages)
[PATCH] xfs: fix fsmap for internal zoned devices
2025-04-16 16:27 UTC (5+ messages)
[PATCH v7 00/14] large atomic writes for xfs
2025-04-16 16:26 UTC (26+ messages)
` [PATCH v7 01/14] fs: add atomic write unit max opt to statx
` [PATCH v7 02/14] xfs: add helpers to compute log item overhead
` [PATCH v7 03/14] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v7 04/14] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite()
` [PATCH v7 05/14] xfs: allow block allocator to take an alignment hint
` [PATCH v7 06/14] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v7 07/14] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v7 08/14] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v7 09/14] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v7 10/14] xfs: commit CoW-based atomic writes atomically
` [PATCH v7 11/14] xfs: add xfs_file_dio_write_atomic()
` [PATCH v7 12/14] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v7 13/14] xfs: update atomic write limits
` [PATCH v7 14/14] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
` [PATCH v7.1 "
[PATCH] xfs_profile: fix permission octet when suid/guid is set
2025-04-16 16:16 UTC (3+ messages)
[PATCH RFC 0/2] prototype: improve timestamp handling
2025-04-16 16:07 UTC (5+ messages)
` [PATCH RFC 1/2] xfs_proto: add origin also for directories, chardevs and symlinks
` [PATCH RFC 2/2] proto: read origin also for directories, chardevs and symlinks. copy timestamps from origin
Reproducible XFS Filesystems Builds for VMs
2025-04-16 14:50 UTC (6+ messages)
[PATCH 1/2] xfs_io: catch statx fields up to 6.15
2025-04-16 9:50 UTC (4+ messages)
` [PATCH 2/2] xfs_io: make statx mask parsing more generally useful
[ANNOUNCE] xfs-linux: for-next updated to 1c406526bd84
2025-04-16 8:47 UTC
[PATCH v2] xfs: Fix spelling mistake "drity" -> "dirty"
2025-04-16 8:45 UTC (2+ messages)
[PATCH] xfs: compute buffer address correctly in xmbuf_map_backing_mem
2025-04-16 8:45 UTC (2+ messages)
[PATCH] xfs: add tunable threshold parameter for triggering zone GC
2025-04-16 8:45 UTC (2+ messages)
remove LI_FAILED buffer pinning
2025-04-16 8:45 UTC (2+ messages)
[PATCH] xfs_repair: Bump link count if longform_dir2_rebuild yields shortform dir
2025-04-16 8:27 UTC (7+ messages)
[PATCH v1] xfs: Fail remount with noattr2 on a v5 xfs with CONFIG_XFS_SUPPORT_V4=y
2025-04-16 7:35 UTC (5+ messages)
[PATCH v5 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
2025-04-16 7:20 UTC (3+ messages)
` [PATCH v5 4/9] xfs: convert delayed extents to unwritten when zeroing post eof blocks
[6.15-rc2 regression] xfs: assertion failed in inode allocation
2025-04-16 6:39 UTC (3+ messages)
[RFC[RAP] 1/2] block: fix race between set_blocksize and read paths
2025-04-16 5:14 UTC (7+ messages)
` [RF[CRAP] 2/2] xfs: stop using set_blocksize
[PATCH] mkfs: fix blkid probe API violations causing weird output
2025-04-16 5:12 UTC (4+ messages)
[PATCH v3] xfs_repair: fix link counts update following repair of a bad block
2025-04-16 1:30 UTC (3+ messages)
[PATCH GRUB] fs/xfs: fix large extent counters incompat feature support
2025-04-16 1:08 UTC (3+ messages)
[PATCH] common: remove USE_EXTERNAL
2025-04-15 23:38 UTC (4+ messages)
[PATCH v2 0/3] Add support for -q <n> unconditional loop
2025-04-15 23:28 UTC (6+ messages)
` [PATCH v2 2/3] check: Add -q <n> option to support unconditional looping
[PATCH v5] generic: add a test for atomic writes
2025-04-15 18:44 UTC (3+ messages)
[PATCH v2] xfs_repair: fix link counts update following repair of a bad block
2025-04-15 17:17 UTC (3+ messages)
[PATCH v2 1/2] Documentation: iomap: Add missing flags description
2025-04-15 8:31 UTC (5+ messages)
` [PATCH v2 2/2] iomap: trace: Add missing flags to [IOMAP_|IOMAP_F_]FLAGS_STRINGS
xfsprogs support for zoned devices v2
2025-04-15 8:09 UTC (55+ messages)
` [PATCH 01/43] xfs: generalize the freespace and reserved blocks handling
` [PATCH 02/43] FIXUP: "
` [PATCH 03/43] xfs: make metabtree reservations global
` [PATCH 04/43] FIXUP: "
` [PATCH 05/43] xfs: reduce metafile reservations
` [PATCH 06/43] xfs: add a rtg_blocks helper
` [PATCH 07/43] xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.c
` [PATCH 08/43] xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delay
` [PATCH 09/43] xfs: add a xfs_rtrmap_highest_rgbno helper
` [PATCH 10/43] xfs: define the zoned on-disk format
` [PATCH 11/43] FIXUP: "
` [PATCH 12/43] xfs: allow internal RT devices for zoned mode
` [PATCH 13/43] FIXUP: "
` [PATCH 14/43] xfs: export zoned geometry via XFS_FSOP_GEOM
` [PATCH 15/43] xfs: disable sb_frextents for zoned file systems
` [PATCH 16/43] xfs: parse and validate hardware zone information
` [PATCH 17/43] FIXUP: "
` [PATCH 18/43] xfs: add the zoned space allocator
` [PATCH 19/43] xfs: add support for zoned space reservations
` [PATCH 20/43] FIXUP: "
` [PATCH 21/43] xfs: implement zoned garbage collection
` [PATCH 22/43] xfs: enable fsmap reporting for internal RT devices
` [PATCH 23/43] xfs: enable the zoned RT device feature
` [PATCH 24/43] xfs: support zone gaps
` [PATCH 25/43] FIXUP: "
` [PATCH 26/43] libfrog: report the zoned geometry
` [PATCH 27/43] xfs_repair: support repairing zoned file systems
` [PATCH 28/43] xfs_repair: fix the RT device check in process_dinode_int
` [PATCH 29/43] xfs_repair: validate rt groups vs reported hardware zones
` [PATCH 30/43] xfs_mkfs: factor out a validate_rtgroup_geometry helper
` [PATCH 31/43] xfs_mkfs: support creating file system with zoned RT devices
` [PATCH 32/43] xfs_mkfs: calculate zone overprovisioning when specifying size
` [PATCH 33/43] xfs_mkfs: default to rtinherit=1 for zoned file systems
` [PATCH 34/43] xfs_mkfs: reflink conflicts with zoned file systems for now
` [PATCH 35/43] xfs_mkfs: document the new zoned options in the man page
` [PATCH 36/43] man: document XFS_FSOP_GEOM_FLAGS_ZONED
` [PATCH 37/43] xfs_io: correctly report RGs with internal rt dev in bmap output
` [PATCH 38/43] xfs_io: don't re-query fs_path information in fsmap_f
` [PATCH 39/43] xfs_io: handle internal RT devices in fsmap output
` [PATCH 40/43] xfs_spaceman: handle internal RT devices
` [PATCH 41/43] xfs_scrub: support internal RT device
` [PATCH 42/43] xfs_mdrestore: support internal RT devices
` [PATCH 43/43] xfs_growfs: "
[PATCH] xfs: Verify DA node btree hash order
2025-04-15 1:08 UTC (3+ messages)
[ANNOUNCE] xfsprogs: v6.14.0 released
2025-04-14 15:28 UTC
[ANNOUNCE] xfs-linux: for-next updated to 8ffd015db85f
2025-04-14 8:09 UTC
[PATCH] man: fix missing cachestat manpage
2025-04-12 6:30 UTC (3+ messages)
Weird blockdev crash in 6.15-rc1?
2025-04-11 20:39 UTC (6+ messages)
[PATCH v3] mkfs: fix the issue of maxpct set to 0 not taking effect
2025-04-11 15:39 UTC (2+ messages)
[linus:master] [fs/dax] bde708f1a6: WARNING:at_mm/truncate.c:#truncate_folio_batch_exceptionals
2025-04-11 14:03 UTC (5+ messages)
[PATCH] iomap: skip unnecessary ifs_block_is_uptodate check
2025-04-11 14:02 UTC (4+ messages)
` [PATCH V3] "
xfsprogs support for zoned devices
2025-04-10 16:47 UTC (38+ messages)
` [PATCH 11/45] FIXUP: xfs: define the zoned on-disk format
` [PATCH 26/45] libfrog: report the zoned flag
` [PATCH 27/45] xfs_repair: support repairing zoned file systems
` [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 33/45] xfs_mkfs: reflink conflicts with zoned file systems for now
` [PATCH 35/45] libfrog: report the zoned geometry
` [PATCH 36/45] man: document XFS_FSOP_GEOM_FLAGS_ZONED
` [PATCH 42/45] xfs_scrub: support internal RT sections
[PATCH v4 0/6] Minor cleanups in common/
2025-04-10 16:29 UTC (5+ messages)
` [PATCH v4 6/6] common: exit --> _exit
[RFC PATCH -next v3 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-04-10 9:35 UTC (8+ messages)
` [RFC PATCH -next v3 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
[PATCH v6 00/12] large atomic writes for xfs
2025-04-10 8:58 UTC (8+ messages)
` [PATCH v6 11/12] xfs: add xfs_compute_atomic_write_unit_max()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox