Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-12-28 | UBI: fix checkpatch.pl warnings | Artem Bityutskiy | 3 | -7/+8 |
2008-12-16 | UBI: simplify PEB protection code | Xiaochuan-Xu | 2 | -241/+162 |
2008-12-15 | UBI: prepare for protection tree improvements | Xiaochuan-Xu | 2 | -24/+27 |
2008-12-10 | UBI: return -ENOMEM upon failing vmalloc | Stefan Roese | 1 | -2/+3 |
2008-12-05 | UBI: handle write errors in WL worker | Artem Bityutskiy | 2 | -25/+44 |
2008-12-05 | UBI: fix error path | Artem Bityutskiy | 1 | -9/+18 |
2008-12-05 | UBI: some code re-structuring | Artem Bityutskiy | 1 | -16/+23 |
2008-12-05 | UBI: fix deadlock | Artem Bityutskiy | 1 | -7/+7 |
2008-12-03 | UBI: fix warnings when debugging is enabled | Artem Bityutskiy | 1 | -8/+18 |
2008-11-06 | UBI: Don't exit from ubi_thread until kthread_should_stop() is true | Vitaliy Gusev | 1 | -1/+2 |
2008-11-06 | UBI: fix EBADMSG handling | Zoltan Sogor | 2 | -2/+2 |
2008-10-09 | UBI: print reserved_peb when it is too large | Deepak Saxena | 1 | -2/+2 |
2008-09-26 | UBI: fix IS_ERR test | Julien Brunel | 1 | -1/+1 |
2008-09-05 | UBI: remove BKL | Artem Bityutskiy | 1 | -5/+1 |
2008-07-25 | UBI: always start the background thread | Artem Bityutskiy | 1 | -4/+2 |
2008-07-24 | UBI: fix gcc warning | Artem Bityutskiy | 1 | -1/+1 |
2008-07-24 | UBI: remove pre-sqnum images support | Artem Bityutskiy | 5 | -79/+30 |
2008-07-24 | UBI: fix kernel-doc errors and warnings | Artem Bityutskiy | 8 | -35/+23 |
2008-07-24 | UBI: fix checkpatch.pl errors and warnings | Artem Bityutskiy | 11 | -81/+78 |
2008-07-24 | UBI: bugfix - do not torture PEB needlessly | Artem Bityutskiy | 1 | -1/+1 |
2008-07-24 | UBI: rework scrubbing messages | Artem Bityutskiy | 2 | -2/+12 |
2008-07-24 | UBI: implement multiple volumes rename | Artem Bityutskiy | 5 | -12/+318 |
2008-07-24 | UBI: fix and re-work debugging stuff | Artem Bityutskiy | 11 | -177/+206 |
2008-07-24 | UBI: amend commentaries | Artem Bityutskiy | 9 | -126/+127 |
2008-07-24 | UBI: fix error message | Artem Bityutskiy | 1 | -1/+1 |
2008-07-24 | UBI: improve mkvol request validation | Artem Bityutskiy | 2 | -4/+7 |
2008-07-24 | UBI: add ubi_sync() interface | Artem Bityutskiy | 1 | -0/+24 |
2008-07-24 | UBI: fix 64-bit calculations | Bruce Leonard | 1 | -1/+2 |
2008-07-24 | UBI: fix LEB locking | Artem Bityutskiy | 1 | -20/+7 |
2008-07-24 | UBI: fix memory leak on error path | Artem Bityutskiy | 1 | -4/+30 |
2008-07-24 | UBI: do not forget to free internal volumes | Artem Bityutskiy | 1 | -3/+25 |
2008-07-24 | UBI: fix memory leak | Artem Bityutskiy | 4 | -29/+9 |
2008-07-24 | UBI: avoid unnecessary division operations | Kyungmin Park | 8 | -16/+18 |
2008-07-24 | UBI: fix buffer padding | Kyungmin Park | 1 | -3/+3 |
2008-07-24 | UBI: add a comment | Artem Bityutskiy | 1 | -1/+10 |
2008-07-24 | UBI: print error code | Artem Bityutskiy | 1 | -18/+21 |
2008-06-21 | UBI: cdev lock_kernel() pushdown | Jonathan Corbet | 1 | -1/+6 |
2008-04-23 | UBI: add a message | Artem Bityutskiy | 1 | -2/+1 |
2008-04-23 | Merge git://git.infradead.org/~dedekind/ubi-2.6 | David Woodhouse | 9 | -59/+416 |
2008-04-22 | [MTD] replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2 | -3/+3 |
2008-04-20 | UBI: print media information earlier | Artem Bityutskiy | 1 | -9/+10 |
2008-04-19 | UBI: fix mean EC calculation | Artem Bityutskiy | 2 | -34/+9 |
2008-04-17 | UBI: initialize static volumes with vol->used_bytes | Jan Altenberg | 1 | -2/+3 |
2008-04-17 | UBI: improve Kconfig documentation | Artem Bityutskiy | 1 | -2/+7 |
2008-04-17 | UBI: fix error printing | Artem Bityutskiy | 1 | -10/+8 |
2008-04-17 | UBI: make ubi-header.h local | Artem Bityutskiy | 2 | -2/+373 |
2008-04-17 | UBI: be verbose when debuggin is enabled | Artem Bityutskiy | 2 | -0/+6 |
2008-03-04 | UBI: mtd/ubi/vtbl.c: fix memory leak | Adrian Bunk | 1 | -0/+1 |
2008-03-04 | UBI: fix sparse errors in ubi.h | Harvey Harrison | 1 | -5/+5 |
2008-03-04 | UBI: fix error message | Artem Bityutskiy | 1 | -2/+2 |