index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
resize.c
Age
Commit message (
Expand
)
Author
2024-03-07
ext4: enable meta_bg only when new desc blocks are needed
Srivathsa Dara
2024-03-07
ext4: fix corruption during on-line resize
Maximilian Heyne
2023-12-14
ext4: reduce unnecessary memory allocation in alloc_flex_gd()
Baokun Li
2023-12-14
ext4: avoid online resizing failures due to oversized flex bg
Baokun Li
2023-12-14
ext4: remove unnecessary check from alloc_flex_gd()
Baokun Li
2023-12-14
ext4: unify the type of flexbg_size to unsigned int
Baokun Li
2023-10-05
ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmap
Kemeng Shi
2023-10-05
ext4: remove unnecessary check to avoid repeat update_backups for the same gdb
Kemeng Shi
2023-10-05
ext4: simplify the gdbblock calculation in add_new_gdb_meta_bg
Kemeng Shi
2023-10-05
ext4: use saved local variable sbi instead of EXT4_SB(sb)
Kemeng Shi
2023-10-05
ext4: remove EXT4FS_DEBUG defination in resize.c
Kemeng Shi
2023-10-05
ext4: calculate free_clusters_count in cluster unit in verify_group_input
Kemeng Shi
2023-10-05
ext4: remove commented code in reserve_backup_gdb
Kemeng Shi
2023-10-05
ext4: remove redundant check of count
Kemeng Shi
2023-10-05
ext4: fix typo in setup_new_flex_group_blocks
Kemeng Shi
2023-10-05
ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
Kemeng Shi
2023-10-05
ext4: correct return value of ext4_convert_meta_bg
Kemeng Shi
2023-10-05
ext4: add missed brelse in update_backups
Kemeng Shi
2023-10-05
ext4: correct offset of gdb backup in non meta_bg group to update_backups
Kemeng Shi
2023-03-23
ext4: remove unused group parameter in ext4_block_bitmap_csum_set
Kemeng Shi
2023-03-23
ext4: remove unused group parameter in ext4_inode_bitmap_csum_set
Kemeng Shi
2022-12-08
ext4: fix corruption when online resizing a 1K bigalloc fs
Baokun Li
2022-12-08
ext4: fix corrupt backup group descriptors after online resize
Baokun Li
2022-12-08
ext4: fix bad checksum after online resize
Baokun Li
2022-12-01
ext4: remove redundant variable err
Jinpeng Cui
2022-10-27
ext4: update the backup superblock's at the end of the online resize
Theodore Ts'o
2022-09-27
ext4: continue to expand file system when the target size doesn't reach
Jerry Lee 李修賢
2022-08-02
ext4: avoid resizing to a partial cluster size
Kiselev, Oleg
2022-08-02
ext4: reduce computation of overhead during resize
Kiselev, Oleg
2022-08-02
ext4: update the s_overhead_clusters in the backup sb's when resizing
Theodore Ts'o
2022-08-02
ext4: update s_overhead_clusters in the superblock during an on-line resize
Theodore Ts'o
2022-06-18
ext4: add reserved GDT blocks check
Zhang Yi
2022-03-02
ext4: use time_is_before_jiffies() instead of open coding it
Wang Qing
2022-02-25
ext4: rename ext4_set_bits to mb_set_bits
Ritesh Harjani
2022-01-10
ext4: implement support for get/set fs label
Lukas Czerner
2021-08-30
ext4: Support for checksumming from journal triggers
Jan Kara
2021-06-30
Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"
Theodore Ts'o
2021-06-24
ext4: add check to prevent attempting to resize an fs with sparse_super2
Josh Triplett
2021-06-24
ext4: consolidate checks for resize of bigalloc into ext4_resize_begin
Josh Triplett
2020-12-22
ext4: drop ext4_handle_dirty_super()
Jan Kara
2020-12-22
ext4: protect superblock modifications with a buffer lock
Jan Kara
2020-10-18
ext4: use ext4_sb_bread() instead of sb_bread()
zhangyi (F)
2020-10-18
ext4: use common helpers in all places reading metadata buffers
zhangyi (F)
2020-10-18
ext4: fix error handling code in add_new_gdb
Dinghao Liu
2020-02-21
ext4: fix potential race between s_flex_groups online resizing and access
Suraj Jitindar Singh
2020-02-21
ext4: fix potential race between online resizing and write operations
Theodore Ts'o
2020-01-17
ext4: drop ext4_kvmalloc()
Theodore Ts'o
2019-11-05
ext4: Reserve revoke credits for freed blocks
Jan Kara
2019-11-05
ext4: Provide function to handle transaction restarts
Jan Kara
2019-05-07
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
[next]