Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1f34678febfae03faf565ab68555374e06a9a7d0
/
fs
/
fat
/
fat_write.c
b7b1838
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· 4 years, 10 months ago
3a867ce
fat: write: adjust data written in each partial write
by Marek Szyprowski
· 5 years ago
2f24167
fat: write: fix broken write to fragmented files
by Marek Szyprowski
· 5 years ago
9bc1564
dm: core: Create a new header file for 'compat' features
by Simon Glass
· 4 years, 10 months ago
c326933
fs: fat: allocate a new cluster for root directory of fat32
by AKASHI Takahiro
· 6 years ago
a2c0bd0
fs: fat: flush a directory cluster properly
by AKASHI Takahiro
· 6 years ago
d98c674
fs: fat: write to non-cluster-aligned root directory
by AKASHI Takahiro
· 6 years ago
5858721
fs: fat: correct file name normalization
by Heinrich Schuchardt
· 6 years ago
db538a9
fs: fat: fix link error when building with DEBUG=1
by Heinrich Schuchardt
· 6 years ago
0d01bdb
fs: fat: Fix warning in normalize_longname()
by Tom Rini
· 6 years ago
9fb8db4
fs: fat: fix set_cluster()
by Heinrich Schuchardt
· 6 years ago
b2242f6
fs: fat: memory leak in fat_unlink()
by Heinrich Schuchardt
· 6 years ago
aa9d6ba
fs: fat: unaligned buffers are not an error
by Heinrich Schuchardt
· 6 years ago
73b3497
fs: fat: support unlink
by AKASHI Takahiro
· 6 years ago
1c24b7b
fs: fat: support mkdir
by AKASHI Takahiro
· 6 years ago
b07f704
fs: fat: support write with non-zero offset
by AKASHI Takahiro
· 6 years ago
ed8b1e4
fs: fat: refactor write interface for a file offset
by AKASHI Takahiro
· 6 years ago
49ca96b
fs: fat: support write with sub-directory path
by AKASHI Takahiro
· 6 years ago
6aa7769
fs: fat: write returns error code instead of -1
by AKASHI Takahiro
· 6 years ago
c83df1a
fs: fat: check and normalize file name
by AKASHI Takahiro
· 6 years ago
044fbe0
Revert "fs: fat: cannot write to subdirectories"
by AKASHI Takahiro
· 6 years ago
fcd4129
fs: fat: cannot write to subdirectories
by Heinrich Schuchardt
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
a799dcd
fs: fat: Drop CONFIG_SUPPORT_VFAT
by Tuomas Tynkkynen
· 7 years ago
f2b6da8
fat write: Fixed a problem with the case of file names when writing files
by Jean-Jacques Hiblot
· 7 years ago
c3ab0b8
fs/fat: Clean up open-coded sector <-> cluster conversions
by Rob Clark
· 7 years ago
fd6c6b4
fs/fat: fix case for FAT shortnames
by Rob Clark
· 7 years ago
c22435f
fs: fat: fix fatwrite overflow calculation
by Reno Farnesi
· 7 years ago
9f95d81
fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()
by Stefan Brüns
· 8 years ago
58bf86f
fs/fat: Avoid corruption of sectors following the FAT
by Stefan Brüns
· 8 years ago
16f553d
fat: fatwrite: fix the command for FAT12
by Philipp Skadorov
· 8 years ago
0117dbe
fs/fat/fatwrite: Local variable as buffer to store dir_slot entries
by Tien Fong Chee
· 8 years ago
1499940
fs/fat: Correct description of determine_fatent function
by Stefan Brüns
· 8 years ago
751b31d
fs/fat: Do not write unmodified fat entries to disk
by Stefan Brüns
· 8 years ago
6c617d6
fs/fat: Remove two statements without effect
by Stefan Brüns
· 8 years ago
e1643ed
Fix spelling of "supported/unsupported".
by Vagrant Cascadian
· 9 years ago
2ee8ada
dm: block: Adjust device calls to go through helpers function
by Simon Glass
· 9 years ago
e73f296
block: pass block dev not num to read/write/erase()
by Stephen Warren
· 9 years ago
8fed7d3
fs/fat/fat_write: Fix management of empty files
by Benoît Thébaudeau
· 9 years ago
d1d390a
fs/fat/fat_write: Factor out duplicate code
by Benoît Thébaudeau
· 9 years ago
e0b8694
fs/fat/fat_write: Fix curclust/newclust mix-up
by Benoît Thébaudeau
· 9 years ago
39659ce
fs/fat/fat_write: Merge calls to set_cluster()
by Benoît Thébaudeau
· 9 years ago
ccc945b
fs/fat/fat_write: Fix buffer alignments
by Benoît Thébaudeau
· 9 years ago
d6f23d8
FIX: fat: Provide correct return code from disk_{read|write} to upper layers
by Łukasz Majewski
· 9 years ago
a17b7bc
fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods
by Tom Rini
· 10 years ago
441c223
fat: Prepare API change for files greater than 2GB
by Suriyan Ramasami
· 10 years ago
d30cbae
disk: part_efi: clarify lbaint_t usage
by Steve Rae
· 11 years ago
675b23c
fs/fat: correct FAT16/12 file finding in root dir
by Wu, Josh
· 11 years ago
10c8f7a
fs: fat_write: fix the incorrect last cluster checking
by Wu, Josh
· 11 years ago
ec6e525
fs: fat: Fix cache align error message in fatwrite
by Nobuhiro Iwamatsu
· 11 years ago
65a43e3
fs:fat: fix set file name function
by Piotr Wilczek
· 11 years ago
b0e38dd
fs: fat: don't call disk_write with zero sector num
by Wu, Josh
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
11cc61a
fs/fat: Don't multiply fatsize with sector size
by Egbert Eich
· 12 years ago
a43f41f
FAT: remove ifdefs to make the code more readable
by Richard Genoud
· 12 years ago
2e37202
FAT: use toupper/tolower instead of recoding them
by Richard Genoud
· 12 years ago
47a470f
fs: fat: Fix mkcksum() function parameters
by Marek Vasut
· 12 years ago
5295aa8
FAT: Make it possible to read from any file position
by Benoît Thébaudeau
· 12 years ago
074438c
fs/fat/fat_write.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
cb5f3bc
FAT write: Fix compile errors
by Donggeun Kim
· 13 years ago
af57ce2
FAT: update the second FAT when writing a file
by Donggeun Kim
· 13 years ago
f4f9d5d
FAT: fix some issues in FAT write support code
by Anatolij Gustschin
· 13 years ago
8f81400
FAT: Add FAT write feature
by Donggeun Kim
· 13 years ago