Commit Graph

145 Commits (master)

Author SHA1 Message Date
Tuomas Tynkkynen 8bad6cb176 fs: fat: Drop CONFIG_SUPPORT_VFAT 6 years ago
Tuomas Tynkkynen e8df14d216 fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description 6 years ago
Heinrich Schuchardt d2f7158028 fs/fat: remove distractive message in file_fat_read_at() 6 years ago
Jean-Jacques Hiblot 2c33b0c7d8 fat write: Fixed a problem with the case of file names when writing files 6 years ago
Neil Armstrong 34dd853ce5 fat: Use cache aligned buffers for fat_opendir 7 years ago
Tuomas Tynkkynen af609e3764 fs/fat: Check malloc return values and fix memory leaks 7 years ago
Tuomas Tynkkynen 09fa964bba fs/fat: Fix 'CACHE: Misaligned operation at range' warnings 7 years ago
Tuomas Tynkkynen 8df8731474 fs/fat: Fix pathnames using '..' that lead to the root directory 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 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
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 10e40d54b3 Kconfig: Add CONFIG_SATA to enable SATA 7 years ago
Sekhar Nori eedfb89e61 fs: fat: add kbuild configuration support 7 years ago
Simon Glass fc843a02ac Kconfig: Add a CONFIG_IDE option 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 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
Tien Fong Chee 7aa1a6b71c fs/fat/fatwrite: Local variable as buffer to store dir_slot entries 8 years ago
Stefan Brüns ae1755be37 fs/fat: Correct description of determine_fatent function 8 years ago
Stefan Brüns 3c0ed9c3a5 fs/fat: Do not write unmodified fat entries to disk 8 years ago
Stefan Brüns ed76f91277 fs/fat: Remove two statements without effect 8 years ago
Simon Glass c649e3c91c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 8 years ago
Vagrant Cascadian 0af49b9575 Fix spelling of "supported/unsupported". 8 years ago
Simon Glass 2a981dc2c6 dm: block: Adjust device calls to go through helpers function 8 years ago
Simon Glass bcce53d048 dm: block: Rename device number member dev to devnum 8 years ago
Simon Glass 3e8bd46950 dm: part: Rename some partition functions 8 years ago
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef 8 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 9 years ago
Benoît Thébaudeau 1254b44a9f fs/fat/fat_write: Fix management of empty files 9 years ago
Benoît Thébaudeau e876be4b5c fs/fat/fat_write: Factor out duplicate code 9 years ago
Benoît Thébaudeau 5e1a860e6c fs/fat/fat_write: Fix curclust/newclust mix-up 9 years ago
Benoît Thébaudeau 1d7f2ece69 fs/fat/fat_write: Merge calls to set_cluster() 9 years ago
Benoît Thébaudeau 8133f43d1c fs/fat/fat_write: Fix buffer alignments 9 years ago
Łukasz Majewski 0a04ed86cf FIX: fat: Provide correct return code from disk_{read|write} to upper layers 9 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 9 years ago
Stephen Warren 18a10d46f2 fat: handle paths that include ../ 9 years ago
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