Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-16 20:53:48 to 2024-04-17 22:09:57 UTC [more...]

[GIT PULLBOMB] xfsprogs: catch us up to 6.8, at least
 2024-04-17 22:09 UTC  (11+ messages)
` [GIT PULL 01/11] xfsprogs: packaging fixes for 6.7
` [GIT PULL 02/11] xfsprogs: minor "
` [GIT PULL 03/11] xfsprogs: convert utilities to use new rt helpers
` [GIT PULL 04/11] libxfs: sync with 6.8
` [GIT PULL 05/11] xfs_repair: faster btree bulkloading
` [GIT PULL 06/11] xfsprogs: bug fixes for 6.8
` [GIT PULL 07/11] xfsprogs: fix log sector size detection
` [GIT PULL 08/11] mkfs: scale shards on ssds
` [GIT PULL 09/11] xfs_scrub: scan metadata files in parallel
` [GIT PULL 10/11] xfs_repair: rebuild inode fork mappings

[PATCHBOMB] xfsprogs: catch us up to 6.8, at least
 2024-04-17 21:46 UTC  (121+ messages)
` [PATCHSET 01/11] xfsprogs: packaging fixes for 6.7
  ` [PATCH 1/2] debian: fix package configuration after removing platform_defs.h.in
  ` [PATCH 2/2] libxfs: fix incorrect porting to 6.7
` [PATCHSET 02/11] xfsprogs: minor fixes for 6.7
  ` [PATCH 1/1] mkfs: fix log sunit rounding when external logs are in use
` [PATCHSET 03/11] xfsprogs: convert utilities to use new rt helpers
  ` [PATCH 01/11] xfs_repair: fix confusing rt space units in the duplicate detection code
  ` [PATCH 02/11] libxfs: create a helper to compute leftovers of realtime extents
  ` [PATCH 03/11] libxfs: use helpers to convert rt block numbers to rt extent numbers
  ` [PATCH 04/11] xfs_repair: convert utility to use new rt extent helpers and types
  ` [PATCH 05/11] mkfs: "
  ` [PATCH 06/11] xfs_{db,repair}: convert open-coded xfs_rtword_t pointer accesses to helper
  ` [PATCH 07/11] xfs_repair: convert helpers for rtbitmap block/wordcount computations
  ` [PATCH 08/11] xfs_{db,repair}: use accessor functions for bitmap words
  ` [PATCH 09/11] xfs_{db,repair}: use helpers for rtsummary block/wordcount computations
  ` [PATCH 10/11] xfs_{db,repair}: use accessor functions for summary info words
  ` [PATCH 11/11] xfs_{db,repair}: use m_blockwsize instead of sb_blocksize for rt blocks
` [PATCHSET 04/11] libxfs: sync with 6.8
  ` [PATCH 01/67] xfs: use xfs_defer_pending objects to recover intent items
  ` [PATCH 02/67] xfs: recreate work items when recovering "
  ` [PATCH 03/67] xfs: use xfs_defer_finish_one to finish recovered work items
  ` [PATCH 04/67] xfs: move ->iop_recover to xfs_defer_op_type
  ` [PATCH 05/67] xfs: hoist intent done flag setting to ->finish_item callsite
  ` [PATCH 06/67] xfs: hoist ->create_intent boilerplate to its callsite
  ` [PATCH 07/67] xfs: use xfs_defer_create_done for the relogging operation
  ` [PATCH 08/67] xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
  ` [PATCH 09/67] xfs: hoist xfs_trans_add_item calls to defer ops functions
  ` [PATCH 10/67] xfs: move ->iop_relog to struct xfs_defer_op_type
  ` [PATCH 11/67] xfs: make rextslog computation consistent with mkfs
  ` [PATCH 12/67] xfs: fix 32-bit truncation in xfs_compute_rextslog
  ` [PATCH 13/67] xfs: don't allow overly small or large realtime volumes
  ` [PATCH 14/67] xfs: elide ->create_done calls for unlogged deferred work
  ` [PATCH 15/67] xfs: don't append work items to logged xfs_defer_pending objects
  ` [PATCH 16/67] xfs: allow pausing of pending deferred work items
  ` [PATCH 17/67] xfs: remove __xfs_free_extent_later
  ` [PATCH 18/67] xfs: automatic freeing of freshly allocated unwritten space
  ` [PATCH 19/67] xfs: remove unused fields from struct xbtree_ifakeroot
  ` [PATCH 20/67] xfs: force small EFIs for reaping btree extents
  ` [PATCH 21/67] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
  ` [PATCH 22/67] xfs: update dir3 leaf block metadata after swap
  ` [PATCH 23/67] xfs: extract xfs_da_buf_copy() helper function
  ` [PATCH 24/67] xfs: move xfs_ondisk.h to libxfs/
  ` [PATCH 25/67] xfs: consolidate the xfs_attr_defer_* helpers
  ` [PATCH 26/67] xfs: store an ops pointer in struct xfs_defer_pending
  ` [PATCH 27/67] xfs: pass the defer ops instead of type to xfs_defer_start_recovery
  ` [PATCH 28/67] xfs: pass the defer ops directly to xfs_defer_add
  ` [PATCH 29/67] xfs: force all buffers to be written during btree bulk load
  ` [PATCH 30/67] xfs: set XBF_DONE on newly formatted btree block that are ready for writing
  ` [PATCH 31/67] xfs: read leaf blocks when computing keys for bulkloading into node blocks
  ` [PATCH 32/67] xfs: move btree bulkload record initialization to ->get_record implementations
  ` [PATCH 33/67] xfs: constrain dirty buffers while formatting a staged btree
  ` [PATCH 34/67] xfs: repair free space btrees
  ` [PATCH 35/67] xfs: repair inode btrees
  ` [PATCH 36/67] xfs: repair refcount btrees
  ` [PATCH 37/67] xfs: dont cast to char * for XFS_DFORK_*PTR macros
  ` [PATCH 38/67] xfs: set inode sick state flags when we zap either ondisk fork
  ` [PATCH 39/67] xfs: zap broken inode forks
  ` [PATCH 40/67] xfs: repair inode fork block mapping data structures
  ` [PATCH 41/67] xfs: create a ranged query function for refcount btrees
  ` [PATCH 42/67] xfs: create a new inode fork block unmap helper
  ` [PATCH 43/67] xfs: improve dquot iteration for scrub
  ` [PATCH 44/67] xfs: add lock protection when remove perag from radix tree
  ` [PATCH 45/67] xfs: fix perag leak when growfs fails
  ` [PATCH 46/67] xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting
  ` [PATCH 47/67] xfs: also use xfs_bmap_btalloc_accounting for RT allocations
  ` [PATCH 48/67] xfs: return -ENOSPC from xfs_rtallocate_*
  ` [PATCH 49/67] xfs: indicate if xfs_bmap_adjacent changed ap->blkno
  ` [PATCH 50/67] xfs: move xfs_rtget_summary to xfs_rtbitmap.c
  ` [PATCH 51/67] xfs: split xfs_rtmodify_summary_int
  ` [PATCH 52/67] xfs: remove rt-wrappers from xfs_format.h
  ` [PATCH 53/67] xfs: remove XFS_RTMIN/XFS_RTMAX
  ` [PATCH 54/67] xfs: make if_data a void pointer
  ` [PATCH 55/67] xfs: return if_data from xfs_idata_realloc
  ` [PATCH 56/67] xfs: move the xfs_attr_sf_lookup tracepoint
  ` [PATCH 57/67] xfs: simplify xfs_attr_sf_findname
  ` [PATCH 58/67] xfs: remove xfs_attr_shortform_lookup
  ` [PATCH 59/67] xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalue
  ` [PATCH 60/67] xfs: remove struct xfs_attr_shortform
  ` [PATCH 61/67] xfs: remove xfs_attr_sf_hdr_t
  ` [PATCH 62/67] xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into asserts
  ` [PATCH 63/67] xfs: fix a use after free in xfs_defer_finish_recovery
  ` [PATCH 64/67] xfs: use the op name in trace_xlog_intent_recovery_failed
  ` [PATCH 65/67] xfs: fix backwards logic in xfs_bmap_alloc_account
  ` [PATCH 66/67] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
  ` [PATCH 67/67] xfs: remove conditional building of rt geometry validator functions
` [PATCHSET 05/11] xfs_repair: faster btree bulkloading
  ` [PATCH 1/2] xfs_repair: adjust btree bulkloading slack computations to match online repair
  ` [PATCH 2/2] xfs_repair: bulk load records into new btree blocks
` [PATCHSET 06/11] xfsprogs: bug fixes for 6.8
  ` [PATCH 1/5] xfs_repair: double-check with shortform attr verifiers
  ` [PATCH 2/5] xfs_db: improve number extraction in getbitval
  ` [PATCH 3/5] xfs_scrub: fix threadcount estimates for phase 6
  ` [PATCH 4/5] xfs_scrub: don't fail while reporting media scan errors
  ` [PATCH 5/5] xfs_io: add linux madvise advice codes
` [PATCHSET V3 07/11] xfsprogs: fix log sector size detection
  ` [PATCH 1/5] libxfs: remove the unused fs_topology_t typedef
  ` [PATCH 2/5] libxfs: refactor the fs_topology structure
  ` [PATCH 3/5] libxfs: remove the S_ISREG check from blkid_get_topology
  ` [PATCH 4/5] libxfs: also query log device topology in get_topology
  ` [PATCH 5/5] mkfs: use a sensible log sector size default
` [PATCHSET 08/11] mkfs: scale shards on ssds
  ` [PATCH 1/2] mkfs: allow sizing allocation groups for concurrency
  ` [PATCH 2/2] mkfs: allow sizing internal logs "
` [PATCHSET v30.3 09/11] xfs_scrub: scan metadata files in parallel
  ` [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 v30.3 10/11] xfs_repair: rebuild inode fork mappings
  ` [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 11/11] xfs_repair: support more than 4 billion records
  ` [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

[ANNOUNCE] xfsprogs v6.7.0 released
 2024-04-17 20:15 UTC  (9+ messages)

[syzbot] [xfs?] possible deadlock in xfs_qm_flush_one
 2024-04-17 18:42 UTC 

[PATCH v3 0/3] Refactoring and error handling from Coverity scan fixes
 2024-04-17 16:19 UTC  (4+ messages)
` [PATCH v3 1/3] xfs_fsr: replace atoi() with strtol()
` [PATCH v3 2/3] xfs_db: add helper for flist_find_type for clearer field matching
` [PATCH v3 3/3] xfs_repair: catch strtol() errors

[PATCH v4 0/4] xfsprogs random fixes found by Coverity scan
 2024-04-17 16:16 UTC  (5+ messages)
` [PATCH v4 1/4] xfs_db: fix leak in flist_find_ftyp()
` [PATCH v4 2/4] xfs_repair: make duration take time_t
` [PATCH v4 3/4] xfs_scrub: don't call phase_end if phase_rusage was not initialized
` [PATCH v4 4/4] xfs_fsr: convert fsrallfs to use time_t instead of int

[PATCH v3 RESEND] xfs: remove redundant batch variables for serialization
 2024-04-17 15:54 UTC  (3+ messages)

[PATCHBOMB v3] xfsprogs: everything headed towards 6.9
 2024-04-17 15:30 UTC  (4+ messages)
  ` [PATCHSET 1/4] xfsprogs: bug fixes for 6.8

[PATCH v2 0/3] Refactoring and error handling from Coverity scan fixes
 2024-04-17 15:22 UTC  (10+ messages)
` [PATCH v2 1/3] xfs_fsr: replace atoi() with strtol()
` [PATCH v2 2/3] xfs_db: add helper for flist_find_type for clearer field matching
` [PATCH v2 3/3] xfs_repair: catch strtol() errors

[PATCH v3 0/4] xfsprogs random fixes found by Coverity scan
 2024-04-17 15:21 UTC  (8+ messages)
` [PATCH v3 1/4] xfs_db: fix leak in flist_find_ftyp()
` [PATCH v3 2/4] xfs_repair: make duration take time_t
` [PATCH v3 3/4] xfs_scrub: don't call phase_end if phase_rusage was not initialized
` [PATCH v3 4/4] xfs_fsr: convert fsrallfs to use time_t instead of int

[PATCH 1/4] xfs: use kvmalloc for xattr buffers
 2024-04-17 14:35 UTC  (2+ messages)

[PATCH v4 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-04-17 11:40 UTC  (3+ messages)

[PATCH 27/32] xfs: Add parent pointer ioctls
 2024-04-17  5:55 UTC  (13+ messages)

[PATCH 0/2] Refactoring from Coverity scan fixes
 2024-04-17  5:03 UTC  (4+ messages)
` [PATCH 2/2] xfs_db: add helper for flist_find_type for clearer field matching

[PATCHSET v13.2 7/7] xfs: vectorize scrub kernel calls
 2024-04-17  5:02 UTC  (9+ messages)
` [PATCH 3/4] xfs: introduce vectored scrub mode
  ` [PATCH v13.2.1 "
` [PATCH 4/4] xfs: only iget the file once when doing vectored scrub-by-handle

[PATCHSET v13.2 5/7] xfs: online repair for parent pointers
 2024-04-17  5:00 UTC  (9+ messages)
` [PATCH 03/17] xfs: use xfs_attr_defer_parent for calling xfs_attr_set on pptrs

[PATCH kdevops] xfs: add xfs/242 as failing on xfs_reflink_2k
 2024-04-17  4:48 UTC  (4+ messages)

[PATCHSET v13.2 3/7] xfs: Parent Pointers
 2024-04-17  2:52 UTC  (5+ messages)
` [PATCH 09/31] xfs: create attr log item opcodes and formats for parent pointers
  ` [PATCH v13.2.1 "
` [PATCH 26/31] xfs: add parent pointer ioctls
  ` [PATCH v13.2.1 "

Question about using reflink and realtime features on the same filesystem
 2024-04-17  1:03 UTC  (3+ messages)

[PATCH v2 0/4] xfsprogs random fixes found by Coverity scan
 2024-04-16 21:00 UTC  (5+ messages)
` [PATCH v2 2/4] xfs_repair: make duration take time_t
` [PATCH v2 4/4] xfs_fsr: convert fsrallfs to use time_t instead of int


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).