linux/fs/ext4
Darrick J. Wong bd63f6b0cd ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystem
On a filesystem with a 1k block size, the group descriptors live in
block 2, not block 1.  If the filesystem has bigalloc,meta_bg set,
however, the calculation of the group descriptor table location does
not take this into account and returns the wrong block number.  Fix
the calculation to return the correct value for this case.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2014-05-12 10:06:27 -04:00
..
acl.c
acl.h
balloc.c ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabled 2014-04-14 23:36:15 -04:00
bitmap.c
block_validity.c
dir.c
ext4.h ext4: fix data integrity sync in ordered mode 2014-05-12 08:12:25 -04:00
ext4_extents.h ext4: rename uninitialized extents to unwritten 2014-04-20 23:45:47 -04:00
ext4_jbd2.c
ext4_jbd2.h
extents.c ext4: rename uninitialized extents to unwritten 2014-04-20 23:45:47 -04:00
extents_status.c ext4: rename uninitialized extents to unwritten 2014-04-20 23:45:47 -04:00
extents_status.h
file.c ext4: fix locking for O_APPEND writes 2014-04-21 14:37:52 -04:00
fsync.c
hash.c
ialloc.c
indirect.c
inline.c
inode.c ext4: fix data integrity sync in ordered mode 2014-05-12 08:12:25 -04:00
ioctl.c
Kconfig
Makefile
mballoc.c ext4: silence sparse check warning for function ext4_trim_extent 2014-04-12 23:01:28 -04:00
mballoc.h
migrate.c
mmp.c
move_extent.c ext4: rename uninitialized extents to unwritten 2014-04-20 23:45:47 -04:00
namei.c ext4: remove obsoleted check 2014-04-21 14:38:14 -04:00
page-io.c ext4: fix data integrity sync in ordered mode 2014-05-12 08:12:25 -04:00
resize.c
super.c ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystem 2014-05-12 10:06:27 -04:00
symlink.c
truncate.h
xattr.c ext4: avoid unneeded lookup when xattr name is invalid 2014-05-12 09:57:59 -04:00
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c