summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/namei.c
Commit message (Collapse)AuthorAgeFilesLines
* fs: squashfs: Remove unused functionSascha Hauer2019-03-181-108/+0
| | | | | | squashfs_lookup_next() isn't used in the tree. Remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fs: squashfs: Switch to dentry cache implementationSascha Hauer2018-07-131-6/+11
| | | | | | While at it implement symlink support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fs: add support for SquashFS 4.0Yegor Yefremov2016-03-021-0/+346
The driver was imported from Linux 4.4. Current implementation supports only XZ decompressor. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Tested-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>