Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-26 02:58:23 to 2024-03-26 03:50:05 UTC [more...]

[PATCHSET 11/18] libxfs: sync with 6.9
 2024-03-26  3:50 UTC  (84+ messages)
` [PATCH 001/110] xfs: convert kmem_zalloc() to kzalloc()
` [PATCH 002/110] xfs: convert kmem_alloc() to kmalloc()
` [PATCH 003/110] xfs: convert remaining kmem_free() to kfree()
` [PATCH 004/110] xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
` [PATCH 005/110] xfs: use GFP_KERNEL in pure transaction contexts
` [PATCH 006/110] xfs: clean up remaining GFP_NOFS users
` [PATCH 007/110] xfs: use xfs_defer_alloc a bit more
` [PATCH 008/110] xfs: Replace xfs_isilocked with xfs_assert_ilocked
` [PATCH 009/110] xfs: create a static name for the dot entry too
` [PATCH 010/110] xfs: create a predicate to determine if two xfs_names are the same
` [PATCH 011/110] xfs: create a macro for decoding ftypes in tracepoints
` [PATCH 012/110] xfs: report the health of quota counts
` [PATCH 013/110] xfs: implement live quotacheck inode scan
` [PATCH 014/110] xfs: report health of inode link counts
` [PATCH 015/110] xfs: teach scrub to check file nlinks
` [PATCH 016/110] xfs: separate the marking of sick and checked metadata
` [PATCH 017/110] xfs: report fs corruption errors to the health tracking system
` [PATCH 018/110] xfs: report ag header "
` [PATCH 019/110] xfs: report block map "
` [PATCH 020/110] xfs: report btree block corruption errors to the health system
` [PATCH 021/110] xfs: report dir/attr "
` [PATCH 022/110] xfs: report inode "
` [PATCH 023/110] xfs: report realtime metadata "
` [PATCH 024/110] xfs: report XFS_IS_CORRUPT "
` [PATCH 025/110] xfs: add secondary and indirect classes to the health tracking system
` [PATCH 026/110] xfs: remember sick inodes that get inactivated
` [PATCH 027/110] xfs: update health status if we get a clean bill of health
` [PATCH 028/110] xfs: consolidate btree block freeing tracepoints
` [PATCH 029/110] xfs: consolidate btree block allocation tracepoints
` [PATCH 030/110] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
` [PATCH 031/110] xfs: drop XFS_BTREE_CRC_BLOCKS
` [PATCH 032/110] xfs: encode the btree geometry flags in the btree ops structure
` [PATCH 033/110] xfs: remove bc_ino.flags
` [PATCH 034/110] xfs: consolidate the xfs_alloc_lookup_* helpers
` [PATCH 035/110] xfs: turn the allocbt cursor active field into a btree flag
` [PATCH 036/110] xfs: extern some btree ops structures
` [PATCH 037/110] xfs: initialize btree blocks using btree_ops structure
` [PATCH 038/110] xfs: rename btree block/buffer init functions
` [PATCH 039/110] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
` [PATCH 040/110] xfs: remove the unnecessary daddr paramter to _init_block
` [PATCH 041/110] xfs: set btree block buffer ops in _init_buf
` [PATCH 042/110] xfs: move lru refs to the btree ops structure
` [PATCH 043/110] xfs: move the btree stats offset into struct btree_ops
` [PATCH 044/110] xfs: factor out a xfs_btree_owner helper
` [PATCH 045/110] xfs: factor out a btree block owner check
` [PATCH 046/110] xfs: store the btree pointer length in struct xfs_btree_ops
` [PATCH 047/110] xfs: split out a btree type from the btree ops geometry flags
` [PATCH 048/110] xfs: split the per-btree union in struct xfs_btree_cur
` [PATCH 049/110] xfs: create predicate to determine if cursor is at inode root level
` [PATCH 050/110] xfs: move comment about two 2 keys per pointer in the rmap btree
` [PATCH 051/110] xfs: add a xfs_btree_init_ptr_from_cur
` [PATCH 052/110] xfs: don't override bc_ops for staging btrees
` [PATCH 053/110] xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursor
` [PATCH 054/110] xfs: remove xfs_allocbt_stage_cursor
` [PATCH 055/110] xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor
` [PATCH 056/110] xfs: remove xfs_inobt_stage_cursor
` [PATCH 057/110] xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursor
` [PATCH 058/110] xfs: remove xfs_refcountbt_stage_cursor
` [PATCH 059/110] xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursor
` [PATCH 060/110] xfs: remove xfs_rmapbt_stage_cursor
` [PATCH 061/110] xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursor
` [PATCH 062/110] xfs: make staging file forks explicit
` [PATCH 063/110] xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursor
` [PATCH 064/110] xfs: remove xfs_bmbt_stage_cursor
` [PATCH 065/110] xfs: split the agf_roots and agf_levels arrays
` [PATCH 066/110] xfs: add a name field to struct xfs_btree_ops
` [PATCH 067/110] xfs: add a sick_mask "
` [PATCH 068/110] xfs: split xfs_allocbt_init_cursor
` [PATCH 069/110] xfs: remove xfs_inobt_cur
` [PATCH 070/110] xfs: remove the btnum argument to xfs_inobt_count_blocks
` [PATCH 071/110] xfs: split xfs_inobt_insert_sprec
` [PATCH 072/110] xfs: split xfs_inobt_init_cursor
` [PATCH 073/110] xfs: pass a 'bool is_finobt' to xfs_inobt_insert
` [PATCH 074/110] xfs: remove xfs_btnum_t
` [PATCH 075/110] xfs: simplify xfs_btree_check_sblock_siblings
` [PATCH 076/110] xfs: simplify xfs_btree_check_lblock_siblings
` [PATCH 077/110] xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extents
` [PATCH 078/110] xfs: consolidate btree ptr checking
` [PATCH 079/110] xfs: misc cleanups for __xfs_btree_check_sblock
` [PATCH 080/110] xfs: remove the crc variable in __xfs_btree_check_lblock
` [PATCH 081/110] xfs: tighten up validation of root block in inode forks
` [PATCH 082/110] xfs: consolidate btree block verification
` [PATCH 083/110] xfs: rename btree helpers that depends on the block number representation

[PATCHSET v29.4 10/18] libxfs: prepare to sync with 6.9
 2024-03-26  3:28 UTC  (4+ messages)
` [PATCH 1/3] libxfs: actually set m_fsname
` [PATCH 2/3] libxfs: clean up xfs_da_unmount usage
` [PATCH 3/3] libfrog: create a new scrub group for things requiring full inode scans

[PATCHSET 09/18] xfs_repair: support more than 4 billion records
 2024-03-26  3:27 UTC  (9+ messages)
` [PATCH 1/8] xfs_db: add a bmbt inflation command
` [PATCH 2/8] xfs_repair: slab and bag structs need to track more than 2^32 items
` [PATCH 3/8] xfs_repair: support more than 2^32 rmapbt records per AG
` [PATCH 4/8] xfs_repair: support more than 2^32 owners per physical block
` [PATCH 5/8] xfs_repair: clean up lock resources
` [PATCH 6/8] xfs_repair: constrain attr fork extent count
` [PATCH 7/8] xfs_repair: don't create block maps for data files
` [PATCH 8/8] xfs_repair: support more than INT_MAX block maps

[PATCHSET v29.4 08/18] xfs_repair: rebuild inode fork mappings
 2024-03-26  3:25 UTC  (4+ messages)
` [PATCH 1/3] xfs_repair: push inode buf and dinode pointers all the way to inode fork processing
` [PATCH 2/3] xfs_repair: sync bulkload data structures with kernel newbt code
` [PATCH 3/3] xfs_repair: rebuild block mappings from rmapbt data

[PATCHSET v29.4 07/18] xfs_scrub: scan metadata files in parallel
 2024-03-26  3:24 UTC  (4+ messages)
` [PATCH 1/3] libfrog: rename XFROG_SCRUB_TYPE_* to XFROG_SCRUB_GROUP_*
` [PATCH 2/3] libfrog: promote XFROG_SCRUB_DESCR_SUMMARY to a scrub type
` [PATCH 3/3] xfs_scrub: scan whole-fs metadata files in parallel

[PATCHSET 06/18] mkfs: scale shards on ssds
 2024-03-26  3:23 UTC  (3+ messages)
` [PATCH 1/2] mkfs: allow sizing allocation groups for concurrency
` [PATCH 2/2] mkfs: allow sizing internal logs "

[PATCHBOMB v2] xfsprogs: everything headed towards 6.9
 2024-03-26  3:23 UTC  (13+ messages)
` [PATCHSET V2 05/18] xfsprogs: fix log sector size detection
  ` [PATCH 1/5] libxfs: remove the unused fs_topology_t typedef
  ` [PATCH 2/5] libxfs: refactor the fs_topology structure
  ` [PATCH 3/5] libxfs: remove the S_ISREG check from blkid_get_topology
  ` [PATCH 4/5] libxfs: also query log device topology in get_topology
  ` [PATCH 5/5] mkfs: use a sensible log sector size default
` [PATCHSET v29.4 14/18] xfs_spaceman: updates for 6.9
` [PATCHSET v29.4 15/18] xfs_scrub: "
` [PATCHSET v29.4 16/18] xfs_repair: use in-memory rmap btrees
` [PATCHSET v29.4 17/18] xfs_repair: reduce refcount repair memory usage
` [PATCHSET v29.4 18/18] mkfs: cleanups for 6.9

[PATCHSET 04/18] xfsprogs: bug fixes for 6.8
 2024-03-26  3:22 UTC  (6+ messages)
` [PATCH 1/5] xfs_repair: double-check with shortform attr verifiers
` [PATCH 2/5] xfs_db: fix alignment checks in getbitval
` [PATCH 3/5] xfs_scrub: fix threadcount estimates for phase 6
` [PATCH 4/5] xfs_scrub: don't fail while reporting media scan errors
` [PATCH 5/5] xfs_io: add linux madvise advice codes

[PATCHSET 03/18] xfs_repair: faster btree bulkloading
 2024-03-26  3:20 UTC  (3+ messages)
` [PATCH 1/2] xfs_repair: adjust btree bulkloading slack computations to match online repair
` [PATCH 2/2] xfs_repair: bulk load records into new btree blocks

[PATCHSET 02/18] libxfs: sync with 6.8
 2024-03-26  3:20 UTC  (68+ messages)
` [PATCH 01/67] xfs: use xfs_defer_pending objects to recover intent items
` [PATCH 02/67] xfs: recreate work items when recovering "
` [PATCH 03/67] xfs: use xfs_defer_finish_one to finish recovered work items
` [PATCH 04/67] xfs: move ->iop_recover to xfs_defer_op_type
` [PATCH 05/67] xfs: hoist intent done flag setting to ->finish_item callsite
` [PATCH 06/67] xfs: hoist ->create_intent boilerplate to its callsite
` [PATCH 07/67] xfs: use xfs_defer_create_done for the relogging operation
` [PATCH 08/67] xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
` [PATCH 09/67] xfs: hoist xfs_trans_add_item calls to defer ops functions
` [PATCH 10/67] xfs: move ->iop_relog to struct xfs_defer_op_type
` [PATCH 11/67] xfs: make rextslog computation consistent with mkfs
` [PATCH 12/67] xfs: fix 32-bit truncation in xfs_compute_rextslog
` [PATCH 13/67] xfs: don't allow overly small or large realtime volumes
` [PATCH 14/67] xfs: elide ->create_done calls for unlogged deferred work
` [PATCH 15/67] xfs: don't append work items to logged xfs_defer_pending objects
` [PATCH 16/67] xfs: allow pausing of pending deferred work items
` [PATCH 17/67] xfs: remove __xfs_free_extent_later
` [PATCH 18/67] xfs: automatic freeing of freshly allocated unwritten space
` [PATCH 19/67] xfs: remove unused fields from struct xbtree_ifakeroot
` [PATCH 20/67] xfs: force small EFIs for reaping btree extents
` [PATCH 21/67] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
` [PATCH 22/67] xfs: update dir3 leaf block metadata after swap
` [PATCH 23/67] xfs: extract xfs_da_buf_copy() helper function
` [PATCH 24/67] xfs: move xfs_ondisk.h to libxfs/
` [PATCH 25/67] xfs: consolidate the xfs_attr_defer_* helpers
` [PATCH 26/67] xfs: store an ops pointer in struct xfs_defer_pending
` [PATCH 27/67] xfs: pass the defer ops instead of type to xfs_defer_start_recovery
` [PATCH 28/67] xfs: pass the defer ops directly to xfs_defer_add
` [PATCH 29/67] xfs: force all buffers to be written during btree bulk load
` [PATCH 30/67] xfs: set XBF_DONE on newly formatted btree block that are ready for writing
` [PATCH 31/67] xfs: read leaf blocks when computing keys for bulkloading into node blocks
` [PATCH 32/67] xfs: move btree bulkload record initialization to ->get_record implementations
` [PATCH 33/67] xfs: constrain dirty buffers while formatting a staged btree
` [PATCH 34/67] xfs: repair free space btrees
` [PATCH 35/67] xfs: repair inode btrees
` [PATCH 36/67] xfs: repair refcount btrees
` [PATCH 37/67] xfs: dont cast to char * for XFS_DFORK_*PTR macros
` [PATCH 38/67] xfs: set inode sick state flags when we zap either ondisk fork
` [PATCH 39/67] xfs: zap broken inode forks
` [PATCH 40/67] xfs: repair inode fork block mapping data structures
` [PATCH 41/67] xfs: create a ranged query function for refcount btrees
` [PATCH 42/67] xfs: create a new inode fork block unmap helper
` [PATCH 43/67] xfs: improve dquot iteration for scrub
` [PATCH 44/67] xfs: add lock protection when remove perag from radix tree
` [PATCH 45/67] xfs: fix perag leak when growfs fails
` [PATCH 46/67] xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting
` [PATCH 47/67] xfs: also use xfs_bmap_btalloc_accounting for RT allocations
` [PATCH 48/67] xfs: return -ENOSPC from xfs_rtallocate_*
` [PATCH 49/67] xfs: indicate if xfs_bmap_adjacent changed ap->blkno
` [PATCH 50/67] xfs: move xfs_rtget_summary to xfs_rtbitmap.c
` [PATCH 51/67] xfs: split xfs_rtmodify_summary_int
` [PATCH 52/67] xfs: remove rt-wrappers from xfs_format.h
` [PATCH 53/67] xfs: remove XFS_RTMIN/XFS_RTMAX
` [PATCH 54/67] xfs: make if_data a void pointer
` [PATCH 55/67] xfs: return if_data from xfs_idata_realloc
` [PATCH 56/67] xfs: move the xfs_attr_sf_lookup tracepoint
` [PATCH 57/67] xfs: simplify xfs_attr_sf_findname
` [PATCH 58/67] xfs: remove xfs_attr_shortform_lookup
` [PATCH 59/67] xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalue
` [PATCH 60/67] xfs: remove struct xfs_attr_shortform
` [PATCH 61/67] xfs: remove xfs_attr_sf_hdr_t
` [PATCH 62/67] xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into asserts
` [PATCH 63/67] xfs: fix a use after free in xfs_defer_finish_recovery
` [PATCH 64/67] xfs: use the op name in trace_xlog_intent_recovery_failed
` [PATCH 65/67] xfs: fix backwards logic in xfs_bmap_alloc_account
` [PATCH 66/67] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
` [PATCH 67/67] xfs: remove conditional building of rt geometry validator functions

[PATCHSET 01/18] xfsprogs: convert utilities to use new rt helpers
 2024-03-26  3:02 UTC  (14+ messages)
` [PATCH 01/13] libxfs: fix incorrect porting to 6.7
` [PATCH 02/13] mkfs: fix log sunit rounding when external logs are in use
` [PATCH 03/13] xfs_repair: fix confusing rt space units in the duplicate detection code
` [PATCH 04/13] libxfs: create a helper to compute leftovers of realtime extents
` [PATCH 05/13] libxfs: use helpers to convert rt block numbers to rt extent numbers
` [PATCH 06/13] xfs_repair: convert utility to use new rt extent helpers and types
` [PATCH 07/13] mkfs: "
` [PATCH 08/13] xfs_{db,repair}: convert open-coded xfs_rtword_t pointer accesses to helper
` [PATCH 09/13] xfs_repair: convert helpers for rtbitmap block/wordcount computations
` [PATCH 10/13] xfs_{db,repair}: use accessor functions for bitmap words
` [PATCH 11/13] xfs_{db,repair}: use helpers for rtsummary block/wordcount computations
` [PATCH 12/13] xfs_{db,repair}: use accessor functions for summary info words
` [PATCH 13/13] xfs_{db,repair}: use m_blockwsize instead of sb_blocksize for rt blocks


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 read-only IMAP folder(s) and NNTP newsgroup(s).