summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-12-13fs: fix case problem of filename in fat [1/1]Tao Zeng1-4/+8
2019-10-14ext4: fix dead loop when read file [1/1]Tao Zeng1-0/+6
2019-01-10ramdump: support ramdump for tl1_x301 [3/4]Tao Zeng8-27/+222
2018-04-19ubi: repair some logic weak in ubi[1/1]Yi Zeng5-6/+16
2017-03-23PD#139454: nand: mtd&ubi supportYonghui Yu32-171/+12829
2015-06-25GXBB : secure boot updateHaixiang Bao12-1659/+1784
2015-06-19[GXBB]factory burning update, support sdcard/udisk burningSam Wu18-248/+346
2015-06-04[GXBB] EMMC driver and factory burning updateSam Wu60-964/+18875
2015-06-04Revert "[GXBB] EMMC driver and factory burning update"Xiaobo Gu60-18873/+963
2015-06-04[GXBB] EMMC driver and factory burning updateSam Wu60-963/+18873
2015-01-05fs: fat: read: fix fat16 ls/read issuePrzemyslaw Marczak1-18/+51
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini3-11/+16
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami11-122/+138
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami6-41/+77
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami7-93/+97
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami7-100/+128
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner7-0/+94
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada54-160/+180
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada15-180/+158
2014-11-10ZFS: Clean up cppcheck warnings where relevant, leaked memory etcJorgen Lundman1-1/+8
2014-10-27spl: Add EXT support to SPLGuillaume GARDET5-2/+161
2014-10-27ext4: Use inttypes for printf() stringSimon Glass1-1/+2
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada13-39/+39
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada36-1/+98
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada56-56/+1
2014-08-25mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher11-68/+341
2014-08-25mtd, ubi, ubifs: update for the sync with linux v3.14Heiko Schocher4-0/+11
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher75-6800/+26583
2014-08-25lib, linux: move linux specific defines to linux/compat.hHeiko Schocher11-235/+385
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren11-0/+110
2014-07-22catch wrong load address passed to fatload / ext2loadPavel Machek1-1/+4
2014-07-18yaffs2: preprocessor cleanupJeroen Hofstee1-11/+10
2014-07-18yaffs2: cosmetic: remove self assignmentsJeroen Hofstee3-22/+1
2014-06-19fs: ext4: fix writing zero-length filesStephen Warren1-3/+1
2014-06-11jffs2:jffs2_1pass.c: remove double bracesJeroen Hofstee1-1/+1
2014-06-11ext4: correctly zero filenameJeroen Hofstee1-1/+1
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae3-28/+30
2014-05-12fs/fat: correct FAT16/12 file finding in root dirWu, Josh1-0/+27
2014-05-12fs: fat_write: fix the incorrect last cluster checkingWu, Josh2-1/+4
2014-05-12fs:ext4:write:fix: Reinitialize global variables after updating a fileŁukasz Majewski3-9/+28
2014-05-12fs:ext4:cleanup: Remove superfluous codeŁukasz Majewski2-41/+21
2014-05-12fs: ubifs: drop __DATE__ and __TIME__Masahiro Yamada1-1/+0
2014-05-12fs: fat: Fix cache align error message in fatwriteNobuhiro Iwamatsu1-1/+1
2014-03-04yaffs: Remove private list implementationSimon Glass2-127/+1
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini121-608/+5960
2014-02-26arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini9-138/+248
2014-02-26Revert "ext4fs: Add ext4 extent cache for read operations"Tom Rini3-130/+73
2014-02-21ubifs: fix checkpatch warningKaricheri, Muralidharan2-9/+7
2014-02-21ext4fs: Add ext4 extent cache for read operationsIonut Nicu3-73/+130
2014-02-21fs/fdos: RemoveTom Rini14-1559/+1
[next]