Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-08 00:05:22 to 2024-04-10 05:09:20 UTC [more...]

[PATCHBOMB v13.1] xfs: directory parent pointers
 2024-04-10  5:09 UTC  (124+ messages)
` [PATCHSET v13.1 1/9] xfs: design documentation for online fsck, part 2
  ` [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 v13.1 2/9] xfs: retain ILOCK during directory updates
  ` [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.1 3/9] xfs: shrink struct xfs_da_args
  ` [PATCH 1/4] xfs: remove XFS_DA_OP_REMOVE
  ` [PATCH 2/4] xfs: remove XFS_DA_OP_NOTIME
  ` [PATCH 3/4] xfs: rename xfs_da_args.attr_flags
  ` [PATCH 4/4] xfs: rearrange xfs_da_args a bit to use less space
` [PATCHSET v13.1 4/9] xfs: improve extended attribute validation
  ` [PATCH 01/12] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
  ` [PATCH 02/12] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
  ` [PATCH 03/12] xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available
  ` [PATCH 04/12] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
  ` [PATCH 05/12] xfs: fix missing check for invalid attr flags
  ` [PATCH 06/12] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 07/12] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 08/12] xfs: validate recovered name buffers when recovering xattr items
  ` [PATCH 09/12] xfs: always set args->value in xfs_attri_item_recover
  ` [PATCH 10/12] xfs: use local variables for name and value length in _attri_commit_pass2
  ` [PATCH 11/12] xfs: refactor name/length checks in xfs_attri_validate
  ` [PATCH 12/12] xfs: enforce one namespace per attribute
` [PATCHSET v13.1 5/9] xfs: Parent Pointers
  ` [PATCH 01/32] xfs: rearrange xfs_attr_match parameters
  ` [PATCH 02/32] xfs: check the flags earlier in xfs_attr_match
  ` [PATCH 03/32] xfs: move xfs_attr_defer_add to xfs_attr_item.c
  ` [PATCH 04/32] xfs: create a separate hashname function for extended attributes
  ` [PATCH 05/32] xfs: add parent pointer support to attribute code
  ` [PATCH 06/32] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 07/32] xfs: allow xattr matching on name and value for local/sf attrs
  ` [PATCH 08/32] xfs: allow logged xattr operations if parent pointers are enabled
  ` [PATCH 09/32] xfs: log parent pointer xattr removal operations
  ` [PATCH 10/32] xfs: log parent pointer xattr setting operations
  ` [PATCH 11/32] xfs: log parent pointer xattr replace operations
  ` [PATCH 12/32] xfs: record inode generation in xattr update log intent items
  ` [PATCH 13/32] xfs: Expose init_xattrs in xfs_create_tmpfile
  ` [PATCH 14/32] xfs: add parent pointer validator functions
  ` [PATCH 15/32] xfs: extend transaction reservations for parent attributes
  ` [PATCH 16/32] xfs: create a hashname function for parent pointers
  ` [PATCH 17/32] xfs: parent pointer attribute creation
  ` [PATCH 18/32] xfs: add parent attributes to link
  ` [PATCH 19/32] xfs: add parent attributes to symlink
  ` [PATCH 20/32] xfs: remove parent pointers in unlink
  ` [PATCH 21/32] xfs: Add parent pointers to rename
  ` [PATCH 22/32] xfs: Add parent pointers to xfs_cross_rename
  ` [PATCH 23/32] xfs: Filter XFS_ATTR_PARENT for getfattr
  ` [PATCH 24/32] xfs: pass the attr value to put_listent when possible
  ` [PATCH 25/32] xfs: move handle ioctl code to xfs_handle.c
  ` [PATCH 26/32] xfs: split out handle management helpers a bit
  ` [PATCH 27/32] xfs: Add parent pointer ioctls
  ` [PATCH 28/32] xfs: don't remove the attr fork when parent pointers are enabled
  ` [PATCH 29/32] xfs: Add the parent pointer support to the superblock version 5
  ` [PATCH 30/32] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
  ` [PATCH 31/32] xfs: drop compatibility minimum log size computations for reflink
  ` [PATCH 32/32] xfs: enable parent pointers
` [PATCHSET v13.1 6/9] xfs: scrubbing for "
  ` [PATCH 1/7] xfs: check dirents have "
  ` [PATCH 2/7] xfs: deferred scrub of dirents
  ` [PATCH 3/7] xfs: scrub parent pointers
  ` [PATCH 4/7] xfs: deferred scrub of "
  ` [PATCH 5/7] xfs: walk directory parent pointers to determine backref count
  ` [PATCH 6/7] xfs: check parent pointer xattrs when scrubbing
  ` [PATCH 7/7] xfs: salvage parent pointers when rebuilding xattr structures
` [PATCHSET v13.1 7/9] xfs: online repair for parent pointers
  ` [PATCH 01/14] xfs: add xattr setname and removename functions for internal users
  ` [PATCH 02/14] xfs: add raw parent pointer apis to support repair
  ` [PATCH 03/14] xfs: repair directories by scanning directory parent pointers
  ` [PATCH 04/14] xfs: implement live updates for directory repairs
  ` [PATCH 05/14] xfs: replay unlocked parent pointer updates that accrue during xattr repair
  ` [PATCH 06/14] xfs: repair directory parent pointers by scanning for dirents
  ` [PATCH 07/14] xfs: implement live updates for parent pointer repairs
  ` [PATCH 08/14] xfs: remove pointless unlocked assertion
  ` [PATCH 09/14] xfs: split xfs_bmap_add_attrfork into two pieces
  ` [PATCH 10/14] xfs: add a per-leaf block callback to xchk_xattr_walk
  ` [PATCH 11/14] xfs: actually rebuild the parent pointer xattrs
  ` [PATCH 12/14] xfs: adapt the orphanage code to handle parent pointers
  ` [PATCH 13/14] xfs: repair link count of nondirectories after rebuilding "
  ` [PATCH 14/14] xfs: inode repair should ensure there's an attr fork to store "
` [PATCHSET v13.1 8/9] 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.1 9/9] xfs: vectorize scrub kernel calls
  ` [PATCH 1/3] xfs: reduce the rate of cond_resched calls inside scrub
  ` [PATCH 2/3] xfs: introduce vectored scrub mode
  ` [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle

fix kernels without v5 support
 2024-04-10  4:14 UTC  (20+ messages)
` [PATCH 1/6] xfs: remove support for tools and kernels with "
` [PATCH 2/6] remove xfs/096
` [PATCH 3/6] xfs/078: remove the 512 byte block size sub-case
` [PATCH 4/6] xfs/263: remove the nocrc sub-test
` [PATCH 5/6] xfs/522: use reflink instead of crc as test feature
` [PATCH 6/6] xfs: don't run tests that require v4 file systems when not supported

RFC: extended version of the xfs_bmapi_write retval fix
 2024-04-10  4:07 UTC  (21+ messages)
` [PATCH 1/8] xfs: fix error returns from xfs_bmapi_write
` [PATCH 2/8] xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocate
` [PATCH 3/8] xfs: lifr a xfs_valid_startblock into xfs_bmapi_allocate
` [PATCH 4/8] xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write
` [PATCH 5/8] xfs: pass the actual offset and len to allocate to xfs_bmapi_allocate
` [PATCH 6/8] xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocate
` [PATCH 7/8] xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
` [PATCH 8/8] xfs: do not allocate the entire delalloc extent in xfs_bmapi_write

[PATCHSET v30.2] xfs: atomic file content exchanges
 2024-04-10  4:00 UTC  (19+ 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 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
` [PATCH 15/14] xfs: capture inode generation numbers in the ondisk exchmaps log item

[PATCH] xfs: xattr: replace strncpy and check for truncation
 2024-04-10  0:40 UTC  (5+ messages)

[PATCHSET v30.1 02/15] xfs: improve log incompat feature handling
 2024-04-09 22:53 UTC  (4+ messages)
` [PATCH 2/2] xfs: only add log incompat features with explicit permission

[PATCHSET] xfs: bug fixes for 6.9
 2024-04-09 22:51 UTC  (4+ messages)
` [PATCH 2/3] xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode

[syzbot] [ext4?] [jffs2?] [xfs?] kernel BUG in unrefer_xattr_datum
 2024-04-09 21:29 UTC  (2+ messages)

[PATCHSET v30.1 04/15] xfs: atomic file content exchanges
 2024-04-09 21:12 UTC  (10+ messages)
` [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 06/15] xfs: bind together the front and back ends of the file range exchange code

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

[PATCH] xfs: replace deprecated strncpy with strscpy_pad
 2024-04-09 16:22 UTC  (2+ messages)

[linus:master] [fs] 541d4c798a: BUG:KCSAN:data-race_in_atime_needs_update/inode_update_timestamps
 2024-04-08 10:14 UTC  (2+ messages)


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