summaryrefslogtreecommitdiff
path: root/fs/ext4/resize.c
AgeCommit message (Expand)Author
2023-12-14ext4: reduce unnecessary memory allocation in alloc_flex_gd()Baokun Li
2023-12-14ext4: avoid online resizing failures due to oversized flex bgBaokun Li
2023-12-14ext4: remove unnecessary check from alloc_flex_gd()Baokun Li
2023-12-14ext4: unify the type of flexbg_size to unsigned intBaokun Li
2023-10-05ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmapKemeng Shi
2023-10-05ext4: remove unnecessary check to avoid repeat update_backups for the same gdbKemeng Shi
2023-10-05ext4: simplify the gdbblock calculation in add_new_gdb_meta_bgKemeng Shi
2023-10-05ext4: use saved local variable sbi instead of EXT4_SB(sb)Kemeng Shi
2023-10-05ext4: remove EXT4FS_DEBUG defination in resize.cKemeng Shi
2023-10-05ext4: calculate free_clusters_count in cluster unit in verify_group_inputKemeng Shi
2023-10-05ext4: remove commented code in reserve_backup_gdbKemeng Shi
2023-10-05ext4: remove redundant check of countKemeng Shi
2023-10-05ext4: fix typo in setup_new_flex_group_blocksKemeng Shi
2023-10-05ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi
2023-10-05ext4: correct return value of ext4_convert_meta_bgKemeng Shi
2023-10-05ext4: add missed brelse in update_backupsKemeng Shi
2023-10-05ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi
2023-03-23ext4: remove unused group parameter in ext4_block_bitmap_csum_setKemeng Shi
2023-03-23ext4: remove unused group parameter in ext4_inode_bitmap_csum_setKemeng Shi
2022-12-08ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li
2022-12-08ext4: fix corrupt backup group descriptors after online resizeBaokun Li
2022-12-08ext4: fix bad checksum after online resizeBaokun Li
2022-12-01ext4: remove redundant variable errJinpeng Cui
2022-10-27ext4: update the backup superblock's at the end of the online resizeTheodore Ts'o
2022-09-27ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢
2022-08-02ext4: avoid resizing to a partial cluster sizeKiselev, Oleg
2022-08-02ext4: reduce computation of overhead during resizeKiselev, Oleg
2022-08-02ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o
2022-08-02ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o
2022-06-18ext4: add reserved GDT blocks checkZhang Yi
2022-03-02ext4: use time_is_before_jiffies() instead of open coding itWang Qing
2022-02-25ext4: rename ext4_set_bits to mb_set_bitsRitesh Harjani
2022-01-10ext4: implement support for get/set fs labelLukas Czerner
2021-08-30ext4: Support for checksumming from journal triggersJan Kara
2021-06-30Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Theodore Ts'o
2021-06-24ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett
2021-06-24ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara
2020-10-18ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)
2020-10-18ext4: fix error handling code in add_new_gdbDinghao Liu
2020-02-21ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh
2020-02-21ext4: fix potential race between online resizing and write operationsTheodore Ts'o
2020-01-17ext4: drop ext4_kvmalloc()Theodore Ts'o
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara
2019-11-05ext4: Provide function to handle transaction restartsJan Kara
2019-05-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-04-25ext4: avoid drop reference to iloc.bh twicePan Bian
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig