summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.c (follow)
Commit message (Expand)AuthorAge
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
* Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman2005-12-04
* Cosmetic correction (doesn't affect compiled code) - use letohNN instead of h...Dave Chapman2005-10-06
* Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman2005-10-06
* Adds a filename sanity check to add_dir_entry that at the moment only checks ...Jonas Häggqvist2005-09-07
* For targets without an RTC, use the rockbox build date as the start date in t...Jens Arnold2005-09-06
* Adding entries to the FAT16 root dir still failed under certain conditions. T...Jens Arnold2005-04-27
* create_dos_name() return value was meaningless.Jens Arnold2005-04-23
* Bugfixes: (1) add_dir_entry() always appended new entries, although the code...Jens Arnold2005-04-22
* Little fix, when debug is disabled clusterchain length was incorrectly computedJean-Philippe Bernardy2005-03-07
* long policy fixesJean-Philippe Bernardy2005-02-28
* couple of fixes for 16 bits archsJean-Philippe Bernardy2005-02-27
* long policyJean-Philippe Bernardy2005-02-26
* more long policyJean-Philippe Bernardy2005-02-25
* more long policyJean-Philippe Bernardy2005-02-25
* Shortnames must be uppercase...Jens Arnold2005-02-16
* For shortname creation, replace most illegal characters by underscores instea...Jens Arnold2005-02-16
* Preserve the longname extension as much as possible for shortname creation. R...Jens Arnold2005-02-16
* Simplification.Jens Arnold2005-02-03
* Fixed max_cluster calculationJens Arnold2005-02-03
* preparations for hotswapping MMCJörg Hohensohn2005-01-28
* More int -> longJean-Philippe Bernardy2005-01-24
* int -> long where neededJean-Philippe Bernardy2005-01-23
* Fixed some warnings.Jens Arnold2005-01-05
* unmount function in preparation for MMC hotswap, more mutexingJörg Hohensohn2005-01-05
* Multivolume: prevent file rename attempts across volumes.Jens Arnold2005-01-04
* modify fat cache entries atomic, this was potentially unsafeJörg Hohensohn2005-01-04
* Correct handling of FAT16 root directory when it does not start on a pseudo c...Jens Arnold2005-01-03
* killed a warning for boxes not supporting FAT16Jörg Hohensohn2004-12-28
* prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn2004-12-28
* Removed #include math.hLinus Nielsen Feltzing2004-11-04
* cleaned out parts of bpb which we don't useJörg Hohensohn2004-10-14
* panic on write behind partition, tooJörg Hohensohn2004-10-05
* FAT16 support for the OndioJörg Hohensohn2004-09-23
* Bug fix: renaming a directory could cause a name clash. New feature: rename()...Linus Nielsen Feltzing2004-08-22
* Const policed pointer arguments to functions, part 2Jens Arnold2004-08-17
* Removed nasty lvalue castLinus Nielsen Feltzing2004-07-24
* New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing2004-04-16
* Added cluster size to the disk debug screenLinus Nielsen Feltzing2004-04-06
* Oops. Wrong arguments to memset(). Thanks to Mike Wilson for pointing that out.Linus Nielsen Feltzing2004-01-26
* Ooops. Forgot to clear the newly allocated cluster in mkdir()Linus Nielsen Feltzing2004-01-15
* Second bug in mkdir() :-)Linus Nielsen Feltzing2004-01-15
* Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2004-01-15
* Patch #791531 by Barry McIntosh, fake time stamps for file creation/updates o...Linus Nielsen Feltzing2003-11-03
* Killed a warning (and a bug I introduced in the last commit)Linus Nielsen Feltzing2003-10-28
* Better error reportingLinus Nielsen Feltzing2003-10-26
* Another go at the disk-full FAT driver fix. Now it skips the reserved sectors...Linus Nielsen Feltzing2003-07-19
* Fixed a bug that included the reserved clusters 0 and 1 in the search for ava...Linus Nielsen Feltzing2003-07-16
* Now handles a full disk a little better, and it doesn't trust the fsinfo anymoreLinus Nielsen Feltzing2003-06-19
* Small seek optimization -- begin seek at last read cluster if possibleHardeep Sidhu2003-06-03