From ed99b9c7abff6e38f35f35cf5dbf20a312718cf9 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 25 Aug 2014 22:40:10 -0400 Subject: [PATCH] Add cc: stable@vger.kernel.org tags --- ...ansaction-issues-for-ext4_fallocate-and-ext_zero_range | 1 + timestamps | 15 ++++++++++----- zero_range-fix-incorect-journal-credits-reservation | 1 + 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/fix-transaction-issues-for-ext4_fallocate-and-ext_zero_range b/fix-transaction-issues-for-ext4_fallocate-and-ext_zero_range index 13753bed..ab8f7ef5 100644 --- a/fix-transaction-issues-for-ext4_fallocate-and-ext_zero_range +++ b/fix-transaction-issues-for-ext4_fallocate-and-ext_zero_range @@ -13,6 +13,7 @@ testcase: xfstest generic/019 Signed-off-by: Dmitry Monakhov Signed-off-by: Theodore Ts'o +Cc: stable@vger.kernel.org --- fs/ext4/extents.c | 68 +++++++++++++++++++++++++++------------------------- 1 files changed, 35 insertions(+), 33 deletions(-) diff --git a/timestamps b/timestamps index 5c44167c..7596c821 100755 --- a/timestamps +++ b/timestamps @@ -5,7 +5,6 @@ touch -d @1403748509 replace-builtin_log-with-ilog2 touch -d @1403791913 decrement-counters-on-bitmap-error touch -d @1403800273 fix-32bit-breakage-in-block-device touch -d @1406642254 save-goal-location-struct-ext4_allocation_context.ac_g_ex -touch -d @1407210474 stable-boundary touch -d @1407210534 stable-boundary-undo.patch touch -d @1407210594 add-fallocate-mode-blocking-for-debugging touch -d @1407210654 use-discard-if-possible-in-blkdev_issue_zeroout @@ -17,7 +16,13 @@ touch -d @1407210954 add-sysfs-bool-support touch -d @1407211014 add-squelch-errors-support touch -d @1407211074 dump-in-use-buffers touch -d @1407211134 akpm-jbd2-locking-fix -touch -d @1408816815 propagate-errors-up-to-ext4_find_entry-s-callers -touch -d @1408817110 series -touch -d @1408817133 status -touch -d @1408819151 timestamps +touch -d @1408830439 propagate-errors-up-to-ext4_find_entry-s-callers +touch -d @1408830448 fix-BUG_ON-in-mb_free_blocks +touch -d @1408830508 move-size-update-routines-to-helper-function +touch -d @1409010508 zero_range-fix-incorect-journal-credits-reservation +touch -d @1409015095 fix-transaction-issues-for-ext4_fallocate-and-ext_zero_range +touch -d @1409016291 series +touch -d @1409016397 stable-boundary +touch -d @1409020055 update-i_disksize-coherently-with-block-allocation +touch -d @1409020794 status +touch -d @1409020807 timestamps diff --git a/zero_range-fix-incorect-journal-credits-reservation b/zero_range-fix-incorect-journal-credits-reservation index 24cbe8cf..ce1ddfec 100644 --- a/zero_range-fix-incorect-journal-credits-reservation +++ b/zero_range-fix-incorect-journal-credits-reservation @@ -8,6 +8,7 @@ non adjacent blocks. Signed-off-by: Dmitry Monakhov Signed-off-by: Theodore Ts'o +Cc: stable@vger.kernel.org --- fs/ext4/extents.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) -- 2.11.4.GIT