linux/drivers/staging/erofs
Linus Torvalds 4ba9628fe5 Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull more ->lookup() cleanups from Al Viro:
 "Some ->lookup() instances are still overcomplicating the life
  for themselves, open-coding the stuff that would be handled by
  d_splice_alias() just fine.

  Simplify a couple of such cases caught this cycle and document
  d_splice_alias() intended use"

* 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  Document d_splice_alias() calling conventions for ->lookup() users.
  simplify btrfs_lookup()
  clean erofs_lookup()
2018-10-25 12:55:31 -07:00
..
include staging: erofs: <linux/tagptr.h>: introduce tagged pointer 2018-07-27 17:24:08 +02:00
data.c staging: erofs: globalize prepare_bio and __submit_bio 2018-07-27 17:24:08 +02:00
dir.c staging: erofs: add directory operations 2018-07-27 17:22:00 +02:00
erofs_fs.h
inode.c staging: erofs: introduce VLE decompression support 2018-07-27 17:24:10 +02:00
internal.h staging: erofs: fix compile error without built-in decompression support 2018-07-29 08:05:02 +02:00
Kconfig Revert "staging: erofs: disable compiling temporarile" 2018-08-28 15:04:23 +02:00
lz4defs.h staging: erofs: introduce a customized LZ4 decompression 2018-07-27 17:24:09 +02:00
Makefile staging: erofs: add a generic z_erofs VLE decompressor 2018-07-27 17:24:09 +02:00
namei.c clean erofs_lookup() 2018-10-10 16:37:39 -04:00
super.c staging: erofs: rename superblock flags (MS_xyz -> SB_xyz) 2018-09-10 10:12:21 +02:00
TODO staging: erofs: add a TODO and update MAINTAINERS for staging 2018-07-27 17:24:10 +02:00
unzip_lz4.c staging: erofs: introduce a customized LZ4 decompression 2018-07-27 17:24:09 +02:00
unzip_pagevec.h staging: erofs: introduce pagevec for unzip subsystem 2018-07-27 17:24:08 +02:00
unzip_vle_lz4.c staging: erofs: add a generic z_erofs VLE decompressor 2018-07-27 17:24:09 +02:00
unzip_vle.c staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_all 2018-08-08 11:21:14 +02:00
unzip_vle.h staging: erofs: fix a compile warning of Z_EROFS_VLE_VMAP_ONSTACK_PAGES 2018-07-28 09:21:30 +02:00
utils.c staging: erofs: fix compile error without built-in decompression support 2018-07-29 08:05:02 +02:00
xattr.c staging: erofs: fix if assignment style issue 2018-08-05 20:16:32 +02:00
xattr.h staging: erofs: introduce xattr & acl support 2018-07-27 17:24:08 +02:00