Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-15 23:41:51 to 2024-04-16 04:53:11 UTC [more...]

[PATCHBOMB v3] xfsprogs: everything headed towards 6.9
 2024-04-16  4:53 UTC  (21+ messages)
` [PATCHSET 1/4] 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 2/4] libxfs: sync with 6.9
  ` [PATCH 088/111] libxfs: teach buftargs to maintain their own buffer hashtable
  ` [PATCH 089/111] libxfs: add xfile support
  ` [PATCH 090/111] libxfs: partition memfd files to avoid using too many fds
  ` [PATCH 091/111] xfs: teach buftargs to maintain their own buffer hashtable
  ` [PATCH 092/111] libxfs: support in-memory buffer cache targets
` [PATCHSET v30.3 3/4] xfsprogs: bmap log intent cleanups
  ` [PATCH 1/4] libxfs: remove kmem_alloc, kmem_zalloc, and kmem_free
  ` [PATCH 2/4] libxfs: add a bi_entry helper
  ` [PATCH 3/4] libxfs: reuse xfs_bmap_update_cancel_item
  ` [PATCH 4/4] libxfs: add a xattr_entry helper
` [PATCHSET v30.3 4/4] xfs_repair: minor fixes
  ` [PATCH 1/1] xfs_repair: check num before bplist[num]

[PATCHSET v13.1 5/9] xfs: Parent Pointers
 2024-04-16  4:47 UTC  (6+ messages)
` [PATCH 27/32] xfs: Add parent pointer ioctls

[PATCHBOMB v13.2] xfs: directory parent pointers
 2024-04-16  1:42 UTC  (90+ messages)
` [PATCHSET v13.2 1/7] xfs: shrink struct xfs_da_args
  ` [PATCH 1/5] xfs: remove XFS_DA_OP_REMOVE
  ` [PATCH 2/5] xfs: remove XFS_DA_OP_NOTIME
  ` [PATCH 3/5] xfs: remove xfs_da_args.attr_flags
  ` [PATCH 4/5] xfs: make attr removal an explicit operation
  ` [PATCH 5/5] xfs: rearrange xfs_da_args a bit to use less space
` [PATCHSET v13.2 2/7] xfs: improve extended attribute validation
  ` [PATCH 01/14] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
  ` [PATCH 02/14] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
  ` [PATCH 03/14] xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available
  ` [PATCH 04/14] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
  ` [PATCH 05/14] xfs: fix missing check for invalid attr flags
  ` [PATCH 06/14] xfs: check shortform attr entry flags specifically
  ` [PATCH 07/14] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 08/14] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 09/14] xfs: validate recovered name buffers when recovering xattr items
  ` [PATCH 10/14] xfs: always set args->value in xfs_attri_item_recover
  ` [PATCH 11/14] xfs: use local variables for name and value length in _attri_commit_pass2
  ` [PATCH 12/14] xfs: refactor name/length checks in xfs_attri_validate
  ` [PATCH 13/14] xfs: refactor name/value iovec validation in xlog_recover_attri_commit_pass2
  ` [PATCH 14/14] xfs: enforce one namespace per attribute
` [PATCHSET v13.2 3/7] xfs: Parent Pointers
  ` [PATCH 01/31] xfs: rearrange xfs_attr_match parameters
  ` [PATCH 02/31] xfs: check the flags earlier in xfs_attr_match
  ` [PATCH 03/31] xfs: move xfs_attr_defer_add to xfs_attr_item.c
  ` [PATCH 04/31] xfs: create a separate hashname function for extended attributes
  ` [PATCH 05/31] xfs: add parent pointer support to attribute code
  ` [PATCH 06/31] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 07/31] xfs: allow xattr matching on name and value for parent pointers
  ` [PATCH 08/31] xfs: refactor xfs_is_using_logged_xattrs checks in attr item recovery
  ` [PATCH 09/31] xfs: create attr log item opcodes and formats for parent pointers
  ` [PATCH 10/31] xfs: record inode generation in xattr update log intent items
  ` [PATCH 11/31] xfs: Expose init_xattrs in xfs_create_tmpfile
  ` [PATCH 12/31] xfs: add parent pointer validator functions
  ` [PATCH 13/31] xfs: extend transaction reservations for parent attributes
  ` [PATCH 14/31] xfs: create a hashname function for parent pointers
  ` [PATCH 15/31] xfs: parent pointer attribute creation
  ` [PATCH 16/31] xfs: add parent attributes to link
  ` [PATCH 17/31] xfs: add parent attributes to symlink
  ` [PATCH 18/31] xfs: remove parent pointers in unlink
  ` [PATCH 19/31] xfs: Add parent pointers to rename
  ` [PATCH 20/31] xfs: Add parent pointers to xfs_cross_rename
  ` [PATCH 21/31] xfs: don't return XFS_ATTR_PARENT attributes via listxattr
  ` [PATCH 22/31] xfs: pass the attr value to put_listent when possible
  ` [PATCH 23/31] xfs: move handle ioctl code to xfs_handle.c
  ` [PATCH 24/31] xfs: split out handle management helpers a bit
  ` [PATCH 25/31] xfs: actually check the fsid of a handle
  ` [PATCH 26/31] xfs: add parent pointer ioctls
  ` [PATCH 27/31] xfs: don't remove the attr fork when parent pointers are enabled
  ` [PATCH 28/31] xfs: add a incompat feature bit for parent pointers
  ` [PATCH 29/31] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
  ` [PATCH 30/31] xfs: drop compatibility minimum log size computations for reflink
  ` [PATCH 31/31] xfs: enable parent pointers
` [PATCHSET v13.2 4/7] xfs: scrubbing for "
  ` [PATCH 1/7] xfs: revert commit 44af6c7e59b12
  ` [PATCH 2/7] xfs: check dirents have parent pointers
  ` [PATCH 3/7] xfs: deferred scrub of dirents
  ` [PATCH 4/7] xfs: scrub parent pointers
  ` [PATCH 5/7] xfs: deferred scrub of "
  ` [PATCH 6/7] xfs: walk directory parent pointers to determine backref count
  ` [PATCH 7/7] xfs: check parent pointer xattrs when scrubbing
` [PATCHSET v13.2 5/7] xfs: online repair for parent pointers
  ` [PATCH 01/17] xfs: remove some boilerplate from xfs_attr_set
  ` [PATCH 02/17] xfs: make the reserved block permission flag explicit in xfs_attr_set
  ` [PATCH 03/17] xfs: use xfs_attr_defer_parent for calling xfs_attr_set on pptrs
  ` [PATCH 04/17] xfs: salvage parent pointers when rebuilding xattr structures
  ` [PATCH 05/17] xfs: add raw parent pointer apis to support repair
  ` [PATCH 06/17] xfs: repair directories by scanning directory parent pointers
  ` [PATCH 07/17] xfs: implement live updates for directory repairs
  ` [PATCH 08/17] xfs: replay unlocked parent pointer updates that accrue during xattr repair
  ` [PATCH 09/17] xfs: repair directory parent pointers by scanning for dirents
  ` [PATCH 10/17] xfs: implement live updates for parent pointer repairs
  ` [PATCH 11/17] xfs: remove pointless unlocked assertion
  ` [PATCH 12/17] xfs: split xfs_bmap_add_attrfork into two pieces
  ` [PATCH 13/17] xfs: add a per-leaf block callback to xchk_xattr_walk
  ` [PATCH 14/17] xfs: actually rebuild the parent pointer xattrs
  ` [PATCH 15/17] xfs: adapt the orphanage code to handle parent pointers
  ` [PATCH 16/17] xfs: repair link count of nondirectories after rebuilding "
  ` [PATCH 17/17] xfs: inode repair should ensure there's an attr fork to store "
` [PATCHSET v13.2 6/7] xfs: detect and correct directory tree problems
  ` [PATCH 1/4] xfs: teach online scrub to find directory tree structure problems
  ` [PATCH 2/4] xfs: invalidate dirloop scrub path data when concurrent updates happen
  ` [PATCH 3/4] xfs: report directory tree corruption in the health information
  ` [PATCH 4/4] xfs: fix corruptions in the directory tree
` [PATCHSET v13.2 7/7] xfs: vectorize scrub kernel calls
  ` [PATCH 1/4] xfs: reduce the rate of cond_resched calls inside scrub
  ` [PATCH 2/4] xfs: move xfs_ioc_scrub_metadata to scrub.c
  ` [PATCH 3/4] xfs: introduce vectored scrub mode
  ` [PATCH 4/4] xfs: only iget the file once when doing vectored scrub-by-handle

[PATCH 0/5] xfs: allocation alignment for forced alignment
 2024-04-16  0:38 UTC  (3+ messages)

[RFC 00/10] fs/dax: Fix FS DAX page reference counts
 2024-04-16  0:36 UTC  (8+ messages)
` [RFC 04/10] fs/dax: Don't track page mapping/index

[GIT PULLBOMB v30.3] xfs: online repair, part 1 is done
 2024-04-16  0:33 UTC  (17+ messages)
` [GIT PULL 01/16] xfs: improve log incompat feature handling
` [GIT PULL 02/16] xfs: refactorings for atomic file content exchanges
` [GIT PULL 03/16] xfs: "
` [GIT PULL 04/16] xfs: create temporary files for online repair
` [GIT PULL 05/16] xfs: online repair of realtime summaries
` [GIT PULL 06/16] xfs: set and validate dir/attr block owners
` [GIT PULL 07/16] xfs: online repair of extended attributes
` [GIT PULL 08/16] xfs: online repair of inode unlinked state
` [GIT PULL 09/16] xfs: online repair of directories
` [GIT PULL 10/16] xfs: move orphan files to lost and found
` [GIT PULL 11/16] xfs: online repair of symbolic links
` [GIT PULL 12/16] xfs: online fsck of iunlink buckets
` [GIT PULL 13/16] xfs: inode-related repair fixes
` [GIT PULL 14/16] xfs: less heavy locks during fstrim
` [GIT PULL 15/16] xfs: design documentation for online fsck, part 2
` [GIT PULL 16/16] xfs: retain ILOCK during directory updates

[PATCHSET v13.2 16/16] xfs: retain ILOCK during directory updates
 2024-04-15 23:59 UTC  (8+ messages)
` [PATCH 1/7] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH 2/7] xfs: Increase XFS_QM_TRANS_MAXDQS "
` [PATCH 3/7] xfs: Hold inode locks in xfs_ialloc
` [PATCH 4/7] xfs: Hold inode locks in xfs_trans_alloc_dir
` [PATCH 5/7] xfs: Hold inode locks in xfs_rename
` [PATCH 6/7] xfs: don't pick up IOLOCK during rmapbt repair scan
` [PATCH 7/7] xfs: unlock new repair tempfiles after creation

[PATCHSET v13.2 15/16] xfs: design documentation for online fsck, part 2
 2024-04-15 23:57 UTC  (5+ messages)
` [PATCH 1/4] docs: update the parent pointers documentation to the final version
` [PATCH 2/4] docs: update online directory and parent pointer repair sections
` [PATCH 3/4] docs: update offline parent pointer repair strategy
` [PATCH 4/4] docs: describe xfs directory tree online fsck

[PATCHSET v30.3 14/16] xfs: less heavy locks during fstrim
 2024-04-15 23:56 UTC  (2+ messages)
` [PATCH 1/1] xfs: fix performance problems when fstrimming a subset of a fragmented AG

[PATCHSET v30.3 13/16] xfs: inode-related repair fixes
 2024-04-15 23:56 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.3 12/16] xfs: online fsck of iunlink buckets
 2024-04-15 23:55 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.3 11/16] xfs: online repair of symbolic links
 2024-04-15 23:54 UTC  (4+ messages)
` [PATCH 1/3] xfs: expose xfs_bmap_local_to_extents for online repair
` [PATCH 2/3] xfs: pass the owner to xfs_symlink_write_target
` [PATCH 3/3] xfs: online repair of symbolic links

[PATCHSET v30.3 10/16] xfs: move orphan files to lost and found
 2024-04-15 23:53 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.3 09/16] xfs: online repair of directories
 2024-04-15 23:52 UTC  (6+ 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.3 08/16] xfs: online repair of inode unlinked state
 2024-04-15 23:51 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

[PATCHSET v30.3 07/16] xfs: online repair of extended attributes
 2024-04-15 23:50 UTC  (8+ 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.3 06/16] xfs: set and validate dir/attr block owners
 2024-04-15 23:49 UTC  (11+ messages)
` [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.3 05/16] xfs: online repair of realtime summaries
 2024-04-15 23:46 UTC  (4+ messages)
` [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.3 04/16] xfs: create temporary files for online repair
 2024-04-15 23:45 UTC  (5+ messages)
` [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.3 03/16] xfs: atomic file content exchanges
 2024-04-15 23:44 UTC  (13+ messages)
` [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] xfs: capture inode generation numbers in the ondisk exchmaps log item
` [PATCH 14/15] docs: update swapext -> exchmaps language
` [PATCH 15/15] xfs: enable logged file mapping exchange feature


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