original_kernel/fs/f2fs
Linus Torvalds 236f453294 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull misc vfs updates from Al Viro:

 - bmap series from cmaiolino

 - getting rid of convolutions in copy_mount_options() (use a couple of
   copy_from_user() instead of the __get_user() crap)

* 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  saner copy_mount_options()
  fibmap: Reject negative block numbers
  fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
  ecryptfs: drop direct calls to ->bmap
  cachefiles: drop direct usage of ->bmap method.
  fs: Enable bmap() function to properly return errors
2020-02-08 13:04:49 -08:00
..
Kconfig f2fs-for-5.6 2020-01-30 15:39:24 -08:00
Makefile
acl.c
acl.h
checkpoint.c
compress.c
data.c Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2020-02-08 13:04:49 -08:00
debug.c
dir.c f2fs-for-5.6 2020-01-30 15:39:24 -08:00
extent_cache.c
f2fs.h
file.c Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2020-02-05 05:02:42 +00:00
gc.c
gc.h
hash.c
inline.c
inode.c
namei.c
node.c treewide: remove redundant IS_ERR() before error code check 2020-02-04 03:05:27 +00:00
node.h
recovery.c
segment.c
segment.h
shrinker.c
super.c
sysfs.c
trace.c
trace.h
verity.c
xattr.c
xattr.h