aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)Author
2008-01-25UBI: bugfix: calculate data offset properlyArtem Bityutskiy
2008-01-25UBI: amend array sizeArtem Bityutskiy
2008-01-25UBI: add auto-resize featureArtem Bityutskiy
2008-01-25UBI: use bit-fieldsArtem Bityutskiy
2008-01-25UBI: fix warningsArtem Bityutskiy
2008-01-25UBI: get rid of ubi_ltree_slabArtem Bityutskiy
2007-12-26UBI: bugfix: do not forget to increment vol_countArtem Bityutskiy
2007-12-26UBI: do not support kiBArtem Bityutskiy
2007-12-26UBI: add mtd_num sysfs attributeArtem Bityutskiy
2007-12-26UBI: fix mtd device string parsingArtem Bityutskiy
2007-12-26UBI: use separate mutex for volumes checkingArtem Bityutskiy
2007-12-26UBI: handle attach ioctlArtem Bityutskiy
2007-12-26UBI: remove data_offsetArtem Bityutskiy
2007-12-26UBI: prepare attach and detach functionsArtem Bityutskiy
2007-12-26UBI: add UBI devices reference countingArtem Bityutskiy
2007-12-26UBI: add UBI control deviceArtem Bityutskiy
2007-12-26UBI: fix commentArtem Bityutskiy
2007-12-26UBI: fix ubi_wl_flushArtem Bityutskiy
2007-12-26UBI: fix printkArtem Bityutskiy
2007-12-26UBI: bugfix: protect from volume removalArtem Bityutskiy
2007-12-26UBI: improve commentArtem Bityutskiy
2007-12-26UBI: add PID to debugging printsArtem Bityutskiy
2007-12-26UBI: tweak volumes locking some moreArtem Bityutskiy
2007-12-26UBI: introduce volume refcountingArtem Bityutskiy
2007-12-26UBI: simplify error handlingArtem Bityutskiy
2007-12-26UBI: fix and cleanup volume opening functionsArtem Bityutskiy
2007-12-26UBI: fix error pathArtem Bityutskiy
2007-12-26UBI: get device when opening volumeArtem Bityutskiy
2007-12-26UBI: add some more commentsArtem Bityutskiy
2007-12-26UBI: tweak volumes lockingArtem Bityutskiy
2007-12-26UBI: improve internal interfacesArtem Bityutskiy
2007-12-26UBI: bugfix: dont oops with NULL module parameterArtem Bityutskiy
2007-12-26UBI: remove ubi_devices_cntArtem Bityutskiy
2007-12-26UBI: create ubi_wl_entry slab on initializationArtem Bityutskiy
2007-12-26UBI: create ltree_entry slab on initializationArtem Bityutskiy
2007-12-26UBI: improve error messagesArtem Bityutskiy
2007-12-26UBI: remove redundant fieldArtem Bityutskiy
2007-12-26UBI: minor tidy-upsArtem Bityutskiy
2007-12-26UBI: silence a warningJesper Juhl
2007-12-26UBI: add ubi_leb_map interfaceArtem Bityutskiy
2007-12-26UBI: bugfix: allocate mandatory EBs firstArtem Bityutskiy
2007-12-26UBI: fix error code in ubi_io_read()Artem Bityutskiy
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-14Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse
2007-10-14UBI: return correct error codeArtem Bityutskiy
2007-10-14UBI: remove useless inlinesArtem Bityutskiy
2007-10-14UBI: fix atomic LEB change problemsArtem Bityutskiy
2007-10-14UBI: use byte hexdumpArtem Bityutskiy
2007-10-14UBI: do not use vmalloc on I/O pathArtem Bityutskiy