messages from 2023-11-26 12:47:39 to 2023-11-30 13:09:26 UTC [more...]
[PATCHSET RFC 0/7] xfs: log intent item recovery should reconstruct defer work state
2023-11-30 13:13 UTC (17+ messages)
` [PATCH 1/7] xfs: don't leak recovered attri intent items
` [PATCH 2/7] xfs: use xfs_defer_pending objects to recover "
` [PATCH 3/7] xfs: pass the xfs_defer_pending object to iop_recover
` [PATCH 4/7] xfs: transfer recovered intent item ownership in ->iop_recover
` [PATCH 5/7] xfs: recreate work items when recovering intent items
` [PATCH 6/7] xfs: use xfs_defer_finish_one to finish recovered work items
` [PATCH 7/7] xfs: move ->iop_recover to xfs_defer_op_type
[PATCHSET v28.0 0/5] xfs: online repair of quota and rt metadata files
2023-11-30 5:33 UTC (11+ messages)
` [PATCH 1/5] xfs: check the ondisk space mapping behind a dquot
` [PATCH 2/5] xfs: check dquot resource timers
` [PATCH 3/5] xfs: pull xfs_qm_dqiterate back into scrub
` [PATCH 4/5] xfs: improve dquot iteration for scrub
` [PATCH 5/5] xfs: repair quotas
[PATCHSET v28.0 0/6] xfs: online repair of rt bitmap file
2023-11-30 5:16 UTC (20+ messages)
` [PATCH 1/6] xfs: check rt bitmap file geometry more thoroughly
` [PATCH 2/6] xfs: check rt summary "
` [PATCH 3/6] xfs: always check the rtbitmap and rtsummary files
` [PATCH 4/6] xfs: repair the inode core and forks of a metadata inode
` [PATCH 6/6] xfs: online repair of realtime bitmaps
[PATCHSET v28.0 0/5] xfs: online repair of file fork mappings
2023-11-30 5:10 UTC (13+ messages)
` [PATCH 1/5] xfs: reintroduce reaping of file metadata blocks to xrep_reap_extents
` [PATCH 2/5] xfs: repair inode fork block mapping data structures
` [PATCH 3/5] xfs: refactor repair forcing tests into a repair.c helper
` [PATCH 4/5] xfs: create a ranged query function for refcount btrees
` [PATCH 5/5] xfs: repair problems in CoW forks
[PATCHSET v28.0 0/7] xfs: online repair of inodes and forks
2023-11-30 4:49 UTC (11+ messages)
` [PATCH 3/7] xfs: repair inode records
` [PATCH 4/7] xfs: zap broken inode forks
` [PATCH 5/7] xfs: abort directory parent scrub scans if we encounter a zapped directory
` [PATCH 7/7] xfs: repair obviously broken inode modes
[PATCHSET v28.0 0/4] xfs: prepare repair for bulk loading
2023-11-30 4:33 UTC (19+ messages)
` [PATCH 1/4] xfs: force all buffers to be written during btree bulk load
` [PATCH 2/4] xfs: add debug knobs to control btree bulk load slack factors
` [PATCH 4/4] xfs: constrain dirty buffers while formatting a staged btree
[PATCH v3 0/3] Fixes for ENOSPC xfs_remove
2023-11-30 4:05 UTC (4+ messages)
` [PATCH v3 1/3] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
` [PATCH v3 2/3] xfs: update dir3 leaf block metadata after swap
` [PATCH v3 3/3] xfs: extract xfs_da_buf_copy() helper function
[PATCH RESEND v2] Documentation: xfs: consolidate XFS docs into its own subdirectory
2023-11-29 16:13 UTC (7+ messages)
[PATCH v3] Documentation: xfs: consolidate XFS docs into its own subdirectory
2023-11-29 16:07 UTC (3+ messages)
[xfsprogs PATCH] xfs_io/encrypt: support specifying crypto data unit size
2023-11-29 14:21 UTC (2+ messages)
[PATCH v2 0/2] Fixes for ENOSPC xfs_remove
2023-11-29 9:04 UTC (5+ messages)
` [PATCH v2 1/2] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
` [PATCH v2 2/2] xfs: update dir3 leaf block metadata after swap
[PATCH 0/2] Fixes for ENOSPC xfs_remove
2023-11-29 8:50 UTC (16+ messages)
` [PATCH 1/2] xfs: ensure tmp_logflags is initialized in xfs_bmap_del_extent_real
` [PATCH 2/2] xfs: update dir3 leaf block metadata after swap
` [External] "
XBF_DONE semantics
2023-11-29 8:21 UTC (7+ messages)
[PATCHSET v28.0 0/5] xfs: online repair of AG btrees
2023-11-29 6:26 UTC (24+ messages)
` [PATCH 1/5] xfs: create separate structures and code for u32 bitmaps
` [PATCH 2/5] xfs: roll the scrub transaction after completing a repair
` [PATCH 3/5] xfs: repair free space btrees
` [PATCH 4/5] xfs: repair inode btrees
` [PATCH 5/5] xfs: repair refcount btrees
RFC: map multiple blocks per ->map_blocks in iomap writeback
2023-11-29 5:44 UTC (41+ messages)
` [PATCH 03/13] iomap: move the io_folios field out of struct iomap_ioend
` [PATCH 04/13] iomap: drop the obsolete PF_MEMALLOC check in iomap_do_writepage
` [PATCH 05/13] iomap: factor out a iomap_writepage_handle_eof helper
` [PATCH 06/13] iomap: move all remaining per-folio logic into xfs_writepage_map
` [PATCH 07/13] iomap: clean up the iomap_new_ioend calling convention
` [PATCH 08/13] iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
` [PATCH 09/13] iomap: don't chain bios
` [PATCH 10/13] iomap: only call mapping_set_error once for each failed bio
` [PATCH 11/13] iomap: factor out a iomap_writepage_map_block helper
` [PATCH 12/13] iomap: submit ioends immediately
` [PATCH 13/13] iomap: map multiple blocks at a time
[PATCH 02/13] iomap: treat inline data in iomap_writepage_map as an I/O error
2023-11-29 5:39 UTC (5+ messages)
[PATCH 00/21] block atomic writes
2023-11-29 2:45 UTC (8+ messages)
` [PATCH 17/21] fs: xfs: iomap atomic write support
[PATCHSET 0/9] xfsprogs: minor fixes for 6.6
2023-11-28 17:09 UTC (18+ messages)
` [PATCH 2/9] libxfs: don't UAF a requeued EFI
` [PATCH 3/9] xfs_copy: actually do directio writes to block devices
` [PATCH 4/9] xfs_db: report the device associated with each io cursor
` [PATCH 8/9] xfs_mdrestore: EXTERNALLOG is a compat value, not incompat
[PATCHSET v28.0 0/7] xfs: reserve disk space for online repairs
2023-11-28 17:02 UTC (11+ messages)
` [PATCH 5/7] xfs: implement block reservation accounting for btrees we're staging
` [PATCH 6/7] xfs: log EFIs for all btree blocks being used to stage a btree
` [PATCH 7/7] xfs: force small EFIs for reaping btree extents
misc cleanups to the resblks interfaces
2023-11-28 5:32 UTC (12+ messages)
` [PATCH 1/4] xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handler
` [PATCH 2/4] xfs: clean up the XFS_IOC_FSCOUNTS handler
` [PATCH 3/4] xfs: clean up the xfs_reserve_blocks interface
` [PATCH 4/4] xfs: clean up xfs_fsops.h
[PATCHSET v28.0 0/1] xfs: prevent livelocks in xchk_iget
2023-11-27 21:55 UTC (4+ messages)
` [PATCH 1/1] xfs: make xchk_iget safer in the presence of corrupt inode btrees
[PATCHSET v27.0 0/4] xfsprogs: force rebuilding of metadata
2023-11-27 18:54 UTC (4+ messages)
` [PATCH 1/4] xfs_io: support passing the FORCE_REBUILD flag to online repair
sparse feature request: nocast integer types
2023-11-27 17:26 UTC (4+ messages)
[PATCH 01/13] iomap: clear the per-folio dirty bits on all writeback failures
2023-11-27 6:29 UTC (3+ messages)
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