- 84ca305 fs: fat: remove superfluous assignments by Heinrich Schuchardt · 3 years, 10 months ago
- 41ac28c fs: fat: avoid out of bounds access warning by Heinrich Schuchardt · 3 years, 10 months ago
- 041f0af fs: fat: structure for name and extension by Heinrich Schuchardt · 3 years, 10 months ago
- e97eb63 fs: fat: consistent error handling for flush_dir() by Heinrich Schuchardt · 3 years, 10 months ago
- 3d20d21 fs: fat: deletion of long file names by Heinrich Schuchardt · 4 years ago
- 4a593dd fs: fat: use constant DELETED_FLAG by Heinrich Schuchardt · 4 years ago
- 1e51c8d fs: fat: search file should not allocate cluster by Heinrich Schuchardt · 4 years ago
- 3049a51 fs: fat: reuse deleted directory entries by Heinrich Schuchardt · 4 years ago
- 32a5f88 fs: fat: fat_find_empty_dentries() by Heinrich Schuchardt · 4 years ago
- 569b0e1 fs: fat: flush new directory cluster by Heinrich Schuchardt · 4 years ago
- 27ed690 fs: fat: dentry iterator for fill_dir_slot() by Heinrich Schuchardt · 4 years ago
- 3a331ae fs: fat: generate unique short names by Heinrich Schuchardt · 4 years ago
- 57b745e fs: fat: call set_name() only once by Heinrich Schuchardt · 4 years ago
- a343249 fs: fat: pass shortname to fill_dir_slot by Heinrich Schuchardt · 4 years ago
- 28cef9c fs: fat: create correct short names by Heinrich Schuchardt · 4 years ago
- c592411 fs: fat: correct first cluster for '..' by Heinrich Schuchardt · 4 years ago
- 1ec29aa fs: fat: use ATTR_ARCH instead of anonymous 0x20 by Heinrich Schuchardt · 4 years ago
- 661d223 fs: fat: avoid NULL dereference when root dir is full by Heinrich Schuchardt · 4 years ago
- 5a8d1f6 fs/fat: reduce data size for FAT_WRITE by Heinrich Schuchardt · 4 years, 4 months ago
- a20f0c8 fs: fat_write: fix short name creation. by Heinrich Schuchardt · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
- 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 9 months ago
- a54ece4 fat: write: adjust data written in each partial write by Marek Szyprowski · 5 years ago
- 5e615b7 fat: write: fix broken write to fragmented files by Marek Szyprowski · 5 years ago
- 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
- cd2d727 fs: fat: allocate a new cluster for root directory of fat32 by AKASHI Takahiro · 5 years ago
- 9c709c7 fs: fat: flush a directory cluster properly by AKASHI Takahiro · 5 years ago
- a9f6706 fs: fat: write to non-cluster-aligned root directory by AKASHI Takahiro · 5 years ago
- 7b43780 fs: fat: correct file name normalization by Heinrich Schuchardt · 6 years ago
- 7274b76 fs: fat: fix link error when building with DEBUG=1 by Heinrich Schuchardt · 6 years ago
- 819c80f fs: fat: Fix warning in normalize_longname() by Tom Rini · 6 years ago
- f105fe7 fs: fat: fix set_cluster() by Heinrich Schuchardt · 6 years ago
- 0d532e9 fs: fat: memory leak in fat_unlink() by Heinrich Schuchardt · 6 years ago
- 1c381ce fs: fat: unaligned buffers are not an error by Heinrich Schuchardt · 6 years ago
- f8240ce fs: fat: support unlink by AKASHI Takahiro · 6 years ago
- 31a18d5 fs: fat: support mkdir by AKASHI Takahiro · 6 years ago
- cb8af8a fs: fat: support write with non-zero offset by AKASHI Takahiro · 6 years ago
- 704df6a fs: fat: refactor write interface for a file offset by AKASHI Takahiro · 6 years ago
- 4ced203 fs: fat: support write with sub-directory path by AKASHI Takahiro · 6 years ago
- f1149ce fs: fat: write returns error code instead of -1 by AKASHI Takahiro · 6 years ago
- 25bb9da fs: fat: check and normalize file name by AKASHI Takahiro · 6 years ago
- 881042e Revert "fs: fat: cannot write to subdirectories" by AKASHI Takahiro · 6 years ago
- 0dc1bfb fs: fat: cannot write to subdirectories by Heinrich Schuchardt · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 8bad6cb fs: fat: Drop CONFIG_SUPPORT_VFAT by Tuomas Tynkkynen · 7 years ago
- 2c33b0c fat write: Fixed a problem with the case of file names when writing files by Jean-Jacques Hiblot · 7 years ago
- 265edc0 fs/fat: Clean up open-coded sector <-> cluster conversions by Rob Clark · 7 years ago
- 21a24c3 fs/fat: fix case for FAT shortnames by Rob Clark · 7 years ago
- 7621621 fs: fat: fix fatwrite overflow calculation by Reno Farnesi · 7 years ago
- b8948d2 fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() by Stefan Brüns · 8 years ago
- 6c1a808 fs/fat: Avoid corruption of sectors following the FAT by Stefan Brüns · 8 years ago
- 49abbd9 fat: fatwrite: fix the command for FAT12 by Philipp Skadorov · 8 years ago
- 7aa1a6b fs/fat/fatwrite: Local variable as buffer to store dir_slot entries by Tien Fong Chee · 8 years ago
- ae1755b fs/fat: Correct description of determine_fatent function by Stefan Brüns · 8 years ago
- 3c0ed9c fs/fat: Do not write unmodified fat entries to disk by Stefan Brüns · 8 years ago
- ed76f91 fs/fat: Remove two statements without effect by Stefan Brüns · 8 years ago
- 0af49b9 Fix spelling of "supported/unsupported". by Vagrant Cascadian · 9 years ago
- 2a981dc dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
- 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
- 1254b44 fs/fat/fat_write: Fix management of empty files by Benoît Thébaudeau · 9 years ago
- e876be4 fs/fat/fat_write: Factor out duplicate code by Benoît Thébaudeau · 9 years ago
- 5e1a860 fs/fat/fat_write: Fix curclust/newclust mix-up by Benoît Thébaudeau · 9 years ago
- 1d7f2ec fs/fat/fat_write: Merge calls to set_cluster() by Benoît Thébaudeau · 9 years ago
- 8133f43 fs/fat/fat_write: Fix buffer alignments by Benoît Thébaudeau · 9 years ago
- 0a04ed8 FIX: fat: Provide correct return code from disk_{read|write} to upper layers by Łukasz Majewski · 9 years ago
- 9e374e7 fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods by Tom Rini · 10 years ago
- 1ad0b98 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
- e04350d disk: part_efi: clarify lbaint_t usage by Steve Rae · 10 years ago
- dd6d796 fs/fat: correct FAT16/12 file finding in root dir by Wu, Josh · 11 years ago
- 2e98f70 fs: fat_write: fix the incorrect last cluster checking by Wu, Josh · 11 years ago
- 8abd053 fs: fat: Fix cache align error message in fatwrite by Nobuhiro Iwamatsu · 11 years ago
- 73dc832 fs:fat: fix set file name function by Piotr Wilczek · 11 years ago
- 6b8f185 fs: fat: don't call disk_write with zero sector num by Wu, Josh · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- bc8d987 fs/fat: Don't multiply fatsize with sector size by Egbert Eich · 12 years ago
- cb940c7 FAT: remove ifdefs to make the code more readable by Richard Genoud · 12 years ago
- fb7e16c FAT: use toupper/tolower instead of recoding them by Richard Genoud · 12 years ago
- ff04f6d fs: fat: Fix mkcksum() function parameters by Marek Vasut · 12 years ago
- 1170e63 FAT: Make it possible to read from any file position by Benoît Thébaudeau · 12 years ago
- bf6b6af fs/fat/fat_write.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
- 079df72 FAT write: Fix compile errors by Donggeun Kim · 13 years ago
- 627182e FAT: update the second FAT when writing a file by Donggeun Kim · 13 years ago
- 8506eb8 FAT: fix some issues in FAT write support code by Anatolij Gustschin · 13 years ago
- c30a15e FAT: Add FAT write feature by Donggeun Kim · 13 years ago