Commit Graph

164 Commits (lime2-spi)

Author SHA1 Message Date
Tom Rini 819c80f528 fs: fat: Fix warning in normalize_longname() 6 years ago
Heinrich Schuchardt f105fe7bc5 fs: fat: fix set_cluster() 6 years ago
Heinrich Schuchardt 0d532e911c fs: fat: memory leak in fat_unlink() 6 years ago
Heinrich Schuchardt 1c381cebb7 fs: fat: unaligned buffers are not an error 6 years ago
AKASHI Takahiro f8240ce95d fs: fat: support unlink 6 years ago
AKASHI Takahiro 31a18d570d fs: fat: support mkdir 6 years ago
AKASHI Takahiro 3a10e07234 fs: fat: remember the starting cluster number of directory 6 years ago
AKASHI Takahiro cb8af8af5b fs: fat: support write with non-zero offset 6 years ago
AKASHI Takahiro 704df6aa0a fs: fat: refactor write interface for a file offset 6 years ago
AKASHI Takahiro 4ced2039dc fs: fat: support write with sub-directory path 6 years ago
AKASHI Takahiro f1149cea16 fs: fat: write returns error code instead of -1 6 years ago
AKASHI Takahiro 25bb9dab14 fs: fat: check and normalize file name 6 years ago
AKASHI Takahiro 881042ef02 Revert "fs: fat: cannot write to subdirectories" 6 years ago
AKASHI Takahiro f528c140c8 fs: fat: assure iterator's ->dent belongs to ->clust 6 years ago
AKASHI Takahiro b94b6be543 fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() 6 years ago
AKASHI Takahiro f23101f951 fs: fat: extend get_fs_info() for write use 6 years ago
Andreas Dannenberg 287c04e11a fs/fat: debug-print file read position during file_fat_read_at() 6 years ago
Heinrich Schuchardt 0dc1bfb730 fs: fat: cannot write to subdirectories 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
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 7 years ago
Stefan Brüns b8948d2aef fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() 7 years ago
Stefan Brüns 6c1a808052 fs/fat: Avoid corruption of sectors following the FAT 7 years ago
Philipp Skadorov 49abbd9cc3 fat: fatwrite: fix the command for FAT12 7 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