Files
linux/include/trace/events
Eric Biggers 0fbcb5251f ext4: disable fast-commit of encrypted dir operations
fast-commit of create, link, and unlink operations in encrypted
directories is completely broken because the unencrypted filenames are
being written to the fast-commit journal instead of the encrypted
filenames.  These operations can't be replayed, as encryption keys
aren't present at journal replay time.  It is also an information leak.

Until if/when we can get this working properly, make encrypted directory
operations ineligible for fast-commit.

Note that fast-commit operations on encrypted regular files continue to
be allowed, as they seem to work.

Fixes: aa75f4d3da ("ext4: main fast-commit commit path")
Cc: <stable@vger.kernel.org> # v5.10+
Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20221106224841.279231-2-ebiggers@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2022-12-08 21:49:24 -05:00
..
2020-11-30 12:54:01 +00:00
2021-06-29 10:53:52 -07:00
2022-09-27 17:27:45 +08:00
2022-09-18 13:29:53 +03:00
2019-03-27 15:52:01 -03:00
2022-09-21 10:30:42 -06:00
2022-12-08 21:49:12 -05:00
2022-09-26 19:46:14 -07:00
2022-08-03 17:50:58 +02:00
2020-04-22 12:55:54 -07:00
2022-07-30 14:01:30 -04:00
2022-04-07 20:33:15 -07:00