summaryrefslogtreecommitdiff
path: root/firmware/common/disk.c (follow)
Commit message (Expand)AuthorAge
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Introduce volume_{present,removable} and fix invalid calls in apps/Amaury Pouly2013-11-20
* Cleanup MV/MD macros a little.Michael Sevakis2013-08-17
* disk: fix sector multiplier init, also remove a test which has became obsoleteAmaury Pouly2011-12-19
* Really fix redAmaury Pouly2011-12-15
* Fix redAmaury Pouly2011-12-15
* Add support for for per-drive logical sector size. This allows targets to hav...Amaury Pouly2011-12-15
* revert r30566 and r30567 to fix FS#12294 (superfloppy not mounting)Robert Kukla2011-10-02
* Also remove the fat_partition_types array.Torne Wuff2011-09-17
* Allow any partition type, not just known FAT types.Torne Wuff2011-09-17
* iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and...Michael Sparmann2011-02-27
* Autodetect sector size on superfloppy volumes based on the FAT32 BPB (kudos t...Michael Sparmann2011-01-02
* Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...Frank Gevaerts2010-11-28
* Make disk_init() non-static again. I forgot to look at the bootloadersFrank Gevaerts2010-06-06
* Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts2010-06-06
* remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts2010-06-05
* disk/file: Do not use & on arraysRafaël Carré2010-05-20
* Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts2010-04-03
* Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ta...Dave Chapman2009-10-02
* Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts2009-07-17
* drive might be used uninitialized, prevent thatRafaël Carré2008-11-09
* implement single-driver storage layer with macros instead of inlinesFrank Gevaerts2008-11-02
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* ZVM:Maurus Cuelenaere2008-09-07
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Check for a supported partition type before trying to mount a partition. This...Jens Arnold2008-05-15
* 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB)Maurus Cuelenaere2008-05-14
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere2008-04-24
* Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee...Michael Sevakis2008-03-12
* Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis2008-03-12
* enable partition probing for superfloppy targets; hanging was caused by out-o...Robert Kukla2008-03-09
* Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCK...Björn Stenberg2008-02-11
* Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works...Mark Arigo2008-01-09
* Oops. Fix yellow.Nicolas Pennequin2007-11-27
* * Make the Gigabeat S bootloader a bit more interesting: it looks for the fir...Nicolas Pennequin2007-11-27
* Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare2007-07-20
* Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis2007-06-30
* ATA driver: * Support for drives with large physical sectors and no support f...Jens Arnold2007-05-23
* Much simpler implementation of large virtual sector support, not needing larg...Jens Arnold2006-12-04
* Add support (runtime detection) for 2048 bytes/sector filesystem.Miika Pekkarinen2006-12-03
* Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...Dave Chapman2006-08-31
* Hotswap: Better placement for switching the MMC monitor off/on.Jens Arnold2005-05-16
* couple of fixes for 16 bits archsJean-Philippe Bernardy2005-02-27
* preparations for hotswapping MMCJörg Hohensohn2005-01-28
* int -> long where neededJean-Philippe Bernardy2005-01-23
* Shared mounting code, also more general. It will mount multiple HD partitions...Jörg Hohensohn2004-12-29
* prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn2004-12-28
* Partition debug screen added, and jumped to when no fat32 partition is found ...Björn Stenberg2002-10-10
* Partition table is no longer globalBjörn Stenberg2002-05-30