summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorLines
2007-10-14Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse-317/+274
2007-10-14UBI: return correct error codeArtem Bityutskiy-0/+1
2007-10-14UBI: remove useless inlinesArtem Bityutskiy-81/+38
2007-10-14UBI: fix atomic LEB change problemsArtem Bityutskiy-21/+33
2007-10-14UBI: use byte hexdumpArtem Bityutskiy-3/+3
2007-10-14UBI: do not use vmalloc on I/O pathArtem Bityutskiy-112/+119
2007-10-14UBI: allocate memory with GFP_NOFSArtem Bityutskiy-19/+21
2007-10-14UBI: use linux print_hex_dump(), not home-grown oneArtem Bityutskiy-38/+3
2007-10-14UBI: don't use array index before testing if it is negativeJesper Juhl-2/+7
2007-10-14UBI: add more printsArtem Bityutskiy-1/+5
2007-10-14UBI: fix sparse warningsArtem Bityutskiy-41/+45
2007-10-14UBI: fix leak in ubi_scan_erase_pebFlorin Malita-4/+4
2007-08-01[UBI] drivers/mtd/ubi/scan.c: kmalloc + memset conversion to kzallocMariusz Kozlowski-9/+8
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-2/+2
2007-07-18UBI: fix compile warningPaul Mundt-0/+1
2007-07-18UBI: fix error handling in erase workerArtem Bityutskiy-41/+48
2007-07-18UBI: fix commentsArtem Bityutskiy-3/+3
2007-07-18UBI: remove unneeded error checksArtem Bityutskiy-13/+2
2007-07-18UBI: cleanup usage of try_module_getFernando Luis Vázquez Cao-5/+0
2007-07-18UBI: fix overflow bugVinit Agnihotri-6/+11
2007-07-18UBI: bugfix in max_sqnum calculationArtem Bityutskiy-1/+0
2007-07-18UBI: bugfix in sqnum calculationBrijesh Singh-3/+3
2007-07-18UBI: fix signed-unsigned multiplicationBrijesh Singh-1/+1
2007-07-18UBI: fix bug in atomic_leb_change()Artem Bityutskiy-1/+1
2007-07-18UBI: fix messageVinit Agnihotri-2/+1
2007-07-18UBI: fix debugging stuffArtem Bityutskiy-4/+16
2007-07-18UBI: bugfix in error pathArtem Bityutskiy-10/+7
2007-07-18UBI: use is_power_of_2()Vignesh Babu-2/+2
2007-07-18UBI: fix freeing ubi->vtbl while unloadingVinit Agnihotri-2/+2
2007-07-18UBI: bugfix in ubi_leb_change()Artem Bityutskiy-5/+7
2007-07-18UBI: kill homegrown endian macrosChristoph Hellwig-132/+132
2007-07-18UBI: cleanup ioctl handlingChristoph Hellwig-28/+5
2007-07-18UBI: error path bugfixArtem Bityutskiy-1/+0
2007-07-18UBI: minor comma fixArtem Bityutskiy-2/+2
2007-07-18UBI: use vmalloc for large buffersArtem Bityutskiy-37/+41
2007-07-18UBI: add few more commentsArtem Bityutskiy-2/+6
2007-07-18UBI: set correct gluebi device sizeArtem Bityutskiy-2/+30
2007-07-18UBI: do not let to read too muchArtem Bityutskiy-3/+8
2007-07-18UBI: fix error path in create_vtbl()Artem Bityutskiy-27/+35
2007-07-18UBI: fix dereference after kfreeFlorin Malita-6/+5
2007-07-18UBI: fix memory leak in checking codeArtem Bityutskiy-1/+3
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik-1/+1
2007-07-17drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local varJeff Garzik-2/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-0/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter-3/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter-2/+1
2007-04-27UBI: remove unused variableArtem Bityutskiy-1/+0
2007-04-27UBI: Unsorted Block ImagesArtem B. Bityutskiy-0/+11335