summaryrefslogtreecommitdiff
path: root/fs/ext4/resize.c
AgeCommit message (Expand)Author
2024-02-05ext4: avoid online resizing failures due to oversized flex bgBaokun Li
2024-02-05ext4: remove unnecessary check from alloc_flex_gd()Baokun Li
2024-02-05ext4: unify the type of flexbg_size to unsigned intBaokun Li
2023-11-28ext4: add missed brelse in update_backupsKemeng Shi
2023-11-28ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi
2023-11-28ext4: correct return value of ext4_convert_meta_bgKemeng Shi
2023-11-28ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi
2023-01-07ext4: fix corrupt backup group descriptors after online resizeBaokun Li
2023-01-07ext4: fix bad checksum after online resizeBaokun Li
2023-01-07ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li
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
2019-03-15ext4: report real fs size after failed resizeLukas Czerner
2019-03-15ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner
2019-02-11ext4: fix crash during online resizingJan Kara
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2018-12-04ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)
2018-11-25ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o
2018-11-06ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o
2018-11-06ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin
2018-11-06ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin
2018-11-03ext4: add missing brelse() update_backups()'s error pathVasily Averin
2018-11-03ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin
2018-11-03ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin
2018-11-03ext4: avoid potential extra brelse in setup_new_flex_group_blocks() Vasily Averin