public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-31 23:33:37 to 2024-11-05 22:33:33 UTC [more...]

[PATCHBOMB 6.13 v5.5] xfs: metadata directories and realtime groups
 2024-11-05 22:33 UTC  (115+ messages)
` [PATCHSET v5.5 01/10] xfs: convert perag to use xarrays
  ` [PATCH 01/23] xfs: fix simplify extent lookup in xfs_can_free_eofblocks
  ` [PATCH 02/23] xfs: fix superfluous clearing of info->low in __xfs_getfsmap_datadev
  ` [PATCH 03/23] xfs: remove the unused pagb_count field in struct xfs_perag
  ` [PATCH 04/23] xfs: remove the unused pag_active_wq "
  ` [PATCH 05/23] xfs: pass a pag to xfs_difree_inode_chunk
  ` [PATCH 06/23] xfs: remove the agno argument to xfs_free_ag_extent
  ` [PATCH 07/23] xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
  ` [PATCH 08/23] xfs: add a xfs_agino_to_ino helper
  ` [PATCH 09/23] xfs: pass a pag to xfs_extent_busy_{search,reuse}
  ` [PATCH 10/23] xfs: keep a reference to the pag for busy extents
  ` [PATCH 11/23] xfs: remove the mount field from struct xfs_busy_extents
  ` [PATCH 12/23] xfs: remove the unused trace_xfs_iwalk_ag trace point
  ` [PATCH 13/23] xfs: remove the unused xrep_bmap_walk_rmap "
  ` [PATCH 14/23] xfs: constify pag arguments to trace points
  ` [PATCH 15/23] xfs: pass a perag structure to the xfs_ag_resv_init_error trace point
  ` [PATCH 16/23] xfs: pass objects to the xfs_irec_merge_{pre,post} trace points
  ` [PATCH 17/23] xfs: pass the iunlink item to the xfs_iunlink_update_dinode trace point
  ` [PATCH 18/23] xfs: pass objects to the xrep_ibt_walk_rmap tracepoint
  ` [PATCH 19/23] xfs: pass the pag to the trace_xrep_calc_ag_resblks{,_btsize} trace points
  ` [PATCH 20/23] xfs: pass the pag to the xrep_newbt_extent_class tracepoints
  ` [PATCH 21/23] xfs: convert remaining trace points to pass pag structures
  ` [PATCH 22/23] xfs: split xfs_initialize_perag
  ` [PATCH 23/23] xfs: insert the pag structures into the xarray later
` [PATCHSET v5.5 02/10] 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 tracepoints to the generic group structure
  ` [PATCH 11/16] xfs: convert busy extent tracking "
  ` [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.5 03/10] 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: rename metadata inode predicates
  ` [PATCH 04/28] xfs: standardize EXPERIMENTAL warning generation
  ` [PATCH 05/28] xfs: define the on-disk format for the metadir feature
  ` [PATCH 06/28] xfs: iget for metadata inodes
  ` [PATCH 07/28] xfs: load metadata directory root at mount time
  ` [PATCH 08/28] xfs: enforce metadata inode flag
  ` [PATCH 09/28] xfs: read and write metadata inode directory tree
  ` [PATCH 10/28] xfs: disable the agi rotor for metadata inodes
  ` [PATCH 11/28] xfs: hide metadata inodes from everyone because they are special
  ` [PATCH 12/28] xfs: advertise metadata directory feature
  ` [PATCH 13/28] xfs: allow bulkstat to return metadata directories
  ` [PATCH 14/28] xfs: don't count metadata directory files to quota
  ` [PATCH 15/28] xfs: mark quota inodes as metadata files
  ` [PATCH 16/28] xfs: adjust xfs_bmap_add_attrfork for metadir
  ` [PATCH 17/28] xfs: record health problems with the metadata directory
  ` [PATCH 18/28] xfs: refactor directory tree root predicates
  ` [PATCH 19/28] xfs: do not count metadata directory files when doing online quotacheck
  ` [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.5 04/10] 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.5 05/10] 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.5 06/10] xfs: shard the realtime section
  ` [PATCH 01/34] xfs: define the format of rt groups
  ` [PATCH 02/34] xfs: check the realtime superblock at mount time
  ` [PATCH 03/34] xfs: update realtime super every time we update the primary fs super
  ` [PATCH 04/34] xfs: export realtime group geometry via XFS_FSOP_GEOM
  ` [PATCH 05/34] xfs: check that rtblock extents do not break rtsupers or rtgroups
  ` [PATCH 06/34] xfs: add a helper to prevent bmap merges across rtgroup boundaries
  ` [PATCH 07/34] xfs: add frextents to the lazysbcounters when rtgroups enabled
  ` [PATCH 08/34] xfs: convert sick_map loops to use ARRAY_SIZE
  ` [PATCH 09/34] xfs: record rt group metadata errors in the health system
  ` [PATCH 10/34] xfs: export the geometry of realtime groups to userspace
  ` [PATCH 11/34] xfs: add block headers to realtime bitmap and summary blocks
  ` [PATCH 12/34] xfs: encode the rtbitmap in big endian format
  ` [PATCH 13/34] xfs: encode the rtsummary "
  ` [PATCH 14/34] xfs: grow the realtime section when realtime groups are enabled
` [PATCHSET v5.5 07/10] xfs: persist quota options with metadir
` [PATCHSET v5.5 08/10] xfs: enable quota for realtime volumes
` [PATCHSET v5.5 09/10] xfs: enable metadir
` [PATCHSET v5.5 10/10] xfs: improve ondisk structure checks

[ANNOUNCE] work tree for untorn filesystem writes
 2024-11-05 16:26 UTC  (8+ messages)

[PATCH] xfs/157: mkfs does not need a specific fssize
 2024-11-05 15:47 UTC  (11+ messages)

[PATCHSET v5.4] xfs: improve ondisk structure checks
 2024-11-05 15:41 UTC  (10+ messages)
` [PATCH 1/3] xfs: convert struct typedefs in xfs_ondisk.h
` [PATCH 2/3] xfs: separate space btree structures "
` [PATCH 3/3] xfs: port ondisk structure checks from xfs/122 to the kernel

[PATCH] iomap: elide zero range flush from partial eof zeroing
 2024-11-05 13:26 UTC  (7+ messages)

xfs: Xen/HPT related regression in v6.6
 2024-11-05  9:16 UTC  (6+ messages)

[PATCH 5/6] iomap: Lift blocksize restriction on atomic writes
 2024-11-05  0:09 UTC  (12+ messages)

[PATCH 0/5] *** Introduce new space allocation algorithm ***
 2024-11-04 12:21 UTC  (4+ messages)
` frag.sh
` auto_frag.sh

[PATCH 0/5] *** Introduce new space allocation algorithm ***
 2024-11-04 12:15 UTC  (12+ messages)
` [PATCH 1/5] xfs: add two wrappers for iterating ags in a AF
` [PATCH 2/5] xfs: add two mp member to record the alloction field layout
` [PATCH 3/5] xfs: add mount options as a way to change the AF layout
` [PATCH 4/5] xfs: add infrastructure to support AF allocation algorithm
` [PATCH 5/5] xfs: modify the logic to comply with AF rules

[GIT PULL] xfs: fixes for 6.12-rc6
 2024-11-03  2:26 UTC  (2+ messages)

filestreams syzbot fix v2
 2024-11-02  7:44 UTC  (3+ messages)
` [PATCH 1/2] xfs: fix finding a last resort AG in xfs_filestream_pick_ag

[PATCH] xfs: Reduce unnecessary searches when searching for the best extents
 2024-11-02  7:43 UTC  (2+ messages)

[PATCH v4] xfs: Check for delayed allocations before setting extsize
 2024-11-02  7:40 UTC  (2+ messages)

[PATCH v4 0/4] ext4: Add atomic writes support for DIO
 2024-11-01 17:23 UTC  (13+ messages)
` [PATCH v4 1/4] ext4: Add statx support for atomic writes
` [PATCH v4 2/4] ext4: Check for atomic writes support in write iter
` [PATCH v4 3/4] ext4: Support setting FMODE_CAN_ATOMIC_WRITE
` [PATCH v4 4/4] ext4: Do not fallback to buffered-io for DIO atomic write

[syzbot] [xfs?] KASAN: slab-use-after-free Read in xfs_inode_item_push
 2024-11-01  9:50 UTC  (3+ messages)

[PATCH] Fix out-of-bounds access in xfs_bmapi_allocate by validating whichfork
 2024-11-01  3:36 UTC  (2+ messages)

[PATCH v3 0/4] ext4: Add atomic writes support for DIO
 2024-11-01  3:33 UTC  (8+ messages)
` [PATCH v3 1/4] ext4: Add statx support for atomic writes
` [PATCH v3 4/4] ext4: Do not fallback to buffered-io for DIO atomic write

[GIT PULLBOMB v3] xfsprogs: everything I have for 6.12
 2024-10-31 23:44 UTC  (8+ messages)
` [GIT PULL 1/7] libxfs: new code "
` [GIT PULL 2/7] xfsprogs: atomic file content commits
` [GIT PULL 3/7] xfs_db: debug realtime geometry
` [GIT PULL 4/7] xfs_metadump: support external devices
` [GIT PULL 5/7] mkfs/repair: use new rtbitmap helpers
` [GIT PULL 6/7] xfs_scrub_all: bug fix for 6.12
` [GIT PULL 7/7] mkfs: new config file for 6.12 LTS


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