summaryrefslogtreecommitdiff
path: root/fs/ubifs/ubifs.c
Commit message (Expand)AuthorAgeLines
* ubifs: Import atomic_long operations from LinuxAnton Habegger2015-01-28-0/+6
* kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-16-1/+0
* mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2014-08-25-6/+109
* fs: Use new numeric setenv functionsSimon Glass2013-02-28-3/+1
* ubifs: Fix ubifsload when using ZLIBVeli-Pekka Peltola2012-09-10-2/+2
* ubifs: Fix memory leak in ubifs_finddirStefan Roese2012-09-03-5/+6
* UBIFS: fix warning: format '%lX' expects type 'long unsigned int'Wolfgang Denk2011-09-10-1/+1
* UBIFS: Change ubifsload to set the filesize variableBastian Ruppert2011-09-10-1/+5
* ubifs: Fix bad free() sequence in ubifs_finddir()Wolfgang Denk2011-08-19-4/+2
* ubifs.c: BUG: Error following linksRicardo Ribalda Delgado2010-12-03-1/+1
* UBIFS: Change ubifsload to not read beyond the requested sizeStefan Roese2010-12-03-13/+58
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-29-1/+1
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-08-4/+0
* Conditionally perform common relocation fixupsPeter Tyser2009-10-03-0/+4
* ubifs: Correct dereferencing of files-after-symlinksSimon Kagstrom2009-09-28-1/+1
* ubifs: Add support for looking up directory and relative symlinksSimon Kagstrom2009-09-23-25/+43
* ubifs: fix small error path mismatchDaniel Mack2009-06-09-4/+2
* ubifs: BUG: Blocks commpressed with zlibRicardo Ribalda Delgado2009-04-30-2/+3
* ubifs: BUG realpath string must be ended with NULLRicardo Ribalda Delgado2009-04-28-0/+1
* UBIFS: Missing offset relocation for compressor 'none'Michael Lawnick2009-03-20-1/+4
* UBIFS: Implement read-only UBIFS support in U-BootStefan Roese2009-03-20-0/+684