ext4: avoid running out of journal credits when appending to an inline file
Use a separate journal transaction if it turns out that we need to convert an inline file to use an data block. Otherwise we could end up failing due to not having journal credits. This addresses CVE-2018-10883. https://bugzilla.kernel.org/show_bug.cgi?id=200071 Signed-off-by:Theodore Ts'o <tytso@mit.edu> Cc: stable@kernel.org
Loading
-
mentioned in commit 42188f1c
-
mentioned in commit 4fe72e78
-
mentioned in commit 56d9897f
-
mentioned in commit 97d3f2b5
-
mentioned in commit 03f943c5
-
mentioned in commit fa5280d9
-
mentioned in commit 50c0fa0f
-
mentioned in commit 710d20e1
-
mentioned in commit 995ac742
-
mentioned in commit 69284080
Please sign in to comment