mbox series

[0/3] Fix two issues about bigalloc feature

Message ID 20221117014246.610202-1-yebin@huaweicloud.com
Headers show
Series Fix two issues about bigalloc feature | expand

Message

Ye Bin Nov. 17, 2022, 1:42 a.m. UTC
Ye Bin (3):
  ext4: fix incorrect calculate 'reserved' in '__es_remove_extent' when
    enable bigalloc feature
  ext4: WANR_ON when detect abnormal 'i_reserved_data_blocks'
  ext4: add check pending tree when evict inode

 fs/ext4/extents_status.c | 33 ++++++++++++++++++++++++++++++++-
 fs/ext4/extents_status.h |  1 +
 fs/ext4/super.c          | 16 +++++++++++-----
 3 files changed, 44 insertions(+), 6 deletions(-)