Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UBI: preserve corrupted PEBs | Artem Bityutskiy | 2010-10-19 | 1 | -0/+6 |
* | UBI: rename IO error code | Artem Bityutskiy | 2010-10-19 | 1 | -2/+2 |
* | UBI: do not warn unnecessarily | Artem Bityutskiy | 2010-08-02 | 1 | -3/+39 |
* | UBI: introduce a new IO return code | Artem Bityutskiy | 2010-06-04 | 1 | -2/+3 |
* | UBI: simplify IO error codes | Artem Bityutskiy | 2010-06-04 | 1 | -2/+2 |
* | trivial: fix typo "to to" in multiple files | Anand Gadiyar | 2009-09-21 | 1 | -1/+1 |
* | UBI: fix double free on error path | Adrian Hunter | 2009-07-24 | 1 | -0/+1 |
* | UBI: handle more error codes | Artem Bityutskiy | 2009-06-10 | 1 | -7/+34 |
* | UBI: fix multiple spelling typos | Artem Bityutskiy | 2009-06-10 | 1 | -1/+1 |
* | UBI: do not switch to R/O mode on read errors | Artem Bityutskiy | 2009-06-02 | 1 | -6/+13 |
* | UBI: fix and clean-up error paths in WL worker | Artem Bityutskiy | 2009-06-02 | 1 | -7/+7 |
* | UBI: introduce new constants | Artem Bityutskiy | 2009-06-02 | 1 | -19/+14 |
* | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 2009-01-06 | 1 | -1/+1 |
* | UBI: handle write errors in WL worker | Artem Bityutskiy | 2008-12-05 | 1 | -13/+24 |
* | UBI: fix deadlock | Artem Bityutskiy | 2008-12-05 | 1 | -7/+7 |
* | UBI: fix EBADMSG handling | Zoltan Sogor | 2008-11-06 | 1 | -1/+1 |
* | UBI: fix checkpatch.pl errors and warnings | Artem Bityutskiy | 2008-07-24 | 1 | -5/+2 |
* | UBI: bugfix - do not torture PEB needlessly | Artem Bityutskiy | 2008-07-24 | 1 | -1/+1 |
* | UBI: amend commentaries | Artem Bityutskiy | 2008-07-24 | 1 | -11/+11 |
* | UBI: fix LEB locking | Artem Bityutskiy | 2008-07-24 | 1 | -20/+7 |
* | UBI: fix memory leak | Artem Bityutskiy | 2008-07-24 | 1 | -17/+0 |
* | UBI: avoid unnecessary division operations | Kyungmin Park | 2008-07-24 | 1 | -1/+1 |
* | UBI: handle zero-length case | Artem Bityutskiy | 2008-01-25 | 1 | -0/+11 |
* | UBI: add layout volume information | Artem Bityutskiy | 2008-01-25 | 1 | -1/+1 |
* | UBI: add auto-resize feature | Artem Bityutskiy | 2008-01-25 | 1 | -15/+0 |
* | UBI: get rid of ubi_ltree_slab | Artem Bityutskiy | 2008-01-25 | 1 | -5/+7 |
* | UBI: add UBI devices reference counting | Artem Bityutskiy | 2007-12-26 | 1 | -0/+5 |
* | UBI: bugfix: protect from volume removal | Artem Bityutskiy | 2007-12-26 | 1 | -45/+100 |
* | UBI: introduce volume refcounting | Artem Bityutskiy | 2007-12-26 | 1 | -0/+10 |
* | UBI: add some more comments | Artem Bityutskiy | 2007-12-26 | 1 | -1/+7 |
* | UBI: improve internal interfaces | Artem Bityutskiy | 2007-12-26 | 1 | -27/+24 |
* | UBI: create ltree_entry slab on initialization | Artem Bityutskiy | 2007-12-26 | 1 | -67/+18 |
* | UBI: add ubi_leb_map interface | Artem Bityutskiy | 2007-12-26 | 1 | -5/+8 |
* | UBI: bugfix: allocate mandatory EBs first | Artem Bityutskiy | 2007-12-26 | 1 | -9/+9 |
* | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 1 | -2/+1 |
* | UBI: return correct error code | Artem Bityutskiy | 2007-10-14 | 1 | -0/+1 |
* | UBI: fix atomic LEB change problems | Artem Bityutskiy | 2007-10-14 | 1 | -19/+29 |
* | UBI: do not use vmalloc on I/O path | Artem Bityutskiy | 2007-10-14 | 1 | -46/+24 |
* | UBI: allocate memory with GFP_NOFS | Artem Bityutskiy | 2007-10-14 | 1 | -6/+6 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
* | UBI: fix bug in atomic_leb_change() | Artem Bityutskiy | 2007-07-18 | 1 | -1/+1 |
* | UBI: bugfix in ubi_leb_change() | Artem Bityutskiy | 2007-07-18 | 1 | -5/+7 |
* | UBI: kill homegrown endian macros | Christoph Hellwig | 2007-07-18 | 1 | -31/+31 |
* | UBI: use vmalloc for large buffers | Artem Bityutskiy | 2007-07-18 | 1 | -11/+11 |
* | drivers/*: mark variables with uninitialized_var() | Jeff Garzik | 2007-07-17 | 1 | -1/+1 |
* | drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local var | Jeff Garzik | 2007-07-17 | 1 | -2/+2 |
* | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 2007-05-17 | 1 | -3/+0 |
* | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 2007-05-07 | 1 | -2/+1 |
* | UBI: Unsorted Block Images | Artem B. Bityutskiy | 2007-04-27 | 1 | -0/+1241 |