]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.1-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Sep 2024 06:58:13 +0000 (08:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Sep 2024 06:58:13 +0000 (08:58 +0200)
commit7fca5e77d59f6888daccb5e8126be870f11ae98b
treef28478d5b598bda4266baed752f31e024ee1d86e
parent30b22a5b4b901c7212db130ae990cdd01e113fe1
6.1-stable patches

added patches:
netfilter-nft_socket-fix-a-null-vs-is_err-bug-in-nft_socket_cgroup_subtree_level.patch
netfilter-nft_socket-make-cgroupsv2-matching-work-with-namespaces.patch
xfs-block-reservation-too-large-for-minleft-allocation.patch
xfs-buffer-pins-need-to-hold-a-buffer-reference.patch
xfs-collect-errors-from-inodegc-for-unlinked-inode-recovery.patch
xfs-correct-calculation-for-agend-and-blockcount.patch
xfs-defered-work-could-create-precommits.patch
xfs-don-t-use-bmbt-btree-split-workers-for-io-completion.patch
xfs-dquot-shrinker-doesn-t-check-for-xfs_dqflag_freeing.patch
xfs-fix-ag-count-overflow-during-growfs.patch
xfs-fix-agf-vs-inode-cluster-buffer-deadlock.patch
xfs-fix-bug_on-in-xfs_getbmap.patch
xfs-fix-deadlock-on-xfs_inodegc_worker.patch
xfs-fix-extent-busy-updating.patch
xfs-fix-low-space-alloc-deadlock.patch
xfs-fix-negative-array-access-in-xfs_getbmap.patch
xfs-fix-reloading-entire-unlinked-bucket-lists.patch
xfs-fix-the-calculation-for-end-and-length.patch
xfs-fix-uninitialized-variable-access.patch
xfs-fix-unlink-vs-cluster-buffer-instantiation-race.patch
xfs-journal-geometry-is-not-properly-bounds-checked.patch
xfs-load-uncached-unlinked-inodes-into-memory-on-demand.patch
xfs-make-inode-unlinked-bucket-recovery-work-with-quotacheck.patch
xfs-prefer-free-inodes-at-enospc-over-chunk-allocation.patch
xfs-quotacheck-failure-can-race-with-background-inode-inactivation.patch
xfs-reload-entire-unlinked-bucket-lists.patch
xfs-remove-warn-when-dquot-cache-insertion-fails.patch
xfs-set-bnobt-cntbt-numrecs-correctly-when-formatting-new-ags.patch
xfs-use-i_prev_unlinked-to-distinguish-inodes-that-are-not-on-the-unlinked-list.patch
30 files changed:
queue-6.1/netfilter-nft_socket-fix-a-null-vs-is_err-bug-in-nft_socket_cgroup_subtree_level.patch [new file with mode: 0644]
queue-6.1/netfilter-nft_socket-make-cgroupsv2-matching-work-with-namespaces.patch [new file with mode: 0644]
queue-6.1/series
queue-6.1/xfs-block-reservation-too-large-for-minleft-allocation.patch [new file with mode: 0644]
queue-6.1/xfs-buffer-pins-need-to-hold-a-buffer-reference.patch [new file with mode: 0644]
queue-6.1/xfs-collect-errors-from-inodegc-for-unlinked-inode-recovery.patch [new file with mode: 0644]
queue-6.1/xfs-correct-calculation-for-agend-and-blockcount.patch [new file with mode: 0644]
queue-6.1/xfs-defered-work-could-create-precommits.patch [new file with mode: 0644]
queue-6.1/xfs-don-t-use-bmbt-btree-split-workers-for-io-completion.patch [new file with mode: 0644]
queue-6.1/xfs-dquot-shrinker-doesn-t-check-for-xfs_dqflag_freeing.patch [new file with mode: 0644]
queue-6.1/xfs-fix-ag-count-overflow-during-growfs.patch [new file with mode: 0644]
queue-6.1/xfs-fix-agf-vs-inode-cluster-buffer-deadlock.patch [new file with mode: 0644]
queue-6.1/xfs-fix-bug_on-in-xfs_getbmap.patch [new file with mode: 0644]
queue-6.1/xfs-fix-deadlock-on-xfs_inodegc_worker.patch [new file with mode: 0644]
queue-6.1/xfs-fix-extent-busy-updating.patch [new file with mode: 0644]
queue-6.1/xfs-fix-low-space-alloc-deadlock.patch [new file with mode: 0644]
queue-6.1/xfs-fix-negative-array-access-in-xfs_getbmap.patch [new file with mode: 0644]
queue-6.1/xfs-fix-reloading-entire-unlinked-bucket-lists.patch [new file with mode: 0644]
queue-6.1/xfs-fix-the-calculation-for-end-and-length.patch [new file with mode: 0644]
queue-6.1/xfs-fix-uninitialized-variable-access.patch [new file with mode: 0644]
queue-6.1/xfs-fix-unlink-vs-cluster-buffer-instantiation-race.patch [new file with mode: 0644]
queue-6.1/xfs-journal-geometry-is-not-properly-bounds-checked.patch [new file with mode: 0644]
queue-6.1/xfs-load-uncached-unlinked-inodes-into-memory-on-demand.patch [new file with mode: 0644]
queue-6.1/xfs-make-inode-unlinked-bucket-recovery-work-with-quotacheck.patch [new file with mode: 0644]
queue-6.1/xfs-prefer-free-inodes-at-enospc-over-chunk-allocation.patch [new file with mode: 0644]
queue-6.1/xfs-quotacheck-failure-can-race-with-background-inode-inactivation.patch [new file with mode: 0644]
queue-6.1/xfs-reload-entire-unlinked-bucket-lists.patch [new file with mode: 0644]
queue-6.1/xfs-remove-warn-when-dquot-cache-insertion-fails.patch [new file with mode: 0644]
queue-6.1/xfs-set-bnobt-cntbt-numrecs-correctly-when-formatting-new-ags.patch [new file with mode: 0644]
queue-6.1/xfs-use-i_prev_unlinked-to-distinguish-inodes-that-are-not-on-the-unlinked-list.patch [new file with mode: 0644]