Commit Graph

54 Commits (819c80f528f8529bb88d912efb141f5fd0ecef53)

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 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
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
Jean-Jacques Hiblot 2c33b0c7d8 fat write: Fixed a problem with the case of file names when writing files 6 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
Reno Farnesi 76216211f8 fs: fat: fix fatwrite overflow calculation 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
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
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
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 8 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
Tom Rini 9e374e7b72 fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods 10 years ago
Suriyan Ramasami 1ad0b98a06 fat: Prepare API change for files greater than 2GB 10 years ago
Steve Rae e04350d299 disk: part_efi: clarify lbaint_t usage 10 years ago
Wu, Josh dd6d7967df fs/fat: correct FAT16/12 file finding in root dir 10 years ago
Wu, Josh 2e98f70882 fs: fat_write: fix the incorrect last cluster checking 10 years ago
Nobuhiro Iwamatsu 8abd053cf0 fs: fat: Fix cache align error message in fatwrite 10 years ago
Piotr Wilczek 73dc8328c3 fs:fat: fix set file name function 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 11 years ago
Egbert Eich bc8d98713f fs/fat: Don't multiply fatsize with sector size 11 years ago
Richard Genoud cb940c7ede FAT: remove ifdefs to make the code more readable 11 years ago
Richard Genoud fb7e16cc1c FAT: use toupper/tolower instead of recoding them 11 years ago
Marek Vasut ff04f6d122 fs: fat: Fix mkcksum() function parameters 12 years ago
Benoît Thébaudeau 1170e634dd FAT: Make it possible to read from any file position 12 years ago
Anatolij Gustschin bf6b6af746 fs/fat/fat_write.c: Fix GCC 4.6 warnings 12 years ago