summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorFilesLines
2007-12-26UBI: get device when opening volumeArtem Bityutskiy3-8/+8
2007-12-26UBI: add some more commentsArtem Bityutskiy1-1/+7
2007-12-26UBI: tweak volumes lockingArtem Bityutskiy6-23/+34
2007-12-26UBI: improve internal interfacesArtem Bityutskiy10-72/+68
2007-12-26UBI: bugfix: dont oops with NULL module parameterArtem Bityutskiy1-0/+3
2007-12-26UBI: remove ubi_devices_cntArtem Bityutskiy3-21/+27
2007-12-26UBI: create ubi_wl_entry slab on initializationArtem Bityutskiy3-44/+44
2007-12-26UBI: create ltree_entry slab on initializationArtem Bityutskiy3-67/+67
2007-12-26UBI: improve error messagesArtem Bityutskiy3-8/+19
2007-12-26UBI: remove redundant fieldArtem Bityutskiy5-16/+16
2007-12-26UBI: minor tidy-upsArtem Bityutskiy1-3/+4
2007-12-26UBI: silence a warningJesper Juhl1-2/+3
2007-12-26UBI: add ubi_leb_map interfaceArtem Bityutskiy2-5/+53
2007-12-26UBI: bugfix: allocate mandatory EBs firstArtem Bityutskiy1-9/+9
2007-12-26UBI: fix error code in ubi_io_read()Artem Bityutskiy1-0/+10
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+1
2007-10-14Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse12-317/+274
2007-10-14UBI: return correct error codeArtem Bityutskiy1-0/+1
2007-10-14UBI: remove useless inlinesArtem Bityutskiy1-81/+38
2007-10-14UBI: fix atomic LEB change problemsArtem Bityutskiy2-21/+33
2007-10-14UBI: use byte hexdumpArtem Bityutskiy2-3/+3
2007-10-14UBI: do not use vmalloc on I/O pathArtem Bityutskiy8-112/+119
2007-10-14UBI: allocate memory with GFP_NOFSArtem Bityutskiy6-19/+21
2007-10-14UBI: use linux print_hex_dump(), not home-grown oneArtem Bityutskiy3-38/+3
2007-10-14UBI: don't use array index before testing if it is negativeJesper Juhl1-2/+7
2007-10-14UBI: add more printsArtem Bityutskiy2-1/+5
2007-10-14UBI: fix sparse warningsArtem Bityutskiy2-41/+45
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-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt2-2/+2
2007-07-18UBI: fix compile warningPaul Mundt1-0/+1
2007-07-18UBI: fix error handling in erase workerArtem Bityutskiy1-41/+48
2007-07-18UBI: fix commentsArtem Bityutskiy1-3/+3
2007-07-18UBI: remove unneeded error checksArtem Bityutskiy2-13/+2
2007-07-18UBI: cleanup usage of try_module_getFernando Luis Vázquez Cao1-5/+0
2007-07-18UBI: fix overflow bugVinit Agnihotri2-6/+11
2007-07-18UBI: bugfix in max_sqnum calculationArtem Bityutskiy1-1/+0
2007-07-18UBI: bugfix in sqnum calculationBrijesh Singh1-3/+3
2007-07-18UBI: fix signed-unsigned multiplicationBrijesh Singh1-1/+1
2007-07-18UBI: fix bug in atomic_leb_change()Artem Bityutskiy1-1/+1
2007-07-18UBI: fix messageVinit Agnihotri1-2/+1
2007-07-18UBI: fix debugging stuffArtem Bityutskiy1-4/+16
2007-07-18UBI: bugfix in error pathArtem Bityutskiy4-10/+7
2007-07-18UBI: use is_power_of_2()Vignesh Babu1-2/+2
2007-07-18UBI: fix freeing ubi->vtbl while unloadingVinit Agnihotri1-2/+2
2007-07-18UBI: bugfix in ubi_leb_change()Artem Bityutskiy1-5/+7
2007-07-18UBI: kill homegrown endian macrosChristoph Hellwig7-132/+132
2007-07-18UBI: cleanup ioctl handlingChristoph Hellwig1-28/+5
2007-07-18UBI: error path bugfixArtem Bityutskiy1-1/+0