summaryrefslogtreecommitdiff
path: root/fs/ext4/resize.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: remove unused group parameter in ext4_block_bitmap_csum_setKemeng Shi2023-03-231-3/+2
* ext4: remove unused group parameter in ext4_inode_bitmap_csum_setKemeng Shi2023-03-231-1/+1
* ext4: fix corruption when online resizing a 1K bigalloc fsBaokun Li2022-12-081-3/+3
* ext4: fix corrupt backup group descriptors after online resizeBaokun Li2022-12-081-7/+15
* ext4: fix bad checksum after online resizeBaokun Li2022-12-081-2/+2
* ext4: remove redundant variable errJinpeng Cui2022-12-011-3/+1
* ext4: update the backup superblock's at the end of the online resizeTheodore Ts'o2022-10-271-0/+5
* ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢2022-09-271-1/+1
* ext4: avoid resizing to a partial cluster sizeKiselev, Oleg2022-08-021-0/+10
* ext4: reduce computation of overhead during resizeKiselev, Oleg2022-08-021-2/+21
* ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o2022-08-021-1/+4
* ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o2022-08-021-0/+1
* ext4: add reserved GDT blocks checkZhang Yi2022-06-181-0/+10
* ext4: use time_is_before_jiffies() instead of open coding itWang Qing2022-03-021-1/+2
* ext4: rename ext4_set_bits to mb_set_bitsRitesh Harjani2022-02-251-2/+2
* ext4: implement support for get/set fs labelLukas Czerner2022-01-101-4/+15
* ext4: Support for checksumming from journal triggersJan Kara2021-08-301-15/+23
* Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Theodore Ts'o2021-06-301-4/+0
* ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett2021-06-241-0/+4
* ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett2021-06-241-0/+5
* ext4: drop ext4_handle_dirty_super()Jan Kara2020-12-221-4/+4
* ext4: protect superblock modifications with a buffer lockJan Kara2020-12-221-0/+12
* ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)2020-10-181-4/+4
* ext4: use common helpers in all places reading metadata bufferszhangyi (F)2020-10-181-1/+1
* ext4: fix error handling code in add_new_gdbDinghao Liu2020-10-181-1/+3
* ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh2020-02-211-2/+5
* ext4: fix potential race between online resizing and write operationsTheodore Ts'o2020-02-211-11/+44
* ext4: drop ext4_kvmalloc()Theodore Ts'o2020-01-171-6/+4
* ext4: Reserve revoke credits for freed blocksJan Kara2019-11-051-5/+11
* ext4: Provide function to handle transaction restartsJan Kara2019-11-051-36/+10
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-071-0/+1
|\
| * ext4: avoid drop reference to iloc.bh twicePan Bian2019-04-251-0/+1
* | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-2/+0
|/
* ext4: report real fs size after failed resizeLukas Czerner2019-03-151-1/+5
* ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner2019-03-151-2/+9
* ext4: fix crash during online resizingJan Kara2019-02-111-1/+2
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2018-12-191-2/+3
* ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)2018-12-041-1/+1
* ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o2018-11-251-36/+36
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-11-061-0/+1
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-061-0/+4
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-11-061-1/+1
* ext4: add missing brelse() update_backups()'s error pathVasily Averin2018-11-031-1/+3
* ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-11-031-2/+1
* ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2018-11-031-2/+4
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks() Vasily Averin2018-11-031-6/+2
* ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o2018-09-031-1/+2
* ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-09-031-0/+20
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+6
* ext4: fix fencepost error in check for inode count overflow during resizeJan Kara2018-05-251-1/+1