| Commit message (Expand) | Author | Age | Files | Lines |
* | UBI: fix corrupted PEB detection for NOR flash | Artem Bityutskiy | 2010-12-03 | 2 | -12/+29 |
* | UBI: release locks in check_corruption | Dan Carpenter | 2010-11-19 | 1 | -7/+9 |
* | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 | Linus Torvalds | 2010-10-22 | 13 | -286/+419 |
|\ |
|
| * | UBI: tighten the corrupted PEB criteria | Artem Bityutskiy | 2010-10-21 | 1 | -11/+34 |
| * | UBI: fix check_data_ff return code | Artem Bityutskiy | 2010-10-21 | 1 | -2/+5 |
| * | UBI: remember copy_flag while scanning | Artem Bityutskiy | 2010-10-21 | 2 | -11/+13 |
| * | UBI: preserve corrupted PEBs | Artem Bityutskiy | 2010-10-19 | 7 | -47/+45 |
| * | UBI: add truly corrupted PEBs to corrupted list | Artem Bityutskiy | 2010-10-19 | 1 | -2/+74 |
| * | UBI: introduce debugging helper function | Artem Bityutskiy | 2010-10-19 | 1 | -0/+4 |
| * | UBI: make check_pattern function non-static | Artem Bityutskiy | 2010-10-19 | 3 | -24/+26 |
| * | UBI: do not put eraseblocks to the corrupted list unnecessarily | Artem Bityutskiy | 2010-10-19 | 3 | -72/+90 |
| * | UBI: separate out corrupted list | Artem Bityutskiy | 2010-10-19 | 1 | -11/+34 |
| * | UBI: change cascade of ifs to switch statements | Artem Bityutskiy | 2010-10-19 | 1 | -13/+32 |
| * | UBI: rename a local variable | Artem Bityutskiy | 2010-10-19 | 1 | -7/+7 |
| * | UBI: handle bit-flips when no header found | Artem Bityutskiy | 2010-10-19 | 4 | -27/+51 |
| * | UBI: remove duplicate IO error codes | Artem Bityutskiy | 2010-10-19 | 4 | -48/+13 |
| * | UBI: rename IO error code | Artem Bityutskiy | 2010-10-19 | 5 | -24/+30 |
| * | UBI: fix small 80 characters limit style issue | Artem Bityutskiy | 2010-10-19 | 1 | -2/+2 |
| * | UBI: cleanup and simplify Kconfig | H Hartley Sweeten | 2010-10-19 | 2 | -36/+10 |
* | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
|/ |
|
* | UBI: do not oops when erroneous PEB is scheduled for scrubbing | Artem Bityutskiy | 2010-08-30 | 1 | -1/+2 |
* | UBI: fix kconfig unmet dependency | Randy Dunlap | 2010-08-30 | 1 | -1/+1 |
* | UBI: fix forward compatibility | Artem Bityutskiy | 2010-08-30 | 1 | -1/+1 |
* | UBI: eliminate update of list_for_each_entry loop cursor | Julia Lawall | 2010-08-30 | 1 | -6/+6 |
* | UBI: do not warn unnecessarily | Artem Bityutskiy | 2010-08-02 | 2 | -4/+41 |
* | UBI: do not print message about corruptes PEBs if we have none of them | Artem Bityutskiy | 2010-08-02 | 1 | -1/+1 |
* | UBI: improve delete-compatible volumes handling | Brijesh Singh | 2010-06-16 | 1 | -2/+2 |
* | UBI: fix error message and compilation warnings | Artem Bityutskiy | 2010-06-14 | 2 | -4/+3 |
* | UBI: generate random image_seq when formatting MTD devices | Matthieu CASTET | 2010-06-11 | 1 | -0/+2 |
* | UBI: improve ECC error message | Artem Bityutskiy | 2010-06-11 | 1 | -3/+5 |
* | UBI: improve corrupted flash handling | Artem Bityutskiy | 2010-06-04 | 1 | -19/+82 |
* | UBI: introduce eraseblock counter variables | Artem Bityutskiy | 2010-06-04 | 2 | -15/+31 |
* | UBI: introduce a new IO return code | Artem Bityutskiy | 2010-06-04 | 4 | -23/+31 |
* | UBI: simplify IO error codes | Artem Bityutskiy | 2010-06-04 | 4 | -16/+13 |
* | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 | 1 | -2/+1 |
* | UBI: misc comment fixes | Shinya Kuribayashi | 2010-05-07 | 2 | -5/+5 |
* | UBI: fix s/then/than/ typos | Shinya Kuribayashi | 2010-05-07 | 5 | -8/+8 |
* | UBI: init even if MTD device cannot be attached, if built into kernel | Marc Kleine-Budde | 2010-05-06 | 1 | -2/+23 |
* | UBI: remove reboot notifier | Kevin Cernekee | 2010-05-03 | 2 | -37/+0 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 9 | -0/+9 |
* | driver-core: Add attribute argument to class_attribute show/store | Andi Kleen | 2010-03-07 | 1 | -1/+2 |
* | UBI: add write checking | Artem Bityutskiy | 2010-02-01 | 2 | -0/+74 |
* | UBI: simplify debugging return codes | Artem Bityutskiy | 2010-02-01 | 3 | -41/+37 |
* | 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 |
* | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6 | Linus Torvalds | 2010-01-28 | 1 | -1/+0 |
|\ |
|
| * | UBI: fix volume creation input checking | Mika Westerberg | 2010-01-27 | 1 | -1/+0 |
* | | UBI: fix memory leak in update path | Artem Bityutskiy | 2010-01-18 | 1 | -0/+1 |
* | | UBI: add more checks to chdev open | Artem Bityutskiy | 2010-01-12 | 1 | -8/+7 |