summaryrefslogtreecommitdiff
path: root/fs/fat/fat.c
AgeCommit message (Expand)Author
2019-05-28fs: fat: Fix possible double free of fatbufAndrew F. Davis
2019-04-09fs: fat: fix reading non-cluster-aligned root directoryAnssi Hannula
2019-02-19fs: fat: Reduce default max clustersize 64KiB from malloc poolTien Fong Chee
2019-02-19fs: fat: dynamically allocate memory for temporary bufferTien Fong Chee
2019-02-01spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee
2019-01-11Revert "fs: fat: assign rootdir sector when accessing root directory"Tom Rini
2018-12-06fs: fix FAT name extractionPatrick Wildt
2018-12-06fs: check FAT cluster sizePatrick Wildt
2018-11-20fs: fat: assign rootdir sector when accessing root directoryThomas RIENOESSL
2018-09-23fs: fat: unaligned buffers are not an errorHeinrich Schuchardt
2018-09-23fs: fat: remember the starting cluster number of directoryAKASHI Takahiro
2018-09-23fs: fat: support write with sub-directory pathAKASHI Takahiro
2018-09-23fs: fat: assure iterator's ->dent belongs to ->clustAKASHI Takahiro
2018-09-23fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()AKASHI Takahiro
2018-09-23fs: fat: extend get_fs_info() for write useAKASHI Takahiro
2018-08-20fs/fat: debug-print file read position during file_fat_read_at()Andreas Dannenberg
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-19fs/fat: remove distractive message in file_fat_read_at()Heinrich Schuchardt
2017-11-29fat: Use cache aligned buffers for fat_opendirNeil Armstrong
2017-10-08fs/fat: Check malloc return values and fix memory leaksTuomas Tynkkynen
2017-10-08fs/fat: Fix 'CACHE: Misaligned operation at range' warningsTuomas Tynkkynen
2017-10-06fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen
2017-09-22fs/fat: Reduce stack usageTom Rini
2017-09-15fs/fat: fix fatbuf leakRob Clark
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark
2017-09-15fat/fs: move ls to generic implementationRob Clark
2017-09-15fs/fat: implement opendir/readdir/closedirRob Clark
2017-09-15fat/fs: convert to directory iteratorsRob Clark
2017-09-15fs/fat: introduce new director iteratorsRob Clark
2017-09-15fs/fat: split out helper to init fsdataRob Clark
2017-08-20fs/fat: Correct blk_dread() return value checkTom Rini
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass
2017-01-28fs/fat: Fix unaligned __u16 reads for FAT12 accessStefan Brüns
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay
2016-12-27fs/fat: simplify get_fatent for FAT12Stefan Brüns
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-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-09-11FIX: fat: Provide correct return code from disk_{read|write} to upper layersŁukasz Majewski
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-11fat: handle paths that include ../Stephen Warren