aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-03UBI: fix corrupted PEB detection for NOR flashArtem Bityutskiy1-12/+25
2010-10-19UBI: make check_pattern function non-staticArtem Bityutskiy1-24/+6
2010-10-19UBI: handle bit-flips when no header foundArtem Bityutskiy1-24/+30
2010-10-19UBI: remove duplicate IO error codesArtem Bityutskiy1-38/+7
2010-10-19UBI: rename IO error codeArtem Bityutskiy1-14/+19
2010-06-14UBI: fix error message and compilation warningsArtem Bityutskiy1-2/+2
2010-06-11UBI: improve ECC error messageArtem Bityutskiy1-3/+5
2010-06-04UBI: introduce a new IO return codeArtem Bityutskiy1-19/+23
2010-06-04UBI: simplify IO error codesArtem Bityutskiy1-7/+7
2010-05-07UBI: misc comment fixesShinya Kuribayashi1-3/+3
2010-05-07UBI: fix s/then/than/ typosShinya Kuribayashi1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-01UBI: add write checkingArtem Bityutskiy1-0/+70
2010-02-01UBI: simplify debugging return codesArtem Bityutskiy1-25/+25
2009-08-14UBI: improve NOR flash erasure quirkArtem Bityutskiy1-15/+31
2009-08-14UBI: introduce flash dump helperArtem Bityutskiy1-0/+1
2009-08-14UBI: amend NOR flash pre-erase quirkArtem Bityutskiy1-4/+4
2009-07-08UBI: fix compilation warningsArtem Bityutskiy1-3/+3
2009-07-07UBI: fix NOR flash recoveryArtem Bityutskiy1-2/+56
2009-07-05UBI: nicify image sequence number handlingArtem Bityutskiy1-12/+2
2009-07-05UBI: add image sequence number to EC headerAdrian Hunter1-2/+13
2009-07-05UBI: remove bogus debugging checksArtem Bityutskiy1-87/+0
2009-07-05UBI: add empty eraseblocks verificationArtem Bityutskiy1-10/+7
2009-06-10UBI: fix multiple spelling typosArtem Bityutskiy1-1/+1
2009-05-18UBI: fix races in I/O debugging checksArtem Bityutskiy1-7/+73
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-12-28UBI: fix checkpatch.pl warningsArtem Bityutskiy1-1/+1
2008-12-03UBI: fix warnings when debugging is enabledArtem Bityutskiy1-8/+18
2008-07-24UBI: fix kernel-doc errors and warningsArtem Bityutskiy1-4/+2
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy1-4/+4
2008-07-24UBI: rework scrubbing messagesArtem Bityutskiy1-1/+7
2008-07-24UBI: fix and re-work debugging stuffArtem Bityutskiy1-2/+2
2008-07-24UBI: amend commentariesArtem Bityutskiy1-11/+11
2008-04-17UBI: be verbose when debuggin is enabledArtem Bityutskiy1-0/+4
2007-12-26UBI: fix error code in ubi_io_read()Artem Bityutskiy1-0/+10
2007-10-14UBI: use byte hexdumpArtem Bityutskiy1-1/+1
2007-10-14UBI: do not use vmalloc on I/O pathArtem Bityutskiy1-37/+29
2007-10-14UBI: allocate memory with GFP_NOFSArtem Bityutskiy1-2/+2
2007-10-14UBI: use linux print_hex_dump(), not home-grown oneArtem Bityutskiy1-1/+1
2007-10-14UBI: add more printsArtem Bityutskiy1-1/+4
2007-07-18UBI: fix commentsArtem Bityutskiy1-3/+3
2007-07-18UBI: fix signed-unsigned multiplicationBrijesh Singh1-1/+1
2007-07-18UBI: kill homegrown endian macrosChristoph Hellwig1-23/+23
2007-07-18UBI: use vmalloc for large buffersArtem Bityutskiy1-5/+6
2007-04-27UBI: Unsorted Block ImagesArtem B. Bityutskiy1-0/+1259