Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-01-09 | 2 | -9/+10 |
|\ | |||||
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2009-01-05 | 7 | -330/+301 |
| |\ | |||||
| * | | [MTD] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-12-23 | 2 | -3/+3 |
| * | | [MTD] update internal API to support 64-bit device size | Adrian Hunter | 2008-12-10 | 2 | -9/+10 |
* | | | fix similar typos to successfull | Coly Li | 2009-01-08 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-07 | 6 | -8/+8 |
|\ \ \ | |||||
| * | | | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 2009-01-06 | 6 | -8/+8 |
| | |/ | |/| | |||||
* | | | mtd: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 2 | -3/+3 |
|/ / | |||||
* | | UBI: fix checkpatch.pl warnings | Artem Bityutskiy | 2008-12-28 | 3 | -7/+8 |
* | | UBI: simplify PEB protection code | Xiaochuan-Xu | 2008-12-16 | 2 | -241/+162 |
* | | UBI: prepare for protection tree improvements | Xiaochuan-Xu | 2008-12-15 | 2 | -24/+27 |
* | | UBI: return -ENOMEM upon failing vmalloc | Stefan Roese | 2008-12-10 | 1 | -2/+3 |
* | | UBI: handle write errors in WL worker | Artem Bityutskiy | 2008-12-05 | 2 | -25/+44 |
* | | UBI: fix error path | Artem Bityutskiy | 2008-12-05 | 1 | -9/+18 |
* | | UBI: some code re-structuring | Artem Bityutskiy | 2008-12-05 | 1 | -16/+23 |
* | | UBI: fix deadlock | Artem Bityutskiy | 2008-12-05 | 1 | -7/+7 |
* | | UBI: fix warnings when debugging is enabled | Artem Bityutskiy | 2008-12-03 | 1 | -8/+18 |
|/ | |||||
* | UBI: Don't exit from ubi_thread until kthread_should_stop() is true | Vitaliy Gusev | 2008-11-06 | 1 | -1/+2 |
* | UBI: fix EBADMSG handling | Zoltan Sogor | 2008-11-06 | 2 | -2/+2 |
* | UBI: print reserved_peb when it is too large | Deepak Saxena | 2008-10-09 | 1 | -2/+2 |
* | UBI: fix IS_ERR test | Julien Brunel | 2008-09-26 | 1 | -1/+1 |
* | UBI: remove BKL | Artem Bityutskiy | 2008-09-05 | 1 | -5/+1 |
* | UBI: always start the background thread | Artem Bityutskiy | 2008-07-25 | 1 | -4/+2 |
* | UBI: fix gcc warning | Artem Bityutskiy | 2008-07-24 | 1 | -1/+1 |
* | UBI: remove pre-sqnum images support | Artem Bityutskiy | 2008-07-24 | 5 | -79/+30 |
* | UBI: fix kernel-doc errors and warnings | Artem Bityutskiy | 2008-07-24 | 8 | -35/+23 |
* | UBI: fix checkpatch.pl errors and warnings | Artem Bityutskiy | 2008-07-24 | 11 | -81/+78 |
* | UBI: bugfix - do not torture PEB needlessly | Artem Bityutskiy | 2008-07-24 | 1 | -1/+1 |
* | UBI: rework scrubbing messages | Artem Bityutskiy | 2008-07-24 | 2 | -2/+12 |
* | UBI: implement multiple volumes rename | Artem Bityutskiy | 2008-07-24 | 5 | -12/+318 |
* | UBI: fix and re-work debugging stuff | Artem Bityutskiy | 2008-07-24 | 11 | -177/+206 |
* | UBI: amend commentaries | Artem Bityutskiy | 2008-07-24 | 9 | -126/+127 |
* | UBI: fix error message | Artem Bityutskiy | 2008-07-24 | 1 | -1/+1 |
* | UBI: improve mkvol request validation | Artem Bityutskiy | 2008-07-24 | 2 | -4/+7 |
* | UBI: add ubi_sync() interface | Artem Bityutskiy | 2008-07-24 | 1 | -0/+24 |
* | UBI: fix 64-bit calculations | Bruce Leonard | 2008-07-24 | 1 | -1/+2 |
* | UBI: fix LEB locking | Artem Bityutskiy | 2008-07-24 | 1 | -20/+7 |
* | UBI: fix memory leak on error path | Artem Bityutskiy | 2008-07-24 | 1 | -4/+30 |
* | UBI: do not forget to free internal volumes | Artem Bityutskiy | 2008-07-24 | 1 | -3/+25 |
* | UBI: fix memory leak | Artem Bityutskiy | 2008-07-24 | 4 | -29/+9 |
* | UBI: avoid unnecessary division operations | Kyungmin Park | 2008-07-24 | 8 | -16/+18 |
* | UBI: fix buffer padding | Kyungmin Park | 2008-07-24 | 1 | -3/+3 |
* | UBI: add a comment | Artem Bityutskiy | 2008-07-24 | 1 | -1/+10 |
* | UBI: print error code | Artem Bityutskiy | 2008-07-24 | 1 | -18/+21 |
* | UBI: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -1/+6 |
* | UBI: add a message | Artem Bityutskiy | 2008-04-23 | 1 | -2/+1 |
* | Merge git://git.infradead.org/~dedekind/ubi-2.6 | David Woodhouse | 2008-04-23 | 9 | -59/+416 |
|\ | |||||
| * | UBI: print media information earlier | Artem Bityutskiy | 2008-04-20 | 1 | -9/+10 |
| * | UBI: fix mean EC calculation | Artem Bityutskiy | 2008-04-19 | 2 | -34/+9 |
| * | UBI: initialize static volumes with vol->used_bytes | Jan Altenberg | 2008-04-17 | 1 | -2/+3 |