summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* Misc changes to get a clean compilation after incorporating all of Bob Doison...Gregory Nutt2014-04-222-2/+2
* Misc SAM4S-related changes from Bob DoisonGregory Nutt2014-04-211-2/+1
* Correct some procfs conditional compilation. From Bob DoironGregory Nutt2014-04-211-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1321-242/+242
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-133-4/+4
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-2/+2
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-1/+1
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* NXFFS: Missing call to nxffs_freeentry() caused a memory leakGregory Nutt2014-03-062-1/+9
* Fix a FAT file corruption problem. From Andrew TridgellGregory Nutt2014-03-041-56/+56
* procfs: Remove newline from the end of the cpuload and loadavg outputs so th...Gregory Nutt2014-02-272-2/+2
* A few fixes for the per-process load average calculationGregory Nutt2014-02-231-1/+1
* CPU load calculations now available for all threads. Available in /proc/pid/...Gregory Nutt2014-02-232-25/+98
* Add logic to meaure and calculate the CPU load percentage. From David AlessioGregory Nutt2014-02-225-15/+388
* Add CONFIG_DEFAULT_SMALL that will select default values for configuration se...Gregory Nutt2014-02-201-2/+3
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-206-25/+190
* Need to build fs_rename.c even if mountpoints are disabledGregory Nutt2014-02-201-4/+3
* Typo fix from last commits. From Alan Carvalho de AssisGregory Nutt2014-02-201-1/+1
* SAMD20: Move some common SERCOM logic to a separate file where it can be sharedGregory Nutt2014-02-191-1/+1
* Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-...Gregory Nutt2014-02-198-92/+299
* Cosmetic updates to commentsGregory Nutt2014-02-191-4/+6
* mkdir can now be used to create empty directories in the pseudo-filesystem.Gregory Nutt2014-02-192-31/+63
* rmdir now may be used to remove empty nodes from the pseudo-filesystemGregory Nutt2014-02-192-45/+88
* FS: directory operations will now work on empty directory nodes in the pseudo...Gregory Nutt2014-02-196-68/+155
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-106-13/+9
* FAT: Fix some root directory logic that was conditionally done only for FAT32...Gregory Nutt2014-01-141-2/+2
* Fix a FAT cluster allocation bug. From TridgeGregory Nutt2014-01-141-2/+2
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-142-4/+4
* Looks like an error all all kernel build linker scriptsGregory Nutt2013-12-301-2/+2
* procfs now shows stack thread informationGregory Nutt2013-12-151-5/+81
* procfs now shows information about the group that each thread belongs: Like ...Gregory Nutt2013-12-151-11/+224
* /proc task directories can now have sub-directoriesGregory Nutt2013-12-153-214/+371
* Trivial enhancement to /proc/uptimeGregory Nutt2013-12-151-26/+23
* /proc/uptime logic needs to sample timer in case multiple reads are used to r...Gregory Nutt2013-12-142-28/+52
* Support /proc/uptimeGregory Nutt2013-12-145-2/+372
* Create procfs_utils.c; File missed from last commit; + remove warning from mm...Gregory Nutt2013-12-143-53/+164
* A10: Timer interrupt handlerGregory Nutt2013-12-131-0/+4
* Various fixes to the recent, big procfs checkinGregory Nutt2013-12-122-12/+32
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-127-656/+2308
* Move smart.h to include/nuttx/fs/smart.hGregory Nutt2013-12-103-3/+3
* mkfatfs: Fix an error in logic that determines if FAT16 is possibleGregory Nutt2013-12-054-87/+144
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Condition out most of the recent NXFFS changes for NAND. NXFFS will never be...Gregory Nutt2013-12-037-23/+172
* SAMA5 NAND: Only CS3 can have NANDGregory Nutt2013-12-031-1/+1
* Cosmetic changes to debug outputGregory Nutt2013-12-0211-29/+34
* NXFFS: more NAND-Releated changes; don't fail if a block read fails. That mi...Gregory Nutt2013-12-029-111/+288
* NXFFS: When dumping the MTD content, don't abort on a read error. For NAND, ...Gregory Nutt2013-12-012-15/+25
* NXFFS: First of many changes for NAND. NAND reports read errors on ECC failu...Gregory Nutt2013-12-0112-151/+170
* SAMA5 NAND: Don't use HSMC interrupts. They occur to quickly and cause myster...Gregory Nutt2013-11-291-1/+1