summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/io.c
AgeCommit message (Expand)AuthorLines
2008-04-17UBI: be verbose when debuggin is enabledArtem Bityutskiy-0/+4
2007-12-26UBI: fix error code in ubi_io_read()Artem Bityutskiy-0/+10
2007-10-14UBI: use byte hexdumpArtem Bityutskiy-1/+1
2007-10-14UBI: do not use vmalloc on I/O pathArtem Bityutskiy-37/+29
2007-10-14UBI: allocate memory with GFP_NOFSArtem Bityutskiy-2/+2
2007-10-14UBI: use linux print_hex_dump(), not home-grown oneArtem Bityutskiy-1/+1
2007-10-14UBI: add more printsArtem Bityutskiy-1/+4
2007-07-18UBI: fix commentsArtem Bityutskiy-3/+3
2007-07-18UBI: fix signed-unsigned multiplicationBrijesh Singh-1/+1
2007-07-18UBI: kill homegrown endian macrosChristoph Hellwig-23/+23
2007-07-18UBI: use vmalloc for large buffersArtem Bityutskiy-5/+6
2007-04-27UBI: Unsorted Block ImagesArtem B. Bityutskiy-0/+1259