aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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