summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
...
| * UBI: do not use vmalloc on I/O pathArtem Bityutskiy2007-10-148-112/+119
| * UBI: allocate memory with GFP_NOFSArtem Bityutskiy2007-10-146-19/+21
| * UBI: use linux print_hex_dump(), not home-grown oneArtem Bityutskiy2007-10-143-38/+3Star
| * UBI: don't use array index before testing if it is negativeJesper Juhl2007-10-141-2/+7
| * UBI: add more printsArtem Bityutskiy2007-10-142-1/+5
| * UBI: fix sparse warningsArtem Bityutskiy2007-10-142-41/+45
| * 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/+8Star
|/
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-202-2/+2
* UBI: fix compile warningPaul Mundt2007-07-181-0/+1
* UBI: fix error handling in erase workerArtem Bityutskiy2007-07-181-41/+48
* UBI: fix commentsArtem Bityutskiy2007-07-181-3/+3
* UBI: remove unneeded error checksArtem Bityutskiy2007-07-182-13/+2Star
* UBI: cleanup usage of try_module_getFernando Luis Vázquez Cao2007-07-181-5/+0Star
* UBI: fix overflow bugVinit Agnihotri2007-07-182-6/+11
* UBI: bugfix in max_sqnum calculationArtem Bityutskiy2007-07-181-1/+0Star
* UBI: bugfix in sqnum calculationBrijesh Singh2007-07-181-3/+3
* UBI: fix signed-unsigned multiplicationBrijesh Singh2007-07-181-1/+1
* UBI: fix bug in atomic_leb_change()Artem Bityutskiy2007-07-181-1/+1
* UBI: fix messageVinit Agnihotri2007-07-181-2/+1Star
* UBI: fix debugging stuffArtem Bityutskiy2007-07-181-4/+16
* UBI: bugfix in error pathArtem Bityutskiy2007-07-184-10/+7Star
* UBI: use is_power_of_2()Vignesh Babu2007-07-181-2/+2
* UBI: fix freeing ubi->vtbl while unloadingVinit Agnihotri2007-07-181-2/+2
* UBI: bugfix in ubi_leb_change()Artem Bityutskiy2007-07-181-5/+7
* UBI: kill homegrown endian macrosChristoph Hellwig2007-07-187-132/+132
* UBI: cleanup ioctl handlingChristoph Hellwig2007-07-181-28/+5Star
* UBI: error path bugfixArtem Bityutskiy2007-07-181-1/+0Star
* UBI: minor comma fixArtem Bityutskiy2007-07-181-2/+2
* UBI: use vmalloc for large buffersArtem Bityutskiy2007-07-189-37/+41
* UBI: add few more commentsArtem Bityutskiy2007-07-181-2/+6
* UBI: set correct gluebi device sizeArtem Bityutskiy2007-07-184-2/+30
* UBI: do not let to read too muchArtem Bityutskiy2007-07-181-3/+8
* UBI: fix error path in create_vtbl()Artem Bityutskiy2007-07-183-27/+35
* UBI: fix dereference after kfreeFlorin Malita2007-07-181-6/+5Star
* UBI: fix memory leak in checking codeArtem Bityutskiy2007-07-181-1/+3
* drivers/*: mark variables with uninitialized_var()Jeff Garzik2007-07-171-1/+1
* drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local varJeff Garzik2007-07-171-2/+2
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-3/+0Star
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1Star
* UBI: remove unused variableArtem Bityutskiy2007-04-271-1/+0Star
* UBI: Unsorted Block ImagesArtem B. Bityutskiy2007-04-2719-0/+11335