Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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-20 | 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 |
2008-03-04 | UBI: silence warning | S.Çağlar Onur | 1 | -1/+3 |
2008-02-01 | UBI: do not flush queue on each vtbl change | Artem Bityutskiy | 1 | -1/+1 |
2008-01-25 | UBI: implement atomic LEB change ioctl | Artem Bityutskiy | 3 | -28/+183 |
2008-01-25 | UBI: handle zero-length case | Artem Bityutskiy | 1 | -0/+11 |
2008-01-25 | UBI: simplify internal interfaces | Artem Bityutskiy | 3 | -36/+36 |
2008-01-25 | UBI: do not change file pointer while updating | Artem Bityutskiy | 2 | -4/+1 |
2008-01-25 | UBI: add layout volume information | Artem Bityutskiy | 3 | -7/+7 |
2008-01-25 | UBI: fix warnings | Artem Bityutskiy | 2 | -2/+2 |
2008-01-25 | UBI: add sanity check | Artem Bityutskiy | 1 | -1/+6 |
2008-01-25 | UBI: remove bogus assertion | Artem Bityutskiy | 1 | -1/+0 |
2008-01-25 | UBI: bugfix: calculate data offset properly | Artem Bityutskiy | 1 | -1/+1 |
2008-01-25 | UBI: amend array size | Artem Bityutskiy | 1 | -2/+2 |
2008-01-25 | UBI: add auto-resize feature | Artem Bityutskiy | 6 | -24/+80 |
2008-01-25 | UBI: use bit-fields | Artem Bityutskiy | 2 | -19/+9 |