summaryrefslogtreecommitdiff
path: root/fs/fat/fat_write.c
AgeCommit message (Expand)Author
2020-04-26MLK-20668-2 fat: Fix issue in rootdir table flush for FAT16/12Ye Li
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07fat: write: adjust data written in each partial writeMarek Szyprowski
2020-02-07fat: write: fix broken write to fragmented filesMarek Szyprowski
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-05-28fs: fat: allocate a new cluster for root directory of fat32AKASHI Takahiro
2019-05-28fs: fat: flush a directory cluster properlyAKASHI Takahiro
2019-05-28fs: fat: write to non-cluster-aligned root directoryAKASHI Takahiro
2019-05-28fs: fat: correct file name normalizationHeinrich Schuchardt
2019-02-28fs: fat: fix link error when building with DEBUG=1Heinrich Schuchardt
2018-10-16fs: fat: Fix warning in normalize_longname()Tom Rini
2018-10-06fs: fat: fix set_cluster()Heinrich Schuchardt
2018-10-06fs: fat: memory leak in fat_unlink()Heinrich Schuchardt
2018-09-23fs: fat: unaligned buffers are not an errorHeinrich Schuchardt
2018-09-23fs: fat: support unlinkAKASHI Takahiro
2018-09-23fs: fat: support mkdirAKASHI Takahiro
2018-09-23fs: fat: support write with non-zero offsetAKASHI Takahiro
2018-09-23fs: fat: refactor write interface for a file offsetAKASHI Takahiro
2018-09-23fs: fat: support write with sub-directory pathAKASHI Takahiro
2018-09-23fs: fat: write returns error code instead of -1AKASHI Takahiro
2018-09-23fs: fat: check and normalize file nameAKASHI Takahiro
2018-09-23Revert "fs: fat: cannot write to subdirectories"AKASHI Takahiro
2018-07-25fs: fat: cannot write to subdirectoriesHeinrich Schuchardt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-22fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen
2018-01-10fat write: Fixed a problem with the case of file names when writing filesJean-Jacques Hiblot
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark
2017-08-26fs: fat: fix fatwrite overflow calculationReno Farnesi
2016-12-27fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()Stefan Brüns
2016-12-27fs/fat: Avoid corruption of sectors following the FATStefan Brüns
2016-12-27fat: fatwrite: fix the command for FAT12Philipp Skadorov
2016-11-28fs/fat/fatwrite: Local variable as buffer to store dir_slot entriesTien Fong Chee
2016-09-23fs/fat: Correct description of determine_fatent functionStefan Brüns
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns
2016-09-23fs/fat: Remove two statements without effectStefan Brüns
2016-03-22Fix spelling of "supported/unsupported".Vagrant Cascadian
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-10-11fs/fat/fat_write: Fix management of empty filesBenoît Thébaudeau
2015-10-11fs/fat/fat_write: Factor out duplicate codeBenoît Thébaudeau
2015-10-11fs/fat/fat_write: Fix curclust/newclust mix-upBenoît Thébaudeau
2015-10-11fs/fat/fat_write: Merge calls to set_cluster()Benoît Thébaudeau
2015-10-11fs/fat/fat_write: Fix buffer alignmentsBenoît Thébaudeau
2015-09-11FIX: fat: Provide correct return code from disk_{read|write} to upper layersŁukasz Majewski
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae
2014-05-12fs/fat: correct FAT16/12 file finding in root dirWu, Josh
2014-05-12fs: fat_write: fix the incorrect last cluster checkingWu, Josh