index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
resize.c
Age
Commit message (
Expand
)
Author
2012-11-08
ext4: remove ext4_handle_release_buffer()
Eric Sandeen
2012-10-22
ext4: Checksum the block bitmap properly with bigalloc enabled
Tao Ma
2012-09-26
ext4: don't call update_backups() multiple times for the same bg
Tao Ma
2012-09-25
ext4: fix double unlock buffer mess during fs-resize
Dmitry Monakhov
2012-09-20
ext4: remove erroneous ext4_superblock_csum_set() in update_backups()
Tao Ma
2012-09-19
ext4: fix online resizing when the # of block groups is constant
Theodore Ts'o
2012-09-13
ext4: log a resize update to the console every 10 seconds
Theodore Ts'o
2012-09-13
ext4: convert file system to meta_bg if needed during resizing
Theodore Ts'o
2012-09-12
ext4: set bg_itable_unused when resizing
Theodore Ts'o
2012-09-05
ext4: add online resizing support for meta_bg and 64-bit file systems
Yongqiang Yang
2012-09-05
ext4: grow the s_group_info array as needed
Theodore Ts'o
2012-09-05
ext4: grow the s_flex_groups array as needed when resizing
Theodore Ts'o
2012-09-05
ext4: avoid duplicate writes of the backup bg descriptor blocks
Yongqiang Yang
2012-09-05
ext4: don't copy non-existent gdt blocks when resizing
Yongqiang Yang
2012-09-05
ext4: report the original old blocks count in a debug message when resizing
Yongqiang Yang
2012-09-05
ext4: ignore last group w/o enough space when resizing instead of BUG'ing
Yongqiang Yang
2012-07-22
ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()
Artem Bityutskiy
2012-07-22
ext4: remove unused variable in ext4_update_super()
Theodore Ts'o
2012-07-09
ext4: fix overhead calculation used by ext4_statfs()
Theodore Ts'o
2012-05-28
ext4: remove redundundant "(char *) bh->b_data" casts
Theodore Ts'o
2012-05-28
ext4: fix potential integer overflow in alloc_flex_gd()
Haogang Chen
2012-04-29
ext4: make block group checksums use metadata_csum algorithm
Darrick J. Wong
2012-04-29
ext4: calculate and verify block bitmap checksum
Darrick J. Wong
2012-04-29
ext4: calculate and verify checksums for inode bitmaps
Darrick J. Wong
2012-04-29
ext4: calculate and verify superblock checksum
Darrick J. Wong
2012-03-20
ext4: update s_free_{inodes,blocks}_count during online resize
Darrick J. Wong
2012-03-19
ext4: change some printk() calls to use ext4_msg() instead
Theodore Ts'o
2012-02-20
ext4: fix resize when resizing within single group
Lukas Czerner
2012-01-04
ext4: let ext4_group_add() use common code
Yongqiang Yang
2012-01-04
ext4: let ext4_group_extend() use common code
Yongqiang Yang
2012-01-04
ext4: add new online resize interface
Yongqiang Yang
2012-01-03
ext4: add a new function which adds a flex group to a fs
Yongqiang Yang
2012-01-03
ext4: add a new function which allocates bitmaps and inode tables
Yongqiang Yang
2012-01-03
ext4: pass verify_reserved_gdb() the number of group decriptors
Yongqiang Yang
2012-01-03
ext4: add a function which updates the super block during online resizing
Yongqiang Yang
2012-01-03
ext4: add a function which sets up a block group descriptors of a flex bg
Yongqiang Yang
2012-01-03
ext4: add a function which sets up group blocks of a flex bg
Yongqiang Yang
2012-01-03
ext4: add a structure which will be used by 64bit-resize interface
Yongqiang Yang
2012-01-03
ext4: add a function which adds a new group descriptors to a fs
Yongqiang Yang
2012-01-03
ext4: add a function which extends a group without checking parameters
Yongqiang Yang
2011-09-09
ext4: Rename ext4_free_blks_{count,set}() to refer to clusters
Theodore Ts'o
2011-09-09
ext4: convert the free_blocks field in s_flex_groups to be free_clusters
Theodore Ts'o
2011-09-09
ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter
Theodore Ts'o
2011-08-01
ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info
Theodore Ts'o
2011-07-30
ext4: add missing kfree() on error return path in add_new_gdb()
Dan Carpenter
2011-07-27
ext4: simplify parameters of reserve_backup_gdb()
Yongqiang Yang
2011-07-27
ext4: simplify parameters of add_new_gdb()
Yongqiang Yang
2011-07-27
ext4: remove lock_buffer in bclean() and setup_new_group_blocks()
Yongqiang Yang
2011-07-26
ext4: simplify journal handling in setup_new_group_blocks()
Yongqiang Yang
2011-07-26
ext4: let setup_new_group_blocks() set multiple bits at a time
Yongqiang Yang
[next]