summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/scan.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* UBI: simplify debugging return codesArtem Bityutskiy2010-02-011-7/+4
* UBI: fix backward compatibilityArtem Bityutskiy2009-10-201-4/+3
* UBI: print a warning if too many PEBs are corruptedArtem Bityutskiy2009-08-141-2/+16
* UBI: print a message if ECH is corrupted and VIDH is okArtem Bityutskiy2009-08-141-1/+3
* UBI: compatible fallback in absense of sequence numbersAdrian Hunter2009-07-241-1/+12
* UBI: fix bug in image sequence number handlingHolger Brunck2009-07-151-1/+1
* UBI: nicify image sequence number handlingArtem Bityutskiy2009-07-051-2/+14
* UBI: add image sequence number to EC headerAdrian Hunter2009-07-051-0/+2
* UBI: use nicer 64-bit mathArtem Bityutskiy2009-01-181-5/+3
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* UBI: fix EBADMSG handlingZoltan Sogor2008-11-061-1/+1
* UBI: fix IS_ERR testJulien Brunel2008-09-261-1/+1
* UBI: remove pre-sqnum images supportArtem Bityutskiy2008-07-241-63/+24
* UBI: fix kernel-doc errors and warningsArtem Bityutskiy2008-07-241-12/+6
* UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-241-4/+5
* UBI: fix and re-work debugging stuffArtem Bityutskiy2008-07-241-1/+1
* UBI: amend commentariesArtem Bityutskiy2008-07-241-13/+15
* UBI: fix mean EC calculationArtem Bityutskiy2008-04-191-33/+8
* UBI: add layout volume informationArtem Bityutskiy2008-01-251-1/+1
* UBI: fix warningsArtem Bityutskiy2008-01-251-1/+1
* UBI: add sanity checkArtem Bityutskiy2008-01-251-1/+6
* UBI: remove bogus assertionArtem Bityutskiy2008-01-251-1/+0
* Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2007-10-141-24/+21
|\
| * UBI: do not use vmalloc on I/O pathArtem Bityutskiy2007-10-141-11/+8
| * UBI: allocate memory with GFP_NOFSArtem Bityutskiy2007-10-141-2/+2
| * UBI: fix sparse warningsArtem Bityutskiy2007-10-141-8/+8
| * UBI: fix leak in ubi_scan_erase_pebFlorin Malita2007-10-141-4/+4
* | [UBI] drivers/mtd/ubi/scan.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-011-9/+8
|/
* UBI: bugfix in max_sqnum calculationArtem Bityutskiy2007-07-181-1/+0
* UBI: bugfix in sqnum calculationBrijesh Singh2007-07-181-3/+3
* UBI: kill homegrown endian macrosChristoph Hellwig2007-07-181-28/+28
* UBI: use vmalloc for large buffersArtem Bityutskiy2007-07-181-3/+3
* UBI: add few more commentsArtem Bityutskiy2007-07-181-2/+6
* UBI: set correct gluebi device sizeArtem Bityutskiy2007-07-181-1/+1
* UBI: fix error path in create_vtbl()Artem Bityutskiy2007-07-181-19/+27
* UBI: fix memory leak in checking codeArtem Bityutskiy2007-07-181-1/+3
* UBI: Unsorted Block ImagesArtem B. Bityutskiy2007-04-271-0/+1368