summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* LPC31 EHCI: Make stream disable a configurable optionGregory Nutt2013-11-281-3/+3
* Inode semaphore must be entrant or a deadlock can occur in certain scenariosGregory Nutt2013-11-281-12/+73
* SAMA5 NAND: Still debuggingGregory Nutt2013-11-282-5/+16
* 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-1517-17/+17
* Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preser...Gregory Nutt2013-11-158-1/+20
* FS mount logic: Fix error in conditional compilation. Reported by Daniel Pa...Gregory Nutt2013-11-151-1/+2
* fs/binfs/README.txt: Add a README fileGregory Nutt2013-11-132-0/+30
* Updated READMEGregory Nutt2013-11-131-12/+50