public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-31 21:44:19 to 2023-12-31 22:36:11 UTC [more...]

[PATCHSET v29.0 25/40] xfsprogs: inode-related repair fixes
 2023-12-31 22:36 UTC  (4+ messages)
` [PATCH 1/4] xfs: check unused nlink fields in the ondisk inode
` [PATCH 2/4] xfs: try to avoid allocating from sick inode clusters
` [PATCH 3/4] libxfs: port the bumplink function from the kernel

[PATCHSET v29.0 24/40] libxfs: cache xfile pages for better performance
 2023-12-31 22:35 UTC  (2+ messages)
` [PATCH 1/1] xfs: map xfile pages directly into xfs_buf

[PATCHSET v29.0 23/40] xfsprogs: online repair of symbolic links
 2023-12-31 22:35 UTC  (2+ messages)
` [PATCH 1/1] xfs: "

[PATCHSET v29.0 22/40] xfsprogs: online repair of extended attributes
 2023-12-31 22:34 UTC  (2+ messages)
` [PATCH 1/1] xfs: repair "

[PATCHSET v29.0 21/40] xfsprogs: set and validate dir/attr block owners
 2023-12-31 22:34 UTC  (10+ messages)
` [PATCH 1/9] xfs: add an explicit owner field to xfs_da_args
` [PATCH 2/9] xfs: use the xfs_da_args owner field to set new dir/attr block owner
` [PATCH 3/9] xfs: validate attr leaf buffer owners
` [PATCH 4/9] xfs: validate attr remote value "
` [PATCH 5/9] xfs: validate dabtree node "
` [PATCH 6/9] xfs: validate directory leaf "
` [PATCH 7/9] xfs: validate explicit directory data "
` [PATCH 8/9] xfs: validate explicit directory block "
` [PATCH 9/9] xfs: validate explicit directory free block owners

[PATCHSET v29.0 20/40] xfsprogs: atomic file updates
 2023-12-31 22:32 UTC  (21+ messages)
` [PATCH 01/20] xfs: add a libxfs header file for staging new ioctls
` [PATCH 02/20] xfs: introduce new file range exchange ioctl
` [PATCH 03/20] xfs: parameterize all the incompat log feature helpers
` [PATCH 04/20] xfs: create a log incompat flag for atomic extent swapping
` [PATCH 05/20] xfs: introduce a swap-extent log intent item
` [PATCH 06/20] xfs: create deferred log items for extent swapping
` [PATCH 07/20] xfs: add error injection to test swapext recovery
` [PATCH 08/20] xfs: condense extended attributes after an atomic swap
` [PATCH 09/20] xfs: condense directories "
` [PATCH 10/20] xfs: condense symbolic links "
` [PATCH 11/20] xfs: make atomic extent swapping support realtime files
` [PATCH 12/20] xfs: enable atomic swapext feature
` [PATCH 13/20] libhandle: add support for bulkstat v5
` [PATCH 14/20] libfrog: convert xfs_io swapext command to use new libfrog wrapper
` [PATCH 15/20] xfs_logprint: support dumping swapext log items
` [PATCH 16/20] xfs_fsr: convert to bulkstat v5 ioctls
` [PATCH 17/20] xfs_fsr: port to new swapext library function
` [PATCH 18/20] xfs_fsr: skip the xattr/forkoff levering with the newer swapext implementations
` [PATCH 19/20] xfs_io: enhance swapext to take advantage of new api
` [PATCH 20/20] xfs_io: add atomic update commands to exercise extent swapping

[PATCHSET v29.0 19/40] xfsprogs: clean up symbolic link code
 2023-12-31 22:27 UTC  (5+ messages)
` [PATCH 1/4] xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h
` [PATCH 2/4] xfs: move remote symlink target read function to libxfs
` [PATCH 3/4] xfs: move symlink target write "
` [PATCH 4/4] mkfs: use libxfs to create symlinks

[PATCHSET v29.0 18/40] xfsprogs: support attrfork and unwritten BUIs
 2023-12-31 22:26 UTC  (3+ messages)
` [PATCH 1/2] xfs: support deferred bmap updates on the attr fork
` [PATCH 2/2] xfs: xfs_bmap_finish_one should map unwritten extents properly

[PATCHSET v29.0 17/40] xfsprogs: widen BUI formats to support realtime
 2023-12-31 22:25 UTC  (3+ messages)
` [PATCH 1/2] xfs: fix xfs_bunmapi to allow unmapping of partial rt extents
` [PATCH 2/2] xfs: add a realtime flag to the bmap update log redo items

[PATCHSET v29.0 16/40] xfsprogs: bmap log intent cleanups
 2023-12-31 22:24 UTC  (6+ messages)
` [PATCH 1/5] xfs: clean up bmap log intent item tracepoint callsites
` [PATCH 2/5] xfs: add a bi_entry helper
` [PATCH 3/5] xfs: reuse xfs_bmap_update_cancel_item
` [PATCH 4/5] xfs: move xfs_bmap_defer_add to xfs_bmap_item.c
` [PATCH 5/5] xfs: add a xattr_entry helper

[PATCHSET v29.0 15/40] xfs_repair: reduce refcount repair memory usage
 2023-12-31 22:23 UTC  (7+ messages)
` [PATCH 1/6] xfs: move lru refs to the btree ops structure
` [PATCH 2/6] xfs: define an in-memory btree for storing refcount bag info during repairs
` [PATCH 3/6] xfs_repair: define an in-memory btree for storing refcount bag info
` [PATCH 4/6] xfs_repair: create refcount bag
` [PATCH 5/6] xfs_repair: port to the new refcount bag structure
` [PATCH 6/6] xfs_repair: remove the old bag implementation

[PATCHSET v29.0 14/40] xfsprogs: move btree geometry to ops struct
 2023-12-31 22:22 UTC  (10+ messages)
` [PATCH 1/9] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
` [PATCH 2/9] xfs: encode the default bc_flags in the btree ops structure
` [PATCH 3/9] xfs: export some of the btree ops structures
` [PATCH 4/9] xfs: initialize btree blocks using btree_ops structure
` [PATCH 5/9] xfs: rename btree block/buffer init functions
` [PATCH 6/9] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
` [PATCH 7/9] xfs: remove the unnecessary daddr paramter to _init_block
` [PATCH 8/9] xfs: set btree block buffer ops in _init_buf
` [PATCH 9/9] xfs: remove unnecessary fields in xfbtree_config

[PATCHSET v29.0 13/40] xfs_repair: use in-memory rmap btrees
 2023-12-31 22:19 UTC  (7+ messages)
` [PATCH 1/6] libxfs: partition memfd files to avoid using too many fds
` [PATCH 2/6] xfs_repair: convert regular rmap repair to use in-memory btrees
` [PATCH 3/6] xfs_repair: verify on-disk rmap btrees with in-memory btree data
` [PATCH 4/6] xfs_repair: compute refcount data from in-memory rmap btrees
` [PATCH 5/6] xfs_repair: reduce rmap bag memory usage when creating refcounts
` [PATCH 6/6] xfs_repair: remove the old rmap collection slabs

[PATCHSET v29.0 12/40] xfsprogs: online repair of rmap btrees
 2023-12-31 22:18 UTC  (5+ messages)
` [PATCH 1/4] xfs: create a helper to decide if a file mapping targets the rt volume
` [PATCH 2/4] xfs: repair the rmapbt
` [PATCH 3/4] xfs: create a shadow rmap btree during rmap repair
` [PATCH 4/4] xfs: hook live rmap operations during a repair operation

[PATCHSET v29.0 11/40] xfsprogs: support in-memory btrees
 2023-12-31 22:17 UTC  (11+ messages)
` [PATCH 01/10] libxfs: clean up xfs_da_unmount usage
` [PATCH 02/10] libxfs: teach buftargs to maintain their own buffer hashtable
` [PATCH 03/10] libxfs: add xfile support
` [PATCH 04/10] xfs: teach buftargs to maintain their own buffer hashtable
` [PATCH 05/10] libxfs: support in-memory buffer cache targets
` [PATCH 06/10] xfs: consolidate btree block freeing tracepoints
` [PATCH 07/10] xfs: consolidate btree block allocation tracepoints
` [PATCH 08/10] xfs: support in-memory btrees
` [PATCH 09/10] xfs: connect in-memory btrees to xfiles
` [PATCH 10/10] xfbtree: let the buffer cache flush dirty buffers to the xfile

[PATCHSET v29.0 10/40] xfsprogs: indirect health reporting
 2023-12-31 22:14 UTC  (5+ messages)
` [PATCH 1/4] xfs: add secondary and indirect classes to the health tracking system
` [PATCH 2/4] xfs: remember sick inodes that get inactivated
` [PATCH 3/4] xfs: update health status if we get a clean bill of health
` [PATCH 4/4] xfs_scrub: upload clean bills "

[PATCHSET v29.0 09/40] xfsprogs: report corruption to the health trackers
 2023-12-31 22:13 UTC  (10+ messages)
` [PATCH 1/9] xfs: separate the marking of sick and checked metadata
` [PATCH 2/9] xfs: report fs corruption errors to the health tracking system
` [PATCH 3/9] xfs: report ag header "
` [PATCH 4/9] xfs: report block map "
` [PATCH 5/9] xfs: report btree block corruption errors to the health system
` [PATCH 6/9] xfs: report dir/attr "
` [PATCH 7/9] xfs: report inode "
` [PATCH 8/9] xfs: report realtime metadata "
` [PATCH 9/9] xfs: report XFS_IS_CORRUPT "

[PATCHSET v29.0 08/40] xfsprogs: online repair of file link counts
 2023-12-31 22:11 UTC  (4+ messages)
` [PATCH 1/3] xfs: report health of inode "
` [PATCH 2/3] xfs: teach scrub to check file nlinks
` [PATCH 3/3] xfs_scrub: use multiple threads to run in-kernel metadata scrubs that scan inodes

[PATCHSET 07/40] xfs_repair: support more than 4 billion records
 2023-12-31 22:10 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.0 06/40] xfs_repair: rebuild inode fork mappings
 2023-12-31 22:08 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.0 05/40] xfsprogs: online repair of quota counters
 2023-12-31 22:07 UTC  (4+ messages)
` [PATCH 1/3] xfs: report the health of quota counts
` [PATCH 2/3] libfrog: create a new scrub group for things requiring full inode scans
` [PATCH 3/3] xfs: implement live quotacheck inode scan

[PATCHSET v29.0 04/40] xfs: repair inode mode by scanning dirs
 2023-12-31 22:06 UTC  (4+ messages)
` [PATCH 1/3] xfs: create a static name for the dot entry too
` [PATCH 2/3] xfs: create a predicate to determine if two xfs_names are the same
` [PATCH 3/3] xfs: create a macro for decoding ftypes in tracepoints

[PATCHSET v29.0 03/40] xfs_scrub: scan metadata files in parallel
 2023-12-31 22:05 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 02/40] mkfs: scale shards on ssds
 2023-12-31 22:05 UTC  (3+ messages)
` [PATCH 1/2] mkfs: allow sizing allocation groups for concurrency
` [PATCH 2/2] mkfs: allow sizing internal logs "

[PATCHSET v29.0 01/40] xfs_scrub: fix licensing and copyright notices
 2023-12-31 22:04 UTC  (4+ messages)
` [PATCH 1/3] xfs_scrub: fix author and spdx headers on scrub/ files
` [PATCH 2/3] xfs_scrub: add missing license and copyright information
` [PATCH 3/3] xfs_scrub: update copyright years for scrub/ files

[PATCHSET v2 5/5] xfs: aligned file data extent mappings
 2023-12-31 22:03 UTC  (5+ messages)
` [PATCH 1/4] xfs: create a new inode flag to require extsize alignment of file data space
` [PATCH 2/4] xfs: make file data allocations observe the 'forcealign' flag
` [PATCH 3/4] xfs: support reflink with force align enabled
` [PATCH 4/4] xfs: enable file data force-align feature

[PATCHSET 4/5] xfs: defragment free space
 2023-12-31 22:02 UTC  (3+ messages)
` [PATCH 1/2] xfs: capture the offset and length in fallocate tracepoints
` [PATCH 2/2] xfs: add an ioctl to map free space into a file

[PATCHSET 3/5] xfs: report refcount information to userspace
 2023-12-31 22:02 UTC  (2+ messages)
` [PATCH 1/1] xfs: export reference count "

[PATCHSET RFC 2/5] xfs: noalloc allocation groups
 2023-12-31 22:02 UTC  (6+ messages)
` [PATCH 1/5] xfs: track deferred ops statistics
` [PATCH 2/5] xfs: whine to dmesg when we encounter errors
` [PATCH 3/5] xfs: create a noalloc mode for allocation groups
` [PATCH 4/5] xfs: enable userspace to hide an AG from allocation
` [PATCH 5/5] xfs: apply noalloc mode to inode allocations too

[PATCHSET 1/5] xfs: improve post-close eofblocks gc behavior
 2023-12-31 22:00 UTC  (4+ messages)
` [PATCH 1/3] xfs: only free posteof blocks on first close
` [PATCH 2/3] xfs: don't free EOF blocks on read close
` [PATCH 3/3] xfs: Don't free EOF blocks on close when extent size hints are set

[PATCHSET v2.0 15/15] xfs: enable quota for realtime voluems
 2023-12-31 21:59 UTC  (7+ messages)
` [PATCH 1/6] xfs: attach dquots to rt metadata files when starting quota
` [PATCH 2/6] xfs: fix chown with rt quota
` [PATCH 3/6] xfs: fix rt growfs quota accounting
` [PATCH 4/6] xfs: advertise realtime quota support in the xqm stat files
` [PATCH 5/6] xfs: report realtime block quota limits on realtime directories
` [PATCH 6/6] xfs: enable realtime quota again

[PATCHSET v2.0 14/15] xfs: reflink with large realtime extents
 2023-12-31 21:58 UTC  (10+ messages)
` [PATCH 1/9] vfs: explicitly pass the block size to the remap prep function
` [PATCH 2/9] xfs: enable CoW when rt extent size is larger than 1 block
` [PATCH 3/9] xfs: forcibly convert unwritten blocks within an rt extent before sharing
` [PATCH 4/9] xfs: add some tracepoints for writeback
` [PATCH 5/9] xfs: extend writeback requests to handle rt cow correctly
` [PATCH 6/9] xfs: enable extent size hints for CoW when rtextsize > 1
` [PATCH 7/9] xfs: allow reflink on the rt volume when extent size is larger than 1 rt block
` [PATCH 8/9] xfs: fix integer overflow when validating extent size hints
` [PATCH 9/9] xfs: support realtime reflink with an extent size that isn't a power of 2

[PATCHSET v2.0 13/15] xfs: reflink on the realtime device
 2023-12-31 21:56 UTC  (45+ messages)
` [PATCH 01/44] xfs: prepare refcount btree cursor tracepoints for realtime
` [PATCH 02/44] xfs: introduce realtime refcount btree definitions
` [PATCH 03/44] xfs: namespace the maximum length/refcount symbols
` [PATCH 04/44] xfs: define the on-disk realtime refcount btree format
` [PATCH 05/44] xfs: realtime refcount btree transaction reservations
` [PATCH 06/44] xfs: add realtime refcount btree operations
` [PATCH 07/44] xfs: prepare refcount functions to deal with rtrefcountbt
` [PATCH 08/44] xfs: add a realtime flag to the refcount update log redo items
` [PATCH 09/44] xfs: support recovering refcount intent items targetting realtime extents
` [PATCH 10/44] xfs: add realtime refcount btree block detection to log recovery
` [PATCH 11/44] xfs: add realtime refcount btree inode to metadata directory
` [PATCH 12/44] xfs: add metadata reservations for realtime refcount btree
` [PATCH 13/44] xfs: wire up a new inode fork type for the realtime refcount
` [PATCH 14/44] xfs: wire up realtime refcount btree cursors
` [PATCH 15/44] xfs: create routine to allocate and initialize a realtime refcount btree inode
` [PATCH 16/44] xfs: update rmap to allow cow staging extents in the rt rmap
` [PATCH 17/44] xfs: compute rtrmap btree max levels when reflink enabled
` [PATCH 18/44] xfs: refactor reflink quota updates
` [PATCH 19/44] xfs: enable CoW for realtime data
` [PATCH 20/44] xfs: enable sharing of realtime file blocks
` [PATCH 21/44] xfs: allow inodes to have the realtime and reflink flags
` [PATCH 22/44] xfs: refcover CoW leftovers in the realtime volume
` [PATCH 23/44] xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow files
` [PATCH 24/44] xfs: apply rt extent alignment constraints to CoW extsize hint
` [PATCH 25/44] xfs: enable extent size hints for CoW operations
` [PATCH 26/44] xfs: check that the rtrefcount maxlevels doesn't increase when growing fs
` [PATCH 27/44] xfs: add realtime refcount btree when adding rt volume
` [PATCH 28/44] xfs: report realtime refcount btree corruption errors to the health system
` [PATCH 29/44] xfs: scrub the realtime refcount btree
` [PATCH 30/44] xfs: cross-reference checks with the rt "
` [PATCH 31/44] xfs: allow overlapping rtrmapbt records for shared data extents
` [PATCH 32/44] xfs: check reference counts of gaps between rt refcount records
` [PATCH 33/44] xfs: allow dquot rt block count to exceed rt blocks on reflink fs
` [PATCH 34/44] xfs: detect and repair misaligned rtinherit directory cowextsize hints
` [PATCH 35/44] xfs: scrub the metadir path of rt refcount btree files
` [PATCH 36/44] xfs: don't flag quota rt block usage on rtreflink filesystems
` [PATCH 37/44] xfs: check new rtbitmap records against rt refcount btree
` [PATCH 38/44] xfs: walk the rt reference count tree when rebuilding rmap
` [PATCH 39/44] xfs: capture realtime CoW staging extents when rebuilding rt rmapbt
` [PATCH 40/44] xfs: online repair of the realtime refcount btree
` [PATCH 41/44] xfs: repair inodes that have a refcount btree in the data fork
` [PATCH 42/44] xfs: check for shared rt extents when rebuilding rt file's "
` [PATCH 43/44] xfs: fix CoW forks for realtime files
` [PATCH 44/44] xfs: enable realtime reflink

[PATCHSET v2.0 12/15] xfs: refcount log intent cleanups
 2023-12-31 21:44 UTC  (3+ messages)
` [PATCH 09/10] xfs: simplify usage of the rcur local variable in xfs_refcount_finish_one
` [PATCH 10/10] xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c


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