Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-30 00:57:43 to 2024-04-06 12:36:08 UTC [more...]

[GIT PULL] xfs: bug fixes for 6.9
 2024-04-06 12:32 UTC 

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

[PATCH] xfs: replace deprecated strncpy with strscpy_pad
 2024-04-05 19:52 UTC 

[PATCH] xfs: xattr: replace strncpy and check for truncation
 2024-04-05 19:45 UTC 

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

[PATCHSET 01/15] xfs: bug fixes for 6.9
 2024-04-05 16:52 UTC  (10+ 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

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  (45+ messages)
` [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 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 17/29] xfs: only allow the verity iflag for regular files
` [PATCH 22/29] xfs: advertise fs-verity being available on filesystem
` [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

[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  (14+ 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  (9+ messages)
` [PATCH 1/5] xfs: only allow minlen allocations when near ENOSPC
` [PATCH 2/5] xfs: always tail align maxlen allocations
` [PATCH 3/5] xfs: simplify extent allocation alignment
` [PATCH 4/5] xfs: make EOF allocation simpler
` [PATCH 5/5] xfs: introduce forced allocation alignment

[PATCH 0/4] xfs: fixes for 6.9-rcX
 2024-04-03 21:49 UTC  (24+ 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  (3+ messages)

[PATCH 0/5] xfs: sparse warning fixes
 2024-04-03  4:39 UTC  (15+ messages)
` [PATCH 1/5] xfs: fix CIL sparse lock context warnings
` [PATCH 2/5] xfs: fix sparse warning in xfs_extent_busy_clear
` [PATCH 3/5] xfs: silence sparse warning when checking version number
` [PATCH 4/5] xfs: remove unused is_rt_data_fork() function
` [PATCH 5/5] xfs: fix sparse warnings about unused interval tree functions

A bug was found in Linux Kernel 5.15.148 and 5.15.150: KASAN: use-after-free in xfs_allocbt_init_key_from_rec (with POC)
 2024-04-02 17:55 UTC  (4+ messages)

[ANNOUNCE] xfs-linux: for-next updated to e23d7e82b707
 2024-04-02 14:17 UTC 

[GIT PULL] bring back RT delalloc support
 2024-04-02 12:50 UTC 

RFC: optimize COW end I/O remapping
 2024-04-02  1:41 UTC  (14+ messages)
` [PATCH 1/6] xfs: check if_bytes under the ilock in xfs_reflink_end_cow_extent
` [PATCH 3/6] xfs: xfs_quota_unreserve_blkres can't fail
` [PATCH 5/6] xfs: optimize extent remapping in xfs_reflink_end_cow_extent
` [PATCH 6/6] xfs: rename the del variable "

[PATCH 00/12] xfs: remove remaining kmem interfaces and GFP_NOFS usage
 2024-04-01 21:30 UTC  (3+ messages)

[PATCH 6.6 253/396] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
 2024-04-01 15:45 UTC  (24+ messages)
` [PATCH 6.6 254/396] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
` [PATCH 6.6 255/396] xfs: consider minlen sized extents in xfs_rtallocate_extent_block
` [PATCH 6.6 256/396] xfs: dont leak recovered attri intent items
` [PATCH 6.6 257/396] xfs: use xfs_defer_pending objects to recover "
` [PATCH 6.6 258/396] xfs: pass the xfs_defer_pending object to iop_recover
` [PATCH 6.6 259/396] xfs: transfer recovered intent item ownership in ->iop_recover
` [PATCH 6.6 260/396] xfs: make rextslog computation consistent with mkfs
` [PATCH 6.6 261/396] xfs: fix 32-bit truncation in xfs_compute_rextslog
` [PATCH 6.6 262/396] xfs: dont allow overly small or large realtime volumes
` [PATCH 6.6 263/396] xfs: make xchk_iget safer in the presence of corrupt inode btrees
` [PATCH 6.6 264/396] xfs: remove unused fields from struct xbtree_ifakeroot
` [PATCH 6.6 265/396] xfs: recompute growfsrtfree transaction reservation while growing rt volume
` [PATCH 6.6 266/396] xfs: fix an off-by-one error in xreap_agextent_binval
` [PATCH 6.6 267/396] xfs: force all buffers to be written during btree bulk load
` [PATCH 6.6 268/396] xfs: add missing nrext64 inode flag check to scrub
` [PATCH 6.6 269/396] xfs: initialise di_crc in xfs_log_dinode
` [PATCH 6.6 270/396] xfs: short circuit xfs_growfs_data_private() if delta is zero
` [PATCH 6.6 271/396] xfs: add lock protection when remove perag from radix tree
` [PATCH 6.6 272/396] xfs: fix perag leak when growfs fails
` [PATCH 6.6 273/396] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
` [PATCH 6.6 274/396] xfs: update dir3 leaf block metadata after swap
` [PATCH 6.6 275/396] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
` [PATCH 6.6 276/396] xfs: remove conditional building of rt geometry validator functions

Potential issue with a directory block
 2024-04-01 10:49 UTC  (2+ messages)

asserts triggered on 6.9-rc1?
 2024-03-31 18:17 UTC  (3+ messages)

bring back RT delalloc support v5
 2024-03-30 21:55 UTC  (5+ messages)
` [PATCH 03/13] xfs: free RT extents after updating the bmap btree

[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  (9+ messages)
` [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

[PATCHSET v30.1] xfs: atomic file content exchanges
 2024-03-30  1:00 UTC  (13+ messages)
` [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


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