summaryrefslogtreecommitdiff
path: root/fs/ext4/resize.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-27ext4: report real fs size after failed resizeLukas Czerner1-1/+5
2019-04-27ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner1-2/+9
2019-03-23ext4: fix crash during online resizingJan Kara1-1/+2
2019-01-13ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)1-1/+1
2018-11-21ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o1-0/+1
2018-11-21ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin1-1/+1
2018-11-21ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin1-0/+4
2018-11-21ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin1-6/+2
2018-11-21ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin1-2/+1
2018-11-21ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin1-2/+4
2018-11-21ext4: add missing brelse() update_backups()'s error pathVasily Averin1-1/+3
2018-09-29ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o1-1/+2
2018-09-29ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o1-0/+20
2018-07-03ext4: fix fencepost error in check for inode count overflow during resizeJan Kara1-1/+1
2017-08-11ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2016-02-25ext4: fix potential integer overflowInsu Yun1-1/+1
2015-10-18[PATCH] fix calculation of meta_bg descriptor backupsAndy Leiserson1-2/+2
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong1-18/+12
2015-05-03ext4: fix growing of tiny filesystemsJan Kara1-2/+5
2014-12-27ext4: prevent online resize with backup superblockTheodore Ts'o1-12/+12
2014-11-20ext4: kill ext4_kvfree()Al Viro1-3/+3
2014-10-30ext4: fix overflow when updating superblock backups after resizeJan Kara1-1/+1
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+1
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov1-2/+1
2014-09-03ext4: avoid trying to kfree an ERR_PTR pointerTheodore Ts'o1-0/+2
2014-06-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+13
2014-05-13ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie1-0/+13
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-02-16ext4: fix online resize with a non-standard blocks per group settingTheodore Ts'o1-1/+1
2014-02-16ext4: fix online resize with very large inode tablesTheodore Ts'o1-12/+20
2013-07-01ext4: fix corruption when online resizing a fs with 1K block sizeMaarten ter Huurne1-3/+1
2013-06-17ext4: delete unused variablesJon Ernst1-2/+1
2013-06-06ext4: verify group number in verify_group_input() before using itTheodore Ts'o1-6/+11
2013-04-22ext4: add check for inodes_count overflow in new resize ioctlTheodore Ts'o1-0/+4
2013-04-22ext4: fix online resizing for ext3-compat file systemsTheodore Ts'o1-0/+2
2013-04-04ext4: introduce ext4_get_group_number()Lukas Czerner1-5/+5
2013-03-12ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o1-2/+2
2013-03-03ext4: convert number of blocks to clusters properlyLukas Czerner1-3/+3
2013-02-09ext4: pass context information to jbd2__journal_start()Theodore Ts'o1-5/+5
2013-01-13ext4: trigger the lazy inode table initialization after resizeTheodore Ts'o1-3/+5
2013-01-13ext4: use unlikely to improve the efficiency of the kernelWang Shilong1-5/+5
2013-01-13ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o1-4/+4
2012-11-08ext4: remove ext4_handle_release_buffer()Eric Sandeen1-14/+3
2012-10-22ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma1-2/+1
2012-09-26ext4: don't call update_backups() multiple times for the same bgTao Ma1-0/+4
2012-09-26ext4: fix double unlock buffer mess during fs-resizeDmitry Monakhov1-10/+5
2012-09-20ext4: remove erroneous ext4_superblock_csum_set() in update_backups()Tao Ma1-2/+0
2012-09-19ext4: fix online resizing when the # of block groups is constantTheodore Ts'o1-22/+14
2012-09-13ext4: log a resize update to the console every 10 secondsTheodore Ts'o1-0/+8
2012-09-13ext4: convert file system to meta_bg if needed during resizingTheodore Ts'o1-17/+133