index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
resize.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: remove unused group parameter in ext4_block_bitmap_csum_set
Kemeng Shi
2023-03-23
1
-3
/
+2
*
ext4: remove unused group parameter in ext4_inode_bitmap_csum_set
Kemeng Shi
2023-03-23
1
-1
/
+1
*
ext4: fix corruption when online resizing a 1K bigalloc fs
Baokun Li
2022-12-08
1
-3
/
+3
*
ext4: fix corrupt backup group descriptors after online resize
Baokun Li
2022-12-08
1
-7
/
+15
*
ext4: fix bad checksum after online resize
Baokun Li
2022-12-08
1
-2
/
+2
*
ext4: remove redundant variable err
Jinpeng Cui
2022-12-01
1
-3
/
+1
*
ext4: update the backup superblock's at the end of the online resize
Theodore Ts'o
2022-10-27
1
-0
/
+5
*
ext4: continue to expand file system when the target size doesn't reach
Jerry Lee 李修賢
2022-09-27
1
-1
/
+1
*
ext4: avoid resizing to a partial cluster size
Kiselev, Oleg
2022-08-02
1
-0
/
+10
*
ext4: reduce computation of overhead during resize
Kiselev, Oleg
2022-08-02
1
-2
/
+21
*
ext4: update the s_overhead_clusters in the backup sb's when resizing
Theodore Ts'o
2022-08-02
1
-1
/
+4
*
ext4: update s_overhead_clusters in the superblock during an on-line resize
Theodore Ts'o
2022-08-02
1
-0
/
+1
*
ext4: add reserved GDT blocks check
Zhang Yi
2022-06-18
1
-0
/
+10
*
ext4: use time_is_before_jiffies() instead of open coding it
Wang Qing
2022-03-02
1
-1
/
+2
*
ext4: rename ext4_set_bits to mb_set_bits
Ritesh Harjani
2022-02-25
1
-2
/
+2
*
ext4: implement support for get/set fs label
Lukas Czerner
2022-01-10
1
-4
/
+15
*
ext4: Support for checksumming from journal triggers
Jan Kara
2021-08-30
1
-15
/
+23
*
Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"
Theodore Ts'o
2021-06-30
1
-4
/
+0
*
ext4: add check to prevent attempting to resize an fs with sparse_super2
Josh Triplett
2021-06-24
1
-0
/
+4
*
ext4: consolidate checks for resize of bigalloc into ext4_resize_begin
Josh Triplett
2021-06-24
1
-0
/
+5
*
ext4: drop ext4_handle_dirty_super()
Jan Kara
2020-12-22
1
-4
/
+4
*
ext4: protect superblock modifications with a buffer lock
Jan Kara
2020-12-22
1
-0
/
+12
*
ext4: use ext4_sb_bread() instead of sb_bread()
zhangyi (F)
2020-10-18
1
-4
/
+4
*
ext4: use common helpers in all places reading metadata buffers
zhangyi (F)
2020-10-18
1
-1
/
+1
*
ext4: fix error handling code in add_new_gdb
Dinghao Liu
2020-10-18
1
-1
/
+3
*
ext4: fix potential race between s_flex_groups online resizing and access
Suraj Jitindar Singh
2020-02-21
1
-2
/
+5
*
ext4: fix potential race between online resizing and write operations
Theodore Ts'o
2020-02-21
1
-11
/
+44
*
ext4: drop ext4_kvmalloc()
Theodore Ts'o
2020-01-17
1
-6
/
+4
*
ext4: Reserve revoke credits for freed blocks
Jan Kara
2019-11-05
1
-5
/
+11
*
ext4: Provide function to handle transaction restarts
Jan Kara
2019-11-05
1
-36
/
+10
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2019-05-07
1
-0
/
+1
|
\
|
*
ext4: avoid drop reference to iloc.bh twice
Pan Bian
2019-04-25
1
-0
/
+1
*
|
block: remove CONFIG_LBDAF
Christoph Hellwig
2019-04-06
1
-2
/
+0
|
/
*
ext4: report real fs size after failed resize
Lukas Czerner
2019-03-15
1
-1
/
+5
*
ext4: add missing brelse() in add_new_gdb_meta_bg()
Lukas Czerner
2019-03-15
1
-2
/
+9
*
ext4: fix crash during online resizing
Jan Kara
2019-02-11
1
-1
/
+2
*
ext4: avoid declaring fs inconsistent due to invalid file handles
Theodore Ts'o
2018-12-19
1
-2
/
+3
*
ext4: fix EXT4_IOC_GROUP_ADD ioctl
ruippan (潘睿)
2018-12-04
1
-1
/
+1
*
ext4: add ext4_sb_bread() to disambiguate ENOMEM cases
Theodore Ts'o
2018-11-25
1
-36
/
+36
*
ext4: avoid possible double brelse() in add_new_gdb() on error path
Theodore Ts'o
2018-11-06
1
-0
/
+1
*
ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
Vasily Averin
2018-11-06
1
-0
/
+4
*
ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
Vasily Averin
2018-11-06
1
-1
/
+1
*
ext4: add missing brelse() update_backups()'s error path
Vasily Averin
2018-11-03
1
-1
/
+3
*
ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
Vasily Averin
2018-11-03
1
-2
/
+1
*
ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
Vasily Averin
2018-11-03
1
-2
/
+4
*
ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
Vasily Averin
2018-11-03
1
-6
/
+2
*
ext4: fix online resizing for bigalloc file systems with a 1k block size
Theodore Ts'o
2018-09-03
1
-1
/
+2
*
ext4: fix online resize's handling of a too-small final block group
Theodore Ts'o
2018-09-03
1
-0
/
+20
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-4
/
+6
*
ext4: fix fencepost error in check for inode count overflow during resize
Jan Kara
2018-05-25
1
-1
/
+1
[next]