[PATCH 0/2] ext4: fix unable to handle kernel paging request in do_split()

libaokun@huaweicloud.com posted 2 patches 1 year, 5 months ago
fs/ext4/namei.c | 73 ++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 57 insertions(+), 16 deletions(-)
[PATCH 0/2] ext4: fix unable to handle kernel paging request in do_split()
Posted by libaokun@huaweicloud.com 1 year, 5 months ago
From: Baokun Li <libaokun1@huawei.com>

"kvm-xfstests -c ext4/all -g auto" has been executed with no new failures.

Baokun Li (2):
  ext4: check dot and dotdot of dx_root before making dir indexed
  ext4: make sure the first directory block is not a hole

 fs/ext4/namei.c | 73 ++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 57 insertions(+), 16 deletions(-)

-- 
2.39.2
Re: [PATCH 0/2] ext4: fix unable to handle kernel paging request in do_split()
Posted by Theodore Ts'o 1 year, 5 months ago
On Tue, 02 Jul 2024 21:23:47 +0800, libaokun@huaweicloud.com wrote:
> "kvm-xfstests -c ext4/all -g auto" has been executed with no new failures.
> 
> Baokun Li (2):
>   ext4: check dot and dotdot of dx_root before making dir indexed
>   ext4: make sure the first directory block is not a hole
> 
> fs/ext4/namei.c | 73 ++++++++++++++++++++++++++++++++++++++-----------
>  1 file changed, 57 insertions(+), 16 deletions(-)
> 
> [...]

Applied, thanks!

[1/2] ext4: check dot and dotdot of dx_root before making dir indexed
      commit: 50ea741def587a64e08879ce6c6a30131f7111e7
[2/2] ext4: make sure the first directory block is not a hole
      commit: f9ca51596bbfd0f9c386dd1c613c394c78d9e5e6

Best regards,
-- 
Theodore Ts'o <tytso@mit.edu>