Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | driver-core: Add attribute argument to class_attribute show/store | Andi Kleen | 2010-03-07 | 1 | -1/+2 |
* | UBI: fix attaching error path | Artem Bityutskiy | 2010-02-01 | 1 | -33/+30 |
* | UBI: support attaching by MTD character device name | Artem Bityutskiy | 2010-02-01 | 1 | -11/+55 |
* | UBI: mark few variables as __initdata | Artem Bityutskiy | 2010-02-01 | 1 | -2/+2 |
* | UBI: fix check on unsigned long | Roel Kluin | 2009-10-20 | 1 | -1/+2 |
* | UBI: fix NOR flash recovery | Artem Bityutskiy | 2009-07-07 | 1 | -0/+5 |
* | UBI: add image sequence number to EC header | Adrian Hunter | 2009-07-05 | 1 | -0/+1 |
* | UBI: add reboot notifier | Kevin Cernekee | 2009-06-10 | 1 | -0/+35 |
* | UBI: add notification API | Dmitry Pervushin | 2009-06-02 | 1 | -5/+95 |
* | UBI: do not switch to R/O mode on read errors | Artem Bityutskiy | 2009-06-02 | 1 | -0/+9 |
* | UBI: fix race condition | Artem Bityutskiy | 2009-05-26 | 1 | -1/+7 |
* | UBI: small debugging code optimization | Artem Bityutskiy | 2009-05-18 | 1 | -3/+3 |
* | UBI: re-name volumes_mutex to device_mutex | Artem Bityutskiy | 2009-05-18 | 1 | -1/+1 |
* | UBI: remove redundant mutex | Artem Bityutskiy | 2009-05-18 | 1 | -1/+0 |
* | UBI: fix resource de-allocation | Artem Bityutskiy | 2009-01-20 | 1 | -3/+13 |
* | UBI: remove unused variable | Artem Bityutskiy | 2009-01-20 | 1 | -4/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2009-01-05 | 1 | -2/+3 |
|\ | |||||
| * | UBI: return -ENOMEM upon failing vmalloc | Stefan Roese | 2008-12-10 | 1 | -2/+3 |
* | | [MTD] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-12-23 | 1 | -1/+1 |
* | | [MTD] update internal API to support 64-bit device size | Adrian Hunter | 2008-12-10 | 1 | -1/+1 |
|/ | |||||
* | UBI: always start the background thread | Artem Bityutskiy | 2008-07-25 | 1 | -4/+2 |
* | UBI: fix kernel-doc errors and warnings | Artem Bityutskiy | 2008-07-24 | 1 | -5/+3 |
* | UBI: fix checkpatch.pl errors and warnings | Artem Bityutskiy | 2008-07-24 | 1 | -4/+4 |
* | UBI: implement multiple volumes rename | Artem Bityutskiy | 2008-07-24 | 1 | -0/+1 |
* | UBI: fix and re-work debugging stuff | Artem Bityutskiy | 2008-07-24 | 1 | -1/+1 |
* | UBI: amend commentaries | Artem Bityutskiy | 2008-07-24 | 1 | -1/+1 |
* | 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 | 1 | -2/+0 |
* | UBI: avoid unnecessary division operations | Kyungmin Park | 2008-07-24 | 1 | -2/+6 |
* | UBI: add a message | Artem Bityutskiy | 2008-04-23 | 1 | -2/+1 |
* | UBI: print media information earlier | Artem Bityutskiy | 2008-04-20 | 1 | -9/+10 |
* | UBI: fix error printing | Artem Bityutskiy | 2008-04-17 | 1 | -10/+8 |
* | UBI: fix error message | Artem Bityutskiy | 2008-03-04 | 1 | -2/+2 |
* | UBI: bugfix: calculate data offset properly | Artem Bityutskiy | 2008-01-25 | 1 | -1/+1 |
* | UBI: amend array size | Artem Bityutskiy | 2008-01-25 | 1 | -2/+2 |
* | UBI: add auto-resize feature | Artem Bityutskiy | 2008-01-25 | 1 | -5/+64 |
* | UBI: get rid of ubi_ltree_slab | Artem Bityutskiy | 2008-01-25 | 1 | -27/+1 |
* | UBI: bugfix: do not forget to increment vol_count | Artem Bityutskiy | 2007-12-26 | 1 | -1/+1 |
* | 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 | 1 | -0/+1 |
* | UBI: handle attach ioctl | Artem Bityutskiy | 2007-12-26 | 1 | -26/+54 |
* | UBI: remove data_offset | Artem Bityutskiy | 2007-12-26 | 1 | -27/+15 |
* | UBI: prepare attach and detach functions | Artem Bityutskiy | 2007-12-26 | 1 | -73/+162 |
* | UBI: add UBI devices reference counting | Artem Bityutskiy | 2007-12-26 | 1 | -15/+127 |
* | UBI: add UBI control device | Artem Bityutskiy | 2007-12-26 | 1 | -10/+42 |
* | UBI: fix printk | Artem Bityutskiy | 2007-12-26 | 1 | -9/+13 |
* | UBI: simplify error handling | Artem Bityutskiy | 2007-12-26 | 1 | -40/+12 |