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

[NYE DELUGE 3/4] xfs: modernize the realtime volume
 2022-12-30 22:20 UTC  (160+ messages)
` [PATCHSET v1.0 00/20] xfs: hoist inode operations to libxfs
  ` [PATCH 01/20] xfs: move inode copy-on-write predicates to xfs_inode.[ch]
  ` [PATCH 04/20] xfs: hoist project id get/set functions to libxfs
  ` [PATCH 02/20] xfs: hoist extent size helpers "
  ` [PATCH 03/20] xfs: hoist inode flag conversion functions "
  ` [PATCH 10/20] xfs: push xfs_icreate_args creation out of xfs_create*
  ` [PATCH 11/20] xfs: wrap inode creation dqalloc calls
  ` [PATCH 05/20] xfs: pack icreate initialization parameters into a separate structure
  ` [PATCH 06/20] xfs: implement atime updates in xfs_trans_ichgtime
  ` [PATCH 08/20] xfs: split new inode creation into two pieces
  ` [PATCH 07/20] xfs: use xfs_trans_ichgtime to set times when allocating inode
  ` [PATCH 09/20] xfs: hoist new inode initialization functions to libxfs
  ` [PATCH 15/20] xfs: create libxfs helper to link an existing inode into a directory
  ` [PATCH 14/20] xfs: create libxfs helper to link a new "
  ` [PATCH 13/20] xfs: hoist xfs_{bump,drop}link to libxfs
  ` [PATCH 18/20] xfs: create libxfs helper to exchange two directory entries
  ` [PATCH 17/20] xfs: create libxfs helper to remove an existing inode/name from a directory
  ` [PATCH 16/20] xfs: hoist inode free function to libxfs
  ` [PATCH 12/20] xfs: hoist xfs_iunlink "
  ` [PATCH 20/20] xfs: get rid of cross_rename
  ` [PATCH 19/20] xfs: create libxfs helper to rename two directory entries
` [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 05/23] xfs: convert all users to xfs_imeta_log
  ` [PATCH 04/23] xfs: refactor the v4 group/project inode pointer switch
  ` [PATCH 09/23] xfs: load metadata directory root at mount time
  ` [PATCH 06/23] xfs: iget for metadata inodes
  ` [PATCH 03/23] xfs: create transaction reservations for metadata inode operations
  ` [PATCH 07/23] xfs: define the on-disk format for the metadir feature
  ` [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 13/23] xfs: ensure metadata directory paths exist before creating files
  ` [PATCH 15/23] xfs: hide metadata inodes from everyone because they are special
  ` [PATCH 12/23] xfs: read and write metadata inode directory
  ` [PATCH 16/23] xfs: advertise metadata directory feature
  ` [PATCH 20/23] xfs: scrub metadata directories
  ` [PATCH 22/23] xfs: don't check secondary super inode pointers when metadir enabled
  ` [PATCH 19/23] xfs: record health problems with the metadata directory
  ` [PATCH 23/23] xfs: enable metadata directory feature
  ` [PATCH 17/23] xfs: allow bulkstat to return metadata directories
  ` [PATCH 21/23] xfs: teach nlink scrubber to deal with metadata directory roots
  ` [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 06/14] xfs: move the zero records logic into xfs_bmap_broot_space_calc
  ` [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 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 13/14] xfs: support storing records in the inode core root
  ` [PATCH 07/14] xfs: rearrange xfs_iroot_realloc a bit
  ` [PATCH 12/14] xfs: hoist the node iroot update code out of xfs_btree_kill_iroot
  ` [PATCH 10/14] xfs: support leaves in the incore btree root block in xfs_iroot_realloc
  ` [PATCH 11/14] xfs: hoist the node iroot update code out of xfs_btree_new_iroot
  ` [PATCH 09/14] xfs: generalize the btree root reallocation function
  ` [PATCH 08/14] xfs: standardize the btree maxrecs function parameters
  ` [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 04/11] xfs: rt stubs should return negative errnos when rt disabled
  ` [PATCH 01/11] xfs: refactor realtime scrubbing context management
  ` [PATCH 02/11] xfs: bump max fsgeom struct version
  ` [PATCH 03/11] xfs: prevent rt growfs when quota is enabled
  ` [PATCH 05/11] xfs: make sure maxlen is still congruent with prod when rounding down
  ` [PATCH 06/11] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
  ` [PATCH 11/11] xfs: convert rt extent numbers to xfs_rtxnum_t
  ` [PATCH 08/11] xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
  ` [PATCH 10/11] xfs: rename xfs_verify_rtext to xfs_verify_rtbext
  ` [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
` [PATCHSET v1.0 0/7] xfs: refactor rt extent unit conversions
  ` [PATCH 1/7] xfs: create a helper to convert rtextents to rtblocks
  ` [PATCH 3/7] xfs: create a helper to compute leftovers of realtime extents
  ` [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 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 4/8] xfs: convert rt summary macros to helpers
  ` [PATCH 7/8] xfs: create helpers for rtsummary block/wordcount computations
  ` [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 06/22] xfs: grow the realtime section when realtime groups are enabled
  ` [PATCH 08/22] xfs: export realtime group geometry via XFS_FSOP_GEOM
  ` [PATCH 07/22] xfs: always update secondary rt supers when we update secondary fs supers
  ` [PATCH 02/22] xfs: define the format of rt groups
  ` [PATCH 05/22] xfs: write secondary realtime superblocks to disk
  ` [PATCH 04/22] xfs: update primary realtime super every time we update the primary fs super
  ` [PATCH 14/22] xfs: add block headers to realtime bitmap blocks
  ` [PATCH 10/22] xfs: add frextents to the lazysbcounters when rtgroups enabled
  ` [PATCH 15/22] xfs: encode the rtbitmap in little endian format
  ` [PATCH 11/22] xfs: record rt group superblock errors in the health system
  ` [PATCH 09/22] xfs: check that rtblock extents do not overlap with the rt group metadata
  ` [PATCH 12/22] xfs: define locking primitives for realtime groups
  ` [PATCH 13/22] xfs: export the geometry of realtime groups to userspace
  ` [PATCH 22/22] xfs: enable realtime group feature
  ` [PATCH 19/22] xfs: scrub the realtime group superblock
  ` [PATCH 20/22] xfs: repair secondary realtime group superblocks
  ` [PATCH 16/22] xfs: add block headers to realtime summary blocks
  ` [PATCH 17/22] xfs: encode the rtsummary in big endian format
  ` [PATCH 18/22] xfs: store rtgroup information with a bmap intent
  ` [PATCH 21/22] xfs: scrub each rtgroup's portion of the rtbitmap separately
` [PATCHSET v1.0 0/3] xfsprogs: enable FITRIM for the realtime section
  ` [PATCH 2/3] xfs: convert xfs_trim_extents to use perag iteration macros
  ` [PATCH 1/3] xfs: hoist data device FITRIM AG iteration to a separate function
  ` [PATCH 3/3] xfs: enable FITRIM on the realtime device
` [PATCHSET v1.0 0/2] xfs: enable in-core block reservation for rt metadata
  ` [PATCH 1/2] xfs: simplify xfs_ag_resv_free signature
  ` [PATCH 2/2] xfs: allow inode-based btrees to reserve space in the data device
` [PATCHSET v1.0 0/2] xfs: extent free log intent cleanups
  ` [PATCH 1/2] xfs: clean up extent free log intent item tracepoint callsites
  ` [PATCH 2/2] xfs: convert "skip_discard" to a proper flags bitset
` [PATCHSET v1.0 0/2] xfs: widen EFI format to support rt
  ` [PATCH 1/2] xfs: support logging EFIs for realtime extents
  ` [PATCH 2/2] xfs: support error injection when freeing rt extents
` [PATCHSET v1.0 0/5] xfs: rmap log intent cleanups
  ` [PATCH 2/5] xfs: give rmap btree cursor error tracepoints their own class
  ` [PATCH 1/5] xfs: attach rtgroup objects to btree cursors
` [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 3/7] generic: test new vfs swapext ioctl
` [PATCH 4/7] generic, xfs: test scatter-gather atomic file updates
` [PATCH 2/7] generic: test old xfs extent swapping ioctl
` [PATCH 1/7] xfs/122: fix for swapext log items
` [PATCH 5/7] generic: test that file privilege gets dropped with FIEXCHANGE_RANGE
` [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 1/5] fuzzy: test fuzzing directory block mappings
` [PATCH 2/5] fuzzy: test fuzzing xattr "
` [PATCH 4/5] xfs: fuzz test both repair strategies
` [PATCH 5/5] fuzzy: fuzz test key/pointers of inode btrees
` [PATCH 3/5] fuzzy: test fuzzing realtime free space metadata

[PATCHSET v24.0 00/24] fstests: improve xfs fuzzing
 2022-12-30 22:19 UTC  (25+ messages)
` [PATCH 07/24] fuzzy: don't fuzz xattr namespace flags and values
` [PATCH 01/24] fuzzy: disable per-field random fuzzing by default
` [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 04/24] fuzzy: don't fuzz obsolete inode fields
` [PATCH 06/24] fuzzy: don't fuzz user-controllable inode flags
` [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 10/24] common/fuzzy: hoist the post-repair fs modification step
` [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 16/24] xfs/{35[45],455}: fix bogus corruption errors
` [PATCH 18/24] common: check xfs health after doing an online scrub
` [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 22/24] fuzzy: report the fuzzing repair strategy in seqres.full
` [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 23/24] xfs: improve metadata array field handling when fuzzing
` [PATCH 24/24] fuzzy: for fuzzing ag btrees, find the path to the AG header


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