Update f2fs and fscrypto to current f2fs-stable/linux-3.10.y (2016-12-12)
authoralexax66 <alexax66@mail.ru>
Thu, 26 Jan 2017 18:19:36 +0000 (18:19 +0000)
committerStricted <info@stricted.net>
Thu, 11 Oct 2018 16:03:54 +0000 (18:03 +0200)
commitebadec8355778582bf57f0eaea6ca37248cbc75a
tree955bcc1ec8876dea13b72494eb9c22c67a42c604
parent40f588ad1a0f952bb70edc8bb9bfdfd3f6a3fc02
Update f2fs and fscrypto to current f2fs-stable/linux-3.10.y (2016-12-12)

https://kernel.googlesource.com/pub/scm/linux/kernel/git/jaegeuk/f2fs-stable/+/linux-3.10.y
45 files changed:
Documentation/ABI/testing/sysfs-fs-f2fs [new file with mode: 0644]
Documentation/filesystems/f2fs.txt
fs/Kconfig
fs/Makefile
fs/crypto/Kconfig [new file with mode: 0644]
fs/crypto/Makefile [new file with mode: 0644]
fs/crypto/crypto.c [new file with mode: 0644]
fs/crypto/fname.c [new file with mode: 0644]
fs/crypto/keyinfo.c [new file with mode: 0644]
fs/crypto/policy.c [new file with mode: 0644]
fs/f2fs/Kconfig
fs/f2fs/Makefile
fs/f2fs/acl.c
fs/f2fs/acl.h
fs/f2fs/checkpoint.c
fs/f2fs/data.c
fs/f2fs/debug.c
fs/f2fs/dir.c
fs/f2fs/extent_cache.c [new file with mode: 0644]
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/gc.c
fs/f2fs/gc.h
fs/f2fs/hash.c
fs/f2fs/inline.c [new file with mode: 0644]
fs/f2fs/inode.c
fs/f2fs/namei.c
fs/f2fs/node.c
fs/f2fs/node.h
fs/f2fs/recovery.c
fs/f2fs/segment.c
fs/f2fs/segment.h
fs/f2fs/shrinker.c [new file with mode: 0644]
fs/f2fs/super.c
fs/f2fs/trace.c [new file with mode: 0644]
fs/f2fs/trace.h [new file with mode: 0644]
fs/f2fs/xattr.c
fs/f2fs/xattr.h
include/linux/dcache.h
include/linux/f2fs_fs.h
include/linux/fs.h
include/linux/fscrypto.h [new file with mode: 0644]
include/trace/events/f2fs.h
include/uapi/linux/fs.h
security/keys/encrypted-keys/encrypted.c