summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-02-19ext4: implement exists() for ext4fsStephen Warren
2014-02-19sandbox: implement exists() functionStephen Warren
2014-02-19fs: don't pass NULL dev_desc to most filesystemsStephen Warren
2014-02-19fs: implement infrastructure for an 'exists' functionStephen Warren
2014-02-19fs: fix generic save command implementationStephen Warren
2014-01-20yaffs2: Remove block number check from summary verificationCharles Manning
2014-01-20ext4fs: fix "invalid extent block" errorIonut Nicu
2014-01-20ext4fs: use EXT2_BLOCK_SIZE instead of fs->blkszIonut Nicu
2014-01-20fs/ext4: fix calling put_ext4 with truncated offsetMa Haijun
2014-01-20fs/ext4: fix partition size get truncated in calculationMa Haijun
2013-12-13yaffs2: Use lldiv for 64bit divisionTom Rini
2013-12-13JFFS2: Correct jffs2_1pass_build_lists to use lldivTom Rini
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada
2013-11-17Makefile: move fs/fat/ entry to drivers/MakefileMasahiro Yamada
2013-11-08fs:fat: fix set file name functionPiotr Wilczek
2013-10-31fs: move some file system to fs/MakefileMasahiro Yamada
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-15mtd: fix warnings due to 64-bit partition supportScott Wood
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
2013-10-07Fix number base handling of "load" commandWolfgang Denk
2013-09-06fs: fat: don't call disk_write with zero sector numWu, Josh
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-22ext4fs: le32_to_cpu() used on a 16-bit fieldRommel Custodio
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy
2013-07-15cramfs: fix bug for wrong filename comparisonHolger Brunck
2013-05-31Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin
2013-05-24ext4: assign get_fs()->dev_desc before using itStephen Warren
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich
2013-05-01fs/fat: Don't multiply fatsize with sector sizeEgbert Eich
2013-05-01sandbox: fs: Add support for saving files to host filesystemSimon Glass
2013-05-01fs: Add support for saving data to filesystemsSimon Glass
2013-04-11ubi: ubifs: Turn off verbose printsJoe Hershberger
2013-04-01Consolidate bool typeYork Sun
2013-03-04ubifs: Allow ubifsmount volume reference by numberJoe Hershberger
2013-03-04sandbox: Add host filesystemSimon Glass
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass
2013-03-04fs: Use map_sysmem() on readSimon Glass
2013-03-04fs: Tell probe functions where to put their resultsSimon Glass
2013-03-04fs: Use filesystem methods instead of switch()Simon Glass
2013-03-04fs: Fully populate the filesystem method structSimon Glass
2013-03-04ext4: Split write support into its own fileSimon Glass
2013-02-28fs: Use new numeric setenv functionsSimon Glass
2013-02-04FAT: remove ifdefs to make the code more readableRichard Genoud
2013-02-04FAT: use toupper/tolower instead of recoding themRichard Genoud
2013-01-31vfat: Fix mkcksum argument sizesMarek Vasut
2012-12-07fs:ext4:write: Initialize cache aligned filename bufferŁukasz Majewski
2012-12-07fs:ext4:fix: Code refactoring to suppress compiler warningsŁukasz Majewski
2012-12-07fs:ext4:write: Store block device descriptor in file system structureŁukasz Majewski