linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-14 20:37:51 to 2025-07-19 11:07:56 UTC [more...]

[PATCH v3 0/7] iomap: zero range folio batch support
 2025-07-19 11:07 UTC  (27+ messages)
` [PATCH v3 1/7] filemap: add helper to look up dirty folios in a range
` [PATCH v3 2/7] iomap: remove pos+len BUG_ON() to after folio lookup
` [PATCH v3 3/7] iomap: optional zero range dirty folio processing
` [PATCH v3 4/7] xfs: always trim mapping to requested range for zero range
` [PATCH v3 5/7] xfs: fill dirty folios on zero range of unwritten mappings
` [PATCH v3 6/7] iomap: remove old partial eof zeroing optimization
` [PATCH v3 7/7] xfs: error tag to force zeroing on debug kernels

[PATCH] xfs: scrub: remove unnecessary braces and fix
 2025-07-19  8:33 UTC  (4+ messages)
` [PATCH] xfs: scrub: remove unnecessary braces and fix …

[PATCH] xfs: disallow atomic writes on DAX
 2025-07-18 19:38 UTC  (4+ messages)

[PATCH] xfs: Replace strncpy with strscpy
 2025-07-18 19:10 UTC  (7+ messages)

[GIT PULL] XFS fixes for v6.16-rc7
 2025-07-18 18:50 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next *REBASED* to f69153451328
 2025-07-18 16:03 UTC 

[PATCH] agheader: remove inappropriate use of -ENOSYS
 2025-07-18 15:12 UTC  (3+ messages)

[ANNOUNCE] xfsprogs: for-next updated to 854665693e67
 2025-07-18 14:08 UTC 

[PATCHBOMB v2] xfsprogs: ports and new code for 6.16
 2025-07-18 14:03 UTC  (19+ messages)
` [PATCHSET 1/3] xfsprogs: new libxfs code from kernel 6.16
  ` [PATCH 1/6] xfs: add helpers to compute transaction reservation for finishing intent items
  ` [PATCH 2/6] xfs: allow block allocator to take an alignment hint
  ` [PATCH 3/6] xfs: commit CoW-based atomic writes atomically
  ` [PATCH 4/6] libxfs: add helpers to compute log item overhead
  ` [PATCH 5/6] xfs: add xfs_calc_atomic_write_unit_max()
  ` [PATCH 6/6] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
` [PATCHSET 2/3] xfsprogs: atomic writes
  ` [PATCH 1/7] libfrog: move statx.h from io/ to libfrog/
  ` [PATCH 2/7] xfs_db: create an untorn_max subcommand
  ` [PATCH 3/7] xfs_io: dump new atomic_write_unit_max_opt statx field
  ` [PATCH 4/7] mkfs: don't complain about overly large auto-detected log stripe units
  ` [PATCH 5/7] mkfs: autodetect log stripe unit for external log devices
  ` [PATCH 6/7] mkfs: try to align AG size based on atomic write capabilities
  ` [PATCH 7/7] mkfs: allow users to configure the desired maximum atomic write size
` [PATCHSET 3/3] xfs_scrub: drop EXPERIMENTAL warning
  ` [PATCH 1/1] xfs_scrub: remove EXPERIMENTAL warnings

flakey assert failures in xfs/538 in for-next
 2025-07-18 12:19 UTC  (4+ messages)

[ANNOUNCE] xfs-linux: for-next updated to eb1412d610aa
 2025-07-18  9:19 UTC 

linux-next: build failure after merge of the xfs tree
 2025-07-18  8:45 UTC  (4+ messages)

[PATCH] xfs: Remove unused label in xfs_dax_notify_dev_failure
 2025-07-18  7:54 UTC  (2+ messages)

a deadloop(?) when mkfs.xfs -o rtdev
 2025-07-18  1:08 UTC  (6+ messages)

[PATCH v3 00/13] Add more tests for multi fs block atomic writes
 2025-07-17 16:35 UTC  (17+ messages)
` [PATCH v3 01/13] common/rc: Add _min() and _max() helpers
` [PATCH v3 02/13] common/rc: Fix fsx for ext4 with bigalloc
` [PATCH v3 04/13] ltp/fsx.c: Add atomic writes support to fsx
` [PATCH v3 05/13] generic/1226: Add atomic write test using fio crc check verifier
` [PATCH v3 06/13] generic/1227: Add atomic write test using fio verify on file mixed mappings
` [PATCH v3 07/13] generic/1228: Add atomic write multi-fsblock O_[D]SYNC tests
` [PATCH v3 08/13] generic/1229: Stress fsx with atomic writes enabled

[PATCH v7 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-17 12:01 UTC  (3+ messages)

[RFC 0/3] xfs: Add support to shrink multiple empty AGs
 2025-07-17 10:30 UTC  (4+ messages)
` [RFC 1/3] xfs: Re-introduce xg_active_wq field in struct xfs_group
` [RFC 2/3] xfs: Refactoring the nagcount and delta calculation
` [RFC 3/3] xfs: Add support to shrink multiple empty AGs

[ANNOUNCE] xfs-linux: for-next updated to ef3bdb8107c4
 2025-07-17  8:26 UTC 

misc zoned allocators fixes and cleanups
 2025-07-17  8:11 UTC  (19+ messages)
` [PATCH 1/7] xfs: don't allocate the xfs_extent_busy structure for zoned RTGs
` [PATCH 2/7] xfs: use a uint32_t to cache i_used_blocks in xfs_init_zone
` [PATCH 3/7] xfs: rename oz_write_pointer to oz_allocated
` [PATCH 4/7] xfs: stop passing an inode to the zone space reservation helpers
` [PATCH 5/7] xfs: replace min & max with clamp() in xfs_max_open_zones()
` [PATCH 6/7] xfs: improve the comments in xfs_max_open_zones
` [PATCH 7/7] xfs: improve the comments in xfs_select_zone_nowait

[PATCH] xfs: improve the xg_active_ref check in xfs_group_free
 2025-07-17  8:11 UTC  (4+ messages)

cleanup transaction allocation v2
 2025-07-17  8:11 UTC  (13+ messages)
` [PATCH 1/8] xfs: use xfs_trans_reserve_more in xfs_trans_reserve_more_inode
` [PATCH 2/8] xfs: don't use xfs_trans_reserve in xfs_trans_reserve_more
` [PATCH 3/8] xfs: decouple xfs_trans_alloc_empty from xfs_trans_alloc
` [PATCH 4/8] xfs: don't use xfs_trans_reserve in xfs_trans_roll
` [PATCH 5/8] xfs: return the allocated transaction from xfs_trans_alloc_empty
` [PATCH 6/8] xfs: return the allocated transaction from xchk_trans_alloc_empty
` [PATCH 7/8] xfs: remove xrep_trans_{alloc,cancel}_hook_dummy
` [PATCH 8/8] xfs: remove the xlog_ticket_t typedef

[PATCH v2] fs/xfs: replace strncpy with memtostr_pad()
 2025-07-17  8:11 UTC  (4+ messages)

Sector size changes creating filesystem problems
 2025-07-17  4:30 UTC  (3+ messages)

Do we need an opt-in for file systems use of hw atomic writes?
 2025-07-16  5:50 UTC  (22+ messages)

Query: XFS reflink unique block measurement / snapshot accounting
 2025-07-15 16:09 UTC  (5+ messages)

cleanup transaction allocation
 2025-07-15 15:55 UTC  (20+ messages)
` [PATCH 1/8] xfs: use xfs_trans_reserve_more in xfs_trans_reserve_more_inode
` [PATCH 2/8] xfs: don't use xfs_trans_reserve in xfs_trans_reserve_more
` [PATCH 3/8] xfs: decouple xfs_trans_alloc_empty from xfs_trans_alloc
` [PATCH 4/8] xfs: don't use xfs_trans_reserve in xfs_trans_roll
` [PATCH 5/8] xfs: return the allocated transaction from xfs_trans_alloc_empty
` [PATCH 6/8] xfs: return the allocated transaction from xchk_trans_alloc_empty
` [PATCH 7/8] xfs: return the allocated transaction from xrep_trans_alloc_hook_dummy
` [PATCH 8/8] xfs: remove the xlog_ticket_t typedef

[PATCH v6 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-15 15:45 UTC  (6+ messages)

misc log cleanups allocation
 2025-07-15 12:30 UTC  (19+ messages)
` [PATCH 01/18] xfs: don't pass the old lv to xfs_cil_prepare_item
` [PATCH 02/18] xfs: cleanup the ordered item logic in xlog_cil_insert_format_items
` [PATCH 03/18] xfs: use better names for size members in xfs_log_vec
` [PATCH 04/18] xfs: don't use a xfs_log_iovec for attr_item names and values
` [PATCH 05/18] xfs: don't use a xfs_log_iovec for ri_buf in log recovery
` [PATCH 06/18] xfs: add a xlog_write_one_vec helper
` [PATCH 07/18] xfs: set lv_bytes in xlog_write_one_vec
` [PATCH 08/18] xfs: improve the ->iop_format interface
` [PATCH 09/18] xfs: move struct xfs_log_iovec to xfs_log_priv.h
` [PATCH 10/18] xfs: move struct xfs_log_vec "
` [PATCH 11/18] xfs: remove the xlog_op_header_t typedef
` [PATCH 12/18] xfs: remove the xfs_trans_header_t typedef
` [PATCH 13/18] xfs: move the XLOG_REG_ constants out of xfs_log_format.h
` [PATCH 14/18] xfs: regularize iclog space accounting in xlog_write_partial
` [PATCH 15/18] xfs: improve the calling convention for the xlog_write helpers
` [PATCH 16/18] xfs: add a xlog_write_space_left helper
` [PATCH 17/18] xfs: improve the iclog space assert in xlog_write_iovec
` [PATCH 18/18] xfs: factor out a xlog_write_space_advance helper

temporary hung tasks on XFS since updating to 6.6.92
 2025-07-15 11:39 UTC  (10+ messages)

[PATCH] xfs: replace min & max with clamp() in xfs_max_open_zones()
 2025-07-15  9:49 UTC  (4+ messages)


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