summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_lsTom Rini2017-10-061-0/+1
* fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen2017-10-061-1/+2
* fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen2017-10-061-0/+4
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-042-2/+2
* fs/btrfs: Fix warning in btrfs_check_super()Tom Rini2017-10-031-1/+1
* fs: btrfs: Add U-Boot fs handlers.Marek Behún2017-10-026-0/+263
* fs: btrfs: Add single-device read-only BTRFS implementationMarek Behún2017-10-0212-0/+1841
* fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functionsMarek Behún2017-10-021-0/+176
* fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)Marek Behún2017-10-022-0/+1100
* fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún2017-10-025-236/+105
* fs/fat: Reduce stack usageTom Rini2017-09-221-4/+10
* fs/fat: fix fatbuf leakRob Clark2017-09-151-7/+16
* fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark2017-09-152-10/+6
* fs/fat: fix case for FAT shortnamesRob Clark2017-09-152-8/+12
* fat/fs: move ls to generic implementationRob Clark2017-09-152-34/+33
* fat/fs: remove a bunch of dead codeRob Clark2017-09-152-187/+0
* fs/fat: implement opendir/readdir/closedirRob Clark2017-09-151-0/+61
* fs: add fs_readdir()Rob Clark2017-09-151-0/+104
* fat/fs: convert to directory iteratorsRob Clark2017-09-151-646/+76
* fs/fat: introduce new director iteratorsRob Clark2017-09-151-3/+353
* fs/fat: split out helper to init fsdataRob Clark2017-09-151-30/+43
* fs: ext4: Fix journal overrun issue reported by CoverityTom Rini2017-08-261-2/+2
* fs: fat: fix fatwrite overflow calculationReno Farnesi2017-08-261-1/+1
* fs/fat: Correct blk_dread() return value checkTom Rini2017-08-201-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-2/+2
* env: Rename common functions related to setenv()Simon Glass2017-08-162-4/+4
* env: Rename setenv() to env_set()Simon Glass2017-08-161-2/+2
* Convert CONFIG_CMD_YAFFS2 to KconfigSimon Glass2017-08-112-0/+9
* fs: use get_nand_dev_by_index()Grygorii Strashko2017-07-113-5/+18
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-111-1/+1
* treewide: remove unneeded semicolonsMasahiro Yamada2017-06-161-1/+1
* fs: usbifs: Fix warning in ubifsSiva Durga Prasad Paladugu2017-06-061-1/+1
* fs: fat: add kbuild configuration supportSekhar Nori2017-06-031-0/+24
* fs: Kconfig: Add a separate option for FS_JFFS2Simon Glass2017-05-222-1/+8
* Kconfig: Add a CONFIG_IDE optionSimon Glass2017-05-221-1/+1
* fs: Kconfig: Add a separate option for FS_CRAMFSSimon Glass2017-04-301-0/+7
* fs: Kconfig: Add a separate config for FS_CBFSSimon Glass2017-04-303-1/+11
* ext4: Fix comparision of unsigned expression with < 0Lokesh Vutla2017-04-272-4/+3
* yaffs2: remove redundant conditionxypron.glpk@gmx.de2017-04-181-1/+1
* cramfs: basic symlink supportTyler Hall2017-04-181-12/+50
* cramfs: block pointers are 32 bitsTyler Hall2017-04-181-1/+1
* flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada2017-02-121-1/+1
* fs/fat: Fix unaligned __u16 reads for FAT12 accessStefan Brüns2017-01-281-3/+4
* cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay2017-01-281-1/+1
* fs/ext4: Initialize group descriptor size for revision level 0 filesystemsStefan Brüns2016-12-271-0/+1
* fs/fat: simplify get_fatent for FAT12Stefan Brüns2016-12-271-29/+5
* fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()Stefan Brüns2016-12-272-116/+27
* fs/fat: Avoid corruption of sectors following the FATStefan Brüns2016-12-272-10/+13
* fat: fatwrite: fix the command for FAT12Philipp Skadorov2016-12-271-8/+53
* sandboxfs: Fix resource leakTom Rini2016-12-021-2/+3