Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-27 02:01:11 to 2024-03-30 20:54:51 UTC [more...]

[GIT PULL] xfs: Bug fixes for 6.9
 2024-03-30 20:54 UTC  (2+ messages)

[PATCHSET] fstests: random fixes for v2024.02.09
 2024-03-30 15:31 UTC  (14+ 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

RFC: optimize COW end I/O remapping
 2024-03-30  6:00 UTC  (19+ messages)
` [PATCH 1/6] xfs: check if_bytes under the ilock in xfs_reflink_end_cow_extent
` [PATCH 2/6] xfs: consolidate the xfs_quota_reserve_blkres defintions
` [PATCH 3/6] xfs: xfs_quota_unreserve_blkres can't fail
` [PATCH 4/6] xfs: simplify iext overflow checking and upgrade
` [PATCH 5/6] xfs: optimize extent remapping in xfs_reflink_end_cow_extent
` [PATCH 6/6] xfs: rename the del variable "

[PATCHSET v30.1 15/15] xfs: less heavy locks during fstrim
 2024-03-30  5:38 UTC  (7+ messages)
` [PATCH 1/1] xfs: fix severe performance problems when fstrimming a subset of an AG

[PATCHSET v30.1] xfs: atomic file content exchanges
 2024-03-30  1:00 UTC  (15+ messages)
` [PATCH 01/14] vfs: export remap and write check helpers
` [PATCH 02/14] xfs: introduce new file range exchange ioctl
` [PATCH 03/14] xfs: create a log incompat flag for atomic file mapping exchanges
` [PATCH 04/14] xfs: introduce a file mapping exchange log intent item
` [PATCH 05/14] xfs: create deferred log items for file mapping exchanges
` [PATCH 06/14] xfs: bind together the front and back ends of the file range exchange code
` [PATCH 07/14] xfs: add error injection to test file mapping exchange recovery
` [PATCH 08/14] xfs: condense extended attributes after a mapping exchange operation
` [PATCH 09/14] xfs: condense directories "
` [PATCH 10/14] xfs: condense symbolic links "
` [PATCH 11/14] xfs: make file range exchange support realtime files
` [PATCH 12/14] xfs: support non-power-of-two rtextsize with exchange-range
` [PATCH 13/14] docs: update swapext -> exchmaps language
` [PATCH 14/14] xfs: enable logged file mapping exchange feature

[PATCHBOMB v5.5] fs-verity support for XFS
 2024-03-30  0:43 UTC  (45+ messages)
` [PATCHSET v5.5 1/2] fs-verity: support merkle tree access by blocks
  ` [PATCH 01/13] fs: add FS_XFLAG_VERITY for verity files
  ` [PATCH 02/13] fsverity: pass tree_blocksize to end_enable_verity()
  ` [PATCH 03/13] fsverity: support block-based Merkle tree caching
  ` [PATCH 04/13] fsverity: add per-sb workqueue for post read processing
  ` [PATCH 05/13] fsverity: add tracepoints
  ` [PATCH 06/13] fsverity: send the level of the merkle tree block to ->read_merkle_tree_block
  ` [PATCH 07/13] fsverity: pass the new tree size and block size to ->begin_enable_verity
  ` [PATCH 08/13] fsverity: expose merkle tree geometry to callers
  ` [PATCH 09/13] fsverity: box up the write_merkle_tree_block parameters too
  ` [PATCH 10/13] fsverity: pass the zero-hash value to the implementation
  ` [PATCH 11/13] fsverity: report validation errors back to the filesystem
  ` [PATCH 12/13] fsverity: remove system-wide workqueue
  ` [PATCH 13/13] iomap: integrate fs-verity verification into iomap's read path
` [PATCHSET v5.5 2/2] xfs: fs-verity support
  ` [PATCH 01/29] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
  ` [PATCH 02/29] xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function
  ` [PATCH 03/29] xfs: create a helper to compute the blockcount of a max sized remote value
  ` [PATCH 04/29] xfs: minor cleanups of xfs_attr3_rmt_blocks
  ` [PATCH 05/29] xfs: add attribute type for fs-verity
  ` [PATCH 06/29] xfs: do not use xfs_attr3_rmt_hdr for remote verity value blocks
  ` [PATCH 07/29] xfs: add fs-verity ro-compat flag
  ` [PATCH 08/29] xfs: add inode on-disk VERITY flag
  ` [PATCH 09/29] xfs: initialize fs-verity on file open and cleanup on inode destruction
  ` [PATCH 10/29] xfs: don't allow to enable DAX on fs-verity sealed inode
  ` [PATCH 11/29] xfs: disable direct read path for fs-verity files
  ` [PATCH 12/29] xfs: widen flags argument to the xfs_iflags_* helpers
  ` [PATCH 13/29] xfs: add fs-verity support
  ` [PATCH 14/29] xfs: create a per-mount shrinker for verity inodes merkle tree blocks
  ` [PATCH 15/29] xfs: create an icache tag for files with cached "
  ` [PATCH 16/29] xfs: shrink verity blob cache
  ` [PATCH 17/29] xfs: only allow the verity iflag for regular files
  ` [PATCH 18/29] xfs: don't store trailing zeroes of merkle tree blocks
  ` [PATCH 19/29] xfs: use merkle tree offset as attr hash
  ` [PATCH 20/29] xfs: don't bother storing merkle tree blocks for zeroed data blocks
  ` [PATCH 21/29] xfs: add fs-verity ioctls
  ` [PATCH 22/29] xfs: advertise fs-verity being available on filesystem
  ` [PATCH 23/29] xfs: make scrub aware of verity dinode flag
  ` [PATCH 24/29] xfs: teach online repair to evaluate fsverity xattrs
  ` [PATCH 25/29] xfs: report verity failures through the health system
  ` [PATCH 26/29] xfs: clear the verity iflag when not appropriate
  ` [PATCH 27/29] xfs: make it possible to disable fsverity
  ` [PATCH 28/29] xfs: allow verity files to be opened even if the fsverity metadata is damaged
  ` [PATCH 29/29] xfs: enable ro-compat fs-verity flag

asserts triggered on 6.9-rc1?
 2024-03-29 23:18 UTC 

[PATCHSET v30.1 12/15] xfs: online repair of symbolic links
 2024-03-29 20:58 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCHSET v30.1 10/15] xfs: online repair of directories
 2024-03-29 19:52 UTC  (8+ messages)
` [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 04/15] xfs: atomic file content exchanges
 2024-03-29 19:45 UTC  (9+ messages)
` [PATCH 01/15] vfs: export remap and write check helpers
` [PATCH 02/15] xfs: introduce new file range exchange ioctl
` [PATCH 14/15] xfs: introduce new file range commit ioctls

[PATCHSET 01/15] xfs: bug fixes for 6.9
 2024-03-29 18:38 UTC  (4+ messages)
` [PATCH 1/1] xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_directory

[PATCH 6.6 00/24] xfs backports for 6.6.y (from 6.8)
 2024-03-29  9:52 UTC  (2+ messages)

bring back RT delalloc support v5
 2024-03-29  4:14 UTC  (44+ 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)

Potential issue with a directory block
 2024-03-29  2:55 UTC 

[PATCHSET v30.1 07/15] xfs: set and validate dir/attr block owners
 2024-03-28 17:39 UTC  (5+ messages)
` [PATCH 03/10] xfs: reduce indenting in xfs_attr_node_list
` [PATCH 10/10] xfs: validate explicit directory free block owners

[PATCH] xfs: don't run tests that require v4 file systems when not supported
 2024-03-28 17:09 UTC  (5+ messages)

[BUG REPORT] writeback: soft lockup encountered on a next-20240327 kernel
 2024-03-28  8:20 UTC  (3+ messages)

[PATCHSET v30.1 08/15] xfs: online repair of extended attributes
 2024-03-27 11:15 UTC  (9+ messages)
` [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 05/15] xfs: create temporary files for online repair
 2024-03-27 11:12 UTC  (3+ messages)
` [PATCH 1/4] xfs: hide private inodes from bulkstat and handle functions

[PATCHSET v30.1 03/15] xfs: refactorings for atomic file content exchanges
 2024-03-27 11:05 UTC  (3+ messages)
` [PATCH 5/7] xfs: hoist multi-fsb allocation unit detection to a helper

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

[PATCHSET v30.1 14/15] xfs: inode-related repair fixes
 2024-03-27  2:07 UTC  (5+ 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] 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 13/15] xfs: online fsck of iunlink buckets
 2024-03-27  2:06 UTC  (4+ messages)
` [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 11/15] xfs: move orphan files to lost and found
 2024-03-27  2:05 UTC  (4+ messages)
` [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 09/15] xfs: online repair of inode unlinked state
 2024-03-27  2:03 UTC  (3+ messages)
` [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


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