linux-yocto/fs/udf
Jan Kara 7722fba9f3 udf: Make sure i_lenExtents is uptodate on inode eviction
commit 55dd5b4db3 upstream.

UDF maintains total length of all extents in i_lenExtents. Generally we
keep extent lengths (and thus i_lenExtents) block aligned because it
makes the file appending logic simpler. However the standard mandates
that the inode size must match the length of all extents and thus we
trim the last extent when closing the file. To catch possible bugs we
also verify that i_lenExtents matches i_size when evicting inode from
memory. Commit b405c1e58b ("udf: refactor udf_next_aext() to handle
error") however broke the code updating i_lenExtents and thus
udf_evict_inode() ended up spewing lots of errors about incorrectly
sized extents although the extents were actually sized properly. Fix the
updating of i_lenExtents to silence the errors.

Fixes: b405c1e58b ("udf: refactor udf_next_aext() to handle error")
CC: stable@vger.kernel.org
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-05-22 14:12:19 +02:00
..
balloc.c udf: refactor udf_next_aext() to handle error 2024-11-01 01:58:27 +01:00
dir.c
directory.c udf: refactor inode_bmap() to handle error 2024-11-01 01:58:27 +01:00
ecma_167.h
file.c udf: Fix lock ordering in udf_evict_inode() 2024-08-03 08:53:38 +02:00
ialloc.c
inode.c udf: Fix inode_getblk() return value 2025-04-25 10:45:27 +02:00
Kconfig
lowlevel.c
Makefile
misc.c
namei.c udf: Verify inode link counts before performing rename 2025-01-09 13:31:50 +01:00
osta_udf.h
partition.c udf: refactor inode_bmap() to handle error 2024-11-01 01:58:27 +01:00
super.c udf: refactor udf_next_aext() to handle error 2024-11-01 01:58:27 +01:00
symlink.c
truncate.c udf: Make sure i_lenExtents is uptodate on inode eviction 2025-05-22 14:12:19 +02:00
udf_i.h
udf_sb.h
udfdecl.h udf: refactor inode_bmap() to handle error 2024-11-01 01:58:27 +01:00
udfend.h
udftime.c udf: udftime: prevent overflow in udf_disk_stamp_to_time() 2024-06-27 13:49:04 +02:00
unicode.c