]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.9-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Sep 2017 08:21:23 +0000 (10:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Sep 2017 08:21:23 +0000 (10:21 +0200)
commit4246a018c3711e7099b65c6a1a674e6e7127fbc3
tree8b33c8ce3267e478cb7a844427d56bdf53be9bf9
parent60a196c617841e32455d50264a7b72ab74480489
4.9-stable patches

added patches:
iomap-fix-integer-truncation-issues-in-the-zeroing-and-dirtying-helpers.patch
xfs-add-infrastructure-needed-for-error-propagation-during-buffer-io-failure.patch
xfs-add-log-recovery-tracepoint-for-head-tail.patch
xfs-always-verify-the-log-tail-during-recovery.patch
xfs-check-for-race-with-xfs_reclaim_inode-in-xfs_ifree_cluster.patch
xfs-clear-ms_active-after-finishing-log-recovery.patch
xfs-disable-per-inode-dax-flag.patch
xfs-disallow-marking-previously-dirty-buffers-as-ordered.patch
xfs-don-t-leak-quotacheck-dquots-when-cow-recovery.patch
xfs-don-t-log-dirty-ranges-for-ordered-buffers.patch
xfs-don-t-set-v3-xflags-for-v2-inodes.patch
xfs-evict-all-inodes-involved-with-log-redo-item.patch
xfs-fix-incorrect-log_flushed-on-fsync.patch
xfs-fix-log-recovery-corruption-error-due-to-tail-overwrite.patch
xfs-fix-recovery-failure-when-log-record-header-wraps-log-end.patch
xfs-handle-efscorrupted-during-head-tail-verification.patch
xfs-move-bmbt-owner-change-to-last-step-of-extent-swap.patch
xfs-open-code-end_buffer_async_write-in-xfs_finish_page_writeback.patch
xfs-open-code-xfs_buf_item_dirty.patch
xfs-ordered-buffer-log-items-are-never-formatted.patch
xfs-properly-retry-failed-inode-items-in-case-of-error-during-buffer-writeback.patch
xfs-refactor-buffer-logging-into-buffer-dirtying-helper.patch
xfs-relog-dirty-buffers-during-swapext-bmbt-owner-change.patch
xfs-remove-unnecessary-dirty-bli-format-check-for-ordered-bufs.patch
xfs-remove-xfs_trans_ail_delete_bulk.patch
xfs-skip-bmbt-block-ino-validation-during-owner-change.patch
xfs-stop-searching-for-free-slots-in-an-inode-chunk-when-there-are-none.patch
xfs-toggle-readonly-state-around-xfs_log_mount_finish.patch
xfs-use-kmem_free-to-free-return-value-of-kmem_zalloc.patch
xfs-write-unmount-record-for-ro-mounts.patch
31 files changed:
queue-4.9/iomap-fix-integer-truncation-issues-in-the-zeroing-and-dirtying-helpers.patch [new file with mode: 0644]
queue-4.9/series
queue-4.9/xfs-add-infrastructure-needed-for-error-propagation-during-buffer-io-failure.patch [new file with mode: 0644]
queue-4.9/xfs-add-log-recovery-tracepoint-for-head-tail.patch [new file with mode: 0644]
queue-4.9/xfs-always-verify-the-log-tail-during-recovery.patch [new file with mode: 0644]
queue-4.9/xfs-check-for-race-with-xfs_reclaim_inode-in-xfs_ifree_cluster.patch [new file with mode: 0644]
queue-4.9/xfs-clear-ms_active-after-finishing-log-recovery.patch [new file with mode: 0644]
queue-4.9/xfs-disable-per-inode-dax-flag.patch [new file with mode: 0644]
queue-4.9/xfs-disallow-marking-previously-dirty-buffers-as-ordered.patch [new file with mode: 0644]
queue-4.9/xfs-don-t-leak-quotacheck-dquots-when-cow-recovery.patch [new file with mode: 0644]
queue-4.9/xfs-don-t-log-dirty-ranges-for-ordered-buffers.patch [new file with mode: 0644]
queue-4.9/xfs-don-t-set-v3-xflags-for-v2-inodes.patch [new file with mode: 0644]
queue-4.9/xfs-evict-all-inodes-involved-with-log-redo-item.patch [new file with mode: 0644]
queue-4.9/xfs-fix-incorrect-log_flushed-on-fsync.patch [new file with mode: 0644]
queue-4.9/xfs-fix-log-recovery-corruption-error-due-to-tail-overwrite.patch [new file with mode: 0644]
queue-4.9/xfs-fix-recovery-failure-when-log-record-header-wraps-log-end.patch [new file with mode: 0644]
queue-4.9/xfs-handle-efscorrupted-during-head-tail-verification.patch [new file with mode: 0644]
queue-4.9/xfs-move-bmbt-owner-change-to-last-step-of-extent-swap.patch [new file with mode: 0644]
queue-4.9/xfs-open-code-end_buffer_async_write-in-xfs_finish_page_writeback.patch [new file with mode: 0644]
queue-4.9/xfs-open-code-xfs_buf_item_dirty.patch [new file with mode: 0644]
queue-4.9/xfs-ordered-buffer-log-items-are-never-formatted.patch [new file with mode: 0644]
queue-4.9/xfs-properly-retry-failed-inode-items-in-case-of-error-during-buffer-writeback.patch [new file with mode: 0644]
queue-4.9/xfs-refactor-buffer-logging-into-buffer-dirtying-helper.patch [new file with mode: 0644]
queue-4.9/xfs-relog-dirty-buffers-during-swapext-bmbt-owner-change.patch [new file with mode: 0644]
queue-4.9/xfs-remove-unnecessary-dirty-bli-format-check-for-ordered-bufs.patch [new file with mode: 0644]
queue-4.9/xfs-remove-xfs_trans_ail_delete_bulk.patch [new file with mode: 0644]
queue-4.9/xfs-skip-bmbt-block-ino-validation-during-owner-change.patch [new file with mode: 0644]
queue-4.9/xfs-stop-searching-for-free-slots-in-an-inode-chunk-when-there-are-none.patch [new file with mode: 0644]
queue-4.9/xfs-toggle-readonly-state-around-xfs_log_mount_finish.patch [new file with mode: 0644]
queue-4.9/xfs-use-kmem_free-to-free-return-value-of-kmem_zalloc.patch [new file with mode: 0644]
queue-4.9/xfs-write-unmount-record-for-ro-mounts.patch [new file with mode: 0644]