aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/vmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-10UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia1-1/+1
2012-12-03UBI: replace memcpy with struct assignmentEzequiel Garcia1-1/+1
2012-07-18UBI: harmonize the update of ubi->beb_rsvd_pebsShmulik Ladkani1-18/+2
2012-05-21UBI: modify ubi_wl_flush function to clear work queue for a lnumJoel Reardon1-1/+1
2012-05-20UBI: get rid of dbg_errArtem Bityutskiy1-9/+9
2012-05-20UBI: more of clean-up terminology for self-checksArtem Bityutskiy1-17/+14
2012-05-20UBI: remove Kconfig debugging optionArtem Bityutskiy1-7/+0
2012-05-20UBI: rename ubi_dbg_dump_vtbl_recordArtem Bityutskiy1-1/+1
2012-05-20UBI: rename ubi_dbg_dump_vol_infoArtem Bityutskiy1-1/+1
2011-10-31mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-06-01UBI: use debugfs for the extra checks knobsArtem Bityutskiy1-1/+1
2011-04-05UBI: do not compare array with NULLArtem Bityutskiy1-5/+0
2011-03-16UBI: make self-checks dynamicArtem Bityutskiy1-2/+5
2010-10-19UBI: preserve corrupted PEBsArtem Bityutskiy1-0/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-02UBI: remove built-in gluebiDmitry Pervushin1-24/+2
2009-06-02UBI: add notification APIDmitry Pervushin1-0/+4
2009-05-18UBI: do not panic if volume check failsArtem Bityutskiy1-7/+11
2009-05-18UBI: add dump_stack in checking codeArtem Bityutskiy1-0/+1
2009-05-18UBI: improve debugging messagesArtem Bityutskiy1-5/+5
2009-05-18UBI: re-name volumes_mutex to device_mutexArtem Bityutskiy1-3/+3
2009-01-18UBI: use nicer 64-bit mathArtem Bityutskiy1-10/+7
2009-01-06mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-07-24UBI: fix gcc warningArtem Bityutskiy1-1/+1
2008-07-24UBI: fix kernel-doc errors and warningsArtem Bityutskiy1-1/+1
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy1-2/+2
2008-07-24UBI: implement multiple volumes renameArtem Bityutskiy1-8/+49
2008-07-24UBI: fix and re-work debugging stuffArtem Bityutskiy1-36/+37
2008-07-24UBI: improve mkvol request validationArtem Bityutskiy1-2/+2
2008-07-24UBI: fix memory leakArtem Bityutskiy1-9/+9
2008-07-24UBI: avoid unnecessary division operationsKyungmin Park1-1/+1
2008-03-04UBI: silence warningS.Çağlar Onur1-1/+3
2008-01-25UBI: add auto-resize featureArtem Bityutskiy1-2/+0
2008-01-25UBI: use bit-fieldsArtem Bityutskiy1-11/+1
2007-12-26UBI: bugfix: do not forget to increment vol_countArtem Bityutskiy1-0/+1
2007-12-26UBI: add UBI devices reference countingArtem Bityutskiy1-5/+9
2007-12-26UBI: tweak volumes locking some moreArtem Bityutskiy1-13/+7
2007-12-26UBI: introduce volume refcountingArtem Bityutskiy1-30/+58
2007-12-26UBI: fix error pathArtem Bityutskiy1-25/+20
2007-12-26UBI: get device when opening volumeArtem Bityutskiy1-5/+0
2007-12-26UBI: tweak volumes lockingArtem Bityutskiy1-6/+16
2007-12-26UBI: improve internal interfacesArtem Bityutskiy1-12/+10
2007-12-26UBI: improve error messagesArtem Bityutskiy1-3/+8
2007-12-26UBI: remove redundant fieldArtem Bityutskiy1-4/+8
2007-12-26UBI: minor tidy-upsArtem Bityutskiy1-3/+4
2007-12-26UBI: silence a warningJesper Juhl1-2/+3
2007-10-14UBI: fix sparse warningsArtem Bityutskiy1-33/+37
2007-07-18UBI: fix overflow bugVinit Agnihotri1-3/+5
2007-07-18UBI: fix debugging stuffArtem Bityutskiy1-4/+16
2007-07-18UBI: bugfix in error pathArtem Bityutskiy1-2/+4