summaryrefslogtreecommitdiff
path: root/fs/fat/fat.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-11Revert "fs: fat: assign rootdir sector when accessing root directory"Tom Rini1-4/+1
2018-12-07fs: fix FAT name extractionPatrick Wildt1-0/+3
2018-12-07fs: check FAT cluster sizePatrick Wildt1-0/+11
2018-11-20fs: fat: assign rootdir sector when accessing root directoryThomas RIENOESSL1-1/+4
2018-09-23fs: fat: unaligned buffers are not an errorHeinrich Schuchardt1-1/+1
2018-09-23fs: fat: remember the starting cluster number of directoryAKASHI Takahiro1-0/+3
2018-09-23fs: fat: support write with sub-directory pathAKASHI Takahiro1-9/+0
2018-09-23fs: fat: assure iterator's ->dent belongs to ->clustAKASHI Takahiro1-8/+17
2018-09-23fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()AKASHI Takahiro1-0/+21
2018-09-23fs: fat: extend get_fs_info() for write useAKASHI Takahiro1-0/+7
2018-08-20fs/fat: debug-print file read position during file_fat_read_at()Andreas Dannenberg1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-23fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen1-11/+1
2018-01-19fs/fat: remove distractive message in file_fat_read_at()Heinrich Schuchardt1-1/+1
2017-11-30fat: Use cache aligned buffers for fat_opendirNeil Armstrong1-1/+3
2017-10-08fs/fat: Check malloc return values and fix memory leaksTuomas Tynkkynen1-10/+20
2017-10-08fs/fat: Fix 'CACHE: Misaligned operation at range' warningsTuomas Tynkkynen1-5/+5
2017-10-06fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen1-1/+2
2017-09-22fs/fat: Reduce stack usageTom Rini1-4/+10
2017-09-15fs/fat: fix fatbuf leakRob Clark1-7/+16
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark1-5/+3
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark1-6/+10
2017-09-15fat/fs: move ls to generic implementationRob Clark1-32/+0
2017-09-15fs/fat: implement opendir/readdir/closedirRob Clark1-0/+61
2017-09-15fat/fs: convert to directory iteratorsRob Clark1-646/+76
2017-09-15fs/fat: introduce new director iteratorsRob Clark1-3/+353
2017-09-15fs/fat: split out helper to init fsdataRob Clark1-30/+43
2017-08-20fs/fat: Correct blk_dread() return value checkTom Rini1-1/+1
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass1-1/+1
2017-01-28fs/fat: Fix unaligned __u16 reads for FAT12 accessStefan Brüns1-3/+4
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay1-1/+1
2016-12-27fs/fat: simplify get_fatent for FAT12Stefan Brüns1-29/+5
2016-12-27fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()Stefan Brüns1-3/+22
2016-12-27fs/fat: Avoid corruption of sectors following the FATStefan Brüns1-0/+1
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns1-0/+1
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-1/+1
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass1-3/+3
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-2/+2
2016-03-15dm: part: Rename some partition functionsSimon Glass1-1/+1
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-3/+3
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-2/+2
2015-09-12FIX: fat: Provide correct return code from disk_{read|write} to upper layersŁukasz Majewski1-2/+9
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-09-11fat: handle paths that include ../Stephen Warren1-0/+29
2015-01-05fs: fat: read: fix fat16 ls/read issuePrzemyslaw Marczak1-18/+51
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami1-16/+7
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami1-57/+78
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren1-0/+5