aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/resize.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-12-021-0/+20
* ext4: fix fencepost error in check for inode count overflow during resizeJan Kara2018-12-021-1/+1
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-12-011-0/+1
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-12-011-1/+1
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-12-011-0/+4
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin2018-12-011-6/+2
* ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-12-011-2/+1
* ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2018-12-011-2/+4
* ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-121-1/+2
* ext4: fix potential integer overflowInsu Yun2017-05-291-1/+1
* fix calculation of meta_bg descriptor backupsAndy Leiserson2017-05-291-2/+2
* BACKPORT: ext4 from 3.18 to mtk-3.10Mister Oyster2017-05-271-14/+32
* Linux 3.10.98 (accumulative patch)Stefan Guendhoer2016-08-261-1/+1
* Linux 3.10.97 (accumulative patch)Stefan Guendhoer2016-08-261-2/+2
* first commitMeizu OpenSource2016-08-151-0/+2003