Commit Graph

97 Commits (6c45ef4b948abd92f299d4ca1ab99c9cdea6bf8e)

Author SHA1 Message Date
Przemyslaw Marczak 64f65e1e36 fs: fat: read: fix fat16 ls/read issue 10 years ago
Tom Rini 9e374e7b72 fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods 10 years ago
Suriyan Ramasami d455d8789d fs: API changes enabling extra parameter to return size of type loff_t 10 years ago
Suriyan Ramasami 1ad0b98a06 fat: Prepare API change for files greater than 2GB 10 years ago
Masahiro Yamada b41411954d linux/kernel.h: sync min, max, min3, max3 macros with Linux 10 years ago
Masahiro Yamada ed36323f6d kconfig: add blank Kconfig files 10 years ago
Stephen Warren cf6598193a fs: implement size/fatsize/ext4size 10 years ago
Steve Rae e04350d299 disk: part_efi: clarify lbaint_t usage 11 years ago
Wu, Josh dd6d7967df fs/fat: correct FAT16/12 file finding in root dir 11 years ago
Wu, Josh 2e98f70882 fs: fat_write: fix the incorrect last cluster checking 11 years ago
Nobuhiro Iwamatsu 8abd053cf0 fs: fat: Fix cache align error message in fatwrite 11 years ago
Stephen Warren b7b5f3195f fat: implement exists() for FAT fs 11 years ago
Piotr Wilczek 73dc8328c3 fs:fat: fix set file name function 11 years ago
Masahiro Yamada 35c792754c fs: convert makefiles to Kbuild style 11 years ago
Wu, Josh 6b8f185faf fs: fat: don't call disk_write with zero sector num 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Egbert Eich bc8d98713f fs/fat: Don't multiply fatsize with sector size 12 years ago
Simon Glass e6d5241534 fs: Move ls and read methods into ext4, fat 12 years ago
Richard Genoud cb940c7ede FAT: remove ifdefs to make the code more readable 12 years ago
Richard Genoud fb7e16cc1c FAT: use toupper/tolower instead of recoding them 12 years ago
Marek Vasut 6ad77d88e5 vfat: Fix mkcksum argument sizes 12 years ago
Stephen Warren 03e2ecf6b8 fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} 12 years ago
Stephen Warren 5e8f98319d FAT: implement fat_set_blk_dev(), convert cmd_fat.c 12 years ago
Stephen Warren a1687b858e FAT: initialize all fields in cur_part_info, simplify init 12 years ago
Stephen Warren 461f86e696 FAT: remove cur_part_nr 12 years ago
Marek Vasut ff04f6d122 fs: fat: Fix mkcksum() function parameters 12 years ago
Albert ARIBAUD b823fd9ba5 ARM: prevent misaligned array inits 12 years ago
Stephen Warren bd1a7e3034 FAT: check for partition 0 not 1 for whole-disk fs 12 years ago
Benoît Thébaudeau 1170e634dd FAT: Make it possible to read from any file position 12 years ago
Benoît Thébaudeau 7ee46cebcb FAT: Fix file contents listed as directory 12 years ago
Benoît Thébaudeau 0880e5bb0c FAT: Simplify get_contents 12 years ago
Benoît Thébaudeau cc63b25efb FAT: get_cluster: Add buffer bouncing 12 years ago
Benoît Thébaudeau cd1b042c5c FAT: Fix redundant sector read 12 years ago
Benoît Thébaudeau 88503ad3bb FAT: cosmetic: Remove useless assignment 12 years ago
Benoît Thébaudeau 8006dd2e57 FAT: get_fatent: Fix FAT boundary check 12 years ago
Benoît Thébaudeau 9795e07b04 FAT: cosmetic: Remove extra spaces 12 years ago
Marek Vasut b37d41aa24 Block: Remove MG DISK support 13 years ago
Eric Nelson 9a800ac718 fs/fat: align disk buffers on cache line to enable DMA and cache 13 years ago
Anatolij Gustschin bf6b6af746 fs/fat/fat_write.c: Fix GCC 4.6 warnings 13 years ago
Donggeun Kim 079df7223c FAT write: Fix compile errors 13 years ago
Donggeun Kim 627182ea9d FAT: update the second FAT when writing a file 13 years ago
Kyle Moffett 46236b1407 fs/fat: Improve error handling 13 years ago
Kyle Moffett 9813b750f3 fs/fat: Fix FAT detection to support non-DOS partition tables 13 years ago
Sergei Shtylyov bf34e7d952 fat: reset VFAT short alias checksum on first match 13 years ago
Anatolij Gustschin 8506eb8d6a FAT: fix some issues in FAT write support code 13 years ago
Andreas Bießmann 2d1b83b346 fat.c: fix printf() length modifier 13 years ago
Wolfgang Denk 6471ada534 fs/fat/fat.c: Fix GCC 4.6 build warning 13 years ago
J. Vijayanand 206d68fdd4 fat: correct ATTR_VFAT check 13 years ago
Wolfgang Denk e116cc069f fs/fat/fat.c: fix warning: 'part_size' defined but not used 13 years ago
Donggeun Kim c30a15e590 FAT: Add FAT write feature 13 years ago