aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/resize.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-21ext4: fix potential race between s_flex_groups online resizing and accessGravatar Suraj Jitindar Singh 1-2/+5
2020-02-21ext4: fix potential race between online resizing and write operationsGravatar Theodore Ts'o 1-11/+44
2020-01-17ext4: drop ext4_kvmalloc()Gravatar Theodore Ts'o 1-6/+4
2019-11-05ext4: Reserve revoke credits for freed blocksGravatar Jan Kara 1-5/+11
2019-11-05ext4: Provide function to handle transaction restartsGravatar Jan Kara 1-36/+10
2019-05-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2019-04-25ext4: avoid drop reference to iloc.bh twiceGravatar Pan Bian 1-0/+1
2019-04-06block: remove CONFIG_LBDAFGravatar Christoph Hellwig 1-2/+0
2019-03-15ext4: report real fs size after failed resizeGravatar Lukas Czerner 1-1/+5
2019-03-15ext4: add missing brelse() in add_new_gdb_meta_bg()Gravatar Lukas Czerner 1-2/+9
2019-02-11ext4: fix crash during online resizingGravatar Jan Kara 1-1/+2
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesGravatar Theodore Ts'o 1-2/+3
2018-12-04ext4: fix EXT4_IOC_GROUP_ADD ioctlGravatar ruippan (潘睿) 1-1/+1
2018-11-25ext4: add ext4_sb_bread() to disambiguate ENOMEM casesGravatar Theodore Ts'o 1-36/+36
2018-11-06ext4: avoid possible double brelse() in add_new_gdb() on error pathGravatar Theodore Ts'o 1-0/+1
2018-11-06ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Gravatar Vasily Averin 1-0/+4
2018-11-06ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingGravatar Vasily Averin 1-1/+1
2018-11-03ext4: add missing brelse() update_backups()'s error pathGravatar Vasily Averin 1-1/+3
2018-11-03ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathGravatar Vasily Averin 1-2/+1
2018-11-03ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathGravatar Vasily Averin 1-2/+4
2018-11-03ext4: avoid potential extra brelse in setup_new_flex_group_blocks() Gravatar Vasily Averin 1-6/+2
2018-09-03ext4: fix online resizing for bigalloc file systems with a 1k block sizeGravatar Theodore Ts'o 1-1/+2
2018-09-03ext4: fix online resize's handling of a too-small final block groupGravatar Theodore Ts'o 1-0/+20
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-4/+6
2018-05-25ext4: fix fencepost error in check for inode count overflow during resizeGravatar Jan Kara 1-1/+1
2018-01-11ext4: use 'sbi' instead of 'EXT4_SB(sb)'Gravatar Jun Piao 1-1/+1
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-38/+66
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-29ext4: add support for online resizing with bigallocGravatar harshads 1-38/+66
2017-08-06ext4: fix overflow caused by missing cast in ext4_resize_fs()Gravatar Jerry Lee 1-1/+2
2017-02-05ext4: rename s_resize_flags to s_ext4_flagsGravatar Theodore Ts'o 1-2/+3
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsGravatar Jakub Wilk 1-1/+1
2016-02-12ext4: fix potential integer overflowGravatar Insu Yun 1-1/+1
2015-10-18[PATCH] fix calculation of meta_bg descriptor backupsGravatar Andy Leiserson 1-2/+2
2015-10-17ext4: clean up feature test macros with predicate functionsGravatar Darrick J. Wong 1-18/+12
2015-05-02ext4: fix growing of tiny filesystemsGravatar Jan Kara 1-2/+5
2014-12-26ext4: prevent online resize with backup superblockGravatar Theodore Ts'o 1-12/+12
2014-11-20ext4: kill ext4_kvfree()Gravatar Al Viro 1-3/+3
2014-10-30ext4: fix overflow when updating superblock backups after resizeGravatar Jan Kara 1-1/+1
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+1
2014-10-13ext4: Replace open coded mdata csum feature to helper functionGravatar Dmitry Monakhov 1-2/+1
2014-09-03ext4: avoid trying to kfree an ERR_PTR pointerGravatar Theodore Ts'o 1-0/+2
2014-06-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+13
2014-05-12ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessGravatar liang xie 1-0/+13
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-1/+1
2014-02-15ext4: fix online resize with a non-standard blocks per group settingGravatar Theodore Ts'o 1-1/+1
2014-02-15ext4: fix online resize with very large inode tablesGravatar Theodore Ts'o 1-12/+20
2013-07-01ext4: fix corruption when online resizing a fs with 1K block sizeGravatar Maarten ter Huurne 1-3/+1
2013-06-17ext4: delete unused variablesGravatar Jon Ernst 1-2/+1
2013-06-06ext4: verify group number in verify_group_input() before using itGravatar Theodore Ts'o 1-6/+11