Age | Commit message (Expand) | Author | Files | Lines |
2010-06-04 | UBI: introduce eraseblock counter variables | Artem Bityutskiy | 2 | -15/+31 |
2010-06-04 | UBI: introduce a new IO return code | Artem Bityutskiy | 4 | -23/+31 |
2010-06-04 | UBI: simplify IO error codes | Artem Bityutskiy | 4 | -16/+13 |
2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig | 1 | -2/+1 |
2010-05-07 | UBI: misc comment fixes | Shinya Kuribayashi | 2 | -5/+5 |
2010-05-07 | UBI: fix s/then/than/ typos | Shinya Kuribayashi | 5 | -8/+8 |
2010-05-06 | UBI: init even if MTD device cannot be attached, if built into kernel | Marc Kleine-Budde | 1 | -2/+23 |
2010-05-03 | UBI: remove reboot notifier | Kevin Cernekee | 2 | -37/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 9 | -0/+9 |
2010-03-07 | driver-core: Add attribute argument to class_attribute show/store | Andi Kleen | 1 | -1/+2 |
2010-02-01 | UBI: add write checking | Artem Bityutskiy | 2 | -0/+74 |
2010-02-01 | UBI: simplify debugging return codes | Artem Bityutskiy | 3 | -41/+37 |
2010-02-01 | UBI: fix attaching error path | Artem Bityutskiy | 1 | -33/+30 |
2010-02-01 | UBI: support attaching by MTD character device name | Artem Bityutskiy | 1 | -11/+55 |
2010-02-01 | UBI: mark few variables as __initdata | Artem Bityutskiy | 1 | -2/+2 |
2010-01-28 | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6 | Linus Torvalds | 1 | -1/+0 |
2010-01-27 | UBI: fix volume creation input checking | Mika Westerberg | 1 | -1/+0 |
2010-01-18 | UBI: fix memory leak in update path | Artem Bityutskiy | 1 | -0/+1 |
2010-01-12 | UBI: add more checks to chdev open | Artem Bityutskiy | 1 | -8/+7 |
2010-01-12 | UBI: initialise update marker | Peter Horton | 1 | -0/+1 |
2009-12-10 | Merge git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2 | -9/+51 |
2009-12-04 | UBI: flush wl before clearing update marker | Sebastian Andrzej Siewior | 1 | -9/+11 |
2009-11-24 | UBI: Add ubi_open_volume_path | Corentin Chary | 1 | -0/+40 |
2009-11-09 | Kconfig: Remove useless and sometimes wrong comments | Michael Roth | 1 | -2/+0 |
2009-10-20 | UBI: fix check on unsigned long | Roel Kluin | 1 | -1/+2 |
2009-10-20 | UBI: fix backward compatibility | Artem Bityutskiy | 2 | -6/+3 |
2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2009-09-21 | trivial: fix typo "to to" in multiple files | Anand Gadiyar | 2 | -2/+2 |
2009-08-14 | UBI: improve NOR flash erasure quirk | Artem Bityutskiy | 1 | -15/+31 |
2009-08-14 | UBI: introduce flash dump helper | Artem Bityutskiy | 3 | -0/+35 |
2009-08-14 | UBI: eliminate possible undefined behaviour | Phil Carmody | 1 | -1/+2 |
2009-08-14 | UBI: print a warning if too many PEBs are corrupted | Artem Bityutskiy | 2 | -2/+18 |
2009-08-14 | UBI: amend NOR flash pre-erase quirk | Artem Bityutskiy | 1 | -4/+4 |
2009-08-14 | UBI: print a message if ECH is corrupted and VIDH is ok | Artem Bityutskiy | 1 | -1/+3 |
2009-07-24 | UBI: compatible fallback in absense of sequence numbers | Adrian Hunter | 1 | -1/+12 |
2009-07-24 | UBI: fix double free on error path | Adrian Hunter | 1 | -0/+1 |
2009-07-15 | UBI: fix bug in image sequence number handling | Holger Brunck | 1 | -1/+1 |
2009-07-15 | UBI: gluebi: initialize ubi_num field | Artem Bityutskiy | 1 | -0/+1 |
2009-07-08 | UBI: fix compilation warnings | Artem Bityutskiy | 1 | -3/+3 |
2009-07-07 | UBI: fix NOR flash recovery | Artem Bityutskiy | 3 | -3/+64 |
2009-07-05 | UBI: nicify image sequence number handling | Artem Bityutskiy | 4 | -16/+18 |
2009-07-05 | UBI: add image sequence number to EC header | Adrian Hunter | 6 | -3/+33 |
2009-07-05 | UBI: remove bogus debugging checks | Artem Bityutskiy | 3 | -88/+2 |
2009-07-05 | UBI: add empty eraseblocks verification | Artem Bityutskiy | 3 | -10/+21 |
2009-06-10 | UBI: add reboot notifier | Kevin Cernekee | 2 | -1/+38 |
2009-06-10 | UBI: handle more error codes | Artem Bityutskiy | 1 | -7/+34 |
2009-06-10 | UBI: fix multiple spelling typos | Artem Bityutskiy | 4 | -11/+11 |
2009-06-10 | UBI: fix kmem_cache_free on error patch | Artem Bityutskiy | 1 | -1/+2 |
2009-06-09 | UBI: print amount of reserved PEBs | Artem Bityutskiy | 1 | -3/+4 |
2009-06-08 | UBI: improve messages in the WL worker | Artem Bityutskiy | 1 | -9/+24 |