public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-03 04:54:57 to 2024-04-10 00:58:12 UTC [more...]

[PATCHBOMB v13.1] xfs: directory parent pointers
 2024-04-10  0:58 UTC  (55+ 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
` [PATCHSET v13.1 6/9] xfs: scrubbing for parent pointers
` [PATCHSET v13.1 7/9] xfs: online repair "
` [PATCHSET v13.1 8/9] xfs: detect and correct directory tree problems
` [PATCHSET v13.1 9/9] xfs: vectorize scrub kernel calls

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

[PATCHSET v30.2] xfs: atomic file content exchanges
 2024-04-10  0:05 UTC  (18+ 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

RFC: extended version of the xfs_bmapi_write retval fix
 2024-04-09 23:20 UTC  (17+ 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.1 02/15] xfs: improve log incompat feature handling
 2024-04-09 22:53 UTC  (6+ messages)
` [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 01/15] xfs: bug fixes for 6.9
 2024-04-09 22:51 UTC  (12+ messages)
` [PATCHSET] "
  ` [PATCH 1/3] xfs: pass xfs_buf lookup flags to xfs_*read_agi
  ` [PATCH 2/3] xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode
  ` [PATCH 3/3] xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_directory
  ` [PATCH 4/3] xfs: fix error bailout in xrep_abt_build_new_trees

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

fix kernels without v5 support
 2024-04-09 15:57 UTC  (18+ 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

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

[GIT PULL] xfs: bug fixes for 6.9
 2024-04-06 16:19 UTC  (2+ messages)

[PATCH v2] xfs: allow cross-linking special files without project quota
 2024-04-05 22:22 UTC  (3+ messages)

[PATCH] xfs: fix error returns from xfs_bmapi_write
 2024-04-05 17:00 UTC  (3+ messages)

[PATCH 6.1 0/6] backport xfs fix patches reported by xfs/179/270/557/606
 2024-04-05 16:53 UTC  (2+ messages)

spring cleaning for xfs_extent_busy_clear
 2024-04-05 16:40 UTC  (8+ messages)
` [PATCH 1/3] xfs: move more logic into xfs_extent_busy_clear_one
` [PATCH 2/3] xfs: unwind xfs_extent_busy_clear
` [PATCH 3/3] xfs: remove the unused xfs_extent_busy_enomem trace event

[PATCHSET v5.5 2/2] xfs: fs-verity support
 2024-04-05  3:16 UTC  (12+ messages)
` [PATCH 14/29] xfs: create a per-mount shrinker for verity inodes merkle tree blocks
` [PATCH 28/29] xfs: allow verity files to be opened even if the fsverity metadata is damaged

[PATCHSET v5.5 1/2] fs-verity: support merkle tree access by blocks
 2024-04-05  3:14 UTC  (19+ messages)
` [PATCH 03/13] fsverity: support block-based Merkle tree caching
` [PATCH 04/13] fsverity: add per-sb workqueue for post read processing
` [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

[PATCHSET v30.1 15/15] xfs: less heavy locks during fstrim
 2024-04-04 21:46 UTC  (4+ messages)
` [PATCH 1/1] xfs: fix severe performance problems when fstrimming a subset of an AG
  ` [PATCH v30.2 "

[bug report] xfs: repair free space btrees
 2024-04-04 20:55 UTC  (2+ messages)

[PATCH 0/5] xfs: allocation alignment for forced alignment
 2024-04-04 13:54 UTC  (5+ messages)
` [PATCH 1/5] xfs: only allow minlen allocations when near ENOSPC

[PATCH 0/4] xfs: fixes for 6.9-rcX
 2024-04-03 21:49 UTC  (20+ messages)
` [PATCH 1/4] xfs: use kvmalloc for xattr buffers
` [PATCH 2/4] xfs: xfs_alloc_file_space() fails to detect ENOSPC
` [PATCH 3/4] xfs: handle allocation failure in xfs_dquot_disk_alloc()
` [PATCH 4/4] xfs: validate block count for XFS_IOC_SET_RESBLKS

[RFC PATCH 1/1] API: Allow to use xfs filesystems < 300 MB
 2024-04-03 14:24 UTC  (3+ messages)

[PATCHSET v30.1 12/15] xfs: online repair of symbolic links
 2024-04-03 11:44 UTC  (8+ messages)
` [PATCHSET v30.2] "
  ` [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.1 10/15] xfs: online repair of directories
 2024-04-03 11:43 UTC  (4+ messages)
` [PATCH 5/5] xfs: ask the dentry cache if it knows the parent of a directory
  ` [PATCH v30.2 "

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

[PATCH] xfs: cleanup deprecated uses of strncpy
 2024-04-03  5:07 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