android_kernel_samsung_msm8976/fs/ext4
Lukas Czerner 1af8f14901 ext4: report real fs size after failed resize
[ Upstream commit 6c7328400e0488f7d49e19e02290ba343b6811b2 ]

Currently when the file system resize using ext4_resize_fs() fails it
will report into log that "resized filesystem to <requested block
count>".  However this may not be true in the case of failure.  Use the
current block count as returned by ext4_blocks_count() to report the
block count.

Additionally, report a warning that "error occurred during file system
resize"

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-07-27 22:10:07 +02:00
..
Kconfig
Makefile Import latest Samsung release 2017-04-18 03:43:52 +02:00
acl.c ext4: Don't clear SGID when inheriting ACLs 2019-07-27 21:44:57 +02:00
acl.h
balloc.c ext4: check for allocation block validity with block group locked 2019-07-27 21:52:56 +02:00
bitmap.c
block_validity.c Import latest Samsung release 2017-04-18 03:43:52 +02:00
dir.c ext4: force revalidation of directory pointer after seekdir(2) 2019-07-27 21:52:03 +02:00
ext4.h ext4: reduce object size when !CONFIG_PRINTK 2019-07-27 22:09:12 +02:00
ext4_extents.h ext4: verify the depth of extent tree in ext4_find_extent() 2019-07-27 21:51:42 +02:00
ext4_jbd2.c Import latest Samsung release 2017-04-18 03:43:52 +02:00
ext4_jbd2.h ext4: fix NULL pointer dereference while journal is aborted 2019-07-27 22:08:53 +02:00
extents.c ext4: ext4_inline_data_fiemap should respect callers argument 2019-07-27 22:09:06 +02:00
extents_status.c ext4: fix data corruption caused by unwritten and delayed extents 2015-05-13 05:15:42 -07:00
extents_status.h
file.c ext4: fix data corruption caused by unaligned direct AIO 2019-07-27 22:08:54 +02:00
fsync.c
hash.c
ialloc.c ext4: avoid declaring fs inconsistent due to invalid file handles 2019-07-27 22:09:05 +02:00
indirect.c ext4: protect i_disksize update by i_data_sem in direct write path 2019-07-27 21:52:01 +02:00
inline.c ext4: fix a potential fiemap/page fault deadlock w/ inline_data 2019-07-27 22:09:06 +02:00
inode.c ext4: fix special inode number checks in __ext4_iget() 2019-07-27 22:09:07 +02:00
ioctl.c ext4: avoid declaring fs inconsistent due to invalid file handles 2019-07-27 22:09:05 +02:00
mballoc.c ext4: only look at the bg_flags field if it is valid 2019-07-27 21:52:00 +02:00
mballoc.h
migrate.c ext4: correctly migrate a file with a hole at the beginning 2015-08-03 09:29:43 -07:00
mmp.c ext4: use prandom_u32() instead of get_random_bytes() 2019-07-27 21:53:22 +02:00
move_extent.c ext4: add lockdep annotations for i_data_sem 2016-06-07 10:42:50 +02:00
namei.c ext4: avoid declaring fs inconsistent due to invalid file handles 2019-07-27 22:09:05 +02:00
page-io.c
resize.c ext4: report real fs size after failed resize 2019-07-27 22:10:07 +02:00
super.c ext4: reduce object size when !CONFIG_PRINTK 2019-07-27 22:09:12 +02:00
symlink.c
truncate.h
xattr.c ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea() 2019-07-27 22:09:13 +02:00
xattr.h ext4: add extra checks to ext4_xattr_block_get() 2019-07-27 21:52:02 +02:00
xattr_security.c
xattr_trusted.c
xattr_user.c