linux-yocto/fs/udf
Jan Kara d32c1880b3 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:29:44 +02:00
..
balloc.c udf: refactor udf_next_aext() to handle error 2024-10-02 14:10:50 +02:00
dir.c udf: store cookie in private data 2024-09-12 11:58:44 +02:00
directory.c udf: refactor inode_bmap() to handle error 2024-10-02 14:32:29 +02:00
ecma_167.h udf: Avoid unneeded variable length array in struct fileIdentDesc 2023-10-03 11:27:52 +02:00
file.c buffer: Convert __block_write_begin() to take a folio 2024-08-07 11:33:36 +02:00
ialloc.c udf: convert to new timestamp accessors 2023-10-18 14:08:28 +02:00
inode.c udf: Fix inode_getblk() return value 2025-04-20 10:15:43 +02:00
Kconfig
lowlevel.c
Makefile
misc.c
namei.c udf: Verify inode link counts before performing rename 2025-01-02 10:34:17 +01:00
osta_udf.h
partition.c udf: refactor inode_bmap() to handle error 2024-10-02 14:32:29 +02:00
super.c udf: refactor udf_next_aext() to handle error 2024-10-02 14:10:50 +02:00
symlink.c udf: Convert udf_symlink_getattr() to use a folio 2024-04-23 15:37:02 +02:00
truncate.c udf: Make sure i_lenExtents is uptodate on inode eviction 2025-05-22 14:29:44 +02:00
udf_i.h
udf_sb.h udf: convert novrs to an option flag 2024-02-21 13:55:30 +01:00
udfdecl.h udf: refactor inode_bmap() to handle error 2024-10-02 14:32:29 +02:00
udfend.h
udftime.c udf: udftime: prevent overflow in udf_disk_stamp_to_time() 2024-04-10 13:10:12 +02:00
unicode.c