summaryrefslogtreecommitdiff
path: root/fs/ext4/resize.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-06ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmapKemeng Shi1-2/+1
2023-10-06ext4: remove unnecessary check to avoid repeat update_backups for the same gdbKemeng Shi1-4/+0
2023-10-06ext4: simplify the gdbblock calculation in add_new_gdb_meta_bgKemeng Shi1-15/+9
2023-10-06ext4: use saved local variable sbi instead of EXT4_SB(sb)Kemeng Shi1-5/+5
2023-10-06ext4: remove EXT4FS_DEBUG defination in resize.cKemeng Shi1-2/+0
2023-10-06ext4: calculate free_clusters_count in cluster unit in verify_group_inputKemeng Shi1-2/+3
2023-10-06ext4: remove commented code in reserve_backup_gdbKemeng Shi1-3/+0
2023-10-06ext4: remove redundant check of countKemeng Shi1-10/+8
2023-10-06ext4: fix typo in setup_new_flex_group_blocksKemeng Shi1-1/+1
2023-10-06ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi1-7/+2
2023-10-06ext4: correct return value of ext4_convert_meta_bgKemeng Shi1-3/+1
2023-10-06ext4: add missed brelse in update_backupsKemeng Shi1-1/+3
2023-10-06ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi1-2/+4
2023-03-24ext4: remove unused group parameter in ext4_block_bitmap_csum_setKemeng Shi1-3/+2
2023-03-24ext4: remove unused group parameter in ext4_inode_bitmap_csum_setKemeng Shi1-1/+1
2022-12-09ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li1-3/+3
2022-12-09ext4: fix corrupt backup group descriptors after online resizeBaokun Li1-7/+15
2022-12-09ext4: fix bad checksum after online resizeBaokun Li1-2/+2
2022-12-01ext4: remove redundant variable errJinpeng Cui1-3/+1
2022-10-28ext4: update the backup superblock's at the end of the online resizeTheodore Ts'o1-0/+5
2022-09-27ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢1-1/+1
2022-08-03ext4: avoid resizing to a partial cluster sizeKiselev, Oleg1-0/+10
2022-08-03ext4: reduce computation of overhead during resizeKiselev, Oleg1-2/+21
2022-08-03ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o1-1/+4
2022-08-03ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o1-0/+1
2022-06-19ext4: add reserved GDT blocks checkZhang Yi1-0/+10
2022-03-03ext4: use time_is_before_jiffies() instead of open coding itWang Qing1-1/+2
2022-02-26ext4: rename ext4_set_bits to mb_set_bitsRitesh Harjani1-2/+2
2022-01-10ext4: implement support for get/set fs labelLukas Czerner1-4/+15
2021-08-31ext4: Support for checksumming from journal triggersJan Kara1-15/+23
2021-07-01Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Theodore Ts'o1-4/+0
2021-06-24ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett1-0/+4
2021-06-24ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett1-0/+5
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara1-4/+4
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara1-0/+12
2020-10-18ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)1-4/+4
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)1-1/+1
2020-10-18ext4: fix error handling code in add_new_gdbDinghao Liu1-1/+3
2020-02-22ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh1-2/+5
2020-02-21ext4: fix potential race between online resizing and write operationsTheodore Ts'o1-11/+44
2020-01-18ext4: drop ext4_kvmalloc()Theodore Ts'o1-6/+4
2019-11-06ext4: Reserve revoke credits for freed blocksJan Kara1-5/+11
2019-11-06ext4: Provide function to handle transaction restartsJan Kara1-36/+10
2019-05-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2019-04-25ext4: avoid drop reference to iloc.bh twicePan Bian1-0/+1
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-2/+0
2019-03-15ext4: report real fs size after failed resizeLukas Czerner1-1/+5
2019-03-15ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner1-2/+9
2019-02-11ext4: fix crash during online resizingJan Kara1-1/+2
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o1-2/+3