Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | UBI: fix warnings | Artem Bityutskiy | 2008-01-25 | 2 | -11/+9 | |
* | UBI: get rid of ubi_ltree_slab | Artem Bityutskiy | 2008-01-25 | 3 | -33/+8 | |
* | UBI: bugfix: do not forget to increment vol_count | Artem Bityutskiy | 2007-12-26 | 2 | -1/+2 | |
* | UBI: do not support kiB | Artem Bityutskiy | 2007-12-26 | 1 | -3/+1 | |
* | UBI: add mtd_num sysfs attribute | Artem Bityutskiy | 2007-12-26 | 1 | -1/+9 | |
* | UBI: fix mtd device string parsing | Artem Bityutskiy | 2007-12-26 | 1 | -24/+12 | |
* | UBI: use separate mutex for volumes checking | Artem Bityutskiy | 2007-12-26 | 3 | -8/+5 | |
* | UBI: handle attach ioctl | Artem Bityutskiy | 2007-12-26 | 3 | -42/+135 | |
* | UBI: remove data_offset | Artem Bityutskiy | 2007-12-26 | 2 | -29/+16 | |
* | UBI: prepare attach and detach functions | Artem Bityutskiy | 2007-12-26 | 3 | -87/+169 | |
* | UBI: add UBI devices reference counting | Artem Bityutskiy | 2007-12-26 | 7 | -63/+201 | |
* | UBI: add UBI control device | Artem Bityutskiy | 2007-12-26 | 3 | -11/+54 | |
* | UBI: fix comment | Artem Bityutskiy | 2007-12-26 | 2 | -9/+5 | |
* | UBI: fix ubi_wl_flush | Artem Bityutskiy | 2007-12-26 | 2 | -7/+33 | |
* | UBI: fix printk | Artem Bityutskiy | 2007-12-26 | 1 | -9/+13 | |
* | UBI: bugfix: protect from volume removal | Artem Bityutskiy | 2007-12-26 | 3 | -135/+239 | |
* | UBI: improve comment | Artem Bityutskiy | 2007-12-26 | 1 | -3/+6 | |
* | UBI: add PID to debugging prints | Artem Bityutskiy | 2007-12-26 | 1 | -14/+7 | |
* | UBI: tweak volumes locking some more | Artem Bityutskiy | 2007-12-26 | 2 | -16/+17 | |
* | UBI: introduce volume refcounting | Artem Bityutskiy | 2007-12-26 | 5 | -42/+84 | |
* | UBI: simplify error handling | Artem Bityutskiy | 2007-12-26 | 1 | -40/+12 | |
* | UBI: fix and cleanup volume opening functions | Artem Bityutskiy | 2007-12-26 | 1 | -36/+25 | |
* | UBI: fix error path | Artem Bityutskiy | 2007-12-26 | 1 | -25/+20 | |
* | UBI: get device when opening volume | Artem Bityutskiy | 2007-12-26 | 3 | -8/+8 | |
* | UBI: add some more comments | Artem Bityutskiy | 2007-12-26 | 1 | -1/+7 | |
* | UBI: tweak volumes locking | Artem Bityutskiy | 2007-12-26 | 6 | -23/+34 | |
* | UBI: improve internal interfaces | Artem Bityutskiy | 2007-12-26 | 10 | -72/+68 | |
* | UBI: bugfix: dont oops with NULL module parameter | Artem Bityutskiy | 2007-12-26 | 1 | -0/+3 | |
* | UBI: remove ubi_devices_cnt | Artem Bityutskiy | 2007-12-26 | 3 | -21/+27 | |
* | UBI: create ubi_wl_entry slab on initialization | Artem Bityutskiy | 2007-12-26 | 3 | -44/+44 | |
* | UBI: create ltree_entry slab on initialization | Artem Bityutskiy | 2007-12-26 | 3 | -67/+67 | |
* | UBI: improve error messages | Artem Bityutskiy | 2007-12-26 | 3 | -8/+19 | |
* | UBI: remove redundant field | Artem Bityutskiy | 2007-12-26 | 5 | -16/+16 | |
* | UBI: minor tidy-ups | Artem Bityutskiy | 2007-12-26 | 1 | -3/+4 | |
* | UBI: silence a warning | Jesper Juhl | 2007-12-26 | 1 | -2/+3 | |
* | UBI: add ubi_leb_map interface | Artem Bityutskiy | 2007-12-26 | 2 | -5/+53 | |
* | UBI: bugfix: allocate mandatory EBs first | Artem Bityutskiy | 2007-12-26 | 1 | -9/+9 | |
* | UBI: fix error code in ubi_io_read() | Artem Bityutskiy | 2007-12-26 | 1 | -0/+10 | |
* | Use helpers to obtain task pid in printks | Pavel Emelyanov | 2007-10-19 | 1 | -1/+1 | |
* | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 1 | -2/+1 | |
* | Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6 | David Woodhouse | 2007-10-14 | 12 | -317/+274 | |
|\ | ||||||
| * | UBI: return correct error code | Artem Bityutskiy | 2007-10-14 | 1 | -0/+1 | |
| * | UBI: remove useless inlines | Artem Bityutskiy | 2007-10-14 | 1 | -81/+38 | |
| * | UBI: fix atomic LEB change problems | Artem Bityutskiy | 2007-10-14 | 2 | -21/+33 | |
| * | UBI: use byte hexdump | Artem Bityutskiy | 2007-10-14 | 2 | -3/+3 | |
| * | UBI: do not use vmalloc on I/O path | Artem Bityutskiy | 2007-10-14 | 8 | -112/+119 | |
| * | UBI: allocate memory with GFP_NOFS | Artem Bityutskiy | 2007-10-14 | 6 | -19/+21 | |
| * | UBI: use linux print_hex_dump(), not home-grown one | Artem Bityutskiy | 2007-10-14 | 3 | -38/+3 | |
| * | UBI: don't use array index before testing if it is negative | Jesper Juhl | 2007-10-14 | 1 | -2/+7 | |
| * | UBI: add more prints | Artem Bityutskiy | 2007-10-14 | 2 | -1/+5 |