]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.1-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Mar 2025 06:17:04 +0000 (07:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Mar 2025 06:17:04 +0000 (07:17 +0100)
commit4a01f2d7e86b46e2baa86a84ec3fa82b7ac8a2a7
tree7863aaf25a18549540ba2558159e76bfc1f9d7b9
parent026c6fabcec5dce1d6f7c623fdde3dbaeea29db0
6.1-stable patches

added patches:
xfs-add-lock-protection-when-remove-perag-from-radix-tree.patch
xfs-consider-minlen-sized-extents-in-xfs_rtallocate_extent_block.patch
xfs-convert-rt-bitmap-extent-lengths-to-xfs_rtbxlen_t.patch
xfs-don-t-allow-overly-small-or-large-realtime-volumes.patch
xfs-don-t-leak-recovered-attri-intent-items.patch
xfs-ensure-logflagsp-is-initialized-in-xfs_bmap_del_extent_real.patch
xfs-fix-32-bit-truncation-in-xfs_compute_rextslog.patch
xfs-fix-bounds-check-in-xfs_defer_agfl_block.patch
xfs-fix-confusing-xfs_extent_item-variable-names.patch
xfs-fix-perag-leak-when-growfs-fails.patch
xfs-force-all-buffers-to-be-written-during-btree-bulk-load.patch
xfs-initialise-di_crc-in-xfs_log_dinode.patch
xfs-make-rextslog-computation-consistent-with-mkfs.patch
xfs-move-the-xfs_rtbitmap.c-declarations-to-xfs_rtbitmap.h.patch
xfs-pass-per-ag-references-to-xfs_free_extent.patch
xfs-pass-refcount-intent-directly-through-the-log-intent-code.patch
xfs-pass-the-xfs_bmbt_irec-directly-through-the-log-intent-code.patch
xfs-pass-the-xfs_defer_pending-object-to-iop_recover.patch
xfs-pass-xfs_extent_free_item-directly-through-the-log-intent-code.patch
xfs-recompute-growfsrtfree-transaction-reservation-while-growing-rt-volume.patch
xfs-remove-conditional-building-of-rt-geometry-validator-functions.patch
xfs-remove-unused-fields-from-struct-xbtree_ifakeroot.patch
xfs-reserve-less-log-space-when-recovering-log-intent-items.patch
xfs-reset-xfs_attr_incomplete-filter-on-node-removal.patch
xfs-transfer-recovered-intent-item-ownership-in-iop_recover.patch
xfs-update-dir3-leaf-block-metadata-after-swap.patch
xfs-use-deferred-frees-for-btree-block-freeing.patch
xfs-use-xfs_defer_pending-objects-to-recover-intent-items.patch
xfs-validate-block-number-being-freed-before-adding-to-xefi.patch
30 files changed:
queue-6.1/series
queue-6.1/xfs-add-lock-protection-when-remove-perag-from-radix-tree.patch [new file with mode: 0644]
queue-6.1/xfs-consider-minlen-sized-extents-in-xfs_rtallocate_extent_block.patch [new file with mode: 0644]
queue-6.1/xfs-convert-rt-bitmap-extent-lengths-to-xfs_rtbxlen_t.patch [new file with mode: 0644]
queue-6.1/xfs-don-t-allow-overly-small-or-large-realtime-volumes.patch [new file with mode: 0644]
queue-6.1/xfs-don-t-leak-recovered-attri-intent-items.patch [new file with mode: 0644]
queue-6.1/xfs-ensure-logflagsp-is-initialized-in-xfs_bmap_del_extent_real.patch [new file with mode: 0644]
queue-6.1/xfs-fix-32-bit-truncation-in-xfs_compute_rextslog.patch [new file with mode: 0644]
queue-6.1/xfs-fix-bounds-check-in-xfs_defer_agfl_block.patch [new file with mode: 0644]
queue-6.1/xfs-fix-confusing-xfs_extent_item-variable-names.patch [new file with mode: 0644]
queue-6.1/xfs-fix-perag-leak-when-growfs-fails.patch [new file with mode: 0644]
queue-6.1/xfs-force-all-buffers-to-be-written-during-btree-bulk-load.patch [new file with mode: 0644]
queue-6.1/xfs-initialise-di_crc-in-xfs_log_dinode.patch [new file with mode: 0644]
queue-6.1/xfs-make-rextslog-computation-consistent-with-mkfs.patch [new file with mode: 0644]
queue-6.1/xfs-move-the-xfs_rtbitmap.c-declarations-to-xfs_rtbitmap.h.patch [new file with mode: 0644]
queue-6.1/xfs-pass-per-ag-references-to-xfs_free_extent.patch [new file with mode: 0644]
queue-6.1/xfs-pass-refcount-intent-directly-through-the-log-intent-code.patch [new file with mode: 0644]
queue-6.1/xfs-pass-the-xfs_bmbt_irec-directly-through-the-log-intent-code.patch [new file with mode: 0644]
queue-6.1/xfs-pass-the-xfs_defer_pending-object-to-iop_recover.patch [new file with mode: 0644]
queue-6.1/xfs-pass-xfs_extent_free_item-directly-through-the-log-intent-code.patch [new file with mode: 0644]
queue-6.1/xfs-recompute-growfsrtfree-transaction-reservation-while-growing-rt-volume.patch [new file with mode: 0644]
queue-6.1/xfs-remove-conditional-building-of-rt-geometry-validator-functions.patch [new file with mode: 0644]
queue-6.1/xfs-remove-unused-fields-from-struct-xbtree_ifakeroot.patch [new file with mode: 0644]
queue-6.1/xfs-reserve-less-log-space-when-recovering-log-intent-items.patch [new file with mode: 0644]
queue-6.1/xfs-reset-xfs_attr_incomplete-filter-on-node-removal.patch [new file with mode: 0644]
queue-6.1/xfs-transfer-recovered-intent-item-ownership-in-iop_recover.patch [new file with mode: 0644]
queue-6.1/xfs-update-dir3-leaf-block-metadata-after-swap.patch [new file with mode: 0644]
queue-6.1/xfs-use-deferred-frees-for-btree-block-freeing.patch [new file with mode: 0644]
queue-6.1/xfs-use-xfs_defer_pending-objects-to-recover-intent-items.patch [new file with mode: 0644]
queue-6.1/xfs-validate-block-number-being-freed-before-adding-to-xefi.patch [new file with mode: 0644]