aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorFilesLines
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-2/+1
2010-05-07UBI: misc comment fixesGravatar Shinya Kuribayashi 2-5/+5
2010-05-07UBI: fix s/then/than/ typosGravatar Shinya Kuribayashi 5-8/+8
2010-05-06UBI: init even if MTD device cannot be attached, if built into kernelGravatar Marc Kleine-Budde 1-2/+23
2010-05-03UBI: remove reboot notifierGravatar Kevin Cernekee 2-37/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 9-0/+9
2010-03-07driver-core: Add attribute argument to class_attribute show/storeGravatar Andi Kleen 1-1/+2
2010-02-01UBI: add write checkingGravatar Artem Bityutskiy 2-0/+74
2010-02-01UBI: simplify debugging return codesGravatar Artem Bityutskiy 3-41/+37
2010-02-01UBI: fix attaching error pathGravatar Artem Bityutskiy 1-33/+30
2010-02-01UBI: support attaching by MTD character device nameGravatar Artem Bityutskiy 1-11/+55
2010-02-01UBI: mark few variables as __initdataGravatar Artem Bityutskiy 1-2/+2
2010-01-28Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Gravatar Linus Torvalds 1-1/+0
2010-01-27UBI: fix volume creation input checkingGravatar Mika Westerberg 1-1/+0
2010-01-18UBI: fix memory leak in update pathGravatar Artem Bityutskiy 1-0/+1
2010-01-12UBI: add more checks to chdev openGravatar Artem Bityutskiy 1-8/+7
2010-01-12UBI: initialise update markerGravatar Peter Horton 1-0/+1
2009-12-10Merge git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 2-9/+51
2009-12-04UBI: flush wl before clearing update markerGravatar Sebastian Andrzej Siewior 1-9/+11
2009-11-24UBI: Add ubi_open_volume_pathGravatar Corentin Chary 1-0/+40
2009-11-09Kconfig: Remove useless and sometimes wrong commentsGravatar Michael Roth 1-2/+0
2009-10-20UBI: fix check on unsigned longGravatar Roel Kluin 1-1/+2
2009-10-20UBI: fix backward compatibilityGravatar Artem Bityutskiy 2-6/+3
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2009-09-21trivial: fix typo "to to" in multiple filesGravatar Anand Gadiyar 2-2/+2
2009-08-14UBI: improve NOR flash erasure quirkGravatar Artem Bityutskiy 1-15/+31
2009-08-14UBI: introduce flash dump helperGravatar Artem Bityutskiy 3-0/+35
2009-08-14UBI: eliminate possible undefined behaviourGravatar Phil Carmody 1-1/+2
2009-08-14UBI: print a warning if too many PEBs are corruptedGravatar Artem Bityutskiy 2-2/+18
2009-08-14UBI: amend NOR flash pre-erase quirkGravatar Artem Bityutskiy 1-4/+4
2009-08-14UBI: print a message if ECH is corrupted and VIDH is okGravatar Artem Bityutskiy 1-1/+3
2009-07-24UBI: compatible fallback in absense of sequence numbersGravatar Adrian Hunter 1-1/+12
2009-07-24UBI: fix double free on error pathGravatar Adrian Hunter 1-0/+1
2009-07-15UBI: fix bug in image sequence number handlingGravatar Holger Brunck 1-1/+1
2009-07-15UBI: gluebi: initialize ubi_num fieldGravatar Artem Bityutskiy 1-0/+1
2009-07-08UBI: fix compilation warningsGravatar Artem Bityutskiy 1-3/+3
2009-07-07UBI: fix NOR flash recoveryGravatar Artem Bityutskiy 3-3/+64
2009-07-05UBI: nicify image sequence number handlingGravatar Artem Bityutskiy 4-16/+18
2009-07-05UBI: add image sequence number to EC headerGravatar Adrian Hunter 6-3/+33
2009-07-05UBI: remove bogus debugging checksGravatar Artem Bityutskiy 3-88/+2
2009-07-05UBI: add empty eraseblocks verificationGravatar Artem Bityutskiy 3-10/+21
2009-06-10UBI: add reboot notifierGravatar Kevin Cernekee 2-1/+38
2009-06-10UBI: handle more error codesGravatar Artem Bityutskiy 1-7/+34
2009-06-10UBI: fix multiple spelling typosGravatar Artem Bityutskiy 4-11/+11
2009-06-10UBI: fix kmem_cache_free on error patchGravatar Artem Bityutskiy 1-1/+2
2009-06-09UBI: print amount of reserved PEBsGravatar Artem Bityutskiy 1-3/+4
2009-06-08UBI: improve messages in the WL workerGravatar Artem Bityutskiy 1-9/+24
2009-06-03UBI: make gluebi a separate moduleGravatar Dmitry Pervushin 3-98/+295
2009-06-02UBI: remove built-in gluebiGravatar Dmitry Pervushin 3-51/+2
2009-06-02UBI: add notification APIGravatar Dmitry Pervushin 5-21/+204