aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-18UBI: use nicer 64-bit mathArtem Bityutskiy1-5/+3
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-11-06UBI: fix EBADMSG handlingZoltan Sogor1-1/+1
2008-09-26UBI: fix IS_ERR testJulien Brunel1-1/+1
2008-07-24UBI: remove pre-sqnum images supportArtem Bityutskiy1-63/+24
2008-07-24UBI: fix kernel-doc errors and warningsArtem Bityutskiy1-12/+6
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy1-4/+5
2008-07-24UBI: fix and re-work debugging stuffArtem Bityutskiy1-1/+1
2008-07-24UBI: amend commentariesArtem Bityutskiy1-13/+15
2008-04-19UBI: fix mean EC calculationArtem Bityutskiy1-33/+8
2008-01-25UBI: add layout volume informationArtem Bityutskiy1-1/+1
2008-01-25UBI: fix warningsArtem Bityutskiy1-1/+1
2008-01-25UBI: add sanity checkArtem Bityutskiy1-1/+6
2008-01-25UBI: remove bogus assertionArtem Bityutskiy1-1/+0
2007-10-14Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse1-24/+21
2007-10-14UBI: do not use vmalloc on I/O pathArtem Bityutskiy1-11/+8
2007-10-14UBI: allocate memory with GFP_NOFSArtem Bityutskiy1-2/+2
2007-10-14UBI: fix sparse warningsArtem Bityutskiy1-8/+8
2007-10-14UBI: fix leak in ubi_scan_erase_pebFlorin Malita1-4/+4
2007-08-01[UBI] drivers/mtd/ubi/scan.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-9/+8
2007-07-18UBI: bugfix in max_sqnum calculationArtem Bityutskiy1-1/+0
2007-07-18UBI: bugfix in sqnum calculationBrijesh Singh1-3/+3
2007-07-18UBI: kill homegrown endian macrosChristoph Hellwig1-28/+28
2007-07-18UBI: use vmalloc for large buffersArtem Bityutskiy1-3/+3
2007-07-18UBI: add few more commentsArtem Bityutskiy1-2/+6
2007-07-18UBI: set correct gluebi device sizeArtem Bityutskiy1-1/+1
2007-07-18UBI: fix error path in create_vtbl()Artem Bityutskiy1-19/+27
2007-07-18UBI: fix memory leak in checking codeArtem Bityutskiy1-1/+3
2007-04-27UBI: Unsorted Block ImagesArtem B. Bityutskiy1-0/+1368