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