aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/resize.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-23ext4: remove unused group parameter in ext4_block_bitmap_csum_setGravatar Kemeng Shi 1-3/+2
2023-03-23ext4: remove unused group parameter in ext4_inode_bitmap_csum_setGravatar Kemeng Shi 1-1/+1
2022-12-08ext4: fix corruption when online resizing a 1K bigalloc fsGravatar Baokun Li 1-3/+3
2022-12-08ext4: fix corrupt backup group descriptors after online resizeGravatar Baokun Li 1-7/+15
2022-12-08ext4: fix bad checksum after online resizeGravatar Baokun Li 1-2/+2
2022-12-01ext4: remove redundant variable errGravatar Jinpeng Cui 1-3/+1
2022-10-27ext4: update the backup superblock's at the end of the online resizeGravatar Theodore Ts'o 1-0/+5
2022-09-27ext4: continue to expand file system when the target size doesn't reachGravatar Jerry Lee 李修賢 1-1/+1
2022-08-02ext4: avoid resizing to a partial cluster sizeGravatar Kiselev, Oleg 1-0/+10
2022-08-02ext4: reduce computation of overhead during resizeGravatar Kiselev, Oleg 1-2/+21
2022-08-02ext4: update the s_overhead_clusters in the backup sb's when resizingGravatar Theodore Ts'o 1-1/+4
2022-08-02ext4: update s_overhead_clusters in the superblock during an on-line resizeGravatar Theodore Ts'o 1-0/+1
2022-06-18ext4: add reserved GDT blocks checkGravatar Zhang Yi 1-0/+10
2022-03-02ext4: use time_is_before_jiffies() instead of open coding itGravatar Wang Qing 1-1/+2
2022-02-25ext4: rename ext4_set_bits to mb_set_bitsGravatar Ritesh Harjani 1-2/+2
2022-01-10ext4: implement support for get/set fs labelGravatar Lukas Czerner 1-4/+15
2021-08-30ext4: Support for checksumming from journal triggersGravatar Jan Kara 1-15/+23
2021-06-30Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Gravatar Theodore Ts'o 1-4/+0
2021-06-24ext4: add check to prevent attempting to resize an fs with sparse_super2Gravatar Josh Triplett 1-0/+4
2021-06-24ext4: consolidate checks for resize of bigalloc into ext4_resize_beginGravatar Josh Triplett 1-0/+5
2020-12-22ext4: drop ext4_handle_dirty_super()Gravatar Jan Kara 1-4/+4
2020-12-22ext4: protect superblock modifications with a buffer lockGravatar Jan Kara 1-0/+12
2020-10-18ext4: use ext4_sb_bread() instead of sb_bread()Gravatar zhangyi (F) 1-4/+4
2020-10-18ext4: use common helpers in all places reading metadata buffersGravatar zhangyi (F) 1-1/+1
2020-10-18ext4: fix error handling code in add_new_gdbGravatar Dinghao Liu 1-1/+3
2020-02-21ext4: fix potential race between s_flex_groups online resizing and accessGravatar Suraj Jitindar Singh 1-2/+5
2020-02-21ext4: fix potential race between online resizing and write operationsGravatar Theodore Ts'o 1-11/+44
2020-01-17ext4: drop ext4_kvmalloc()Gravatar Theodore Ts'o 1-6/+4
2019-11-05ext4: Reserve revoke credits for freed blocksGravatar Jan Kara 1-5/+11
2019-11-05ext4: Provide function to handle transaction restartsGravatar Jan Kara 1-36/+10
2019-05-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2019-04-25ext4: avoid drop reference to iloc.bh twiceGravatar Pan Bian 1-0/+1
2019-04-06block: remove CONFIG_LBDAFGravatar Christoph Hellwig 1-2/+0
2019-03-15ext4: report real fs size after failed resizeGravatar Lukas Czerner 1-1/+5
2019-03-15ext4: add missing brelse() in add_new_gdb_meta_bg()Gravatar Lukas Czerner 1-2/+9
2019-02-11ext4: fix crash during online resizingGravatar Jan Kara 1-1/+2
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesGravatar Theodore Ts'o 1-2/+3
2018-12-04ext4: fix EXT4_IOC_GROUP_ADD ioctlGravatar ruippan (潘睿) 1-1/+1
2018-11-25ext4: add ext4_sb_bread() to disambiguate ENOMEM casesGravatar Theodore Ts'o 1-36/+36
2018-11-06ext4: avoid possible double brelse() in add_new_gdb() on error pathGravatar Theodore Ts'o 1-0/+1
2018-11-06ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Gravatar Vasily Averin 1-0/+4
2018-11-06ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingGravatar Vasily Averin 1-1/+1
2018-11-03ext4: add missing brelse() update_backups()'s error pathGravatar Vasily Averin 1-1/+3
2018-11-03ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathGravatar Vasily Averin 1-2/+1
2018-11-03ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathGravatar Vasily Averin 1-2/+4
2018-11-03ext4: avoid potential extra brelse in setup_new_flex_group_blocks() Gravatar Vasily Averin 1-6/+2
2018-09-03ext4: fix online resizing for bigalloc file systems with a 1k block sizeGravatar Theodore Ts'o 1-1/+2
2018-09-03ext4: fix online resize's handling of a too-small final block groupGravatar Theodore Ts'o 1-0/+20
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-4/+6
2018-05-25ext4: fix fencepost error in check for inode count overflow during resizeGravatar Jan Kara 1-1/+1