aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-09-22fs/fat: Reduce stack usageTom Rini1-4/+10
2017-09-15fs/fat: fix fatbuf leakRob Clark1-7/+16
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark2-10/+6
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark2-8/+12
2017-09-15fat/fs: move ls to generic implementationRob Clark2-34/+33
2017-09-15fat/fs: remove a bunch of dead codeRob Clark2-187/+0
2017-09-15fs/fat: implement opendir/readdir/closedirRob Clark1-0/+61
2017-09-15fs: add fs_readdir()Rob Clark1-0/+104
2017-09-15fat/fs: convert to directory iteratorsRob Clark1-646/+76
2017-09-15fs/fat: introduce new director iteratorsRob Clark1-3/+353
2017-09-15fs/fat: split out helper to init fsdataRob Clark1-30/+43
2017-08-26fs: ext4: Fix journal overrun issue reported by CoverityTom Rini1-2/+2
2017-08-26fs: fat: fix fatwrite overflow calculationReno Farnesi1-1/+1
2017-08-20fs/fat: Correct blk_dread() return value checkTom Rini1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Rename common functions related to setenv()Simon Glass2-4/+4
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-08-11Convert CONFIG_CMD_YAFFS2 to KconfigSimon Glass2-0/+9
2017-07-11fs: use get_nand_dev_by_index()Grygorii Strashko3-5/+18
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2017-06-16treewide: remove unneeded semicolonsMasahiro Yamada1-1/+1
2017-06-06fs: usbifs: Fix warning in ubifsSiva Durga Prasad Paladugu1-1/+1
2017-06-03fs: fat: add kbuild configuration supportSekhar Nori1-0/+24
2017-05-22fs: Kconfig: Add a separate option for FS_JFFS2Simon Glass2-1/+8
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass1-1/+1
2017-04-30fs: Kconfig: Add a separate option for FS_CRAMFSSimon Glass1-0/+7
2017-04-30fs: Kconfig: Add a separate config for FS_CBFSSimon Glass3-1/+11
2017-04-27ext4: Fix comparision of unsigned expression with < 0Lokesh Vutla2-4/+3
2017-04-18yaffs2: remove redundant conditionxypron.glpk@gmx.de1-1/+1
2017-04-18cramfs: basic symlink supportTyler Hall1-12/+50
2017-04-18cramfs: block pointers are 32 bitsTyler Hall1-1/+1
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada1-1/+1
2017-01-28fs/fat: Fix unaligned __u16 reads for FAT12 accessStefan Brüns1-3/+4
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay1-1/+1
2016-12-27fs/ext4: Initialize group descriptor size for revision level 0 filesystemsStefan Brüns1-0/+1
2016-12-27fs/fat: simplify get_fatent for FAT12Stefan Brüns1-29/+5
2016-12-27fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()Stefan Brüns2-116/+27
2016-12-27fs/fat: Avoid corruption of sectors following the FATStefan Brüns2-10/+13
2016-12-27fat: fatwrite: fix the command for FAT12Philipp Skadorov1-8/+53
2016-12-02sandboxfs: Fix resource leakTom Rini1-2/+3
2016-11-28fs/fat/fatwrite: Local variable as buffer to store dir_slot entriesTien Fong Chee1-1/+2
2016-11-21ext4: Allow reading files with non-zero offset, clamp read lenStefan Brüns1-11/+6
2016-11-21ext4: Fix handling of sparse filesStefan Brüns1-16/+15
2016-10-31Fix spelling of "multiple".Vagrant Cascadian1-1/+1
2016-10-24ext4: Only write journal entries for modified blocks in unlink_filenameStefan Brüns1-10/+13
2016-10-24ext4: Fix handling of direntlen in unlink_filenameStefan Brüns1-28/+17
2016-10-24ext4: cleanup unlink_filename functionStefan Brüns1-14/+15
2016-10-11sandbox/fs: Free memory allocated by os_dirent_lsStefan Brüns1-0/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada3-3/+3
2016-09-23treewide: use #include <...> to include public headersMasahiro Yamada3-9/+9