Age | Commit message (Expand) | Author |
2007-02-01 | Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig... | Jens Arnold |
2006-12-04 | Much simpler implementation of large virtual sector support, not needing larg... | Jens Arnold |
2006-12-03 | Add support (runtime detection) for 2048 bytes/sector filesystem. | Miika Pekkarinen |
2006-05-16 | Update dircache startcluster at file close when writing. Fixes bug when crea... | Hardeep Sidhu |
2006-04-13 | Fixed the file renaming/removing issue with dircache enabled. | Miika Pekkarinen |
2006-03-30 | Do the dircache operation first to block properly when necessary. | Miika Pekkarinen |
2006-03-28 | Boost open() performance on platforms with dircache. Tagcache initial | Miika Pekkarinen |
2006-03-02 | TAB policed. | Jens Arnold |
2006-03-02 | Change rename() to set errno to EXDEV if a rename is attempted across volumes. | Dan Everton |
2005-12-17 | More compact & straight-forward headbytes handling. | Jens Arnold |
2005-12-16 | Now the file corruption bug when reading & writing the same file is | Miika Pekkarinen |
2005-12-13 | Fixed a file system driver caching bug corrupting files on certain situations | Miika Pekkarinen |
2005-10-07 | Implemented directory caching. No more waiting for disk to spin up while | Miika Pekkarinen |
2005-01-28 | preparations for hotswapping MMC | Jörg Hohensohn |
2005-01-23 | int -> long where needed | Jean-Philippe Bernardy |
2004-12-28 | prepared to mount multiple partitions into one logical file system (most usef... | Jörg Hohensohn |
2004-11-17 | Bug fix: Do only flush the sector buffer after writing head bytes if it reall... | Jens Arnold |
2004-10-01 | void* can't be offset, gcc should not allows this | Jörg Hohensohn |
2004-09-06 | Bug fix: open() now handles O_TRUNC correctly (this was the real cause for th... | Jens Arnold |
2004-08-22 | Bug fix: renaming a directory could cause a name clash. New feature: rename()... | Linus Nielsen Feltzing |
2004-07-19 | The pathname argument for open() is declared const, so copy it has to be copied | Jens Arnold |
2004-04-16 | No need to call fat_truncate() to delete the file, fat_remove() frees all clu... | Linus Nielsen Feltzing |
2004-03-10 | You can't open() a directory as a file (at least not for writing) | Linus Nielsen Feltzing |
2004-02-11 | Empty file/dir names are now rejected by open() and mkdir() | Linus Nielsen Feltzing |
2003-12-08 | my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t | Daniel Stenberg |
2003-07-01 | Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis... | Hardeep Sidhu |
2003-06-29 | Renamed flush() to fsync() to be more in line with POSIX/unix | Björn Stenberg |
2003-06-19 | Slightly better handling of disk-full situations | Linus Nielsen Feltzing |
2003-04-15 | Update fileoffset and cacheoffset on error. | Björn Stenberg |
2003-03-18 | Added the filesize() function | Linus Nielsen Feltzing |
2003-03-15 | Previous change broke read after seek. Reverted that change and added tempor... | Hardeep Sidhu |
2003-03-14 | Make sure we are on correct sector after lseek. This fixes the queue file co... | Hardeep Sidhu |
2003-03-12 | flush_cache() failure should still return error. | Björn Stenberg |
2003-03-12 | Bug fix: If head bytes were read but sector read failed, return head byte cou... | Björn Stenberg |
2003-03-10 | Killed compiling error on debug builds | Linus Nielsen Feltzing |
2003-03-10 | Killed a warning | Linus Nielsen Feltzing |
2003-03-10 | Zagor added the flush() function | Linus Nielsen Feltzing |
2003-02-26 | rename() didn't close the file if the target name exists, and didn't return a... | Linus Nielsen Feltzing |
2003-02-22 | Lame debug output | Linus Nielsen Feltzing |
2003-01-27 | Directories can now be renamed too. | Björn Stenberg |
2003-01-24 | Remove use of rockbox-mode.el in local variables list. | Mats Lidell |
2002-12-19 | Use flush_cache() when writing headbytes to disk to make sure we are on the c... | Hardeep Sidhu |
2002-11-19 | Added rename() | Björn Stenberg |
2002-11-14 | Flush sector cache before truncating. | Björn Stenberg |
2002-11-13 | creat() now includes the O_TRUNC flag. | Björn Stenberg |
2002-11-11 | Cosmetic: Replaced dozens of openfiles[fd] with 'file' pointers. | Björn Stenberg |
2002-11-11 | Bugfix: Flags work better when they're binary... | Björn Stenberg |
2002-11-11 | Added support for O_CREAT, O_APPEND and O_TRUNC. | Björn Stenberg |
2002-11-11 | Added ftruncate(). | Björn Stenberg |
2002-11-11 | Added support for O_RDWR and lseek() while writing. | Björn Stenberg |