aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-01-20 14:32:00 -0800
committerEric Biggers <ebiggers@google.com>2020-01-22 14:49:56 -0800
commitaec992aab890b2dece2c5c95dbd6953aeecd45cb (patch)
treee4886bc5a4b5d1e8f653455f866017ac0d0f637a /Documentation
parentubifs: don't trigger assertion on invalid no-key filename (diff)
downloadlinux-dev-aec992aab890b2dece2c5c95dbd6953aeecd45cb.tar.xz
linux-dev-aec992aab890b2dece2c5c95dbd6953aeecd45cb.zip
ubifs: allow both hash and disk name to be provided in no-key names
In order to support a new dirhash method that is a secret-keyed hash over the plaintext filenames (which will be used by encrypted+casefolded directories on ext4 and f2fs), fscrypt will be switching to a new no-key name format that always encodes the dirhash in the name. UBIFS isn't happy with this because it has assertions that verify that either the hash or the disk name is provided, not both. Change it to use the disk name if one is provided, even if a hash is available too; else use the hash. Link: https://lore.kernel.org/r/20200120223201.241390-6-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions