summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/dir.c
Commit message (Collapse)AuthorAgeFilesLines
* ubifs: Update to v4.18-rc6Sascha Hauer2018-10-081-43/+255
| | | | | | | | | | | | This syncs the UBIFS code with Linux-4.19-rc6. There are many functions in the Linux UBIFS codebase that we do not need for a readonly implementation. These are missing here, but all removed functions are annotated as such so it should be relatively easy to copy a newer codebase over the current one and to see which functions shall be removed from the newer version. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fs: ubifs: Switch to dentry cache implementationSascha Hauer2018-07-131-0/+291
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>