aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/resize.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-21ext4: add check for inodes_count overflow in new resize ioctlGravatar Theodore Ts'o 1-0/+4
2013-04-21ext4: fix online resizing for ext3-compat file systemsGravatar Theodore Ts'o 1-0/+2
2013-04-03ext4: introduce ext4_get_group_number()Gravatar Lukas Czerner 1-5/+5
2013-03-11ext4: use atomic64_t for the per-flexbg free_clusters countGravatar Theodore Ts'o 1-2/+2
2013-03-02ext4: convert number of blocks to clusters properlyGravatar Lukas Czerner 1-3/+3
2013-02-08ext4: pass context information to jbd2__journal_start()Gravatar Theodore Ts'o 1-5/+5
2013-01-13ext4: trigger the lazy inode table initialization after resizeGravatar Theodore Ts'o 1-3/+5
2013-01-12ext4: use unlikely to improve the efficiency of the kernelGravatar Wang Shilong 1-5/+5
2013-01-12ext4: return ENOMEM if sb_getblk() failsGravatar Theodore Ts'o 1-4/+4
2012-11-08ext4: remove ext4_handle_release_buffer()Gravatar Eric Sandeen 1-14/+3
2012-10-22ext4: Checksum the block bitmap properly with bigalloc enabledGravatar Tao Ma 1-2/+1
2012-09-26ext4: don't call update_backups() multiple times for the same bgGravatar Tao Ma 1-0/+4
2012-09-25ext4: fix double unlock buffer mess during fs-resizeGravatar Dmitry Monakhov 1-10/+5
2012-09-20ext4: remove erroneous ext4_superblock_csum_set() in update_backups()Gravatar Tao Ma 1-2/+0
2012-09-19ext4: fix online resizing when the # of block groups is constantGravatar Theodore Ts'o 1-22/+14
2012-09-13ext4: log a resize update to the console every 10 secondsGravatar Theodore Ts'o 1-0/+8
2012-09-13ext4: convert file system to meta_bg if needed during resizingGravatar Theodore Ts'o 1-17/+133
2012-09-12ext4: set bg_itable_unused when resizingGravatar Theodore Ts'o 1-0/+3
2012-09-05ext4: add online resizing support for meta_bg and 64-bit file systemsGravatar Yongqiang Yang 1-50/+165
2012-09-05ext4: grow the s_group_info array as neededGravatar Theodore Ts'o 1-0/+8
2012-09-05ext4: grow the s_flex_groups array as needed when resizingGravatar Theodore Ts'o 1-5/+9
2012-09-05ext4: avoid duplicate writes of the backup bg descriptor blocksGravatar Yongqiang Yang 1-4/+6
2012-09-05ext4: don't copy non-existent gdt blocks when resizingGravatar Yongqiang Yang 1-0/+4
2012-09-05ext4: report the original old blocks count in a debug message when resizingGravatar Yongqiang Yang 1-2/+1
2012-09-05ext4: ignore last group w/o enough space when resizing instead of BUG'ingGravatar Yongqiang Yang 1-3/+9
2012-07-22ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Gravatar Artem Bityutskiy 1-1/+1
2012-07-22ext4: remove unused variable in ext4_update_super()Gravatar Theodore Ts'o 1-1/+1
2012-07-09ext4: fix overhead calculation used by ext4_statfs()Gravatar Theodore Ts'o 1-1/+6
2012-05-28ext4: remove redundundant "(char *) bh->b_data" castsGravatar Theodore Ts'o 1-1/+1