messages from 2025-06-12 21:25:03 to 2025-06-17 12:45:03 UTC [more...]
temporary hung tasks on XFS since updating to 6.6.92
2025-06-17 12:44 UTC (9+ messages)
misc cleanups
2025-06-17 12:21 UTC (13+ 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 00/10] convert the majority of file systems to mmap_prepare
2025-06-17 11:58 UTC (39+ 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
refactor the iomap writeback code v2
2025-06-17 10:55 UTC (12+ 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 v5 0/3] atomic writes tests (part 2)
2025-06-17 10:18 UTC (5+ 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/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-17 9:49 UTC (26+ 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
[PATCH 00/14] xfs: Remove unused trace events
2025-06-17 4:46 UTC (19+ 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 07/14] xfs: ifdef out unused xfs_attr events
` [PATCH 11/14] xfs: Remove unused event xfs_pagecache_inval
` [PATCH 12/14] xfs: Remove usused xfs_end_io_direct events
` [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 (16+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
[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)
[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 (3+ 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 (4+ messages)
[PATCH v4 0/3] atomic writes tests (part 2)
2025-06-13 5:17 UTC (9+ messages)
` [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 (4+ messages)
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox