nuttx/fs/fat
Gregory Nutt fb73006a4b These changes implemnt FAT file shrinkage as needed to fully support ftruncate().
Squashed commit of the following:

    fs/fat:  Resolves issues with truncating the cluster chain when shrinking files via ftruncate().
    fs/fat:  First cut at implementation file shrinkage logic needed to support ftruncate().  Certainly shrinks the file size but it does not appear to correctly disconnect the cluster chains.
    fs/fat:  Restructure some functions in files to better support forthcoming file shrinkage logic.  Put framework for file shrinkage in place.  That logic is incomplete on initial commit.
2018-01-04 19:08:43 -06:00
..
fs_fat32.c These changes implemnt FAT file shrinkage as needed to fully support ftruncate(). 2018-01-04 19:08:43 -06:00
fs_fat32.h These changes implemnt FAT file shrinkage as needed to fully support ftruncate(). 2018-01-04 19:08:43 -06:00
fs_fat32attrib.c Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 2017-02-05 14:25:45 -06:00
fs_fat32dirent.c
fs_fat32util.c These changes implemnt FAT file shrinkage as needed to fully support ftruncate(). 2018-01-04 19:08:43 -06:00
Kconfig arch/arm/src/sam34: Fix some compile warnings that I introduced with a possibly overzealous recent change. 2017-12-17 17:43:20 -06:00
Make.defs Squashed commit of the following: 2017-10-20 12:36:25 -06:00