linux/fs/ext4
Kimberly Brown 59137a93f3 ext4: replace ktype default_attrs with default_groups
The kobj_type default_attrs field is being replaced by the
default_groups field. Replace the default_attrs field in ext4_sb_ktype
and ext4_feat_ktype with default_groups. Use the ATTRIBUTE_GROUPS macro
to create ext4_groups and ext4_feat_groups.

Signed-off-by: Kimberly Brown <kimbrownkd@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-06-13 13:50:22 +02:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile
acl.c
acl.h
balloc.c
bitmap.c
block_validity.c ext4: fix block validity checks for journal inodes using indirect blocks 2019-05-15 00:51:19 -04:00
dir.c ext4: fix dcache lookup of !casefolded directories 2019-05-24 23:48:23 -04:00
ext4.h Clean up fscrypt's dcache revalidation support, and other 2019-05-07 21:28:04 -07:00
ext4_extents.h
ext4_jbd2.c
ext4_jbd2.h
extents.c ext4: don't perform block validity checks on the journal inode 2019-05-22 10:27:01 -04:00
extents_status.c
extents_status.h
file.c ext4: fix data corruption caused by overlapping unaligned and aligned IO 2019-05-10 21:45:33 -04:00
fsmap.c ext4: fix miscellaneous sparse warnings 2019-05-12 04:49:47 -04:00
fsmap.h
fsync.c
hash.c ext4: Support case-insensitive file name lookups 2019-04-25 14:12:08 -04:00
ialloc.c ext4: Support case-insensitive file name lookups 2019-04-25 14:12:08 -04:00
indirect.c
inline.c ext4: Support case-insensitive file name lookups 2019-04-25 14:12:08 -04:00
inode.c ext4: do not delete unlinked inode from orphan list on failed truncate 2019-05-23 23:35:28 -04:00
ioctl.c ext4: fix miscellaneous sparse warnings 2019-05-12 04:49:47 -04:00
mballoc.c ext4: cond_resched in work-heavy group loops 2019-04-25 12:58:01 -04:00
mballoc.h
migrate.c
mmp.c
move_extent.c
namei.c Some bug fixes, and an update to the URL's for the final version of 2019-05-19 11:43:16 -07:00
page-io.c block: remove the i argument to bio_for_each_segment_all 2019-04-30 09:26:13 -06:00
readpage.c Clean up fscrypt's dcache revalidation support, and other 2019-05-07 21:28:04 -07:00
resize.c Add as a feature case-insensitive directories (the casefold feature) 2019-05-07 21:12:44 -07:00
super.c Some bug fixes, and an update to the URL's for the final version of 2019-05-19 11:43:16 -07:00
symlink.c
sysfs.c ext4: replace ktype default_attrs with default_groups 2019-06-13 13:50:22 +02:00
truncate.h
xattr.c ext4: ignore e_value_offs for xattrs with value-in-ea-inode 2019-04-10 00:37:36 -04:00
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c