Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-26 15:11:40 to 2024-03-28 05:48:18 UTC [more...]

[BUG REPORT] writeback: soft lockup encountered on a next-20240327 kernel
 2024-03-28  5:41 UTC 

bring back RT delalloc support v5
 2024-03-28  4:42 UTC  (41+ messages)
` [PATCH 01/13] xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions
` [PATCH 02/13] xfs: refactor realtime inode locking
` [PATCH 03/13] xfs: free RT extents after updating the bmap btree
` [PATCH 04/13] xfs: move RT inode locking out of __xfs_bunmapi
` [PATCH 05/13] xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positive
` [PATCH 06/13] xfs: split xfs_mod_freecounter
` [PATCH 07/13] xfs: reinstate RT support in xfs_bmapi_reserve_delalloc
` [PATCH 08/13] xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay
` [PATCH 09/13] xfs: support RT inodes in xfs_mod_delalloc
` [PATCH 10/13] xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocations
` [PATCH 11/13] xfs: rework splitting of indirect block reservations
` [PATCH 12/13] xfs: stop the steal (of data blocks for RT indirect blocks)
` [PATCH 13/13] xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)

[PATCHBOMB v30] xfs: online fsck patches for 6.10
 2024-03-27 22:15 UTC  (96+ messages)
` [PATCHSET 01/15] xfs: bug fixes for 6.9
  ` [PATCH 1/1] xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_directory
` [PATCHSET v30.1 02/15] xfs: improve log incompat feature handling
  ` [PATCH 1/2] xfs: only clear log incompat flags at clean unmount
  ` [PATCH 2/2] xfs: only add log incompat features with explicit permission
` [PATCHSET v30.1 03/15] xfs: refactorings for atomic file content exchanges
  ` [PATCH 1/7] xfs: move inode lease breaking functions to xfs_inode.c
  ` [PATCH 2/7] xfs: move xfs_iops.c declarations out of xfs_inode.h
  ` [PATCH 3/7] xfs: declare xfs_file.c symbols in xfs_file.h
  ` [PATCH 4/7] xfs: create a new helper to return a file's allocation unit
  ` [PATCH 5/7] xfs: hoist multi-fsb allocation unit detection to a helper
  ` [PATCH 6/7] xfs: refactor non-power-of-two alignment checks
  ` [PATCH 7/7] xfs: constify xfs_bmap_is_written_extent
` [PATCHSET v30.1 04/15] xfs: atomic file content exchanges
  ` [PATCH 01/15] vfs: export remap and write check helpers
  ` [PATCH 02/15] xfs: introduce new file range exchange ioctl
  ` [PATCH 03/15] xfs: create a log incompat flag for atomic file mapping exchanges
  ` [PATCH 04/15] xfs: introduce a file mapping exchange log intent item
  ` [PATCH 05/15] xfs: create deferred log items for file mapping exchanges
  ` [PATCH 06/15] xfs: bind together the front and back ends of the file range exchange code
  ` [PATCH 07/15] xfs: add error injection to test file mapping exchange recovery
  ` [PATCH 08/15] xfs: condense extended attributes after a mapping exchange operation
  ` [PATCH 09/15] xfs: condense directories "
  ` [PATCH 10/15] xfs: condense symbolic links "
  ` [PATCH 11/15] xfs: make file range exchange support realtime files
  ` [PATCH 12/15] xfs: support non-power-of-two rtextsize with exchange-range
  ` [PATCH 13/15] docs: update swapext -> exchmaps language
  ` [PATCH 14/15] xfs: introduce new file range commit ioctls
  ` [PATCH 15/15] xfs: enable logged file mapping exchange feature
` [PATCHSET v30.1 05/15] xfs: create temporary files for online repair
  ` [PATCH 1/4] xfs: hide private inodes from bulkstat and handle functions
  ` [PATCH 2/4] xfs: create temporary files and directories for online repair
  ` [PATCH 3/4] xfs: refactor live buffer invalidation for repairs
  ` [PATCH 4/4] xfs: add the ability to reap entire inode forks
` [PATCHSET v30.1 06/15] xfs: online repair of realtime summaries
  ` [PATCH 1/3] xfs: support preallocating and copying content into temporary files
  ` [PATCH 2/3] xfs: teach the tempfile to set up atomic file content exchanges
  ` [PATCH 3/3] xfs: online repair of realtime summaries
` [PATCHSET v30.1 07/15] xfs: set and validate dir/attr block owners
  ` [PATCH 01/10] xfs: add an explicit owner field to xfs_da_args
  ` [PATCH 02/10] xfs: use the xfs_da_args owner field to set new dir/attr block owner
  ` [PATCH 03/10] xfs: reduce indenting in xfs_attr_node_list
  ` [PATCH 04/10] xfs: validate attr leaf buffer owners
  ` [PATCH 05/10] xfs: validate attr remote value "
  ` [PATCH 06/10] xfs: validate dabtree node "
  ` [PATCH 07/10] xfs: validate directory leaf "
  ` [PATCH 08/10] xfs: validate explicit directory data "
  ` [PATCH 09/10] xfs: validate explicit directory block "
  ` [PATCH 10/10] xfs: validate explicit directory free block owners
` [PATCHSET v30.1 08/15] xfs: online repair of extended attributes
  ` [PATCH 1/7] xfs: enable discarding of folios backing an xfile
  ` [PATCH 2/7] xfs: create a blob array data structure
  ` [PATCH 3/7] xfs: use atomic extent swapping to fix user file fork data
  ` [PATCH 4/7] xfs: repair extended attributes
  ` [PATCH 5/7] xfs: scrub should set preen if attr leaf has holes
  ` [PATCH 6/7] xfs: flag empty xattr leaf blocks for optimization
  ` [PATCH 7/7] xfs: create an xattr iteration function for scrub
` [PATCHSET v30.1 09/15] xfs: online repair of inode unlinked state
  ` [PATCH 1/2] xfs: ensure unlinked list state is consistent with nlink during scrub
  ` [PATCH 2/2] xfs: update the unlinked list when repairing link counts
` [PATCHSET v30.1 10/15] xfs: online repair of directories
  ` [PATCH 1/5] xfs: inactivate directory data blocks
  ` [PATCH 2/5] xfs: online repair of directories
  ` [PATCH 3/5] xfs: scan the filesystem to repair a directory dotdot entry
  ` [PATCH 4/5] xfs: online repair of parent pointers
  ` [PATCH 5/5] xfs: ask the dentry cache if it knows the parent of a directory
` [PATCHSET v30.1 11/15] xfs: move orphan files to lost and found
  ` [PATCH 1/3] xfs: move orphan files to the orphanage
  ` [PATCH 2/3] xfs: move files to orphanage instead of letting nlinks drop to zero
  ` [PATCH 3/3] xfs: ensure dentry consistency when the orphanage adopts a file
` [PATCHSET v30.1 12/15] xfs: online repair of symbolic links
  ` [PATCH 1/1] "
` [PATCHSET v30.1 13/15] xfs: online fsck of iunlink buckets
  ` [PATCH 1/3] xfs: check AGI unlinked inode buckets
  ` [PATCH 2/3] xfs: hoist AGI repair context to a heap object
  ` [PATCH 3/3] xfs: repair AGI unlinked inode bucket lists
` [PATCHSET v30.1 14/15] xfs: inode-related repair fixes
  ` [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] xfs: pin inodes that would otherwise overflow link count
  ` [PATCH 4/4] xfs: create subordinate scrub contexts for xchk_metadata_inode_subtype
` [PATCHSET v30.1 15/15] xfs: less heavy locks during fstrim
  ` [PATCH 1/1] xfs: fix severe performance problems when fstrimming a subset of an AG

[PATCHSET] fstests: random fixes for v2024.02.09
 2024-03-27 16:59 UTC  (9+ messages)
` [PATCH 1/4] xfs/270: fix rocompat regex
  ` [PATCH v1.1 "
` [PATCH 2/4] xfs/176: fix stupid failure
` [PATCH 3/4] generic/{166,167,333,334,671}: actually fill the filesystem with snapshots
` [PATCH 4/4] generic: test MADV_POPULATE_READ with IO errors

[linux-next:master] [fs/mnt_idmapping.c] b4291c7fd9: xfstests.generic.645.fail
 2024-03-27 10:33 UTC  (4+ messages)
        ` [PATCH 2/2] vfs/idmapped_mounts.c: Change mount_setattr expected output

[PATCH 6.6 00/24] xfs backports for 6.6.y (from 6.8)
 2024-03-27  0:12 UTC  (25+ messages)
` [PATCH 6.6 01/24] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
` [PATCH 6.6 02/24] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
` [PATCH 6.6 03/24] xfs: consider minlen sized extents in xfs_rtallocate_extent_block
` [PATCH 6.6 04/24] xfs: don't leak recovered attri intent items
` [PATCH 6.6 05/24] xfs: use xfs_defer_pending objects to recover "
` [PATCH 6.6 06/24] xfs: pass the xfs_defer_pending object to iop_recover
` [PATCH 6.6 07/24] xfs: transfer recovered intent item ownership in ->iop_recover
` [PATCH 6.6 08/24] xfs: make rextslog computation consistent with mkfs
` [PATCH 6.6 09/24] xfs: fix 32-bit truncation in xfs_compute_rextslog
` [PATCH 6.6 10/24] xfs: don't allow overly small or large realtime volumes
` [PATCH 6.6 11/24] xfs: make xchk_iget safer in the presence of corrupt inode btrees
` [PATCH 6.6 12/24] xfs: remove unused fields from struct xbtree_ifakeroot
` [PATCH 6.6 13/24] xfs: recompute growfsrtfree transaction reservation while growing rt volume
` [PATCH 6.6 14/24] xfs: fix an off-by-one error in xreap_agextent_binval
` [PATCH 6.6 15/24] xfs: force all buffers to be written during btree bulk load
` [PATCH 6.6 16/24] xfs: add missing nrext64 inode flag check to scrub
` [PATCH 6.6 17/24] xfs: initialise di_crc in xfs_log_dinode
` [PATCH 6.6 18/24] xfs: short circuit xfs_growfs_data_private() if delta is zero
` [PATCH 6.6 19/24] xfs: add lock protection when remove perag from radix tree
` [PATCH 6.6 20/24] xfs: fix perag leak when growfs fails
` [PATCH 6.6 21/24] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
` [PATCH 6.6 22/24] xfs: update dir3 leaf block metadata after swap
` [PATCH 6.6 23/24] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
` [PATCH 6.6 24/24] xfs: remove conditional building of rt geometry validator functions

[PATCH] debian: fix package configuration after removing platform_defs.h.in
 2024-03-26 19:27 UTC  (2+ messages)

[PATCHSET 04/18] xfsprogs: bug fixes for 6.8
 2024-03-26 17:31 UTC  (10+ messages)
` [PATCH 2/5] xfs_db: fix alignment checks in getbitval
` [PATCH 3/5] xfs_scrub: fix threadcount estimates for phase 6

[PATCH v2] xfs: compile out v4 support if disabled
 2024-03-26 17:24 UTC  (4+ messages)

[PATCHSET v29.4 17/18] xfs_repair: reduce refcount repair memory usage
 2024-03-26 17:22 UTC  (4+ messages)
` [PATCH 1/4] xfs_repair: define an in-memory btree for storing refcount bag info

[PATCHSET v29.4 16/18] xfs_repair: use in-memory rmap btrees
 2024-03-26 17:22 UTC  (7+ messages)
` [PATCH 1/5] xfs_repair: convert regular rmap repair to use in-memory btrees
` [PATCH 3/5] xfs_repair: compute refcount data from in-memory rmap btrees

[PATCHSET v29.4 18/18] mkfs: cleanups for 6.9
 2024-03-26 17:08 UTC  (4+ messages)
` [PATCH 1/1] mkfs: use libxfs to create symlinks

[PATCHSET 11/18] libxfs: sync with 6.9
 2024-03-26 17:06 UTC  (13+ messages)
` [PATCH 089/110] libxfs: add xfile support
` [PATCH 094/110] xfs: support in-memory btrees

[PATCH v3 00/11] enable bs > ps in XFS
 2024-03-26 16:38 UTC  (13+ messages)
` [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v3 07/11] mm: do not split a folio if it has minimum folio order requirement

[PATCH v2 04/14] fs: xfs: Make file data allocations observe the 'forcealign' flag
 2024-03-26 16:08 UTC  (6+ messages)
` [RFC PATCH 0/3] xfs: forced extent alignment
  ` [PATCH 1/3] xfs: simplify extent allocation alignment


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).