summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* 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
* ubifs: BUG realpath string must be ended with NULLRicardo Ribalda Delgado2009-04-281-0/+1
* UBIFS: Remove tnc_commit.c which is not used in the read-only versionStefan Roese2009-04-281-1102/+0
* UBIFS: fix recovery bugAdrian Hunter2009-04-281-47/+23
* Update CHANGELOG, coding style cleanup.Wolfgang Denk2009-04-051-1/+0
* UBIFS: add R/O compatibilityArtem Bityutskiy2009-04-044-11/+71
* UBIFS: Missing offset relocation for compressor 'none'Michael Lawnick2009-03-201-1/+4
* UBIFS: Implement read-only UBIFS support in U-BootStefan Roese2009-03-2026-0/+16971
OpenPOWER on IntegriCloud