linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-09 17:38:31 to 2025-07-15 14:30:42 UTC [more...]

[PATCH v3 0/7] iomap: zero range folio batch support
 2025-07-15 14:30 UTC  (20+ 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

Query: XFS reflink unique block measurement / snapshot accounting
 2025-07-15 13:51 UTC  (4+ messages)

Do we need an opt-in for file systems use of hw atomic writes?
 2025-07-15 12:45 UTC  (20+ 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

cleanup transaction allocation
 2025-07-15 12:25 UTC  (9+ 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

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  (5+ messages)

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

[PATCHBOMB v2] xfsprogs: ports and new code for 6.16
 2025-07-15  5:20 UTC  (18+ 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

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

[PATCH v6 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-14 10:46 UTC  (16+ messages)
` [PATCH v6 1/6] ilog2: add max_pow_of_two_factor()
` [PATCH v6 2/6] block: sanitize chunk_sectors for atomic write limits
` [PATCH v6 3/6] md/raid0: set chunk_sectors limit
` [PATCH v6 4/6] md/raid10: "
` [PATCH v6 5/6] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v6 6/6] block: use chunk_sectors when evaluating stacked atomic write limits

refactor the iomap writeback code v5
 2025-07-14  8:52 UTC  (18+ messages)
` [PATCH 01/14] iomap: header diet
` [PATCH 02/14] iomap: pass more arguments using the iomap writeback context
` [PATCH 03/14] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 04/14] iomap: refactor the writeback interface
` [PATCH 05/14] iomap: hide ioends from the generic writeback code
` [PATCH 06/14] iomap: add public helpers for uptodate state manipulation
` [PATCH 07/14] iomap: move all ioend handling to ioend.c
` [PATCH 08/14] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 09/14] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 10/14] iomap: export iomap_writeback_folio
` [PATCH 11/14] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 12/14] iomap: improve argument passing to iomap_read_folio_sync
` [PATCH 13/14] iomap: add read_folio_range() handler for buffered writes
` [PATCH 14/14] iomap: build the writeback code without CONFIG_BLOCK

Wsparcie programistyczne - termin spotkania
 2025-07-14  7:51 UTC 

[syzbot] [xfs?] general protection fault in do_move_mount (3)
 2025-07-13  5:16 UTC  (2+ messages)
` [syzbot] [fs?] "

[PATCH v3 00/13] Add more tests for multi fs block atomic writes
 2025-07-12 14:12 UTC  (14+ 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 03/13] common/rc: Add a helper to run fsx on a given file
` [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 v3 09/13] generic/1230: Add sudden shutdown tests for multi block atomic writes
` [PATCH v3 10/13] ext4/061: Atomic writes stress test for bigalloc using fio crc verifier
` [PATCH v3 11/13] ext4/062: Atomic writes test for bigalloc using fio crc verifier on multiple files
` [PATCH v3 12/13] ext4/063: Atomic write test for extent split across leaf nodes
` [PATCH v3 13/13] ext4/064: Add atomic write tests for journal credit calculation

[PATCH v4 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
 2025-07-11 14:20 UTC  (5+ messages)

[PATCH v7 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-11 11:43 UTC  (8+ messages)
` [PATCH v7 1/6] ilog2: add max_pow_of_two_factor()
` [PATCH v7 2/6] block: sanitize chunk_sectors for atomic write limits
` [PATCH v7 3/6] md/raid0: set chunk_sectors limit
` [PATCH v7 4/6] md/raid10: "
` [PATCH v7 5/6] dm-stripe: limit chunk_sectors to the stripe size
` [PATCH v7 6/6] block: use chunk_sectors when evaluating stacked atomic write limits

[PATCH v4 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
 2025-07-11  9:34 UTC  (14+ messages)

[PATCH v2] iomap: avoid unnecessary ifs_set_range_uptodate() with locks
 2025-07-11  8:13 UTC  (2+ messages)

[PATCH] iomap: avoid unnecessary ifs_set_range_uptodate() with locks
 2025-07-11  7:44 UTC  (3+ messages)

[PATCHSET 1/2] fstests: check new 6.15 behaviors
 2025-07-10 18:26 UTC  (3+ messages)

[PATCH v5 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-10 15:29 UTC  (7+ messages)
` [PATCH v5 2/6] block: sanitize chunk_sectors for atomic write limits
` [PATCH v5 5/6] dm-stripe: limit chunk_sectors to the stripe size

[syzbot] [xfs?] possible deadlock in xfs_ilock_attr_map_shared (2)
 2025-07-10  8:02 UTC  (4+ messages)

[syzbot] [xfs?] INFO: task hung in xfs_file_fsync
 2025-07-10  0:44 UTC  (2+ messages)

[PATCH 01/14] iomap: header diet
 2025-07-09 17:53 UTC  (3+ messages)

[syzbot] [xfs?] INFO: task hung in xfs_setfilesize
 2025-07-09 17:38 UTC 


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