summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* compat: Remove is_power_of_2() definitionFabio Estevam2015-11-051-1/+1
* ubi,ubifs: sync with linux v4.2Heiko Schocher2015-10-2618-485/+549
* ubifs: Add functions for generic fs useHans de Goede2015-10-241-0/+65
* ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs useHans de Goede2015-10-242-19/+57
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-112-0/+5
* mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2015-08-282-4/+5
* ubifs: Enable journal replay during mountAnton Habegger2015-01-295-14/+978
* ubifs: Import atomic_long operations from LinuxAnton Habegger2015-01-282-10/+8
* include: move various macros to include/linux/kernel.hMasahiro Yamada2014-11-201-4/+0
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+0
* kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-1619-19/+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-2522-1934/+14456
* fs: ubifs: drop __DATE__ and __TIME__Masahiro Yamada2014-05-121-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-261-3/+0
|\
| * arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini2014-02-261-3/+0
* | ubifs: fix checkpatch warningKaricheri, Muralidharan2014-02-211-0/+7
|/
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-191-1/+1
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-1/+1
* fs: descend into sub directories when it is necessaryMasahiro Yamada2013-11-171-4/+4
* fs: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-25/+4
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* ubi: ubifs: Turn off verbose printsJoe Hershberger2013-04-111-0/+4
* ubifs: Allow ubifsmount volume reference by numberJoe Hershberger2013-03-041-3/+1
* fs: Use new numeric setenv functionsSimon Glass2013-02-281-3/+1
* ARM: prevent misaligned array initsAlbert ARIBAUD2012-10-151-0/+3
* ubifs: Fix ubifsload when using ZLIBVeli-Pekka Peltola2012-09-101-2/+2
* ubifs: Fix memory leak in ubifs_finddirStefan Roese2012-09-031-5/+6
* UBIFS: Improve error message when reading superblock failedBernhard Walle2012-08-091-1/+1
* ubifs bad superblock bugLars Poeschel2011-10-121-2/+4
* UBIFS: fix warning: format '%lX' expects type 'long unsigned int'Wolfgang Denk2011-09-101-1/+1
* UBIFS: Change ubifsload to set the filesize variableBastian Ruppert2011-09-101-1/+5
* ubifs: Fix bad free() sequence in ubifs_finddir()Wolfgang Denk2011-08-191-4/+2
* UBIFS: Fix dereferencing type-punned pointer compiler warningDirk Behme2011-01-111-1/+2
* ubifs.c: BUG: Error following linksRicardo Ribalda Delgado2010-12-031-1/+1
* UBIFS: Change ubifsload to not read beyond the requested sizeStefan Roese2010-12-031-13/+58
* UBIFS: Add ubifsumount command to unmount an active volumeStefan Roese2010-12-031-1/+1
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* ubifsmount fails due to not initialized listStefano Babic2010-04-281-0/+1
* move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner2009-12-211-3/+0
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-081-4/+0
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-0/+4
* ubifs: Correct dereferencing of files-after-symlinksSimon Kagstrom2009-09-281-1/+1
* ubifs: Add support for looking up directory and relative symlinksSimon Kagstrom2009-09-231-25/+43
* Move __set/clear_bit from ubifs.h to bitops.hSimon Kagstrom2009-09-151-32/+0
* ubifs: fix small error path mismatchDaniel Mack2009-06-091-4/+2
* ubifs: BUG: Blocks commpressed with zlibRicardo Ribalda Delgado2009-04-302-3/+5
OpenPOWER on IntegriCloud