Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Feb 2020 21:04:49 +0000 (13:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Feb 2020 21:04:49 +0000 (13:04 -0800)
commit236f45329460f76d058111de1a1cea12f5a8b734
treeca848d9200a3a785f6cbbbff2720a4ff021c5947
parent995933305e11dc8698fdba249ca5f2d145b1d657
parent12efec5602744c5a185049eb4fcfd9aebe01bd6f
Merge branch 'work.misc' of git://git./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
drivers/md/md-bitmap.c
fs/f2fs/data.c
fs/inode.c
fs/ioctl.c
fs/jbd2/journal.c
include/linux/fs.h