linux_dsm_epyc7002/fs/ext4
Shen Feng 74767c5a2d ext4: miscellaneous error checks and coding cleanups for mballoc
ext4_mb_seq_history_open(): check if sbi->s_mb_history is NULL

ext4_mb_history_init(): replace kmalloc and memset with kzalloc

ext4_mb_init_backend(): remove memset since kzalloc is used

ext4_mb_init(): the return value of ext4_mb_init_backend is int,
	but i is unsigned, replace it with a new int variable.

Signed-off-by: Shen Feng <shen@cn.fujitsu.com>
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-07-11 19:27:31 -04:00
..
acl.c
acl.h
balloc.c ext4: Use BUG_ON() instead of BUG() 2008-07-11 19:27:31 -04:00
bitmap.c
dir.c ext4: improve some code in rb tree part of dir.c 2008-07-11 19:27:31 -04:00
ext4_extents.h
ext4_i.h ext4: fix comments to say "ext4" 2008-07-11 19:27:31 -04:00
ext4_jbd2.c
ext4_jbd2.h
ext4_sb.h ext4: fix comments to say "ext4" 2008-07-11 19:27:31 -04:00
ext4.h ext4: fix comments to say "ext4" 2008-07-11 19:27:31 -04:00
extents.c
file.c
fsync.c
group.h
hash.c
ialloc.c ext4: handle corrupted orphan list at mount 2008-07-11 19:27:31 -04:00
inode.c ext4: handle deleting corrupted indirect blocks 2008-07-11 19:27:31 -04:00
ioctl.c
Makefile
mballoc.c ext4: miscellaneous error checks and coding cleanups for mballoc 2008-07-11 19:27:31 -04:00
mballoc.h
migrate.c
namei.c ext4: validate directory entry data before use 2008-07-11 19:27:31 -04:00
namei.h
resize.c Ext4: Fix online resize block group descriptor corruption 2008-06-20 11:48:48 -04:00
super.c ext4: add missing unlock to an error path in ext4_quota_write() 2008-07-04 10:40:05 -07:00
symlink.c
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c
xattr.h