summaryrefslogtreecommitdiff
path: root/nuttx/fs/smartfs
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Gregory Nutt2014-08-281-1/+1
| | | | within the kernel for certain configurations
* 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
| | | | but probably some new typos introduced
* 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 ↵Gregory Nutt2013-11-151-0/+2
| | | | preserving backward compatibility with legacy configurations (for the time being)
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-1/+1
|
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers ↵Gregory Nutt2013-05-032-14/+17
| | | | to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
* Add Ken Pettit's SMART FSGregory Nutt2013-04-306-0/+3925