aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/resize.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27ext4: 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-02ext4: avoid resizing to a partial cluster sizeKiselev, Oleg1-0/+10
2022-08-02ext4: reduce computation of overhead during resizeKiselev, Oleg1-2/+21
2022-08-02ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o1-1/+4
2022-08-02ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o1-0/+1
2022-06-18ext4: add reserved GDT blocks checkZhang Yi1-0/+10
2022-03-02ext4: use time_is_before_jiffies() instead of open coding itWang Qing1-1/+2
2022-02-25ext4: 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-30ext4: Support for checksumming from journal triggersJan Kara1-15/+23
2021-06-30Revert "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-21ext4: 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-17ext4: drop ext4_kvmalloc()Theodore Ts'o1-6/+4
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara1-5/+11
2019-11-05ext4: Provide function to handle transaction restartsJan Kara1-36/+10
2019-05-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus 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
2018-12-04ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)1-1/+1
2018-11-25ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o1-36/+36
2018-11-06ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o1-0/+1
2018-11-06ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin1-0/+4
2018-11-06ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin1-1/+1
2018-11-03ext4: add missing brelse() update_backups()'s error pathVasily Averin1-1/+3
2018-11-03ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin1-2/+1
2018-11-03ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin1-2/+4
2018-11-03ext4: avoid potential extra brelse in setup_new_flex_group_blocks() Vasily Averin1-6/+2
2018-09-03ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o1-1/+2
2018-09-03ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o1-0/+20
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2018-05-25ext4: fix fencepost error in check for inode count overflow during resizeJan Kara1-1/+1
2018-01-11ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao1-1/+1
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-38/+66
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-29ext4: add support for online resizing with bigallocharshads1-38/+66
2017-08-06ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2017-02-05ext4: rename s_resize_flags to s_ext4_flagsTheodore Ts'o1-2/+3