linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-10 03:44:05 to 2025-06-16 11:58:54 UTC [more...]

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-16 11:58 UTC  (4+ messages)
` [PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special

[PATCH] fs/xfs: use scnprintf() in show functions
 2025-06-16 11:03 UTC 

temporary hung tasks on XFS since updating to 6.6.92
 2025-06-16 10:09 UTC  (5+ messages)

[PATCH] xfs: actually use the xfs_growfs_check_rtgeom tracepoint
 2025-06-16  8:11 UTC  (3+ messages)

misc fixes
 2025-06-16  8:02 UTC  (3+ messages)
  ` [PATCH 4/4] xfs: move xfs_submit_zoned_bio a bit

[ANNOUNCE] xfs-linux: for-next updated to e04c78d86a96
 2025-06-16  7:53 UTC 

[PATCH] iomap: Reduce some calculations in iomap_adjust_read_range()
 2025-06-16  7:48 UTC  (2+ messages)

[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-16  5:39 UTC  (17+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH 09/10] block: add FALLOC_FL_WRITE_ZEROES support

[PATCH 00/14] xfs: Remove unused trace events
 2025-06-16  5:31 UTC  (23+ messages)
` [PATCH 01/14] xfs: tracing; Remove unused event xfs_reflink_cow_found
` [PATCH 02/14] xfs: Remove unused trace event xfs_attr_remove_iter_return
` [PATCH 03/14] xfs: Remove unused event xlog_iclog_want_sync
` [PATCH 04/14] xfs: Remove unused event xfs_ioctl_clone
` [PATCH 05/14] xfs: Remove unused xfs_reflink_compare_extents events
` [PATCH 06/14] xfs: Remove unused trace event xfs_attr_rmtval_set
` [PATCH 07/14] xfs: ifdef out unused xfs_attr events
` [PATCH 08/14] xfs: Remove unused event xfs_attr_node_removename
` [PATCH 09/14] xfs: Remove unused event xfs_alloc_near_error
` [PATCH 10/14] xfs: Remove unused event xfs_alloc_near_nominleft
` [PATCH 11/14] xfs: Remove unused event xfs_pagecache_inval
` [PATCH 12/14] xfs: Remove usused xfs_end_io_direct events
` [PATCH 13/14] xfs: Only create event xfs_file_compat_ioctl when CONFIG_COMPAT is configure
` [PATCH 14/14] xfs: Change xfs_xattr_class from a TRACE_EVENT() to DECLARE_EVENT_CLASS()

question about patch "xfs: swapext replay fixes"
 2025-06-15 11:04 UTC 

[syzbot] [iomap?] [erofs?] WARNING in iomap_iter (5)
 2025-06-15  5:49 UTC  (4+ messages)
  ` [PATCH] erofs: confirm big pcluster before setting extents

[PATCH v1 0/8] fuse: use iomap for buffered writes + writeback
 2025-06-14 14:22 UTC  (50+ messages)
` [PATCH v1 2/8] iomap: add IOMAP_IN_MEM iomap type
` [PATCH v1 3/8] iomap: add buffered write support for IOMAP_IN_MEM iomaps
` [PATCH v1 4/8] iomap: add writepages "
` [PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()

[PATCH v2 00/16] fuse: use iomap for buffered writes + writeback
 2025-06-13 21:46 UTC  (17+ messages)
` [PATCH v2 01/16] iomap: move buffered io CONFIG_BLOCK dependent logic into separate file
` [PATCH v2 02/16] iomap: iomap_read_folio_sync() -> iomap_bio_read_folio_sync()
` [PATCH v2 03/16] iomap: iomap_add_to_ioend() -> iomap_bio_add_to_ioend()
` [PATCH v2 04/16] iomap: add wrapper function iomap_bio_readpage()
` [PATCH v2 05/16] iomap: add wrapper function iomap_bio_ioend_error()
` [PATCH v2 06/16] iomap: add wrapper function iomap_submit_bio()
` [PATCH v2 07/16] iomap: decouple buffered-io.o from CONFIG_BLOCK
` [PATCH v2 08/16] iomap: add read_folio_sync() handler for buffered writes
` [PATCH v2 09/16] iomap: change 'count' to 'async_writeback'
` [PATCH v2 10/16] iomap: replace ->map_blocks() with generic ->writeback_folio() for writeback
` [PATCH v2 11/16] iomap: replace ->submit_ioend() with generic ->writeback_complete() "
` [PATCH v2 12/16] iomap: support more customized writeback handling
` [PATCH v2 13/16] iomap: add iomap_writeback_dirty_folio()
` [PATCH v2 14/16] fuse: use iomap for buffered writes
` [PATCH v2 15/16] fuse: use iomap for writeback
` [PATCH v2 16/16] fuse: use iomap for folio laundering

Unused event xfs_growfs_check_rtgeom
 2025-06-13  5:59 UTC  (7+ messages)

[PATCH v4 0/3] atomic writes tests (part 2)
 2025-06-13  5:17 UTC  (13+ messages)
` [PATCH v4 1/3] common/atomicwrites: add helper for multi block atomic writes
` [PATCH v4 2/3] generic: various atomic write tests with hardware and scsi_debug
` [PATCH v4 3/3] xfs: more multi-block atomic writes tests

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-12 22:50 UTC  (13+ messages)
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk

[PATCH 0/6] xfs: cleanup key comparing routines
 2025-06-12 10:24 UTC  (7+ messages)
` [PATCH 1/6] xfs: rename diff_two_keys routines
` [PATCH 2/6] xfs: rename key_diff routines
` [PATCH 3/6] xfs: refactor cmp_two_keys routines to take advantage of cmp_int()
` [PATCH 4/6] xfs: refactor cmp_key_with_cur "
` [PATCH 5/6] xfs: use a proper variable name and type for storing a comparison result
` [PATCH 6/6] xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()

[PATCH 0/5] atomic writes tests (part 1)
 2025-06-12  7:07 UTC  (3+ messages)
` [PATCH 5/5] common/atomicwrites: fix _require_scratch_write_atomic

[PATCH 0/5] Minor cleanup preparation for some dir-locking API changes
 2025-06-12  6:59 UTC  (5+ messages)
` [PATCH 5/5] Change vfs_mkdir() to unlock on failure

[QUESTION] xfs, iomap: Handle writeback errors to prevent silent data corruption
 2025-06-12  6:29 UTC  (9+ messages)

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

[PATCH 0/3] xfs: support on by default errortags
 2025-06-11 18:23 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] xfs: convert extent alloc debug fallback to errortag
` [PATCH 3/3] xfs: convert sparse inode "

[PATCH] xfs/603: add _require_scrub
 2025-06-11 14:18 UTC  (4+ messages)

cleanup log item formatting
 2025-06-11 10:33 UTC  (26+ messages)
` [PATCH 01/17] xfs: don't pass the old lv to xfs_cil_prepare_item
` [PATCH 02/17] xfs: cleanup the ordered item logic in xlog_cil_insert_format_items
` [PATCH 03/17] xfs: use better names for size members in xfs_log_vec
` [PATCH 04/17] xfs: don't use a xfs_log_iovec for attr_item names and values
` [PATCH 05/17] xfs: don't use a xfs_log_iovec for ri_buf in log recovery
` [PATCH 06/17] xfs: improve the ->iop_format interface
` [PATCH 07/17] xfs: add a xlog_write_one_vec helper
` [PATCH 08/17] xfs: set lv_bytes in xlog_write_one_vec
` [PATCH 09/17] xfs: create ophdrs on the fly in xlog_write
` [PATCH 10/17] xfs: special case continuation records in xlog_write_region a litte less
` [PATCH 11/17] xfs: factor the split iclog handling out of xlog_write_partial
` [PATCH 12/17] xfs: remove xlog_write_full
` [PATCH 13/17] xfs: improve argument handling for the xlog_write helpers
` [PATCH 14/17] xfs: remove the xlog_op_header_t typedef
` [PATCH 15/17] xfs: remove the xfs_trans_header_t typedef
` [PATCH 16/17] xfs: move the XLOG_REG_ constants out of xfs_log_format.h
` [PATCH 17/17] xfs: move struct xfs_log_vec to xfs_log_priv.h

[PATCH] xfs: Improve error handling in xfs_mru_cache_create()
 2025-06-10 14:59 UTC  (2+ messages)

[PATCH V2] generic/738 : add missing _fixed_by_git_commit line to the test
 2025-06-10 14:43 UTC  (2+ messages)

[PATCH 5/5] Change vfs_mkdir() to unlock on failure
 2025-06-10  8:26 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).