summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs/procfs: Add a tiny, primitive procfs file system. Might get more interes...Gregory Nutt2013-11-137-4/+1289
* FAT: Fix error return value. In one failure case, success was being returnedGregory Nutt2013-11-011-0/+1
* Enhanced the FAT32 filesystem code to understand DMA preflight failures, and ...Gregory Nutt2013-10-181-36/+79
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-288-68/+67
* The last checkin replaced some impossible error handling with DEBUGASSERT. E...Gregory Nutt2013-09-282-11/+20
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-2812-212/+403
* Back out part of a recent, incorrect ROMFS changeGregory Nutt2013-09-141-1/+1
* ROMFS: Fix for file names longer than 15 characters. Provided by Lorenz MeierGregory Nutt2013-09-131-1/+1
* Remove NXFFS compile warningGregory Nutt2013-09-121-2/+3
* Cleanup some compilation warnings in NXFFSGregory Nutt2013-09-124-21/+23
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-2711-95/+95
* Fix an bug where long ROMFS file names are not read correctly. From Mike SmithGregory Nutt2013-08-251-14/+21
* Remove some pre-processor warnings that I am more than tired of seeingGregory Nutt2013-08-101-11/+5
* Fix some cache-related issues with the SAMA5 DMA driverGregory Nutt2013-08-091-1/+1
* Fix SF bug #15: Typo replace error with ERRORGregory Nutt2013-07-031-1/+1
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-13/+11
* poll again; if fd is less than zero, it should set revents to zero, not POLLNVALGregory Nutt2013-05-231-16/+10
* poll needs to set POLLNVAL if file descriptor is badGregory Nutt2013-05-231-15/+28
* poll should ignore invalid file descriptorsGregory Nutt2013-05-231-22/+34
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-1/+1