summaryrefslogtreecommitdiffstats
path: root/fs/ext4/resize.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-081-0/+1
|\
| * ext4: avoid drop reference to iloc.bh twicePan Bian2019-04-251-0/+1
* | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-2/+0Star
|/
* 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/+1Star
* 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/+2Star
* ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o2018-09-041-1/+2
* ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-09-041-0/+20
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-4/+6
* ext4: fix fencepost error in check for inode count overflow during resizeJan Kara2018-05-251-1/+1
* ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao2018-01-111-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-38/+66
|\
| * ext4: add support for online resizing with bigallocharshads2017-10-291-38/+66
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-061-1/+2
* ext4: rename s_resize_flags to s_ext4_flagsTheodore Ts'o2017-02-051-2/+3
* ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk2016-04-271-1/+1
* ext4: fix potential integer overflowInsu Yun2016-02-121-1/+1
* [PATCH] fix calculation of meta_bg descriptor backupsAndy Leiserson2015-10-181-2/+2
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-18/+12Star
* ext4: fix growing of tiny filesystemsJan Kara2015-05-031-2/+5
* ext4: prevent online resize with backup superblockTheodore Ts'o2014-12-271-12/+12
* ext4: kill ext4_kvfree()Al Viro2014-11-201-3/+3
* ext4: fix overflow when updating superblock backups after resizeJan Kara2014-10-301-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-10-201-2/+1Star
|\
| * ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-10-131-2/+1Star
* | ext4: avoid trying to kfree an ERR_PTR pointerTheodore Ts'o2014-09-031-0/+2
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-081-0/+13
|\
| * ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie2014-05-131-0/+13
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
|/
* ext4: fix online resize with a non-standard blocks per group settingTheodore Ts'o2014-02-161-1/+1
* ext4: fix online resize with very large inode tablesTheodore Ts'o2014-02-161-12/+20
* ext4: fix corruption when online resizing a fs with 1K block sizeMaarten ter Huurne2013-07-011-3/+1Star
* ext4: delete unused variablesJon Ernst2013-06-171-2/+1Star
* ext4: verify group number in verify_group_input() before using itTheodore Ts'o2013-06-061-6/+11
* ext4: add check for inodes_count overflow in new resize ioctlTheodore Ts'o2013-04-221-0/+4
* ext4: fix online resizing for ext3-compat file systemsTheodore Ts'o2013-04-221-0/+2
* ext4: introduce ext4_get_group_number()Lukas Czerner2013-04-041-5/+5
* ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o2013-03-121-2/+2
* ext4: convert number of blocks to clusters properlyLukas Czerner2013-03-021-3/+3