summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* JFFS2: Use merge sort when parsing filesystemMark Tomlinson2015-08-124-35/+69
* JFFS2: Use CLEANMARKER to reduce scanning timeMark Tomlinson2015-08-121-0/+25
* JFFS2: Change scansize to match linux kernelMark Tomlinson2015-08-121-1/+1
* JFFS2: Optimize building lists during scanMark Tomlinson2015-08-121-4/+21
* JFFS2: Improve speed reading flash filesMark Tomlinson2015-08-121-6/+21
* JFFS2: Only list each directory entry onceMark Tomlinson2015-08-121-5/+33
* JFFS2: Speed up and fix comparison functionsMark Tomlinson2015-08-121-40/+47
* JFFS2: Return early when file read not necessaryMark Tomlinson2015-08-121-0/+6
* sandbox: only do sandboxfs for hostfs interfaceSjoerd Simons2015-04-191-1/+5
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* fs: ext4 write: return file len on successPrzemyslaw Marczak2015-03-051-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2015-02-047-24/+986
|\
| * ubifs: Enable journal replay during mountAnton Habegger2015-01-295-14/+978
| * ubifs: Import atomic_long operations from LinuxAnton Habegger2015-01-282-10/+8
* | fs: Add command to retrieve the filesystem typeSjoerd Simons2015-01-291-0/+27
|/
* fs: fat: read: fix fat16 ls/read issuePrzemyslaw Marczak2015-01-051-18/+51
* fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini2014-12-013-11/+16
* fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-234-87/+70
* sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-23/+55
* ext4: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-234-28/+75
* fat: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-233-86/+113
* fs: make it possible to read the filesystem UUIDChristian Gmeiner2014-11-232-0/+58
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-232-8/+7
* include: move various macros to include/linux/kernel.hMasahiro Yamada2014-11-201-4/+0
* ZFS: Clean up cppcheck warnings where relevant, leaked memory etcJorgen Lundman2014-11-101-1/+8
* spl: Add EXT support to SPLGuillaume GARDET2014-10-271-0/+1
* ext4: Use inttypes for printf() stringSimon Glass2014-10-271-1/+2
* cosmetic: replace MIN, MAX with min, maxMasahiro Yamada2014-09-241-3/+3
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-247-0/+19
* 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
* lib, linux: move linux specific defines to linux/compat.hHeiko Schocher2014-08-251-2/+0
* fs: implement size/fatsize/ext4sizeStephen Warren2014-08-094-0/+58
* catch wrong load address passed to fatload / ext2loadPavel Machek2014-07-221-1/+4
* yaffs2: preprocessor cleanupJeroen Hofstee2014-07-181-11/+10
* yaffs2: cosmetic: remove self assignmentsJeroen Hofstee2014-07-183-22/+1
* fs: ext4: fix writing zero-length filesStephen Warren2014-06-191-3/+1
* jffs2:jffs2_1pass.c: remove double bracesJeroen Hofstee2014-06-111-1/+1
* ext4: correctly zero filenameJeroen Hofstee2014-06-111-1/+1
* disk: part_efi: clarify lbaint_t usageSteve Rae2014-06-051-1/+1
* fs/fat: correct FAT16/12 file finding in root dirWu, Josh2014-05-121-0/+27
* fs: fat_write: fix the incorrect last cluster checkingWu, Josh2014-05-121-1/+1
* fs:ext4:write:fix: Reinitialize global variables after updating a fileŁukasz Majewski2014-05-122-9/+27
* fs:ext4:cleanup: Remove superfluous codeŁukasz Majewski2014-05-122-41/+21
* fs: ubifs: drop __DATE__ and __TIME__Masahiro Yamada2014-05-121-1/+0
* fs: fat: Fix cache align error message in fatwriteNobuhiro Iwamatsu2014-05-121-1/+1
* yaffs: Remove private list implementationSimon Glass2014-03-042-127/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-261-3/+0
|\
OpenPOWER on IntegriCloud