linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-12 03:54:42 to 2025-06-17 09:35:21 UTC [more...]

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-17  9:35 UTC  (20+ 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 v2 04/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v2 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v2 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v2 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v2 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v2 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v2 12/14] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v2 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key

temporary hung tasks on XFS since updating to 6.6.92
 2025-06-17  5:44 UTC  (7+ messages)

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-17  5:29 UTC  (25+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings

[PATCH 00/14] xfs: Remove unused trace events
 2025-06-17  4:46 UTC  (27+ 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()

refactor the iomap writeback code
 2025-06-17  4:44 UTC  (12+ messages)
` [PATCH 1/6] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH 2/6] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 3/6] iomap: refactor the writeback interface
` [PATCH 4/6] iomap: hide ioends from the generic writeback code
` [PATCH 5/6] iomap: add public helpers for uptodate state manipulation
` [PATCH 6/6] iomap: move all ioend handling to ioend.c

[PATCH v2 00/16] fuse: use iomap for buffered writes + writeback
 2025-06-17  4:38 UTC  (23+ 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

[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-17  2:25 UTC  (19+ 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 v5 0/3] atomic writes tests (part 2)
 2025-06-16 21:52 UTC  (4+ messages)
` [PATCH v5 1/3] common/atomicwrites: add helper for multi block atomic writes
` [PATCH v5 2/3] generic: various atomic write tests with hardware and scsi_debug
` [PATCH v5 3/3] xfs: more multi-block atomic writes tests

[PATCH v2 00/13] xfs: tracing: remove unused event xfs_reflink_cow_found
 2025-06-16 19:18 UTC  (15+ messages)
` [PATCH v2 01/13] xfs: remove unused trace event xfs_attr_remove_iter_return
` [PATCH v2 02/13] xfs: remove unused event xlog_iclog_want_sync
` [PATCH v2 03/13] xfs: remove unused event xfs_ioctl_clone
` [PATCH v2 04/13] xfs: remove unused xfs_reflink_compare_extents events
` [PATCH v2 05/13] xfs: remove unused trace event xfs_attr_rmtval_set
` [PATCH v2 06/13] xfs: remove unused xfs_attr events
` [PATCH v2 07/13] xfs: remove unused event xfs_attr_node_removename
` [PATCH v2 08/13] xfs: remove unused event xfs_alloc_near_error
` [PATCH v2 09/13] xfs: remove unused event xfs_alloc_near_nominleft
` [PATCH v2 10/13] xfs: remove unused event xfs_pagecache_inval
` [PATCH v2 11/13] xfs: remove usused xfs_end_io_direct events
` [PATCH v2 12/13] xfs: only create event xfs_file_compat_ioctl when CONFIG_COMPAT is configure
` [PATCH v2 13/13] xfs: change xfs_xattr_class from a TRACE_EVENT() to DECLARE_EVENT_CLASS()

Unused event xfs_growfs_check_rtgeom
 2025-06-16 14:50 UTC  (8+ messages)

[PATCH] fs/xfs: use scnprintf() in show functions
 2025-06-16 14:20 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to db44d088a5ab
 2025-06-16 12:32 UTC 

[PATCH] xfs: actually use the xfs_growfs_check_rtgeom tracepoint
 2025-06-16 12:31 UTC  (4+ messages)

[PATCH] xfs: Improve error handling in xfs_mru_cache_create()
 2025-06-16 12:31 UTC  (2+ messages)

misc fixes
 2025-06-16 12:31 UTC  (4+ 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)

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  (13+ messages)
` [PATCH v1 3/8] iomap: add buffered write support for IOMAP_IN_MEM iomaps
` [PATCH v1 4/8] iomap: add writepages "

[PATCH v4 0/3] atomic writes tests (part 2)
 2025-06-13  5:17 UTC  (12+ 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 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  (3+ 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 v1 2/8] iomap: add IOMAP_IN_MEM iomap type
 2025-06-12  4:42 UTC  (11+ messages)

[PATCH 0/7] iomap: zero range folio batch support
 2025-06-12  4:06 UTC  (7+ messages)
` [PATCH 3/7] iomap: optional zero range dirty folio processing


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