Maarten ter Huurne
|
6ca792edc1
ext4: fix corruption when online resizing a fs with 1K block size
|
12 years ago |
Jon Ernst
|
03b40e3496
ext4: delete unused variables
|
12 years ago |
Theodore Ts'o
|
b302ef2d3c
ext4: verify group number in verify_group_input() before using it
|
12 years ago |
Theodore Ts'o
|
3f8a6411fb
ext4: add check for inodes_count overflow in new resize ioctl
|
12 years ago |
Theodore Ts'o
|
c5c72d814c
ext4: fix online resizing for ext3-compat file systems
|
12 years ago |
Lukas Czerner
|
bd86298e60
ext4: introduce ext4_get_group_number()
|
12 years ago |
Theodore Ts'o
|
90ba983f68
ext4: use atomic64_t for the per-flexbg free_clusters count
|
12 years ago |
Lukas Czerner
|
810da240f2
ext4: convert number of blocks to clusters properly
|
12 years ago |
Theodore Ts'o
|
9924a92a8c
ext4: pass context information to jbd2__journal_start()
|
12 years ago |
Theodore Ts'o
|
7f5118629f
ext4: trigger the lazy inode table initialization after resize
|
12 years ago |
Wang Shilong
|
aebf02430d
ext4: use unlikely to improve the efficiency of the kernel
|
12 years ago |
Theodore Ts'o
|
860d21e2c5
ext4: return ENOMEM if sb_getblk() fails
|
12 years ago |
Eric Sandeen
|
37be2f59d3
ext4: remove ext4_handle_release_buffer()
|
12 years ago |
Tao Ma
|
79f1ba4956
ext4: Checksum the block bitmap properly with bigalloc enabled
|
12 years ago |
Tao Ma
|
0acdb8876f
ext4: don't call update_backups() multiple times for the same bg
|
12 years ago |
Dmitry Monakhov
|
7f1468d1d5
ext4: fix double unlock buffer mess during fs-resize
|
12 years ago |
Tao Ma
|
bef53b01fa
ext4: remove erroneous ext4_superblock_csum_set() in update_backups()
|
12 years ago |
Theodore Ts'o
|
59e31c156a
ext4: fix online resizing when the # of block groups is constant
|
12 years ago |
Theodore Ts'o
|
4da4a56e4f
ext4: log a resize update to the console every 10 seconds
|
13 years ago |
Theodore Ts'o
|
1c6bd7173d
ext4: convert file system to meta_bg if needed during resizing
|
13 years ago |
Theodore Ts'o
|
93f9052643
ext4: set bg_itable_unused when resizing
|
13 years ago |
Yongqiang Yang
|
01f795f9e0
ext4: add online resizing support for meta_bg and 64-bit file systems
|
13 years ago |
Theodore Ts'o
|
28623c2f5b
ext4: grow the s_group_info array as needed
|
13 years ago |
Theodore Ts'o
|
117fff10d7
ext4: grow the s_flex_groups array as needed when resizing
|
13 years ago |
Yongqiang Yang
|
2ebd1704de
ext4: avoid duplicate writes of the backup bg descriptor blocks
|
13 years ago |
Yongqiang Yang
|
6df935ad2f
ext4: don't copy non-existent gdt blocks when resizing
|
13 years ago |
Yongqiang Yang
|
d7574ad08b
ext4: report the original old blocks count in a debug message when resizing
|
13 years ago |
Yongqiang Yang
|
03c1c29053
ext4: ignore last group w/o enough space when resizing instead of BUG'ing
|
13 years ago |
Artem Bityutskiy
|
b50924c2c6
ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()
|
13 years ago |
Theodore Ts'o
|
8a9918497b
ext4: remove unused variable in ext4_update_super()
|
13 years ago |