mbox series

[v3,0/3] Check content after reading from quota file

Message ID 20220923134555.2623931-1-chengzhihao1@huawei.com
Headers show
Series Check content after reading from quota file | expand

Message

Zhihao Cheng Sept. 23, 2022, 1:45 p.m. UTC
v1->v2:
  Add CC-stable tag in first patch.
  Rename check_free_block() -> check_dquot_block_header().
v2->v3:
  Define do_check_range() completely in patch 1.
  Move 'dqdh_entries' checking into check_dquot_block_header().
  Do block checing later in find_next_id().

Zhihao Cheng (3):
  quota: Check next/prev free block number after reading from quota file
  quota: Replace all block number checking with helper function
  quota: Add more checking after reading from quota file

 fs/quota/quota_tree.c | 73 ++++++++++++++++++++++++++++++++++++-------
 1 file changed, 61 insertions(+), 12 deletions(-)

Comments

Jan Kara Sept. 29, 2022, 1:39 p.m. UTC | #1
On Fri 23-09-22 21:45:51, Zhihao Cheng wrote:
> v1->v2:
>   Add CC-stable tag in first patch.
>   Rename check_free_block() -> check_dquot_block_header().
> v2->v3:
>   Define do_check_range() completely in patch 1.
>   Move 'dqdh_entries' checking into check_dquot_block_header().
>   Do block checing later in find_next_id().
> 
> Zhihao Cheng (3):
>   quota: Check next/prev free block number after reading from quota file
>   quota: Replace all block number checking with helper function
>   quota: Add more checking after reading from quota file
> 
>  fs/quota/quota_tree.c | 73 ++++++++++++++++++++++++++++++++++++-------
>  1 file changed, 61 insertions(+), 12 deletions(-)

Thanks! I've merged the patches to my tree now!

								Honza