android_kernel_google_msm/fs/ext4
Linus Torvalds 89d83ed09c vfs: make it possible to access the dentry hash/len as one 64-bit entry
This allows comparing hash and len in one operation on 64-bit
architectures.  Right now only __d_lookup_rcu() takes advantage of this,
since that is the case we care most about.

The use of anonymous struct/unions hides the alternate 64-bit approach
from most users, the exception being a few cases where we initialize a
'struct qstr' with a static initializer.  This makes the problematic
cases use a new QSTR_INIT() helper function for that (but initializing
just the name pointer with a "{ .name = xyzzy }" initializer remains
valid, as does just copying another qstr structure).

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Change-Id: I710810eb8717563264428e39c99e62599d31907e
2018-12-07 22:20:38 +04:00
..
acl.c Merge remote-tracking branch 'stable/linux-3.4.y' into lineage-15.1 2017-12-27 17:13:15 +03:00
acl.h
balloc.c
bitmap.c
block_validity.c
dir.c
ext4.h ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim 2017-12-27 22:40:01 +03:00
ext4_extents.h
ext4_jbd2.c
ext4_jbd2.h
extents.c ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp 2016-03-21 09:17:40 +08:00
file.c
fsync.c move d_rcu from overlapping d_child to overlapping d_alias 2017-09-22 19:11:55 +03:00
hash.c
ialloc.c Merge remote-tracking branch 'stable/linux-3.4.y' into lineage-15.1 2017-12-27 17:13:15 +03:00
indirect.c ext4: don't retry file block mapping on bigalloc fs with non-extent file 2015-10-22 09:20:05 +08:00
inode.c Merge remote-tracking branch 'stable/linux-3.4.y' into lineage-15.1 2017-12-27 17:13:15 +03:00
ioctl.c ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim 2017-12-27 22:40:01 +03:00
Kconfig
Makefile
mballoc.c ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim 2017-12-27 22:40:01 +03:00
mballoc.h
migrate.c
mmp.c
move_extent.c
namei.c vfs: make it possible to access the dentry hash/len as one 64-bit entry 2018-12-07 22:20:38 +04:00
page-io.c
resize.c Merge remote-tracking branch 'stable/linux-3.4.y' into lineage-15.1 2017-12-27 17:13:15 +03:00
super.c Merge remote-tracking branch 'stable/linux-3.4.y' into lineage-15.1 2017-12-27 17:13:15 +03:00
symlink.c
truncate.h
xattr.c ext4: check EA value offset when loading 2015-02-02 17:04:51 +08:00
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c