summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* Update some commentsGregory Nutt2015-04-131-6/+20
* FAT: Fix misthink when CONFIG_ENDIAN_BIG=y. From Lwazi DubeGregory Nutt2015-04-121-61/+82
* Update TODO list and some commentsGregory Nutt2015-03-161-1/+2
* Trivial update to FAT, comments, READMEGregory Nutt2015-03-151-5/+2
* Costmetic changes name while debugging a filename issueGregory Nutt2015-03-152-11/+16
* FAT cosmetic changesGregory Nutt2015-03-151-43/+53
* Add support for umount2(target, MNT_FORCE) in the FAT file system.Gregory Nutt2015-03-153-182/+266
* Remove an UNSED that is no longer necessaryGregory Nutt2015-03-141-1/+0
* Fix a ommission in the last changes to the unbind() method prototypeGregory Nutt2015-03-141-1/+2
* Fix a bug in the FAT unbind() logic. There were problems with the way certai...Gregory Nutt2015-03-141-2/+24
* Pass the umount2() flags to every unbind() implementation. That is where the...Gregory Nutt2015-03-149-35/+75
* Add umount2(). umount() is now a macro that just calls umount2() with flags ...Gregory Nutt2015-03-144-10/+9
* procfs: fs_procfsproc: Fix potential NULL pointer dereference of 'node'. Fro...Gregory Nutt2015-03-121-3/+2
* FAT: fat_unbind() was accessing 'fs->fs_sem' after freeing the 'fs' struct. F...Gregory Nutt2015-03-111-2/+4
* Fix two uses of DEBUG_COLORATION vs STACK_COLORATION (from David Sidrane). A...Gregory Nutt2015-03-051-1/+1
* Costmetic updates comments and style; Add NFS dependency on IPv4Gregory Nutt2015-02-261-1/+1
* Fix NFS compile problem with CONFIG_NFS_STATISTICS=yGregory Nutt2015-02-251-1/+1
* Add some Kconfig dependencies to reduce possibility of bad configurations. S...Gregory Nutt2015-02-251-1/+1
* Fix places where the errno value was being overwritten by subsequent actions ...Gregory Nutt2015-02-251-0/+17
* fs/aio: Corrrect some backward tests in aio_read() and aio_write(): Socket de...Gregory Nutt2015-02-243-4/+4
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-201-1/+1
* Fix a couple of typos in recent commit. Found by David SidraneGregory Nutt2015-02-171-1/+1
* mkfatfs: use DMA memory for mkfatfs when neededGregory Nutt2015-02-171-0/+9
* Some files that now include sys/time.h should no longer include timer.hGregory Nutt2015-02-151-1/+0
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-152-0/+2
* Update dates in all skeleton filesGregory Nutt2015-02-131-1/+1
* VFS: New block driver unlink support is dependent on mountpoint supportGregory Nutt2015-01-311-0/+2
* Add an unlink method to block driver interface. Same motivataion as for the ...Gregory Nutt2015-01-311-8/+16
* VFS: Add an unlink method to the character driver interface. This is import...Gregory Nutt2015-01-311-0/+20
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-1/+1
* Networking: UDP and TCP MSS depends on the IP header size (as well as the lin...Gregory Nutt2015-01-161-2/+2
* There were some changes which broke my NuttX-Build. With these two patches it...Gregory Nutt2015-01-011-0/+1
* Don't build pread()/pwrite() if file system support is disabledGregory Nutt2014-12-281-4/+0
* FS: Add a check for a NULL pathname.Gregory Nutt2014-12-131-1/+1
* SmartFS: Implements wear-leveling in the SmartFS. From Ken PettitGregory Nutt2014-12-096-92/+731
* Add procfs write support. From Ken PetitGregory Nutt2014-12-091-2/+34
* Fix a typo in a recent commitGregory Nutt2014-12-081-1/+1
* Fix compilation errors if CONFIG_DISABLE_MOUNTPOINT is selectedGregory Nutt2014-12-084-3/+23
* In message queue created return ENOSPC error if size exceeds the configured s...Gregory Nutt2014-12-061-11/+2
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are pro...Gregory Nutt2014-12-011-1/+1
* Updated commentsGregory Nutt2014-11-291-1/+1
* Add support for a variadic ioctl() function. The ioctl() interface is a non-...Gregory Nutt2014-11-291-1/+5
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-1/+1
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-257-18/+28
* apps/examples/bridge: Add host-side test driverGregory Nutt2014-11-211-0/+2
* vfs/poll: add proper handling for sem_timedwait errnos. From Jussi KivilinnaGregory Nutt2014-11-211-0/+16
* Simplifed semaphore wait logic in poll()Gregory Nutt2014-11-191-10/+4
* poll() was not waking up from signals (for example mq_notify() events).Gregory Nutt2014-11-191-13/+26
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-151-3/+9
* Let's raise the priority of NXFFS dumps to LOG_NOTICEGregory Nutt2014-11-121-16/+16