Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UBI: add reboot notifier | Kevin Cernekee | 2009-06-10 | 2 | -1/+38 |
* | UBI: handle more error codes | Artem Bityutskiy | 2009-06-10 | 1 | -7/+34 |
* | UBI: fix multiple spelling typos | Artem Bityutskiy | 2009-06-10 | 4 | -11/+11 |
* | UBI: fix kmem_cache_free on error patch | Artem Bityutskiy | 2009-06-10 | 1 | -1/+2 |
* | UBI: print amount of reserved PEBs | Artem Bityutskiy | 2009-06-09 | 1 | -3/+4 |
* | UBI: improve messages in the WL worker | Artem Bityutskiy | 2009-06-08 | 1 | -9/+24 |
* | UBI: make gluebi a separate module | Dmitry Pervushin | 2009-06-03 | 3 | -98/+295 |
* | UBI: remove built-in gluebi | Dmitry Pervushin | 2009-06-02 | 3 | -51/+2 |
* | UBI: add notification API | Dmitry Pervushin | 2009-06-02 | 5 | -21/+204 |
* | UBI: do not switch to R/O mode on read errors | Artem Bityutskiy | 2009-06-02 | 4 | -15/+74 |
* | UBI: fix and clean-up error paths in WL worker | Artem Bityutskiy | 2009-06-02 | 2 | -61/+53 |
* | UBI: introduce new constants | Artem Bityutskiy | 2009-06-02 | 3 | -26/+36 |
* | UBI: fix race condition | Artem Bityutskiy | 2009-05-26 | 1 | -1/+7 |
* | UBI: minor serialization fix | Artem Bityutskiy | 2009-05-18 | 1 | -2/+2 |
* | UBI: do not panic if volume check fails | Artem Bityutskiy | 2009-05-18 | 1 | -7/+11 |
* | UBI: add dump_stack in checking code | Artem Bityutskiy | 2009-05-18 | 1 | -0/+1 |
* | UBI: fix races in I/O debugging checks | Artem Bityutskiy | 2009-05-18 | 1 | -7/+73 |
* | UBI: small debugging code optimization | Artem Bityutskiy | 2009-05-18 | 2 | -4/+4 |
* | UBI: improve debugging messages | Artem Bityutskiy | 2009-05-18 | 3 | -10/+15 |
* | UBI: re-name volumes_mutex to device_mutex | Artem Bityutskiy | 2009-05-18 | 5 | -23/+23 |
* | UBI: remove redundant mutex | Artem Bityutskiy | 2009-05-18 | 3 | -7/+2 |
* | UBI: add fsync capability | Corentin Chary | 2009-02-20 | 1 | -0/+11 |
* | UBI: allow direct user-space I/O | Sidney Amani | 2009-01-27 | 3 | -19/+32 |
* | 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 |
* | UBI: use nicer 64-bit math | Artem Bityutskiy | 2009-01-18 | 5 | -52/+25 |
* | UBI: add ioctl compatibility | Artem Bityutskiy | 2009-01-18 | 1 | -23/+57 |
* | UBI: constify file operations | Jan Engelhardt | 2009-01-18 | 2 | -6/+6 |
* | UBI: allow all ioctls | Artem Bityutskiy | 2009-01-18 | 1 | -2/+0 |
* | UBI: remove unnecessry header inclusion | Artem Bityutskiy | 2009-01-18 | 1 | -1/+0 |
* | UBI: add ioctl for is_mapped operation | Corentin Chary | 2009-01-18 | 1 | -0/+14 |
* | UBI: add ioctl for unmap operation | Corentin Chary | 2009-01-18 | 1 | -1/+14 |
* | UBI: add ioctl for map operation | Corentin Chary | 2009-01-18 | 1 | -0/+14 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-01-09 | 2 | -9/+10 |
|\ | |||||
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2009-01-05 | 7 | -330/+301 |
| |\ | |||||
| * | | [MTD] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-12-23 | 2 | -3/+3 |
| * | | [MTD] update internal API to support 64-bit device size | Adrian Hunter | 2008-12-10 | 2 | -9/+10 |
* | | | fix similar typos to successfull | Coly Li | 2009-01-08 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-07 | 6 | -8/+8 |
|\ \ \ | |||||
| * | | | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 2009-01-06 | 6 | -8/+8 |
| | |/ | |/| | |||||
* | | | mtd: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 2 | -3/+3 |
|/ / | |||||
* | | UBI: fix checkpatch.pl warnings | Artem Bityutskiy | 2008-12-28 | 3 | -7/+8 |
* | | UBI: simplify PEB protection code | Xiaochuan-Xu | 2008-12-16 | 2 | -241/+162 |
* | | UBI: prepare for protection tree improvements | Xiaochuan-Xu | 2008-12-15 | 2 | -24/+27 |
* | | UBI: return -ENOMEM upon failing vmalloc | Stefan Roese | 2008-12-10 | 1 | -2/+3 |
* | | UBI: handle write errors in WL worker | Artem Bityutskiy | 2008-12-05 | 2 | -25/+44 |
* | | UBI: fix error path | Artem Bityutskiy | 2008-12-05 | 1 | -9/+18 |
* | | UBI: some code re-structuring | Artem Bityutskiy | 2008-12-05 | 1 | -16/+23 |
* | | UBI: fix deadlock | Artem Bityutskiy | 2008-12-05 | 1 | -7/+7 |
* | | UBI: fix warnings when debugging is enabled | Artem Bityutskiy | 2008-12-03 | 1 | -8/+18 |
|/ |