aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/resize.c
Commit message (Expand)AuthorAge
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-08
|\
| * ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie2014-05-12
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
|/
* ext4: fix online resize with a non-standard blocks per group settingTheodore Ts'o2014-02-15
* ext4: fix online resize with very large inode tablesTheodore Ts'o2014-02-15
* ext4: fix corruption when online resizing a fs with 1K block sizeMaarten ter Huurne2013-07-01
* ext4: delete unused variablesJon Ernst2013-06-17
* ext4: verify group number in verify_group_input() before using itTheodore Ts'o2013-06-06
* ext4: add check for inodes_count overflow in new resize ioctlTheodore Ts'o2013-04-21
* ext4: fix online resizing for ext3-compat file systemsTheodore Ts'o2013-04-21
* ext4: introduce ext4_get_group_number()Lukas Czerner2013-04-03
* ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o2013-03-11
* ext4: convert number of blocks to clusters properlyLukas Czerner2013-03-02
* ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-08
* ext4: trigger the lazy inode table initialization after resizeTheodore Ts'o2013-01-13
* ext4: use unlikely to improve the efficiency of the kernelWang Shilong2013-01-12
* ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-01-12
* ext4: remove ext4_handle_release_buffer()Eric Sandeen2012-11-08
* ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma2012-10-22
* ext4: don't call update_backups() multiple times for the same bgTao Ma2012-09-26
* ext4: fix double unlock buffer mess during fs-resizeDmitry Monakhov2012-09-25
* ext4: remove erroneous ext4_superblock_csum_set() in update_backups()Tao Ma2012-09-20
* ext4: fix online resizing when the # of block groups is constantTheodore Ts'o2012-09-19
* ext4: log a resize update to the console every 10 secondsTheodore Ts'o2012-09-13
* ext4: convert file system to meta_bg if needed during resizingTheodore Ts'o2012-09-13
* ext4: set bg_itable_unused when resizingTheodore Ts'o2012-09-12
* ext4: add online resizing support for meta_bg and 64-bit file systemsYongqiang Yang2012-09-05
* ext4: grow the s_group_info array as neededTheodore Ts'o2012-09-05
* ext4: grow the s_flex_groups array as needed when resizingTheodore Ts'o2012-09-05
* ext4: avoid duplicate writes of the backup bg descriptor blocksYongqiang Yang2012-09-05
* ext4: don't copy non-existent gdt blocks when resizingYongqiang Yang2012-09-05
* ext4: report the original old blocks count in a debug message when resizingYongqiang Yang2012-09-05
* ext4: ignore last group w/o enough space when resizing instead of BUG'ingYongqiang Yang2012-09-05
* ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy2012-07-22
* ext4: remove unused variable in ext4_update_super()Theodore Ts'o2012-07-22
* ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o2012-07-09
* ext4: remove redundundant "(char *) bh->b_data" castsTheodore Ts'o2012-05-28
* ext4: fix potential integer overflow in alloc_flex_gd()Haogang Chen2012-05-28
* ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong2012-04-29
* ext4: calculate and verify block bitmap checksumDarrick J. Wong2012-04-29
* ext4: calculate and verify checksums for inode bitmapsDarrick J. Wong2012-04-29
* ext4: calculate and verify superblock checksumDarrick J. Wong2012-04-29
* ext4: update s_free_{inodes,blocks}_count during online resizeDarrick J. Wong2012-03-20
* ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o2012-03-19
* ext4: fix resize when resizing within single groupLukas Czerner2012-02-20
* ext4: let ext4_group_add() use common codeYongqiang Yang2012-01-04
* ext4: let ext4_group_extend() use common codeYongqiang Yang2012-01-04
* ext4: add new online resize interfaceYongqiang Yang2012-01-04
* ext4: add a new function which adds a flex group to a fsYongqiang Yang2012-01-03
* ext4: add a new function which allocates bitmaps and inode tablesYongqiang Yang2012-01-03