aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/resize.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30ext4: Support for checksumming from journal triggersJan Kara1-15/+23
2021-06-30Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Theodore Ts'o1-4/+0
2021-06-24ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett1-0/+4
2021-06-24ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett1-0/+5
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara1-4/+4
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara1-0/+12
2020-10-18ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)1-4/+4
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)1-1/+1
2020-10-18ext4: fix error handling code in add_new_gdbDinghao Liu1-1/+3
2020-02-21ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh1-2/+5
2020-02-21ext4: fix potential race between online resizing and write operationsTheodore Ts'o1-11/+44
2020-01-17ext4: drop ext4_kvmalloc()Theodore Ts'o1-6/+4
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara1-5/+11
2019-11-05ext4: Provide function to handle transaction restartsJan Kara1-36/+10
2019-05-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2019-04-25ext4: avoid drop reference to iloc.bh twicePan Bian1-0/+1
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-2/+0
2019-03-15ext4: report real fs size after failed resizeLukas Czerner1-1/+5
2019-03-15ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner1-2/+9
2019-02-11ext4: fix crash during online resizingJan Kara1-1/+2
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o1-2/+3
2018-12-04ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)1-1/+1
2018-11-25ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o1-36/+36
2018-11-06ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o1-0/+1
2018-11-06ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin1-0/+4
2018-11-06ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin1-1/+1
2018-11-03ext4: add missing brelse() update_backups()'s error pathVasily Averin1-1/+3
2018-11-03ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin1-2/+1
2018-11-03ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin1-2/+4
2018-11-03ext4: avoid potential extra brelse in setup_new_flex_group_blocks() Vasily Averin1-6/+2
2018-09-03ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o1-1/+2
2018-09-03ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o1-0/+20
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2018-05-25ext4: fix fencepost error in check for inode count overflow during resizeJan Kara1-1/+1
2018-01-11ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao1-1/+1
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-38/+66
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-29ext4: add support for online resizing with bigallocharshads1-38/+66
2017-08-06ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2017-02-05ext4: rename s_resize_flags to s_ext4_flagsTheodore Ts'o1-2/+3
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk1-1/+1
2016-02-12ext4: 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-02ext4: fix growing of tiny filesystemsJan Kara1-2/+5
2014-12-26ext4: 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/tytso/ext4Linus Torvalds1-2/+1
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov1-2/+1