alistair23-linux/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
..
acl.c
acl.h
checkpoint.c f2fs: don't keep META_MAPPING pages used for moving verity file blocks 2020-01-15 13:43:48 -08:00
compress.c f2fs: support data compression 2020-01-17 16:48:07 -08:00
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 f2fs: Add f2fs stats to sysfs 2020-01-23 09:24:25 -08:00
dir.c f2fs-for-5.6 2020-01-30 15:39:24 -08:00
extent_cache.c
f2fs.h f2fs: Add f2fs stats to sysfs 2020-01-23 09:24:25 -08:00
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 f2fs: Add f2fs stats to sysfs 2020-01-23 09:24:25 -08:00
gc.h
hash.c
inline.c f2fs: convert inline_dir early before starting rename 2020-01-17 16:48:42 -08:00
inode.c f2fs: support data compression 2020-01-17 16:48:07 -08:00
Kconfig f2fs-for-5.6 2020-01-30 15:39:24 -08:00
Makefile f2fs: support data compression 2020-01-17 16:48:07 -08:00
namei.c f2fs: convert inline_dir early before starting rename 2020-01-17 16:48:42 -08:00
node.c treewide: remove redundant IS_ERR() before error code check 2020-02-04 03:05:27 +00:00
node.h
recovery.c f2fs: Check write pointer consistency of open zones 2020-01-15 13:42:14 -08:00
segment.c f2fs: change to use rwsem for gc_mutex 2020-01-17 16:48:44 -08:00
segment.h f2fs: update f2fs document regarding to fsync_mode 2020-01-17 16:48:44 -08:00
shrinker.c
super.c f2fs: change to use rwsem for gc_mutex 2020-01-17 16:48:44 -08:00
sysfs.c f2fs: Add f2fs stats to sysfs 2020-01-23 09:24:25 -08:00
trace.c
trace.h
verity.c fs-verity: implement readahead of Merkle tree pages 2020-01-14 13:27:32 -08:00
xattr.c f2fs: fix to avoid memory leakage in f2fs_listxattr 2019-10-22 10:32:42 -07:00
xattr.h