linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-16 11:59:04 to 2025-06-19 08:52:26 UTC [more...]

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-19  8:52 UTC  (30+ 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 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

cleanup log item formatting
 2025-06-19  6:58 UTC  (5+ messages)

misc cleanups
 2025-06-19  2:42 UTC  (24+ messages)
` [PATCH 1/7] xfs: clean up the initial read logic in xfs_readsb
` [PATCH 2/7] xfs: remove the call to sync_blockdev in xfs_configure_buftarg
` [PATCH 3/7] xfs: remove the call to bdev_validate_blocksize "
` [PATCH 4/7] xfs: refactor xfs_calc_atomic_write_unit_max
` [PATCH 5/7] xfs: rename the bt_bdev_* buftarg fields
` [PATCH 6/7] xfs: remove the bt_bdev_file buftarg field
` [PATCH 7/7] xfs: remove the bt_meta_sectorsize field in struct buftarg

[PATCH] xfs: fix incorrect tail lsn tracking when AIL is empty
 2025-06-19  2:17 UTC  (2+ messages)

temporary hung tasks on XFS since updating to 6.6.92
 2025-06-18 21:54 UTC  (12+ messages)

[PATCH v2 00/16] fuse: use iomap for buffered writes + writeback
 2025-06-18 19:17 UTC  (13+ messages)
` [PATCH v2 04/16] iomap: add wrapper function iomap_bio_readpage()
` [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 v5 0/3] atomic writes tests (part 2)
 2025-06-18 18:13 UTC  (8+ 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 00/10] convert the majority of file systems to mmap_prepare
 2025-06-18 17:06 UTC  (48+ 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 V2] generic/738 : add missing _fixed_by_git_commit line to the test
 2025-06-18 14:18 UTC  (2+ messages)

[PATCH v1 0/8] fuse: use iomap for buffered writes + writeback
 2025-06-18 12:17 UTC  (8+ messages)
` [PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
          ` does fuse need ->launder_folios, was: "

refactor the iomap writeback code v2
 2025-06-18  4:43 UTC  (24+ messages)
` [PATCH 01/11] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH 02/11] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 03/11] iomap: refactor the writeback interface
` [PATCH 04/11] iomap: hide ioends from the generic writeback code
` [PATCH 05/11] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/11] iomap: move all ioend handling to ioend.c
` [PATCH 07/11] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 08/11] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 09/11] iomap: export iomap_writeback_folio
` [PATCH 10/11] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 11/11] iomap: add read_folio_range() handler for buffered writes

[PATCH 5.15] xfs: allow inode inactivation during a ro mount log recovery
 2025-06-18  0:24 UTC  (2+ messages)

refactor the iomap writeback code
 2025-06-17 19:32 UTC  (13+ 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] fs/xfs: use scnprintf() in show functions
 2025-06-17 13:23 UTC  (3+ messages)

[PATCH] xfs: replace strncpy with memcpy in xattr listing
 2025-06-17 13:14 UTC 

[PATCH] fs/xfs: replace strncpy with strscpy
 2025-06-17 12:45 UTC 

[PATCH 00/14] xfs: Remove unused trace events
 2025-06-17  4:46 UTC  (12+ messages)
` [PATCH 02/14] xfs: Remove unused trace event xfs_attr_remove_iter_return
` [PATCH 07/14] xfs: ifdef out unused xfs_attr events

[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-17  2:25 UTC  (5+ messages)

[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  (6+ 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  (2+ 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  (2+ 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).