summaryrefslogtreecommitdiffstats
path: root/fs/ext4/resize.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2020-05-021-2/+3
* ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh2020-03-111-2/+5
* ext4: fix potential race between online resizing and write operationsTheodore Ts'o2020-03-111-11/+44
* ext4: report real fs size after failed resizeLukas Czerner2019-04-201-1/+5
* ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner2019-04-201-2/+9
* ext4: fix crash during online resizingJan Kara2019-03-231-1/+2
* ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)2019-01-091-1/+1
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-11-211-0/+1
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-11-211-1/+1
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-211-0/+4
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin2018-11-211-6/+2
* ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-11-211-2/+1
* ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2018-11-211-2/+4
* ext4: add missing brelse() update_backups()'s error pathVasily Averin2018-11-211-1/+3
* ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o2018-09-291-1/+2
* ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-09-291-0/+20
* ext4: fix fencepost error in check for inode count overflow during resizeJan Kara2018-06-261-1/+1
* ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-111-1/+2
* 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/+12
* ext4: fix growing of tiny filesystemsJan Kara2015-05-021-2/+5
* ext4: prevent online resize with backup superblockTheodore Ts'o2014-12-261-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/+1
|\
| * ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-10-131-2/+1
* | 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-121-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-151-1/+1
* ext4: fix online resize with very large inode tablesTheodore Ts'o2014-02-151-12/+20
* ext4: fix corruption when online resizing a fs with 1K block sizeMaarten ter Huurne2013-07-011-3/+1
* ext4: delete unused variablesJon Ernst2013-06-171-2/+1
* 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-211-0/+4
* ext4: fix online resizing for ext3-compat file systemsTheodore Ts'o2013-04-211-0/+2
* ext4: introduce ext4_get_group_number()Lukas Czerner2013-04-031-5/+5
* ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o2013-03-111-2/+2
* ext4: convert number of blocks to clusters properlyLukas Czerner2013-03-021-3/+3
* ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-081-5/+5
* ext4: trigger the lazy inode table initialization after resizeTheodore Ts'o2013-01-131-3/+5
* ext4: use unlikely to improve the efficiency of the kernelWang Shilong2013-01-121-5/+5
* ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-01-121-4/+4
* ext4: remove ext4_handle_release_buffer()Eric Sandeen2012-11-081-14/+3
* ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma2012-10-221-2/+1
* ext4: don't call update_backups() multiple times for the same bgTao Ma2012-09-261-0/+4
* ext4: fix double unlock buffer mess during fs-resizeDmitry Monakhov2012-09-251-10/+5