summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/fs.c
Commit message (Expand)AuthorAgeFilesLines
* Rename struct fs_driver_d to fs_driverSascha Hauer2023-01-101-1/+1
* Rename struct fs_device_d to fs_deviceSascha Hauer2023-01-101-2/+2
* Rename struct device_d to deviceSascha Hauer2023-01-101-5/+5
* fs: jffs2: fix error when reading blocks with offsetHolger Assmann2022-02-081-1/+5
* fs: jffs2: add SPDX-License-Identifier: GPL-2.0-onlyAhmad Fatoum2022-01-051-3/+1
* fs: jffs2: remove unnecessary slab cache structureHolger Assmann2021-11-301-10/+1
* fs: jffs2: introduce reference counting at probeHolger Assmann2021-11-301-12/+22
* fs: jffs2: add initial support for reading jffs2Steffen Trumtrar2020-02-101-0/+483