OSDN Git Service

f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel.org...
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 13 Oct 2016 00:18:56 +0000 (17:18 -0700)
committerJaegeuk Kim <jaegeuk@google.com>
Mon, 25 Sep 2017 21:27:55 +0000 (14:27 -0700)
commitc1286ff41c2f610df0cc853e78819ca67a48ffe2
treea10dd3c4ab8fe655ac5a734a5c52b9811bbc747f
parent650b6a5c418563f2a6cb4f12b3402a5b4870eea8
f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git./linux/kernel/git/jaegeuk/f2fs)

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
43 files changed:
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 [moved from fs/f2fs/crypto_fname.c with 53% similarity]
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/crypto.c [deleted file]
fs/f2fs/data.c
fs/f2fs/debug.c
fs/f2fs/dir.c
fs/f2fs/extent_cache.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/gc.c
fs/f2fs/gc.h
fs/f2fs/hash.c
fs/f2fs/inline.c
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
fs/f2fs/super.c
fs/f2fs/trace.c
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