Age | Commit message (Expand) | Author | Files | Lines |
2015-01-11 | Improve readability by adding parenthesis | Thomas Jarosch | 1 | -1/+1 |
2010-12-01 | Remove tabs | Andree Buschmann | 1 | -31/+31 |
2010-11-13 | iPod Nano 2G FTL: Remove some meaningless code in ftl_init | Michael Sparmann | 1 | -27/+2 |
2010-10-25 | Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re... | Michael Sparmann | 1 | -27/+13 |
2010-08-21 | Some Nano2G FTL cosmetics | Michael Sparmann | 1 | -21/+22 |
2010-08-17 | Fix two rather annoying Nano2G FTL bugs: 1. Fix a null pointer dereference/wr... | Michael Sparmann | 1 | -18/+21 |
2010-08-12 | emBIOS backports part four: Add a lot of DEBUGF()s to the FTL code, and retur... | Michael Sparmann | 1 | -48/+157 |
2010-08-08 | ipod nano 2g: make functions/variables static where possible, add missing #in... | Bertrik Sikken | 1 | -67/+67 |
2010-06-20 | Use STORAGE_ALIGN_ATTR for instead of hardwired alignment in the Nano2G FTL a... | Michael Sparmann | 1 | -5/+6 |
2010-03-14 | ftl-nano2g.c: s/\(\*([^)]+)\)\./\1->/ | Michael Sparmann | 1 | -150/+150 |
2010-03-14 | Finally fast Nano2G NAND reading, also works on remapped blocks this time. | Michael Sparmann | 1 | -5/+8 |
2010-03-14 | Nano2G: switch over to slow writes at VFL level | Michael Sparmann | 1 | -4/+4 |
2010-03-14 | Re-enable fast reads in the Nano2G VFL/FTL. (Using the wrapper API in the NAN... | Michael Sparmann | 1 | -9/+46 |
2010-03-14 | Nano2G FTL: Enlarge FTL buffers for faster write operations | Michael Sparmann | 1 | -2/+2 |
2010-03-14 | Nano2G VFL/FTL: Use fast writes | Michael Sparmann | 1 | -34/+53 |
2010-03-14 | Revert Nano2G fast VFL reads for now. They just won't work on some hardware. | Michael Sparmann | 1 | -56/+9 |
2010-03-14 | Nano2G VFL: reset the bank again before the second slow read try | Michael Sparmann | 1 | -0/+1 |
2010-03-14 | Nano 2G VFL: try slow read twice if fast read failed | Michael Sparmann | 1 | -6/+13 |
2010-03-14 | More detailed panic message for Nano2G VFL fast read problems | Michael Sparmann | 1 | -1/+3 |
2010-03-13 | Make the Nano2G FTL use the new parallel read function | Michael Sparmann | 1 | -9/+46 |
2010-03-13 | Nano2G FTL: Increase spare buffer size to 4, values below that lead to problems | Michael Sparmann | 1 | -1/+1 |
2010-03-13 | Use the new read API and introduce fast highlevel FTL code. | Michael Sparmann | 1 | -44/+117 |
2010-03-13 | Fix a bug introduced in r25145 | Michael Sparmann | 1 | -1/+6 |
2010-03-13 | Implement fast VFL read API (as a dummy) for Nano2G | Michael Sparmann | 1 | -0/+29 |
2010-03-13 | Re-commit another small Nano2G FTL bugfix that got lost | Michael Sparmann | 1 | -1/+1 |
2010-03-13 | Implement Nano2G VFL multi-page read API (as a dummy for now) | Michael Sparmann | 1 | -9/+23 |
2010-03-13 | Make Nano2G FTL buffer size configurable, no (intended) function changes | Michael Sparmann | 1 | -81/+84 |
2010-03-13 | Isolate and commit some innocent Nano2G FTL bugfixes that were introduced as ... | Michael Sparmann | 1 | -1/+3 |
2010-03-13 | Revert r25099, r25101, r25109 and r25137 for now. This doesn't seem to be qui... | Michael Sparmann | 1 | -306/+124 |
2010-03-12 | Hopefully fix the latest Nano2G NAND issues. (FS#11092) Transfers for some of... | Michael Sparmann | 1 | -30/+19 |
2010-03-11 | Even more Nano2G FTL speedup. Now 8% faster than disk mode, 10% slower than t... | Michael Sparmann | 1 | -158/+123 |
2010-03-10 | Fix bootloader red | Michael Sparmann | 1 | -0/+4 |
2010-03-10 | iPod Nano 2G FTL performance enhancements. Still not quite as fast as the OFW... | Michael Sparmann | 1 | -123/+347 |
2010-03-03 | Fix numerous non-critical iPod Nano 2G FTL bugs | Michael Sparmann | 1 | -15/+16 |
2010-01-20 | Fix yellow | Michael Sparmann | 1 | -4/+1 |
2010-01-20 | iPod Nano 2G: Fix FTL panics caused by a bogus check | Michael Sparmann | 1 | -8/+7 |
2009-11-08 | Squash another bunch of iPod Nano 2G NAND bugs by moving the idle powerdown c... | Michael Sparmann | 1 | -78/+85 |
2009-10-21 | Fix another bunch of iPod Nano 2G FTL bugs. It seems to work fine for me now,... | Michael Sparmann | 1 | -25/+50 |
2009-10-20 | Fixed a bunch of iPod Nano 2G FTL bugs. | Michael Sparmann | 1 | -10/+16 |
2009-10-18 | iPod Nano 2G storage performance improved by not copying around buffers unnec... | Michael Sparmann | 1 | -2/+2 |
2009-10-11 | Fix yellow | Michael Sparmann | 1 | -1/+1 |
2009-10-11 | Kill some warnings | Dave Chapman | 1 | -2/+2 |
2009-10-10 | Squash a warning when FTL_READONLY is defined | Dave Chapman | 1 | -1/+3 |
2009-10-10 | Fixed some mutex issues in the iPod Nano 2G NAND driver and FTL. | Michael Sparmann | 1 | -2/+13 |
2009-10-07 | Make iPod Nano 2G FTL return -1 on write() call, if read-only, to prevent panic. | Michael Sparmann | 1 | -1/+1 |
2009-10-05 | iPod Nano 2G NAND/ECC driver and FTL improvements (still polling) | Michael Sparmann | 1 | -8/+88 |
2009-10-04 | Read/write Nano2G FTL/NAND driver by Michael Sparmann (FS#10633). | Dave Chapman | 1 | -0/+1789 |