summaryrefslogtreecommitdiffstats
path: root/fs/ext4/resize.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: enable meta_bg only when new desc blocks are neededSrivathsa Dara2024-03-071-1/+1
* ext4: fix corruption during on-line resizeMaximilian Heyne2024-03-071-1/+2
* ext4: reduce unnecessary memory allocation in alloc_flex_gd()Baokun Li2023-12-141-2/+12
* ext4: avoid online resizing failures due to oversized flex bgBaokun Li2023-12-141-8/+17
* ext4: remove unnecessary check from alloc_flex_gd()Baokun Li2023-12-141-3/+0
* ext4: unify the type of flexbg_size to unsigned intBaokun Li2023-12-141-6/+7
* ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmapKemeng Shi2023-10-051-2/+1
* ext4: remove unnecessary check to avoid repeat update_backups for the same gdbKemeng Shi2023-10-051-4/+0
* ext4: simplify the gdbblock calculation in add_new_gdb_meta_bgKemeng Shi2023-10-051-15/+9
* ext4: use saved local variable sbi instead of EXT4_SB(sb)Kemeng Shi2023-10-051-5/+5
* ext4: remove EXT4FS_DEBUG defination in resize.cKemeng Shi2023-10-051-2/+0
* ext4: calculate free_clusters_count in cluster unit in verify_group_inputKemeng Shi2023-10-051-2/+3
* ext4: remove commented code in reserve_backup_gdbKemeng Shi2023-10-051-3/+0
* ext4: remove redundant check of countKemeng Shi2023-10-051-10/+8
* ext4: fix typo in setup_new_flex_group_blocksKemeng Shi2023-10-051-1/+1
* ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi2023-10-051-7/+2
* ext4: correct return value of ext4_convert_meta_bgKemeng Shi2023-10-051-3/+1
* ext4: add missed brelse in update_backupsKemeng Shi2023-10-051-1/+3
* ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi2023-10-051-2/+4
* ext4: remove unused group parameter in ext4_block_bitmap_csum_setKemeng Shi2023-03-231-3/+2
* ext4: remove unused group parameter in ext4_inode_bitmap_csum_setKemeng Shi2023-03-231-1/+1
* ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li2022-12-081-3/+3
* ext4: fix corrupt backup group descriptors after online resizeBaokun Li2022-12-081-7/+15
* ext4: fix bad checksum after online resizeBaokun Li2022-12-081-2/+2
* ext4: remove redundant variable errJinpeng Cui2022-12-011-3/+1
* ext4: update the backup superblock's at the end of the online resizeTheodore Ts'o2022-10-271-0/+5
* ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢2022-09-271-1/+1
* ext4: avoid resizing to a partial cluster sizeKiselev, Oleg2022-08-021-0/+10
* ext4: reduce computation of overhead during resizeKiselev, Oleg2022-08-021-2/+21
* ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o2022-08-021-1/+4
* ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o2022-08-021-0/+1
* ext4: add reserved GDT blocks checkZhang Yi2022-06-181-0/+10
* ext4: use time_is_before_jiffies() instead of open coding itWang Qing2022-03-021-1/+2
* ext4: rename ext4_set_bits to mb_set_bitsRitesh Harjani2022-02-251-2/+2
* ext4: implement support for get/set fs labelLukas Czerner2022-01-101-4/+15
* ext4: Support for checksumming from journal triggersJan Kara2021-08-301-15/+23
* Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Theodore Ts'o2021-06-301-4/+0
* ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett2021-06-241-0/+4
* ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett2021-06-241-0/+5
* ext4: drop ext4_handle_dirty_super()Jan Kara2020-12-221-4/+4
* ext4: protect superblock modifications with a buffer lockJan Kara2020-12-221-0/+12
* ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)2020-10-181-4/+4
* ext4: use common helpers in all places reading metadata bufferszhangyi (F)2020-10-181-1/+1
* ext4: fix error handling code in add_new_gdbDinghao Liu2020-10-181-1/+3
* ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh2020-02-211-2/+5
* ext4: fix potential race between online resizing and write operationsTheodore Ts'o2020-02-211-11/+44
* ext4: drop ext4_kvmalloc()Theodore Ts'o2020-01-171-6/+4
* ext4: Reserve revoke credits for freed blocksJan Kara2019-11-051-5/+11
* ext4: Provide function to handle transaction restartsJan Kara2019-11-051-36/+10
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-071-0/+1
|\