Commit Graph

108 Commits (d64c789414be11a5e542262adfcb51a48d476534)

Author SHA1 Message Date
Tuomas Tynkkynen 8bad6cb176 fs: fat: Drop CONFIG_SUPPORT_VFAT 7 years ago
Heinrich Schuchardt d2f7158028 fs/fat: remove distractive message in file_fat_read_at() 7 years ago
Neil Armstrong 34dd853ce5 fat: Use cache aligned buffers for fat_opendir 8 years ago
Tuomas Tynkkynen af609e3764 fs/fat: Check malloc return values and fix memory leaks 8 years ago
Tuomas Tynkkynen 09fa964bba fs/fat: Fix 'CACHE: Misaligned operation at range' warnings 8 years ago
Tuomas Tynkkynen 8df8731474 fs/fat: Fix pathnames using '..' that lead to the root directory 8 years ago
Tom Rini 2460098cff fs/fat: Reduce stack usage 8 years ago
Rob Clark 725ffdb5cb fs/fat: fix fatbuf leak 8 years ago
Rob Clark 265edc03d5 fs/fat: Clean up open-coded sector <-> cluster conversions 8 years ago
Rob Clark 21a24c3bf3 fs/fat: fix case for FAT shortnames 8 years ago
Rob Clark 89191d6267 fat/fs: move ls to generic implementation 8 years ago
Rob Clark 1f40366b31 fs/fat: implement opendir/readdir/closedir 8 years ago
Rob Clark 8eafae209c fat/fs: convert to directory iterators 8 years ago
Rob Clark c6e3baa565 fs/fat: introduce new director iterators 8 years ago
Rob Clark 45449980f8 fs/fat: split out helper to init fsdata 8 years ago
Tom Rini 42a9f147d8 fs/fat: Correct blk_dread() return value check 8 years ago
Simon Glass 10e40d54b3 Kconfig: Add CONFIG_SATA to enable SATA 8 years ago
Simon Glass fc843a02ac Kconfig: Add a CONFIG_IDE option 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 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
Stefan Brüns 3c0ed9c3a5 fs/fat: Do not write unmodified fat entries to disk 9 years ago
Simon Glass c649e3c91c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 9 years ago
Simon Glass 2a981dc2c6 dm: block: Adjust device calls to go through helpers function 9 years ago
Simon Glass bcce53d048 dm: block: Rename device number member dev to devnum 9 years ago
Simon Glass 3e8bd46950 dm: part: Rename some partition functions 9 years ago
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef 9 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 9 years ago
Łukasz Majewski 0a04ed86cf FIX: fat: Provide correct return code from disk_{read|write} to upper layers 10 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 10 years ago
Stephen Warren 18a10d46f2 fat: handle paths that include ../ 10 years ago
Przemyslaw Marczak 64f65e1e36 fs: fat: read: fix fat16 ls/read issue 11 years ago
Suriyan Ramasami d455d8789d fs: API changes enabling extra parameter to return size of type loff_t 11 years ago
Suriyan Ramasami 1ad0b98a06 fat: Prepare API change for files greater than 2GB 11 years ago
Masahiro Yamada b41411954d linux/kernel.h: sync min, max, min3, max3 macros with Linux 11 years ago
Stephen Warren cf6598193a fs: implement size/fatsize/ext4size 11 years ago
Stephen Warren b7b5f3195f fat: implement exists() for FAT fs 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 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 5e8f98319d FAT: implement fat_set_blk_dev(), convert cmd_fat.c 13 years ago
Stephen Warren a1687b858e FAT: initialize all fields in cur_part_info, simplify init 13 years ago
Stephen Warren 461f86e696 FAT: remove cur_part_nr 13 years ago
Marek Vasut ff04f6d122 fs: fat: Fix mkcksum() function parameters 13 years ago
Stephen Warren bd1a7e3034 FAT: check for partition 0 not 1 for whole-disk fs 13 years ago
Benoît Thébaudeau 1170e634dd FAT: Make it possible to read from any file position 13 years ago