public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-31 00:37:03 to 2022-12-31 01:28:37 UTC [more...]

[NYE DELUGE 3/4] xfs: modernize the realtime volume
 2022-12-30 22:20 UTC  (131+ messages)
` [PATCHSET v1.0 00/20] xfs: hoist inode operations to libxfs
  ` [PATCH 02/20] xfs: hoist extent size helpers "
  ` [PATCH 03/20] xfs: hoist inode flag conversion functions "
  ` [PATCH 04/20] xfs: hoist project id get/set "
  ` [PATCH 01/20] xfs: move inode copy-on-write predicates to xfs_inode.[ch]
  ` [PATCH 09/20] xfs: hoist new inode initialization functions to libxfs
  ` [PATCH 07/20] xfs: use xfs_trans_ichgtime to set times when allocating inode
  ` [PATCH 08/20] xfs: split new inode creation into two pieces
  ` [PATCH 06/20] xfs: implement atime updates in xfs_trans_ichgtime
  ` [PATCH 11/20] xfs: wrap inode creation dqalloc calls
  ` [PATCH 10/20] xfs: push xfs_icreate_args creation out of xfs_create*
  ` [PATCH 05/20] xfs: pack icreate initialization parameters into a separate structure
  ` [PATCH 12/20] xfs: hoist xfs_iunlink to libxfs
  ` [PATCH 16/20] xfs: hoist inode free function "
  ` [PATCH 17/20] xfs: create libxfs helper to remove an existing inode/name from a directory
  ` [PATCH 18/20] xfs: create libxfs helper to exchange two directory entries
  ` [PATCH 13/20] xfs: hoist xfs_{bump,drop}link to libxfs
  ` [PATCH 14/20] xfs: create libxfs helper to link a new inode into a directory
  ` [PATCH 15/20] xfs: create libxfs helper to link an existing "
  ` [PATCH 19/20] xfs: create libxfs helper to rename two directory entries
  ` [PATCH 20/20] xfs: get rid of cross_rename
` [PATCHSET v1.0 00/23] xfs: metadata inode directories
  ` [PATCH 01/23] xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
  ` [PATCH 02/23] xfs: create imeta abstractions to get and set metadata inodes
  ` [PATCH 08/23] xfs: update imeta transaction reservations for metadir
  ` [PATCH 09/23] xfs: load metadata directory root at mount time
  ` [PATCH 04/23] xfs: refactor the v4 group/project inode pointer switch
  ` [PATCH 05/23] xfs: convert all users to xfs_imeta_log
  ` [PATCH 06/23] xfs: iget for metadata inodes
  ` [PATCH 07/23] xfs: define the on-disk format for the metadir feature
  ` [PATCH 03/23] xfs: create transaction reservations for metadata inode operations
  ` [PATCH 14/23] xfs: disable the agi rotor for metadata inodes
  ` [PATCH 11/23] xfs: enforce metadata inode flag
  ` [PATCH 10/23] xfs: convert metadata inode lookup keys to use paths
  ` [PATCH 12/23] xfs: read and write metadata inode directory
  ` [PATCH 16/23] xfs: advertise metadata directory feature
  ` [PATCH 15/23] xfs: hide metadata inodes from everyone because they are special
  ` [PATCH 13/23] xfs: ensure metadata directory paths exist before creating files
  ` [PATCH 19/23] xfs: record health problems with the metadata directory
  ` [PATCH 22/23] xfs: don't check secondary super inode pointers when metadir enabled
  ` [PATCH 20/23] xfs: scrub metadata directories
  ` [PATCH 21/23] xfs: teach nlink scrubber to deal with metadata directory roots
  ` [PATCH 23/23] xfs: enable metadata directory feature
  ` [PATCH 17/23] xfs: allow bulkstat to return metadata directories
  ` [PATCH 18/23] xfs: enable creation of dynamically allocated metadir path structures
` [PATCHSET v1.0 00/14] xfs: refactor btrees to support records in inode root
  ` [PATCH 03/14] xfs: refactor creation of bmap btree roots
  ` [PATCH 01/14] xfs: replace shouty XFS_BM{BT,DR} macros
  ` [PATCH 02/14] xfs: refactor the allocation and freeing of incore inode fork btree roots
  ` [PATCH 06/14] xfs: move the zero records logic into xfs_bmap_broot_space_calc
  ` [PATCH 05/14] xfs: hoist the code that moves the incore inode fork broot memory
  ` [PATCH 04/14] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
  ` [PATCH 07/14] xfs: rearrange xfs_iroot_realloc a bit
  ` [PATCH 13/14] xfs: support storing records in the inode core root
  ` [PATCH 12/14] xfs: hoist the node iroot update code out of xfs_btree_kill_iroot
  ` [PATCH 11/14] xfs: hoist the node iroot update code out of xfs_btree_new_iroot
  ` [PATCH 10/14] xfs: support leaves in the incore btree root block in xfs_iroot_realloc
  ` [PATCH 08/14] xfs: standardize the btree maxrecs function parameters
  ` [PATCH 09/14] xfs: generalize the btree root reallocation function
  ` [PATCH 14/14] xfs: update btree keys correctly when _insrec splits an inode root block
` [PATCHSET v1.0 00/11] xfs: clean up realtime type usage
  ` [PATCH 05/11] xfs: make sure maxlen is still congruent with prod when rounding down
  ` [PATCH 03/11] xfs: prevent rt growfs when quota is enabled
  ` [PATCH 02/11] xfs: bump max fsgeom struct version
  ` [PATCH 01/11] xfs: refactor realtime scrubbing context management
  ` [PATCH 04/11] xfs: rt stubs should return negative errnos when rt disabled
  ` [PATCH 09/11] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
  ` [PATCH 07/11] xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
  ` [PATCH 10/11] xfs: rename xfs_verify_rtext to xfs_verify_rtbext
  ` [PATCH 08/11] xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
  ` [PATCH 11/11] xfs: convert rt extent numbers to xfs_rtxnum_t
  ` [PATCH 06/11] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
` [PATCHSET v1.0 0/7] xfs: refactor rt extent unit conversions
  ` [PATCH 1/7] xfs: create a helper to convert rtextents to rtblocks
  ` [PATCH 6/7] xfs: create rt extent rounding helpers for realtime extent blocks
  ` [PATCH 5/7] xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
  ` [PATCH 3/7] xfs: create a helper to compute leftovers of realtime extents
  ` [PATCH 7/7] xfs: use shifting and masking when converting rt extents, if possible
  ` [PATCH 2/7] xfs: create a helper to compute leftovers of realtime extents
  ` [PATCH 4/7] xfs: create helpers to convert rt block numbers to rt extent numbers
` [PATCHSET v1.0 0/8] xfs: refactor rtbitmap/summary macros
  ` [PATCH 1/8] xfs: convert the rtbitmap block and bit macros to static inline functions
  ` [PATCH 7/8] xfs: create helpers for rtsummary block/wordcount computations
  ` [PATCH 4/8] xfs: convert rt summary macros to helpers
  ` [PATCH 8/8] xfs: use accessor functions for summary info words
  ` [PATCH 3/8] xfs: convert open-coded xfs_rtword_t pointer accesses to helper
  ` [PATCH 5/8] xfs: create helpers for rtbitmap block/wordcount computations
  ` [PATCH 6/8] xfs: use accessor functions for bitmap words
  ` [PATCH 2/8] xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
` [PATCHSET v1.0 0/3] xfs: refactor realtime meta inode locking
  ` [PATCH 2/3] xfs: refactor realtime "
  ` [PATCH 3/3] xfs: remove XFS_ILOCK_RT*
  ` [PATCH 1/3] xfs: use separate lock classes for realtime metadata inode ILOCKs
` [PATCHSET v1.0 00/22] xfsprogs: shard the realtime section
  ` [PATCH 01/22] xfs: create incore realtime group structures
  ` [PATCH 03/22] xfs: check the realtime superblock at mount time
  ` [PATCH 04/22] xfs: update primary realtime super every time we update the primary fs super
  ` [PATCH 02/22] xfs: define the format of rt groups
` [PATCHSET v1.0 0/3] xfsprogs: enable FITRIM for the realtime section
` [PATCHSET v1.0 0/2] xfs: enable in-core block reservation for rt metadata
` [PATCHSET v1.0 0/2] xfs: extent free log intent cleanups
` [PATCHSET v1.0 0/2] xfs: widen EFI format to support rt
` [PATCHSET v1.0 0/5] xfs: rmap log intent cleanups
` [PATCHSET v1.0 00/38] xfs: realtime reverse-mapping support
` [PATCHSET v1.0 0/5] xfs: refcount log intent cleanups
` [PATCHSET v1.0 00/42] xfs: reflink on the realtime device
` [PATCHSET v1.0 0/9] xfs: reflink with large realtime extents
` [PATCHSET v1.0 0/3] xfs: enable quota for realtime voluems
` [PATCHSET 0/4] xfs_repair: add other v5 features to filesystems
` [PATCHSET v1.0 00/26] libxfs: hoist inode operations to libxfs
` [PATCHSET v1.0 00/46] libxfs: metadata inode directories
` [PATCHSET v1.0 00/10] libxfs: refactor rt extent unit conversions
` [PATCHSET v1.0 0/9] libxfs: refactor rtbitmap/summary macros
` [PATCHSET v1.0 0/8] xfs_db: debug realtime geometry
` [PATCHSET v1.0 0/5] xfs_metadump: support external devices
` [PATCHSET v1.0 00/45] libxfs: shard the realtime section
` [PATCHSET v1.0 0/3] libxfs: widen EFI format to support rt
` [PATCHSET v1.0 00/41] libxfs: realtime reverse-mapping support
` [PATCHSET v1.0 0/4] libxfs: file write utility refactoring
` [PATCHSET v1.0 00/41] libxfs: reflink on the realtime device
` [PATCHSET v1.0 0/3] libxfs: reflink with large realtime extents
` [PATCHSET v1.0 0/1] libxfs: enable quota for realtime voluems
` [PATCHSET 0/1] fstests: test upgrading older features
` [PATCHSET v1.0 0/9] fstests: test XFS metadata directories
` [PATCHSET v1.0 0/4] fstests: support metadump to external devices
` [PATCHSET v1.0 00/12] xfsprogs: shard the realtime section
` [PATCHSET v1.0 00/13] fstests: fixes for realtime rmap
` [PATCHSET v1.0 00/10] fstests: reflink on the realtime device
` [PATCHSET v1.0 0/4] fstests: reflink with large realtime extents
` [PATCHSET v1.0 0/1] fstests: functional tests for rt quota

[PATCHSET v24.0 0/1] fstests: test automatic scrub optimization by default
 2022-12-30 22:20 UTC  (2+ messages)
` [PATCH 1/1] xfs: test xfs_scrub dry run, preen, and repair mode

[PATCHSET v24.0 0/2] fstests: online repair of directories
 2022-12-30 22:19 UTC  (3+ messages)
` [PATCH 1/2] xfs: ensure that online directory repairs don't hit EDQUOT
` [PATCH 2/2] xfs: race fsstress with online repair of dirs and parent pointers

[PATCHSET v24.0 0/1] fstests: online repair of extended attributes
 2022-12-30 22:19 UTC  (2+ messages)
` [PATCH 1/1] xfs: race fsstress with online repair of extended attribute data

[PATCHSET v24.0 0/1] fstests: online repair of realtime summaries
 2022-12-30 22:19 UTC  (2+ messages)
` [PATCH 1/1] xfs: race fsstress with online repair of realtime summary files

[PATCHSET v24.0 0/7] fstests: atomic file updates
 2022-12-30 22:19 UTC  (8+ messages)
` [PATCH 5/7] generic: test that file privilege gets dropped with FIEXCHANGE_RANGE
` [PATCH 2/7] generic: test old xfs extent swapping ioctl
` [PATCH 1/7] xfs/122: fix for swapext log items
` [PATCH 3/7] generic: test new vfs swapext ioctl
` [PATCH 4/7] generic, xfs: test scatter-gather atomic file updates
` [PATCH 7/7] fsstress: update for FIEXCHANGE_RANGE
` [PATCH 6/7] fsx: support FIEXCHANGE_RANGE

[PATCHSET v24.0 0/5] fstests: strengthen fuzz testing
 2022-12-30 22:19 UTC  (6+ messages)
` [PATCH 2/5] fuzzy: test fuzzing xattr block mappings
` [PATCH 1/5] fuzzy: test fuzzing directory "
` [PATCH 3/5] fuzzy: test fuzzing realtime free space metadata
` [PATCH 4/5] xfs: fuzz test both repair strategies
` [PATCH 5/5] fuzzy: fuzz test key/pointers of inode btrees

[PATCHSET v24.0 00/24] fstests: improve xfs fuzzing
 2022-12-30 22:19 UTC  (25+ messages)
` [PATCH 04/24] fuzzy: don't fuzz obsolete inode fields
` [PATCH 06/24] fuzzy: don't fuzz user-controllable inode flags
` [PATCH 05/24] fuzzy: don't fuzz inode generation numbers
` [PATCH 02/24] fuzzy: disable timstamp fuzzing by default
` [PATCH 03/24] fuzzy: don't fuzz the log sequence number
` [PATCH 07/24] fuzzy: don't fuzz xattr namespace flags and values
` [PATCH 01/24] fuzzy: disable per-field random fuzzing by default
` [PATCH 08/24] common/fuzzy: split out each repair strategy into a separate helper
` [PATCH 09/24] common/fuzzy: add an underline to the full log between sections
` [PATCH 13/24] common/fuzzy: fix some problems with the no-repair strategy
` [PATCH 10/24] common/fuzzy: hoist the post-repair fs modification step
` [PATCH 14/24] common/fuzzy: fix some problems with the online-then-offline repair strategy
` [PATCH 12/24] common/fuzzy: fix some problems with the offline "
` [PATCH 11/24] common/fuzzy: fix some problems with the online "
` [PATCH 15/24] common/fuzzy: fix some problems with the post-repair fs modification code
` [PATCH 19/24] common/fuzzy: exercise the filesystem a little harder after repairing
` [PATCH 22/24] fuzzy: report the fuzzing repair strategy in seqres.full
` [PATCH 20/24] fuzzy: dump metadata state before fuzzing
` [PATCH 17/24] common/fuzzy: evaluate xfs_check vs xfs_repair
` [PATCH 21/24] fuzzy: compress coredumps created while fuzzing
` [PATCH 16/24] xfs/{35[45],455}: fix bogus corruption errors
` [PATCH 18/24] common: check xfs health after doing an online scrub
` [PATCH 24/24] fuzzy: for fuzzing ag btrees, find the path to the AG header
` [PATCH 23/24] xfs: improve metadata array field handling when fuzzing

[PATCHSET v24.0 0/2] fstests: fix a few bugs in fs population
 2022-12-30 22:19 UTC  (3+ messages)
` [PATCH 2/2] populate: fix some weirdness in __populate_check_xfs_agbtree_height
` [PATCH 1/2] populate: take a snapshot of the filesystem if creation fails

[PATCHSET v24.0 0/1] fstests: online repair of rmap btrees
 2022-12-30 22:19 UTC  (2+ messages)
` [PATCH 1/1] xfs/422: don't freeze while racing rmap repair and fsstress

[PATCHSET v24.0 0/2] fstests: online repair for fs summary counters
 2022-12-30 22:19 UTC  (3+ messages)
` [PATCH 1/2] xfs: test fs summary counter online repair
` [PATCH 2/2] xfs: race fsstress with online repair for summary counters

[PATCHSET v24.0 0/1] fstests: online repair of file link counts
 2022-12-30 22:19 UTC  (2+ messages)
` [PATCH 1/1] xfs: race fsstress with inode link count check and repair

[PATCHSET v24.0 0/1] fstests: online repair of quota counters
 2022-12-30 22:19 UTC  (2+ messages)
` [PATCH 1/1] xfs: race fsstress with online scrub and repair for quotacheck

[PATCHSET v24.0 0/1] fstests: online repair of quota and counters
 2022-12-30 22:19 UTC  (2+ messages)
` [PATCH 1/1] xfs: race fsstress with online scrub and repair for quota metadata

[PATCHSET v24.0 0/4] fstests: online repair of file fork mappings
 2022-12-30 22:19 UTC  (5+ messages)
` [PATCH 4/4] xfs: race fsstress with online repair for special file metadata
` [PATCH 2/4] xfs: race fsstress with online repair for inode and fork metadata
` [PATCH 3/4] xfs: ensure that online file data fork repairs don't hit EDQUOT
` [PATCH 1/4] xfs: test rebuilding xattrs when the data fork is btree format

[PATCHSET v24.0 0/1] fstests: online repair of inodes
 2022-12-30 22:19 UTC  (2+ messages)
` [PATCH 1/1] xfs: race fsstress with online repair for inode record metadata

[PATCHSET v24.0 0/2] fstests: online repair of AG btrees
 2022-12-30 22:19 UTC  (3+ messages)
` [PATCH 1/2] xfs: test rebuilding the entire filesystem with online fsck
` [PATCH 2/2] xfs: stress test ag repair functions

[PATCHSET v24.0 0/1] xfs: force rebuilding of metadata
 2022-12-30 22:19 UTC  (2+ messages)
` [PATCH 1/1] fuzzy: use FORCE_REBUILD over injecting force_repair

[PATCHSET v24.0 0/5] fstests: race online scrub with fsstress
 2022-12-30 22:19 UTC  (6+ messages)
` [PATCH 3/5] fuzzy: add a custom xfs find utility for scrub stress tests
` [PATCH 2/5] xfs: race fsstress with online scrubbers for AG and fs metadata
` [PATCH 1/5] xfs/357: switch fuzzing to agi 1
` [PATCH 4/5] fuzzy: allow xfs scrub stress tests to pick preconfigured fsstress configs
` [PATCH 5/5] xfs: race fsstress with online scrubbers for file metadata

[PATCHSET v24.0 0/2] xfs_scrub: automatic optimization by default
 2022-12-30 22:18 UTC  (3+ messages)
` [PATCH 2/2] xfs_scrub: add an optimization-only mode
` [PATCH 1/2] xfs_scrub: automatic downgrades to dry-run mode in service mode

[PATCHSET v24.0 0/4] xfs_scrub_all: automatic media scan service
 2022-12-30 22:18 UTC  (5+ messages)
` [PATCH 4/4] xfs_scrub_all: failure reporting for the xfs_scrub_all job
` [PATCH 3/4] xfs_scrub_all: trigger automatic media scans once per month
` [PATCH 1/4] xfs_scrub_all: support metadata+media scans of all filesystems
` [PATCH 2/4] xfs_scrub_all: enable periodic file data scrubs automatically

[PATCHSET v24.0 0/5] xfs_scrub: tighten security of systemd services
 2022-12-30 22:18 UTC  (3+ messages)
` [PATCH 4/5] xfs_scrub_fail: tighten up the security on the background systemd service
` [PATCH 5/5] xfs_scrub_all: "


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