Commit Graph

488 Commits (0c936ee3194ac5b533a18fcd08e5d285853af5fe)

Author SHA1 Message Date
Marek Behún 0c936ee319 fs: btrfs: Add U-Boot fs handlers. 7 years ago
Marek Behún 21a14facb1 fs: btrfs: Add single-device read-only BTRFS implementation 7 years ago
Marek Behún 597b4aff7b fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions 7 years ago
Marek Behún d4a704af5d fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified) 7 years ago
Marek Behún 5994e8b643 fs: Create a common fs_devread for ext4/reiserfs/zfs 7 years ago
Tom Rini 2460098cff fs/fat: Reduce stack usage 7 years ago
Rob Clark 725ffdb5cb fs/fat: fix fatbuf leak 7 years ago
Rob Clark 265edc03d5 fs/fat: Clean up open-coded sector <-> cluster conversions 7 years ago
Rob Clark 21a24c3bf3 fs/fat: fix case for FAT shortnames 7 years ago
Rob Clark 89191d6267 fat/fs: move ls to generic implementation 7 years ago
Rob Clark 41fa83d1a6 fat/fs: remove a bunch of dead code 7 years ago
Rob Clark 1f40366b31 fs/fat: implement opendir/readdir/closedir 7 years ago
Rob Clark 4bbcc965f9 fs: add fs_readdir() 7 years ago
Rob Clark 8eafae209c fat/fs: convert to directory iterators 7 years ago
Rob Clark c6e3baa565 fs/fat: introduce new director iterators 7 years ago
Rob Clark 45449980f8 fs/fat: split out helper to init fsdata 7 years ago
Tom Rini 10b078d836 fs: ext4: Fix journal overrun issue reported by Coverity 7 years ago
Reno Farnesi 76216211f8 fs: fat: fix fatwrite overflow calculation 7 years ago
Tom Rini 42a9f147d8 fs/fat: Correct blk_dread() return value check 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass 018f530323 env: Rename common functions related to setenv() 7 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 years ago
Simon Glass 7a76431845 Convert CONFIG_CMD_YAFFS2 to Kconfig 7 years ago
Grygorii Strashko eb6a5c3c02 fs: use get_nand_dev_by_index() 7 years ago
Simon Glass 10e40d54b3 Kconfig: Add CONFIG_SATA to enable SATA 7 years ago
Masahiro Yamada 51855e8981 treewide: remove unneeded semicolons 7 years ago
Siva Durga Prasad Paladugu 34cc30af27 fs: usbifs: Fix warning in ubifs 7 years ago
Sekhar Nori eedfb89e61 fs: fat: add kbuild configuration support 7 years ago
Simon Glass 59e12a4a8c fs: Kconfig: Add a separate option for FS_JFFS2 7 years ago
Simon Glass fc843a02ac Kconfig: Add a CONFIG_IDE option 7 years ago
Simon Glass 80e44cfe10 fs: Kconfig: Add a separate option for FS_CRAMFS 7 years ago
Simon Glass deb9599915 fs: Kconfig: Add a separate config for FS_CBFS 7 years ago
Lokesh Vutla 509b498a50 ext4: Fix comparision of unsigned expression with < 0 7 years ago
xypron.glpk@gmx.de 6568c731c4 yaffs2: remove redundant condition 7 years ago
Tyler Hall d39a0d2c84 cramfs: basic symlink support 7 years ago
Tyler Hall a6ea791cb9 cramfs: block pointers are 32 bits 7 years ago
Masahiro Yamada e856bdcfb4 flash: complete CONFIG_SYS_NO_FLASH move with renaming 7 years ago
Stefan Brüns b352caea75 fs/fat: Fix unaligned __u16 reads for FAT12 access 7 years ago
Patrick Delaunay b331cd6204 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT 7 years ago
Stefan Brüns 3cc5bbb8e6 fs/ext4: Initialize group descriptor size for revision level 0 filesystems 8 years ago
Stefan Brüns 8d48c92b45 fs/fat: simplify get_fatent for FAT12 8 years ago
Stefan Brüns b8948d2aef fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() 8 years ago
Stefan Brüns 6c1a808052 fs/fat: Avoid corruption of sectors following the FAT 8 years ago
Philipp Skadorov 49abbd9cc3 fat: fatwrite: fix the command for FAT12 8 years ago
Tom Rini 0317724e6c sandboxfs: Fix resource leak 8 years ago
Tien Fong Chee 7aa1a6b71c fs/fat/fatwrite: Local variable as buffer to store dir_slot entries 8 years ago
Stefan Brüns 66a47ff2d8 ext4: Allow reading files with non-zero offset, clamp read len 8 years ago
Stefan Brüns f81db56f2f ext4: Fix handling of sparse files 8 years ago
Vagrant Cascadian 1381901e9a Fix spelling of "multiple". 8 years ago
Stefan Brüns 805e3e00f2 ext4: Only write journal entries for modified blocks in unlink_filename 8 years ago