linux_dsm_epyc7002/fs/gfs2
Tim Smith 7c03e756b4 gfs2: Fix an incorrect gfs2_assert()
When updating the inode information after a change in allocation,
convert the change into the same units as the inode's i_blocks count
before comparing it in an assertion.

Also, change the comparison so that it is still possible to set i_blocks
to zero by adding -i_blocks, something that was previously only possible
because of the difference in units.

Signed-off-by: Tim Smith <tim.smith@citrix.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
2019-03-06 07:00:43 -07:00
..
acl.c
acl.h
aops.c gfs2: Fix the gfs2_invalidatepage description 2018-12-11 17:50:35 +01:00
aops.h
bmap.c gfs2: take jdata unstuff into account in do_grow 2018-12-18 10:49:02 -06:00
bmap.h
dentry.c
dir.c gfs2: Pass resource group to rgblk_free 2018-10-12 07:33:07 -05:00
dir.h
export.c
file.c gfs2: properly initial file_lock used for unlock. 2018-11-30 11:26:12 -05:00
gfs2.h
glock.c gfs: no need to check return value of debugfs_create functions 2019-01-23 12:30:34 +01:00
glock.h gfs: no need to check return value of debugfs_create functions 2019-01-23 12:30:34 +01:00
glops.c gfs2: Dump nrpages for inodes and their glocks 2018-12-12 12:33:23 +01:00
glops.h
incore.h gfs: no need to check return value of debugfs_create functions 2019-01-23 12:30:34 +01:00
inode.c gfs2: Get rid of potential double-freeing in gfs2_create_inode 2018-12-11 21:44:29 +01:00
inode.h gfs2: Fix an incorrect gfs2_assert() 2019-03-06 07:00:43 -07:00
Kconfig
lock_dlm.c gfs2: Use fs_* functions instead of pr_* function where we can 2018-10-05 11:16:54 -05:00
log.c gfs2: Remove vestigial bd_ops 2018-12-11 21:43:58 +01:00
log.h gfs2: Clean up gfs2_is_{ordered,writeback} 2018-12-11 17:50:35 +01:00
lops.c gfs2: read journal in large chunks to locate the head 2018-12-11 17:50:36 +01:00
lops.h gfs2: read journal in large chunks to locate the head 2018-12-11 17:50:36 +01:00
main.c gfs: no need to check return value of debugfs_create functions 2019-01-23 12:30:34 +01:00
Makefile
meta_io.c
meta_io.h
ops_fstype.c gfs2: read journal in large chunks to locate the head 2018-12-11 17:50:36 +01:00
quota.c gfs2: Fix some minor typos 2018-10-12 07:31:21 -05:00
quota.h
recovery.c gfs2: read journal in large chunks to locate the head 2018-12-11 17:50:36 +01:00
recovery.h gfs2: read journal in large chunks to locate the head 2018-12-11 17:50:36 +01:00
rgrp.c gfs2: Dump nrpages for inodes and their glocks 2018-12-12 12:33:23 +01:00
rgrp.h gfs2: Dump nrpages for inodes and their glocks 2018-12-12 12:33:23 +01:00
super.c gfs2: read journal in large chunks to locate the head 2018-12-11 17:50:36 +01:00
super.h
sys.c
sys.h
trace_gfs2.h
trans.c gfs2: Remove vestigial bd_ops 2018-12-11 21:43:58 +01:00
trans.h
util.c gfs2: slow the deluge of io error messages 2018-10-05 10:51:11 -05:00
util.h gfs2: Use fs_* functions instead of pr_* function where we can 2018-10-05 11:16:54 -05:00
xattr.c gfs2: Pass resource group to rgblk_free 2018-10-12 07:33:07 -05:00
xattr.h