Commit Graph

482 Commits (bb737ced7fc8c6d49554fb431971df87720b0e00)

Author SHA1 Message Date
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 8 years ago
Siva Durga Prasad Paladugu 34cc30af27 fs: usbifs: Fix warning in ubifs 8 years ago
Sekhar Nori eedfb89e61 fs: fat: add kbuild configuration support 8 years ago
Simon Glass 59e12a4a8c fs: Kconfig: Add a separate option for FS_JFFS2 8 years ago
Simon Glass fc843a02ac Kconfig: Add a CONFIG_IDE option 8 years ago
Simon Glass 80e44cfe10 fs: Kconfig: Add a separate option for FS_CRAMFS 8 years ago
Simon Glass deb9599915 fs: Kconfig: Add a separate config for FS_CBFS 8 years ago
Lokesh Vutla 509b498a50 ext4: Fix comparision of unsigned expression with < 0 8 years ago
xypron.glpk@gmx.de 6568c731c4 yaffs2: remove redundant condition 8 years ago
Tyler Hall d39a0d2c84 cramfs: basic symlink support 8 years ago
Tyler Hall a6ea791cb9 cramfs: block pointers are 32 bits 8 years ago
Masahiro Yamada e856bdcfb4 flash: complete CONFIG_SYS_NO_FLASH move with renaming 8 years ago
Stefan Brüns b352caea75 fs/fat: Fix unaligned __u16 reads for FAT12 access 8 years ago
Patrick Delaunay b331cd6204 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT 8 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
Stefan Brüns d1bdf22461 ext4: Fix handling of direntlen in unlink_filename 8 years ago
Stefan Brüns 15bf8c4f93 ext4: cleanup unlink_filename function 8 years ago
Stefan Brüns 86167089b7 sandbox/fs: Free memory allocated by os_dirent_ls 8 years ago
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 8 years ago
Masahiro Yamada b5bf5cb3b3 treewide: use #include <...> to include public headers 8 years ago
Stefan Brüns b4976b49a0 ext4: Revert rejection of 64bit enabled ext4 fs 8 years ago