Theodore Ts'o
|
4f32c38b46
ext4: avoid possible double brelse() in add_new_gdb() on error path
|
6 years ago |
Vasily Averin
|
db6aee6240
ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
|
6 years ago |
Vasily Averin
|
f348e2241f
ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
|
6 years ago |
Vasily Averin
|
ea0abbb648
ext4: add missing brelse() update_backups()'s error path
|
6 years ago |
Vasily Averin
|
61a9c11e5e
ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
|
6 years ago |
Vasily Averin
|
cea5794122
ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
|
6 years ago |
Vasily Averin
|
9e4028935c
ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
|
6 years ago |
Theodore Ts'o
|
5f8c10936f
ext4: fix online resizing for bigalloc file systems with a 1k block size
|
7 years ago |
Theodore Ts'o
|
f0a459dec5
ext4: fix online resize's handling of a too-small final block group
|
7 years ago |
Kees Cook
|
6da2ec5605
treewide: kmalloc() -> kmalloc_array()
|
7 years ago |
Jan Kara
|
4f2f76f751
ext4: fix fencepost error in check for inode count overflow during resize
|
7 years ago |
Jun Piao
|
49598e04b5
ext4: use 'sbi' instead of 'EXT4_SB(sb)'
|
7 years ago |
Linus Torvalds
|
ae9a8c4bdc
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
7 years ago |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
harshads
|
d77147ff44
ext4: add support for online resizing with bigalloc
|
7 years ago |
Jerry Lee
|
aec51758ce
ext4: fix overflow caused by missing cast in ext4_resize_fs()
|
8 years ago |
Theodore Ts'o
|
9549a168bd
ext4: rename s_resize_flags to s_ext4_flags
|
8 years ago |
Jakub Wilk
|
8d2ae1cbe8
ext4: remove trailing \n from ext4_warning/ext4_error calls
|
9 years ago |
Insu Yun
|
46901760b4
ext4: fix potential integer overflow
|
9 years ago |
Andy Leiserson
|
904dad4742
[PATCH] fix calculation of meta_bg descriptor backups
|
9 years ago |
Darrick J. Wong
|
e2b911c535
ext4: clean up feature test macros with predicate functions
|
9 years ago |
Jan Kara
|
2c869b262a
ext4: fix growing of tiny filesystems
|
10 years ago |
Theodore Ts'o
|
011fa99404
ext4: prevent online resize with backup superblock
|
10 years ago |
Al Viro
|
b93b41d4c7
ext4: kill ext4_kvfree()
|
10 years ago |
Jan Kara
|
9378c6768e
ext4: fix overflow when updating superblock backups after resize
|
10 years ago |
Linus Torvalds
|
c2661b8060
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
10 years ago |
Dmitry Monakhov
|
9aa5d32ba2
ext4: Replace open coded mdata csum feature to helper function
|
10 years ago |
Theodore Ts'o
|
a9cfcd63e8
ext4: avoid trying to kfree an ERR_PTR pointer
|
11 years ago |
Linus Torvalds
|
f8409abdc5
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
11 years ago |
liang xie
|
5d60125530
ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access
|
11 years ago |