public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-10 14:05:06 to 2024-10-11 01:22:45 UTC [more...]

[PATCHBOMB 6.13] xfs: metadata directories and realtime groups
 2024-10-11  1:22 UTC  (191+ messages)
` [PATCHSET v5.0 1/9] xfs: convert perag to use xarrays
  ` [PATCH 01/25] xfs: pass the exact range to initialize to xfs_initialize_perag
  ` [PATCH 02/25] xfs: merge the perag freeing helpers
  ` [PATCH 03/25] xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
  ` [PATCH 04/25] xfs: fix superfluous clearing of info->low in __xfs_getfsmap_datadev
  ` [PATCH 05/25] xfs: remove the unused pagb_count field in struct xfs_perag
  ` [PATCH 06/25] xfs: remove the unused pag_active_wq "
  ` [PATCH 07/25] xfs: pass a pag to xfs_difree_inode_chunk
  ` [PATCH 08/25] xfs: remove the agno argument to xfs_free_ag_extent
  ` [PATCH 09/25] xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
  ` [PATCH 10/25] xfs: add a xfs_agino_to_ino helper
  ` [PATCH 11/25] xfs: pass a pag to xfs_extent_busy_{search,reuse}
  ` [PATCH 12/25] xfs: keep a reference to the pag for busy extents
  ` [PATCH 13/25] xfs: remove the mount field from struct xfs_busy_extents
  ` [PATCH 14/25] xfs: remove the unused trace_xfs_iwalk_ag trace point
  ` [PATCH 15/25] xfs: remove the unused xrep_bmap_walk_rmap "
  ` [PATCH 16/25] xfs: constify pag arguments to trace points
  ` [PATCH 17/25] xfs: pass a perag structure to the xfs_ag_resv_init_error trace point
  ` [PATCH 18/25] xfs: pass objects to the xfs_irec_merge_{pre,post} trace points
  ` [PATCH 19/25] xfs: pass the iunlink item to the xfs_iunlink_update_dinode trace point
  ` [PATCH 20/25] xfs: pass objects to the xrep_ibt_walk_rmap tracepoint
  ` [PATCH 21/25] xfs: pass the pag to the trace_xrep_calc_ag_resblks{,_btsize} trace points
  ` [PATCH 22/25] xfs: pass the pag to the xrep_newbt_extent_class tracepoints
  ` [PATCH 23/25] xfs: convert remaining trace points to pass pag structures
  ` [PATCH 24/25] xfs: split xfs_initialize_perag
  ` [PATCH 25/25] xfs: insert the pag structures into the xarray later
` [PATCHSET v5.0 2/9] xfs: create a generic allocation group structure
  ` [PATCH 01/16] xfs: factor out a xfs_iwalk_args helper
  ` [PATCH 02/16] xfs: factor out a generic xfs_group structure
  ` [PATCH 03/16] xfs: add a xfs_group_next_range helper
  ` [PATCH 04/16] xfs: switch perag iteration from the for_each macros to a while based iterator
  ` [PATCH 05/16] xfs: move metadata health tracking to the generic group structure
  ` [PATCH 06/16] xfs: mark xfs_perag_intent_{hold,rele} static
  ` [PATCH 07/16] xfs: move draining of deferred operations to the generic group structure
  ` [PATCH 08/16] xfs: move the online repair rmap hooks "
  ` [PATCH 09/16] xfs: return the busy generation from xfs_extent_busy_list_empty
  ` [PATCH 10/16] xfs: convert extent busy tracking to the generic group structure
  ` [PATCH 11/16] xfs: convert busy extent "
  ` [PATCH 12/16] xfs: add a generic group pointer to the btree cursor
  ` [PATCH 13/16] xfs: store a generic xfs_group pointer in xfs_getfsmap_info
  ` [PATCH 14/16] xfs: add group based bno conversion helpers
  ` [PATCH 15/16] xfs: remove xfs_group_intent_hold and xfs_group_intent_rele
  ` [PATCH 16/16] xfs: store a generic group structure in the intents
` [PATCHSET v5.0 3/9] xfs: metadata inode directory trees
  ` [PATCH 01/28] xfs: constify the xfs_sb predicates
  ` [PATCH 02/28] xfs: constify the xfs_inode predicates
  ` [PATCH 03/28] xfs: define the on-disk format for the metadir feature
  ` [PATCH 04/28] xfs: undefine the sb_bad_features2 when metadir is enabled
  ` [PATCH 05/28] xfs: iget for metadata inodes
  ` [PATCH 06/28] xfs: load metadata directory root at mount time
  ` [PATCH 07/28] xfs: enforce metadata inode flag
  ` [PATCH 08/28] xfs: read and write metadata inode directory tree
  ` [PATCH 09/28] xfs: disable the agi rotor for metadata inodes
  ` [PATCH 10/28] xfs: hide metadata inodes from everyone because they are special
  ` [PATCH 11/28] xfs: advertise metadata directory feature
  ` [PATCH 12/28] xfs: allow bulkstat to return metadata directories
  ` [PATCH 13/28] xfs: don't count metadata directory files to quota
  ` [PATCH 14/28] xfs: mark quota inodes as metadata files
  ` [PATCH 15/28] xfs: adjust xfs_bmap_add_attrfork for metadir
  ` [PATCH 16/28] xfs: record health problems with the metadata directory
  ` [PATCH 17/28] xfs: refactor directory tree root predicates
  ` [PATCH 18/28] xfs: do not count metadata directory files when doing online quotacheck
  ` [PATCH 19/28] xfs: don't fail repairs on metadata files with no attr fork
  ` [PATCH 20/28] xfs: metadata files can have xattrs if metadir is enabled
  ` [PATCH 21/28] xfs: adjust parent pointer scrubber for sb-rooted metadata files
  ` [PATCH 22/28] xfs: fix di_metatype field of inodes that won't load
  ` [PATCH 23/28] xfs: scrub metadata directories
  ` [PATCH 24/28] xfs: check the metadata directory inumber in superblocks
  ` [PATCH 25/28] xfs: move repair temporary files to the metadata directory tree
  ` [PATCH 26/28] xfs: check metadata directory file path connectivity
  ` [PATCH 27/28] xfs: confirm dotdot target before replacing it during a repair
  ` [PATCH 28/28] xfs: repair metadata directory file path connectivity
` [PATCHSET v5.0 4/9] xfs: create incore rt allocation groups
  ` [PATCH 01/21] xfs: clean up xfs_getfsmap_helper arguments
  ` [PATCH 02/21] xfs: create incore realtime group structures
  ` [PATCH 03/21] xfs: define locking primitives for realtime groups
  ` [PATCH 04/21] xfs: add a lockdep class key for rtgroup inodes
  ` [PATCH 05/21] xfs: support caching rtgroup metadata inodes
  ` [PATCH 06/21] xfs: add rtgroup-based realtime scrubbing context management
  ` [PATCH 07/21] xfs: add a xfs_bmap_free_rtblocks helper
  ` [PATCH 08/21] xfs: add a xfs_qm_unmount_rt helper
  ` [PATCH 09/21] xfs: factor out a xfs_growfs_rt_alloc_blocks helper
  ` [PATCH 10/21] xfs: cleanup xfs_getfsmap_rtdev_rtbitmap
  ` [PATCH 11/21] xfs: split xfs_trim_rtdev_extents
  ` [PATCH 12/21] xfs: move RT bitmap and summary information to the rtgroup
  ` [PATCH 13/21] xfs: support creating per-RTG files in growfs
  ` [PATCH 14/21] xfs: remove XFS_ILOCK_RT*
  ` [PATCH 15/21] xfs: calculate RT bitmap and summary blocks based on sb_rextents
  ` [PATCH 16/21] xfs: factor out a xfs_growfs_rt_alloc_fake_mount helper
  ` [PATCH 17/21] xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocks
  ` [PATCH 18/21] xfs: factor out a xfs_growfs_check_rtgeom helper
  ` [PATCH 19/21] xfs: refactor xfs_rtbitmap_blockcount
  ` [PATCH 20/21] xfs: refactor xfs_rtsummary_blockcount
  ` [PATCH 21/21] xfs: make RT extent numbers relative to the rtgroup
` [PATCHSET v5.0 5/9] xfs: preparation for realtime allocation groups
  ` [PATCH 1/2] xfs: fix rt device offset calculations for FITRIM
  ` [PATCH 2/2] iomap: add a merge boundary flag
` [PATCHSET v5.0 6/9] xfs: shard the realtime section
  ` [PATCH 01/36] xfs: define the format of rt groups
  ` [PATCH 02/36] xfs: check the realtime superblock at mount time
  ` [PATCH 03/36] xfs: update realtime super every time we update the primary fs super
  ` [PATCH 04/36] xfs: export realtime group geometry via XFS_FSOP_GEOM
  ` [PATCH 05/36] xfs: check that rtblock extents do not break rtsupers or rtgroups
  ` [PATCH 06/36] xfs: add a helper to prevent bmap merges across rtgroup boundaries
  ` [PATCH 07/36] xfs: add frextents to the lazysbcounters when rtgroups enabled
  ` [PATCH 08/36] xfs: convert sick_map loops to use ARRAY_SIZE
  ` [PATCH 09/36] xfs: record rt group metadata errors in the health system
  ` [PATCH 10/36] xfs: export the geometry of realtime groups to userspace
  ` [PATCH 11/36] xfs: add block headers to realtime bitmap and summary blocks
  ` [PATCH 12/36] xfs: encode the rtbitmap in big endian format
  ` [PATCH 13/36] xfs: encode the rtsummary "
  ` [PATCH 14/36] xfs: grow the realtime section when realtime groups are enabled
  ` [PATCH 15/36] xfs: store rtgroup information with a bmap intent
  ` [PATCH 16/36] xfs: force swapext to a realtime file to use the file content exchange ioctl
  ` [PATCH 17/36] xfs: support logging EFIs for realtime extents
  ` [PATCH 18/36] xfs: support error injection when freeing rt extents
  ` [PATCH 19/36] xfs: use realtime EFI to free extents when rtgroups are enabled
  ` [PATCH 20/36] xfs: don't merge ioends across RTGs
  ` [PATCH 21/36] xfs: make the RT allocator rtgroup aware
  ` [PATCH 22/36] xfs: don't coalesce file mappings that cross rtgroup boundaries in scrub
  ` [PATCH 23/36] xfs: scrub the realtime group superblock
  ` [PATCH 24/36] xfs: repair "
  ` [PATCH 25/36] xfs: scrub metadir paths for rtgroup metadata
  ` [PATCH 26/36] xfs: mask off the rtbitmap and summary inodes when metadir in use
  ` [PATCH 27/36] xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundaries
  ` [PATCH 28/36] xfs: create helpers to deal with rounding xfs_filblks_t "
  ` [PATCH 29/36] xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
  ` [PATCH 30/36] xfs: move the group geometry into struct xfs_groups
  ` [PATCH 31/36] xfs: add a xfs_rtbno_is_group_start helper
  ` [PATCH 32/36] xfs: fix minor bug in xfs_verify_agbno
  ` [PATCH 33/36] xfs: move the min and max group block numbers to xfs_group
  ` [PATCH 34/36] xfs: port the perag discard code to handle generic groups
  ` [PATCH 35/36] xfs: implement busy extent tracking for rtgroups
  ` [PATCH 36/36] xfs: use rtgroup busy extent list for FITRIM
` [PATCHSET v5.0 7/9] xfs: persist quota options with metadir
  ` [PATCH 1/4] xfs: refactor xfs_qm_destroy_quotainos
  ` [PATCH 2/4] xfs: use metadir for quota inodes
  ` [PATCH 3/4] xfs: scrub quota file metapaths
  ` [PATCH 4/4] xfs: persist quota flags with metadir
` [PATCHSET v5.0 8/9] xfs: enable quota for realtime volumes
  ` [PATCH 1/6] xfs: fix chown with rt quota
  ` [PATCH 2/6] xfs: advertise realtime quota support in the xqm stat files
  ` [PATCH 3/6] xfs: report realtime block quota limits on realtime directories
  ` [PATCH 4/6] xfs: create quota preallocation watermarks for realtime quota
  ` [PATCH 5/6] xfs: reserve quota for realtime files correctly
  ` [PATCH 6/6] xfs: enable realtime quota again
` [PATCHSET v5.0 9/9] xfs: enable metadir
  ` [PATCH 1/2] xfs: update sb field checks when metadir is turned on
  ` [PATCH 2/2] xfs: enable metadata directory feature
` [PATCHSET v5.0 1/5] xfsprogs: metadata inode directory trees
  ` [PATCH 01/38] libfrog: report metadata directories in the geometry report
  ` [PATCH 02/38] libfrog: allow METADIR in xfrog_bulkstat_single5
  ` [PATCH 03/38] xfs_io: support scrubbing metadata directory paths
  ` [PATCH 04/38] xfs_db: disable xfs_check when metadir is enabled
  ` [PATCH 05/38] xfs_db: report metadir support for version command
  ` [PATCH 06/38] xfs_db: don't obfuscate metadata directories and attributes
  ` [PATCH 07/38] xfs_db: support metadata directories in the path command
  ` [PATCH 08/38] xfs_db: show the metadata root directory when dumping superblocks
  ` [PATCH 09/38] xfs_db: display di_metatype
  ` [PATCH 10/38] xfs_io: support the bulkstat metadata directory flag
  ` [PATCH 11/38] xfs_io: support scrubbing metadata directory paths
  ` [PATCH 12/38] xfs_spaceman: report health of metadir inodes too
  ` [PATCH 13/38] xfs_scrub: tread zero-length read verify as an IO error
  ` [PATCH 14/38] xfs_scrub: scan metadata directories during phase 3
  ` [PATCH 15/38] xfs_scrub: re-run metafile scrubbers during phase 5
  ` [PATCH 16/38] xfs_repair: preserve the metadirino field when zeroing supers
  ` [PATCH 17/38] xfs_repair: check metadir superblock padding fields
  ` [PATCH 18/38] xfs_repair: dont check metadata directory dirent inumbers
  ` [PATCH 19/38] xfs_repair: refactor fixing dotdot
  ` [PATCH 20/38] xfs_repair: refactor marking of metadata inodes
  ` [PATCH 21/38] xfs_repair: refactor root directory initialization
  ` [PATCH 22/38] xfs_repair: refactor grabbing realtime metadata inodes
  ` [PATCH 23/38] xfs_repair: check metadata inode flag
  ` [PATCH 24/38] xfs_repair: use libxfs_metafile_iget for quota/rt inodes
  ` [PATCH 25/38] xfs_repair: rebuild the metadata directory
  ` [PATCH 26/38] xfs_repair: don't let metadata and regular files mix
  ` [PATCH 27/38] xfs_repair: update incore metadata state whenever we create new files
  ` [PATCH 28/38] xfs_repair: pass private data pointer to scan_lbtree
  ` [PATCH 29/38] xfs_repair: mark space used by metadata files
  ` [PATCH 30/38] xfs_repair: adjust keep_fsinos to handle metadata directories
  ` [PATCH 31/38] xfs_repair: metadata dirs are never plausible root dirs
  ` [PATCH 32/38] xfs_repair: drop all the metadata directory files during pass 4
  ` [PATCH 33/38] xfs_repair: truncate and unmark orphaned metadata inodes
` [PATCHSET v5.0 2/5] xfsprogs: preparation for realtime allocation groups
` [PATCHSET v5.0 3/5] xfsprogs: shard the realtime section
` [PATCHSET v5.0 4/5] xfsprogs: store quota files in the metadir
` [PATCHSET v5.0 5/5] xfsprogs: enable quota for realtime voluems
` [PATCHSET v5.0 1/3] fstests: test XFS metadata directories
` [PATCHSET v5.0 2/3] xfsprogs: shard the realtime section
` [PATCHSET v5.0 3/3] fstests: store quota files in the metadir

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-11  0:20 UTC  (6+ messages)
` [PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one

[ANNOUNCE] xfsprogs: for-next updated to 42523142959d
 2024-10-10 19:43 UTC 

fix recovery of allocator ops after a growfs
 2024-10-10 19:01 UTC  (9+ messages)
` [PATCH 3/7] xfs: update the file system geometry after recoverying superblock buffers
` [PATCH 6/7] xfs: don't update file system geometry through transaction deltas
` [PATCH 7/7] xfs: split xfs_trans_mod_sb

[PATCH v2] xfs: Check for deallayed allocations before setting extsize
 2024-10-10 18:34 UTC  (2+ messages)

[GIT PULL] xfs: bug fixes for 6.12-rc3
 2024-10-10 17:30 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