summaryrefslogtreecommitdiff
path: root/fs/ubifs/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/stringify.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2018-09-14fs: ubifs: Add missing newlines in super.cStefan Roese1-3/+3
2018-07-12ubifs: remove useless codeChristophe Kerello1-4/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-24Convert CONFIG_UBIFS_SILENCE_MSG to KconfigPetr Vorel1-1/+6
2016-04-22ubifs: fix memory corruption in super.cHeiko Schocher1-2/+1
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada1-0/+1
2015-11-06compat: Remove is_power_of_2() definitionFabio Estevam1-1/+1
2015-10-26ubi,ubifs: sync with linux v4.2Heiko Schocher1-70/+78
2015-09-12Move malloc_cache_aligned() to its own headerSimon Glass1-0/+3
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler1-2/+3
2015-01-29ubifs: Enable journal replay during mountAnton Habegger1-7/+1
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada1-1/+0
2014-08-26mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher1-2/+3
2014-08-26mtd, ubi, ubifs: update for the sync with linux v3.14Heiko Schocher1-0/+6
2014-08-26mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher1-298/+1791
2014-05-12fs: ubifs: drop __DATE__ and __TIME__Masahiro Yamada1-1/+0
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-03-04ubifs: Allow ubifsmount volume reference by numberJoe Hershberger1-3/+1
2012-08-10UBIFS: Improve error message when reading superblock failedBernhard Walle1-1/+1
2011-10-12ubifs bad superblock bugLars Poeschel1-2/+4
2010-12-03UBIFS: Add ubifsumount command to unmount an active volumeStefan Roese1-1/+1
2010-04-28ubifsmount fails due to not initialized listStefano Babic1-0/+1
2009-04-05UBIFS: add R/O compatibilityArtem Bityutskiy1-2/+12
2009-03-21UBIFS: Implement read-only UBIFS support in U-BootStefan Roese1-0/+1189