messages from 2024-02-01 00:52:22 to 2024-02-05 13:12:54 UTC [more...]
[QUESTION] zig build systems fails on XFS V4 volumes
2024-02-05 13:12 UTC (3+ messages)
[PATCH 0/6] block atomic writes for XFS
2024-02-05 13:10 UTC (19+ messages)
` [PATCH 1/6] fs: iomap: Atomic write support
` [PATCH 2/6] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH 3/6] fs: xfs: Support FS_XFLAG_ATOMICWRITES for rtvol
` [PATCH 4/6] fs: xfs: Support atomic write for statx
` [PATCH RFC 5/6] fs: xfs: iomap atomic write support
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set
[BUG REPORT] workqueue: Hung task reported when executing generic/001 on XFS on next-20240202
2024-02-05 11:55 UTC (3+ messages)
` [PATCH wq/for-6.9] workqueue: Fix pwq->nr_in_flight corruption in try_to_grab_pending()
convert write_cache_pages() to an iterator v6
2024-02-05 11:43 UTC (17+ messages)
` [PATCH 01/13] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 02/13] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 03/13] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 04/13] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/13] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 06/13] writeback: Factor folio_prepare_writeback() out of write_cache_pages()
` [PATCH 07/13] writeback: Factor writeback_get_batch() "
` [PATCH 08/13] writeback: Simplify the loops in write_cache_pages()
` [PATCH 09/13] pagevec: Add ability to iterate a queue
` [PATCH 10/13] writeback: Use the folio_batch queue iterator
` [PATCH 11/13] writeback: Move the folio_prepare_writeback loop out of write_cache_pages()
` [PATCH 12/13] writeback: add a writeback iterator
` [PATCH 13/13] writeback: Remove a use of write_cache_pages() from do_writepages()
[PATCH] xfs: Simplify the allocation of slab caches in xfs_rmap_intent_init_cache
2024-02-05 10:07 UTC (2+ messages)
[PATCHSET] fstests: random fixes for v2024.01.14
2024-02-05 9:37 UTC (13+ messages)
` [PATCH 05/10] common: refactor metadump v1 and v2 tests
[PATCH] xfs: Simplify the allocation of slab caches in xfs_bmap_intent_init_cache
2024-02-05 8:26 UTC
[PATCH] xfs: Simplify the allocation of slab caches in xfs_attr_intent_init_cache
2024-02-05 8:24 UTC
xfs_clear_incompat_log_features considered harmful?
2024-02-05 6:45 UTC (4+ messages)
[RFC PATCH v2] xfs: run blockgc on freeze to avoid iget stalls after reclaim
2024-02-04 16:03 UTC (9+ messages)
[GIT PULL] xfs: bug fixes for 6.8
2024-02-04 7:44 UTC (2+ messages)
[BUG REPORT] shrink_dcache_parent() loops indefinitely on a next-20240102 kernel
2024-02-03 13:05 UTC (9+ messages)
[PATCH 23/27] configure: don't check for mallinfo
2024-02-03 7:44 UTC (3+ messages)
[RFC PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
2024-02-02 21:00 UTC (13+ messages)
` [RFC PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [RFC PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [RFC PATCH v4 03/12] dm: "
` [RFC PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [RFC PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [RFC PATCH v4 06/12] dax: Check for data cache aliasing at runtime
` [RFC PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
` [RFC PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
` [RFC PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
` [RFC PATCH v4 10/12] dm: "
` [RFC PATCH v4 11/12] dcssblk: "
` [RFC PATCH v4 12/12] virtio: "
fstest failure due to filesystem size for 16k, 32k and 64k FSB
2024-02-02 17:18 UTC (9+ messages)
[ANNOUNCE] xfsprogs: for-next updated to 3ec53d438
2024-02-02 16:44 UTC (5+ messages)
[PATCHSET v29.2 2/8] xfs: remove bc_btnum from btree cursors
2024-02-02 16:37 UTC (30+ messages)
` [PATCH 01/27] xfs: move comment about two 2 keys per pointer in the rmap btree
` [PATCH 02/27] xfs: add a xfs_btree_init_ptr_from_cur
` [PATCH 03/27] xfs: don't override bc_ops for staging btrees
` [PATCH 04/27] xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursor
` [PATCH 05/27] xfs: remove xfs_allocbt_stage_cursor
` [PATCH 06/27] xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor
` [PATCH 07/27] xfs: remove xfs_inobt_stage_cursor
` [PATCH 08/27] xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursor
` [PATCH 09/27] xfs: remove xfs_refcountbt_stage_cursor
` [PATCH 10/27] xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursor
` [PATCH 11/27] xfs: remove xfs_rmapbt_stage_cursor
` [PATCH 12/27] xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursor
` [PATCH 13/27] xfs: make fake file forks explicit
` [PATCH 14/27] xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursor
` [PATCH 15/27] xfs: remove xfs_bmbt_stage_cursor
` [PATCH 16/27] xfs: split the agf_roots and agf_levels arrays
` [PATCH 17/27] xfs: add a name field to struct xfs_btree_ops
` [PATCH 18/27] xfs: add a sick_mask "
` [PATCH 19/27] xfs: refactor the btree cursor allocation logic in xchk_ag_btcur_init
` [PATCH 20/27] xfs: split xfs_allocbt_init_cursor
` [PATCH 21/27] xfs: remove xfs_inobt_cur
` [PATCH 22/27] xfs: remove the btnum argument to xfs_inobt_count_blocks
` [PATCH 23/27] xfs: remove the which variable in xchk_iallocbt
` [PATCH 24/27] xfs: split xfs_inobt_insert_sprec
` [PATCH 25/27] xfs: split xfs_inobt_init_cursor
` [PATCH 26/27] xfs: pass a 'bool is_finobt' to xfs_inobt_insert
` [PATCH 27/27] xfs: remove xfs_btnum_t
[PATCHSET v29.2 1/8] xfs: move btree geometry to ops struct
2024-02-02 16:36 UTC (33+ messages)
` [PATCH 01/23] xfs: consolidate btree block freeing tracepoints
` [PATCH 02/23] xfs: consolidate btree block allocation tracepoints
` [PATCH 03/23] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
` [PATCH 04/23] xfs: drop XFS_BTREE_CRC_BLOCKS
` [PATCH 05/23] xfs: fix imprecise logic in xchk_btree_check_block_owner
` [PATCH 06/23] xfs: encode the btree geometry flags in the btree ops structure
` [PATCH 07/23] xfs: remove bc_ino.flags
` [PATCH 08/23] xfs: consolidate the xfs_alloc_lookup_* helpers
` [PATCH 09/23] xfs: turn the allocbt cursor active field into a btree flag
` [PATCH 10/23] xfs: extern some btree ops structures
` [PATCH 11/23] xfs: initialize btree blocks using btree_ops structure
` [PATCH 12/23] xfs: rename btree block/buffer init functions
` [PATCH 13/23] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
` [PATCH 14/23] xfs: remove the unnecessary daddr paramter to _init_block
` [PATCH 15/23] xfs: set btree block buffer ops in _init_buf
` [PATCH 16/23] xfs: move lru refs to the btree ops structure
` [PATCH 17/23] xfs: move the btree stats offset into struct btree_ops
` [PATCH 18/23] xfs: factor out a xfs_btree_owner helper
` [PATCH 19/23] xfs: factor out a btree block owner check
` [PATCH 20/23] xfs: store the btree pointer length in struct xfs_btree_ops
` [PATCH 21/23] xfs: split out a btree type from the btree ops geometry flags
` [PATCH 22/23] xfs: split the per-btree union in struct xfs_btree_cur
` [PATCH 23/23] xfs: create predicate to determine if cursor is at inode root level
[PATCH] xfs: test xfs_growfs with too-small size expansion
2024-02-02 12:23 UTC (3+ messages)
[PATCHSET v29.2 8/8] xfs: reduce refcount repair memory usage
2024-02-02 6:31 UTC (7+ messages)
` [PATCH 1/3] xfs: define an in-memory btree for storing refcount bag info during repairs
` [PATCH 2/3] xfs: create refcount bag structure for btree repairs
` [PATCH 3/3] xfs: port refcount repair to the new refcount bag structure
[PATCHSET v29.2 7/8] xfs: online repair of rmap btrees
2024-02-02 6:29 UTC (10+ messages)
` [PATCH 1/5] xfs: create a helper to decide if a file mapping targets the rt volume
` [PATCH 2/5] xfs: create agblock bitmap helper to count the number of set regions
` [PATCH 3/5] xfs: repair the rmapbt
` [PATCH 4/5] xfs: create a shadow rmap btree during rmap repair
` [PATCH 5/5] xfs: hook live rmap operations during a repair operation
[PATCHSET v29.2 6/8] xfs: support in-memory btrees
2024-02-02 6:27 UTC (10+ messages)
` [PATCH 1/5] xfs: teach buftargs to maintain their own buffer hashtable
` [PATCH 2/5] xfs: support in-memory buffer cache targets
` [PATCH 3/5] xfs: add a xfs_btree_ptrs_equal helper
` [PATCH 4/5] xfs: support in-memory btrees
` [PATCH 5/5] xfs: launder in-memory btree buffers before transaction commit
[PATCHSET v29.2 5/8] xfs: buftarg cleanups
2024-02-01 19:57 UTC (5+ messages)
` [PATCH 1/4] xfs: make GFP_ usage consistent when allocating buftargs
` [PATCH 2/4] xfs: remove the xfs_buftarg_t typedef
` [PATCH 3/4] xfs: remove xfs_setsize_buftarg_early
` [PATCH 4/4] xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftarg
[PATCHSET v29.2 4/8] xfs: btree readahead cleanups
2024-02-01 19:56 UTC (5+ messages)
` [PATCH 1/4] xfs: remove xfs_btree_reada_bufl
` [PATCH 2/4] xfs: remove xfs_btree_reada_bufs
` [PATCH 3/4] xfs: move and rename xfs_btree_read_bufl
` [PATCH 4/4] xfs: split xfs_buf_rele for cached vs uncached buffers
[PATCHSET v29.2 3/8] xfs: btree check cleanups
2024-02-01 19:55 UTC (11+ messages)
` [PATCH 01/10] xfs: simplify xfs_btree_check_sblock_siblings
` [PATCH 02/10] xfs: simplify xfs_btree_check_lblock_siblings
` [PATCH 03/10] xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extents
` [PATCH 04/10] xfs: consolidate btree ptr checking
` [PATCH 05/10] xfs: misc cleanups for __xfs_btree_check_sblock
` [PATCH 06/10] xfs: remove the crc variable in __xfs_btree_check_lblock
` [PATCH 07/10] xfs: tighten up validation of root block in inode forks
` [PATCH 08/10] xfs: consolidate btree block verification
` [PATCH 09/10] xfs: rename btree helpers that depends on the block number representation
` [PATCH 10/10] xfs: factor out a __xfs_btree_check_lblock_hdr helper
[RFC] [PATCH 0/4] xfs: reactivate inodes immediately in xfs_iget
2024-02-01 19:36 UTC (9+ messages)
` [PATCH 1/4] xfs: make inode inactivation state changes atomic
` [PATCH 2/4] xfs: prepare inode for i_gclist detection
` [PATCH 3/4] xfs: allow lazy removal of inodes from the inodegc queues
` [PATCH 4/4] xfs: reactivate XFS_NEED_INACTIVE inodes from xfs_iget
map multiple blocks per ->map_blocks in iomap writeback
2024-02-01 13:23 UTC (5+ messages)
[PATCH] xfs: disable sparse inode chunk alignment check when there is no alignment
2024-02-01 4:17 UTC (2+ 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