linux/fs/f2fs
Linus Torvalds 231753ef78 Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Pull partial readlink cleanups from Miklos Szeredi.

This is the uncontroversial part of the readlink cleanup patch-set that
simplifies the default readlink handling.

Miklos and Al are still discussing the rest of the series.

* git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs:
  vfs: make generic_readlink() static
  vfs: remove ".readlink = generic_readlink" assignments
  vfs: default to generic_readlink()
  vfs: replace calling i_op->readlink with vfs_readlink()
  proc/self: use generic_readlink
  ecryptfs: use vfs_get_link()
  bad_inode: add missing i_op initializers
2016-12-17 19:16:12 -08:00
..
Kconfig
Makefile
acl.c
acl.h
checkpoint.c for-f2fs-4.10 2016-12-14 09:07:36 -08:00
data.c This merge request includes the dax-4.0-iomap-pmd branch which is 2016-12-14 09:17:42 -08:00
debug.c
dir.c
extent_cache.c
f2fs.h This merge request includes the dax-4.0-iomap-pmd branch which is 2016-12-14 09:17:42 -08:00
file.c This merge request includes the dax-4.0-iomap-pmd branch which is 2016-12-14 09:17:42 -08:00
gc.c for-f2fs-4.10 2016-12-14 09:07:36 -08:00
gc.h
hash.c
inline.c for-f2fs-4.10 2016-12-14 09:07:36 -08:00
inode.c
namei.c Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs 2016-12-17 19:16:12 -08:00
node.c for-f2fs-4.10 2016-12-14 09:07:36 -08:00
node.h
recovery.c
segment.c for-f2fs-4.10 2016-12-14 09:07:36 -08:00
segment.h
shrinker.c
super.c for-f2fs-4.10 2016-12-14 09:07:36 -08:00
trace.c
trace.h
xattr.c
xattr.h