summaryrefslogtreecommitdiff
path: root/nuttx/fs/smartfs
Commit message (Expand)AuthorAgeFilesLines
* SmartFS: Implements wear-leveling in the SmartFS. From Ken PettitGregory Nutt2014-12-096-92/+731
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-252-14/+20
* Completes VFS-based named semaphore implemetation. Still a little buggyGregory Nutt2014-09-281-1/+0
* Rename fs/fs_internal.h to fs/fs.hGregory Nutt2014-09-282-2/+2
* Fix a typo introduced my my meddling with Ken's last commitsGregory Nutt2014-09-221-0/+1
* Update SMART FS procfs support. From Ken PettitGregory Nutt2014-09-223-68/+576
* SMART FS update from Ken PettitGregory Nutt2014-09-221-22/+28
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-312-4/+4
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-312-7/+7
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-313-17/+17
* nuttx/fs: Remove explicity references to errno. That is a problem from with...Gregory Nutt2014-08-281-1/+1
* More trailing whilespace removalGregory Nutt2014-04-133-25/+25
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-103-8/+4
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-122-1/+461
* Move smart.h to include/nuttx/fs/smart.hGregory Nutt2013-12-103-3/+3
* Add README file for SMARTFS. From Ken PettitGregory Nutt2013-11-231-0/+363
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-152-2/+2
* Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preser...Gregory Nutt2013-11-151-0/+2
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-1/+1
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-032-14/+17
* Add Ken Pettit's SMART FSGregory Nutt2013-04-306-0/+3925