kernel_samsung_a53x/fs/nilfs2
Ryusuke Konishi dcc53197ad nilfs2: fix state management in error path of log writing function
commit 6576dd6695f2afca3f4954029ac4a64f82ba60ab upstream.

After commit a694291a6211 ("nilfs2: separate wait function from
nilfs_segctor_write") was applied, the log writing function
nilfs_segctor_do_construct() was able to issue I/O requests continuously
even if user data blocks were split into multiple logs across segments,
but two potential flaws were introduced in its error handling.

First, if nilfs_segctor_begin_construction() fails while creating the
second or subsequent logs, the log writing function returns without
calling nilfs_segctor_abort_construction(), so the writeback flag set on
pages/folios will remain uncleared.  This causes page cache operations to
hang waiting for the writeback flag.  For example,
truncate_inode_pages_final(), which is called via nilfs_evict_inode() when
an inode is evicted from memory, will hang.

Second, the NILFS_I_COLLECTED flag set on normal inodes remain uncleared.
As a result, if the next log write involves checkpoint creation, that's
fine, but if a partial log write is performed that does not, inodes with
NILFS_I_COLLECTED set are erroneously removed from the "sc_dirty_files"
list, and their data and b-tree blocks may not be written to the device,
corrupting the block mapping.

Fix these issues by uniformly calling nilfs_segctor_abort_construction()
on failure of each step in the loop in nilfs_segctor_do_construct(),
having it clean up logs and segment usages according to progress, and
correcting the conditions for calling nilfs_redirty_inodes() to ensure
that the NILFS_I_COLLECTED flag is cleared.

Link: https://lkml.kernel.org/r/20240814101119.4070-1-konishi.ryusuke@gmail.com
Fixes: a694291a6211 ("nilfs2: separate wait function from nilfs_segctor_write")
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Tested-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-11-23 23:21:01 +01:00
..
alloc.c nilfs2: fix incorrect inode allocation from reserved inodes 2024-11-19 14:19:43 +01:00
alloc.h nilfs2: fix incorrect inode allocation from reserved inodes 2024-11-19 14:19:43 +01:00
bmap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bmap.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
btnode.c nilfs2: handle inconsistent state in nilfs_btnode_create_block() 2024-11-23 23:20:16 +01:00
btnode.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
btree.c nilfs2: handle inconsistent state in nilfs_btnode_create_block() 2024-11-23 23:20:16 +01:00
btree.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cpfile.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cpfile.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dat.c nilfs2: fix incorrect inode allocation from reserved inodes 2024-11-19 14:19:43 +01:00
dat.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dir.c nilfs2: fix kernel bug on rename operation of broken directory 2024-11-19 14:19:46 +01:00
direct.c nilfs2: fix failure to detect DAT corruption in btree and direct mappings 2024-11-19 09:22:36 +01:00
direct.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
export.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
file.c nilfs2: fix hang in nilfs_lookup_dirty_data_buffers() 2024-11-18 12:13:32 +01:00
gcinode.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ifile.c nilfs2: fix incorrect inode allocation from reserved inodes 2024-11-19 14:19:43 +01:00
ifile.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
inode.c nilfs2: prevent kernel bug at submit_bh_wbc() 2024-11-19 09:22:36 +01:00
ioctl.c nilfs2: fix out-of-range warning 2024-11-19 12:26:52 +01:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mdt.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mdt.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
namei.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nilfs.h nilfs2: add missing check for inode numbers on directory entries 2024-11-19 14:19:41 +01:00
page.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
page.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
recovery.c nilfs2: fix missing cleanup on rollforward recovery error 2024-11-23 23:21:01 +01:00
segbuf.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
segbuf.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
segment.c nilfs2: fix state management in error path of log writing function 2024-11-23 23:21:01 +01:00
segment.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sufile.c nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage() 2024-11-18 12:11:41 +01:00
sufile.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
super.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sysfs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sysfs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
the_nilfs.c nilfs2: fix inode number range checks 2024-11-19 14:19:41 +01:00
the_nilfs.h nilfs2: fix inode number range checks 2024-11-19 14:19:41 +01:00