Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 | 2 | -2/+2 |
|\ | |||||
| * | trivial: fix typo "to to" in multiple files | Anand Gadiyar | 2009-09-21 | 2 | -2/+2 |
* | | UBI: improve NOR flash erasure quirk | Artem Bityutskiy | 2009-08-14 | 1 | -15/+31 |
* | | UBI: introduce flash dump helper | Artem Bityutskiy | 2009-08-14 | 3 | -0/+35 |
* | | UBI: eliminate possible undefined behaviour | Phil Carmody | 2009-08-14 | 1 | -1/+2 |
* | | UBI: print a warning if too many PEBs are corrupted | Artem Bityutskiy | 2009-08-14 | 2 | -2/+18 |
* | | UBI: amend NOR flash pre-erase quirk | Artem Bityutskiy | 2009-08-14 | 1 | -4/+4 |
* | | UBI: print a message if ECH is corrupted and VIDH is ok | Artem Bityutskiy | 2009-08-14 | 1 | -1/+3 |
|/ | |||||
* | UBI: compatible fallback in absense of sequence numbers | Adrian Hunter | 2009-07-24 | 1 | -1/+12 |
* | UBI: fix double free on error path | Adrian Hunter | 2009-07-24 | 1 | -0/+1 |
* | UBI: fix bug in image sequence number handling | Holger Brunck | 2009-07-15 | 1 | -1/+1 |
* | UBI: gluebi: initialize ubi_num field | Artem Bityutskiy | 2009-07-15 | 1 | -0/+1 |
* | UBI: fix compilation warnings | Artem Bityutskiy | 2009-07-08 | 1 | -3/+3 |
* | UBI: fix NOR flash recovery | Artem Bityutskiy | 2009-07-07 | 3 | -3/+64 |
* | UBI: nicify image sequence number handling | Artem Bityutskiy | 2009-07-05 | 4 | -16/+18 |
* | UBI: add image sequence number to EC header | Adrian Hunter | 2009-07-05 | 6 | -3/+33 |
* | UBI: remove bogus debugging checks | Artem Bityutskiy | 2009-07-05 | 3 | -88/+2 |
* | UBI: add empty eraseblocks verification | Artem Bityutskiy | 2009-07-05 | 3 | -10/+21 |
* | 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 |