public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-30 14:52:21 to 2024-02-02 17:18:36 UTC [more...]

fstest failure due to filesystem size for 16k, 32k and 64k FSB
 2024-02-02 17:18 UTC  (9+ messages)

[PATCHSET] fstests: random fixes for v2024.01.14
 2024-02-02 16:47 UTC  (10+ messages)
` [PATCH 05/10] common: refactor metadump v1 and v2 tests

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

[PATCH 23/27] configure: don't check for mallinfo
 2024-02-02  6:44 UTC  (2+ 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)

xfs_clear_incompat_log_features considered harmful?
 2024-02-01  4:33 UTC  (2+ messages)

[PATCH] xfs: disable sparse inode chunk alignment check when there is no alignment
 2024-02-01  4:17 UTC  (4+ messages)

[RFC PATCH v2] xfs: run blockgc on freeze to avoid iget stalls after reclaim
 2024-02-01  1:16 UTC  (6+ messages)

[RFC PATCH v2 6/8] xfs: Use dax_is_supported()
 2024-01-31 20:42 UTC  (5+ messages)
` [RFC PATCH v2 7/8] Introduce dcache_is_aliasing() across all architectures

[RFC PATCH v3 3/4] Introduce cpu_dcache_is_aliasing() across all architectures
 2024-01-31 20:42 UTC  (4+ messages)

About the conflict between XFS inode recycle and VFS rcu-walk
 2024-01-31 19:30 UTC  (3+ messages)

[syzbot] [xfs?] [ext4?] general protection fault in jbd2__journal_start
 2024-01-31 15:41 UTC  (11+ messages)
  ` current->journal_info got nested! (was Re: [syzbot] [xfs?] [ext4?] general protection fault in jbd2__journal_start)
  ` [PATCH] jbd2: user-memory-access in jbd2__journal_start

Convert write_cache_pages() to an iterator v5
 2024-01-31 13:01 UTC  (10+ messages)
` [PATCH 19/19] writeback: simplify writeback iteration

[ANNOUNCE] xfs-linux: for-next updated to 881f78f47255
 2024-01-31 12:28 UTC 

[PATCH 6.6 CANDIDATE v1 00/21] xfs backports for 6.6.y (from v6.7)
 2024-01-31  3:49 UTC  (23+ messages)
` [PATCH 6.6 CANDIDATE v1 01/21] xfs: bump max fsgeom struct version
` [PATCH 6.6 CANDIDATE v1 02/21] xfs: hoist freeing of rt data fork extent mappings
` [PATCH 6.6 CANDIDATE v1 03/21] xfs: prevent rt growfs when quota is enabled
` [PATCH 6.6 CANDIDATE v1 04/21] xfs: rt stubs should return negative errnos when rt disabled
` [PATCH 6.6 CANDIDATE v1 05/21] xfs: fix units conversion error in xfs_bmap_del_extent_delay
` [PATCH 6.6 CANDIDATE v1 06/21] xfs: make sure maxlen is still congruent with prod when rounding down
` [PATCH 6.6 CANDIDATE v1 07/21] xfs: introduce protection for drop nlink
` [PATCH 6.6 CANDIDATE v1 08/21] xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space
` [PATCH 6.6 CANDIDATE v1 09/21] xfs: allow read IO and FICLONE to run concurrently
` [PATCH 6.6 CANDIDATE v1 10/21] xfs: factor out xfs_defer_pending_abort
` [PATCH 6.6 CANDIDATE v1 11/21] xfs: abort intent items when recovery intents fail
` [PATCH 6.6 CANDIDATE v1 12/21] xfs: only remap the written blocks in xfs_reflink_end_cow_extent
` [PATCH 6.6 CANDIDATE v1 13/21] xfs: up(ic_sema) if flushing data device fails
` [PATCH 6.6 CANDIDATE v1 14/21] xfs: fix internal error from AGFL exhaustion
` [PATCH 6.6 CANDIDATE v1 15/21] xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS
` [PATCH 6.6 CANDIDATE v1 16/21] xfs: inode recovery does not validate the recovered inode
` [PATCH 6.6 CANDIDATE v1 17/21] xfs: clean up dqblk extraction
` [PATCH 6.6 CANDIDATE v1 18/21] xfs: dquot recovery does not validate the recovered dquot
` [PATCH 6.6 CANDIDATE v1 19/21] filemap: add a per-mapping stable writes flag
` [PATCH 6.6 CANDIDATE v1 20/21] xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
` [PATCH 6.6 CANDIDATE v1 21/21] xfs: respect the stable writes flag on the RT device

[RFC PATCH 7/7] xfs: Use dax_is_supported()
 2024-01-30 15:19 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox