summaryrefslogtreecommitdiff
path: root/fs/ubifs/super.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/stringify.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* fs: ubifs: Add missing newlines in super.cStefan Roese2018-09-141-3/+3
* ubifs: remove useless codeChristophe Kerello2018-07-121-4/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Convert CONFIG_UBIFS_SILENCE_MSG to KconfigPetr Vorel2018-03-241-1/+6
* ubifs: fix memory corruption in super.cHeiko Schocher2016-04-221-2/+1
* bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-251-0/+1
* compat: Remove is_power_of_2() definitionFabio Estevam2015-11-051-1/+1
* ubi,ubifs: sync with linux v4.2Heiko Schocher2015-10-261-70/+78
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-111-0/+3
* mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2015-08-281-2/+3
* ubifs: Enable journal replay during mountAnton Habegger2015-01-291-7/+1
* kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-161-1/+0
* mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher2014-08-251-2/+3
* mtd, ubi, ubifs: update for the sync with linux v3.14Heiko Schocher2014-08-251-0/+6
* mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2014-08-251-298/+1791
* fs: ubifs: drop __DATE__ and __TIME__Masahiro Yamada2014-05-121-1/+0
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-141-1/+1
* ubifs: Allow ubifsmount volume reference by numberJoe Hershberger2013-03-041-3/+1
* UBIFS: Improve error message when reading superblock failedBernhard Walle2012-08-091-1/+1
* ubifs bad superblock bugLars Poeschel2011-10-121-2/+4
* UBIFS: Add ubifsumount command to unmount an active volumeStefan Roese2010-12-031-1/+1
* ubifsmount fails due to not initialized listStefano Babic2010-04-281-0/+1
* UBIFS: add R/O compatibilityArtem Bityutskiy2009-04-041-2/+12
* UBIFS: Implement read-only UBIFS support in U-BootStefan Roese2009-03-201-0/+1189