Age | Commit message (Expand) | Author |
2011-07-23 | imx233/fuze+: huge rework | Amaury Pouly |
2011-02-27 | iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and... | Michael Sparmann |
2011-02-27 | iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all... | Michael Sparmann |
2011-01-02 | Autodetect sector size on superfloppy volumes based on the FAT32 BPB (kudos t... | Michael Sparmann |
2010-11-28 | Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con... | Frank Gevaerts |
2010-11-13 | Fix multivolume case | Frank Gevaerts |
2010-11-13 | Reduce the amount of stack space needed by fat_rename and mkdir_uncached. | Michael Sparmann |
2010-09-06 | Slightly reorganise the FAT driver to ensure that no more than one sector buf... | Frank Gevaerts |
2010-07-11 | fat.c: fix format specifier in DEBUG build | Rafaël Carré |
2010-04-03 | Add IO priority handling. Currently all IO has equal priority, except the dir... | Frank Gevaerts |
2010-03-22 | FS#11118: reduce the number of cached sector in FAT code because some are use... | Amaury Pouly |
2010-03-16 | Fix a typo on a comment | Mustapha Senhaji |
2010-03-15 | fat: make fat_open more flexible by accepting the file==&dir->file and make f... | Amaury Pouly |
2009-11-26 | Merge branch 'hotswap' | Maurus Cuelenaere |
2009-11-09 | Fix Free and Disk size display when SECTOR_SIZE!=512 | Frank Gevaerts |
2009-08-16 | FAT timestamp handling improvements for non-RTC targets: | Jens Arnold |
2009-07-17 | Commit FS#9545, storage cleanup and multi-driver support | Frank Gevaerts |
2009-07-14 | FS#10080 | Nils Wallménius |
2008-11-02 | implement single-driver storage layer with macros instead of inlines | Frank Gevaerts |
2008-11-01 | Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ... | Frank Gevaerts |
2008-10-31 | cleanup storage defines | Frank Gevaerts |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-04-28 | Moved atoi declaration to stdlib.h. Deleted atoi.h | Bertrik Sikken |
2008-04-06 | Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w... | Michael Sevakis |
2008-03-25 | Add a complete priority inheritance implementation to the scheduler (all mute... | Michael Sevakis |
2008-03-12 | Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee... | Michael Sevakis |
2008-03-12 | Do some crackdown on kernel object reinitialization after they could be in us... | Michael Sevakis |
2008-02-07 | Let the FAT namecheck also look for trailing spaces, fixes FS #8560. | Peter D'Hoye |
2007-10-28 | Code police, no functional changes (yet) | Peter D'Hoye |
2007-10-16 | Finally full multicore support for PortalPlayer 502x targets with an eye towa... | Michael Sevakis |
2007-10-10 | Fix FS #5852 by trying to properly close and update the recorded file, and gi... | Peter D'Hoye |
2007-07-09 | Prevent another divide-by-zero (only affecting targets with FAT16 support ena... | Dave Chapman |
2007-07-09 | Fix division by 0 error | Robert Keevil |
2007-07-05 | Fix a (minor) disk corruption when moving directories around. Fixes FS #7359 | Peter D'Hoye |
2007-07-03 | Fix serious bug in FAT filename check, preventing most files from being creat... | Magnus Holmgren |
2007-07-03 | Proper filename checking in the FAT driver (FS#7222 and FS#6358) | Jonathan Gordon |
2007-03-16 | Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W... | Jens Arnold |
2007-03-03 | remove runtime detection of h1x0 series RTC MOD, but leave driver code | Robert Kukla |
2007-02-28 | FS#6419 - driver for H1x0 series RTC Mod with runtime detection | Robert Kukla |
2007-02-25 | Remove unused code, make comments c-style, make one private function static | Nils Wallménius |
2007-02-24 | Use the correct constant to avoid confusion | Peter D'Hoye |
2007-02-24 | Better short filename generation. Fixes FS#6648. | Peter D'Hoye |
2007-01-29 | Reverting the FAT32 driver change - it seems to have introduced a bug | Linus Nielsen Feltzing |
2007-01-29 | Changed fat_getnext(): | Linus Nielsen Feltzing |
2006-12-04 | Much simpler implementation of large virtual sector support, not needing larg... | Jens Arnold |
2006-12-03 | Removed unused variable, and fixed overflow in free/total calculation. There ... | Jens Arnold |
2006-12-03 | Fixed the warnings. | Miika Pekkarinen |
2006-12-03 | Add support (runtime detection) for 2048 bytes/sector filesystem. | Miika Pekkarinen |
2006-08-02 | Reduced the logf output. Please enable the lines only when necessary. | Miika Pekkarinen |
2006-07-31 | Applied FS# 5736 by Alexander Levin. | Rani Hod |