summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/vmt.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* ubi: expose the volume CRC check skip flagQuentin Schulz2018-08-151-0/+3
* ubi: provide a way to skip CRC checksQuentin Schulz2018-08-151-0/+9
* ubi: fastmap: Check each mapping only onceRichard Weinberger2018-06-071-0/+1
* ubi: Fix race condition between ubi volume creation and udevClay McClure2018-01-171-5/+10
* mtd: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-33/+16
* UBI: hide EBA internalsBoris Brezillon2016-10-021-23/+17
* ubi: Make volume resize power cut awareRichard Weinberger2016-07-291-7/+18
* UBI: Clean up return in ubi_remove_volume()Dan Carpenter2016-05-241-1/+1
* UBI: Use static class and attribute groupsTakashi Iwai2015-06-021-74/+20
* UBI: Init vol->reserved_pebs by assignmentshengyong2015-06-021-2/+2
* UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman2014-11-071-33/+36
* UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia2012-12-101-1/+1
* UBI: replace memcpy with struct assignmentEzequiel Garcia2012-12-031-1/+1
* UBI: harmonize the update of ubi->beb_rsvd_pebsShmulik Ladkani2012-07-181-18/+2
* UBI: modify ubi_wl_flush function to clear work queue for a lnumJoel Reardon2012-05-211-1/+1
* UBI: get rid of dbg_errArtem Bityutskiy2012-05-201-9/+9
* UBI: more of clean-up terminology for self-checksArtem Bityutskiy2012-05-201-17/+14
* UBI: remove Kconfig debugging optionArtem Bityutskiy2012-05-201-7/+0
* UBI: rename ubi_dbg_dump_vtbl_recordArtem Bityutskiy2012-05-201-1/+1
* UBI: rename ubi_dbg_dump_vol_infoArtem Bityutskiy2012-05-201-1/+1
* mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-311-0/+1
* UBI: use debugfs for the extra checks knobsArtem Bityutskiy2011-06-011-1/+1
* UBI: do not compare array with NULLArtem Bityutskiy2011-04-051-5/+0
* UBI: make self-checks dynamicArtem Bityutskiy2011-03-161-2/+5
* UBI: preserve corrupted PEBsArtem Bityutskiy2010-10-191-0/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* UBI: remove built-in gluebiDmitry Pervushin2009-06-021-24/+2
* UBI: add notification APIDmitry Pervushin2009-06-021-0/+4
* UBI: do not panic if volume check failsArtem Bityutskiy2009-05-181-7/+11
* UBI: add dump_stack in checking codeArtem Bityutskiy2009-05-181-0/+1
* UBI: improve debugging messagesArtem Bityutskiy2009-05-181-5/+5
* UBI: re-name volumes_mutex to device_mutexArtem Bityutskiy2009-05-181-3/+3
* UBI: use nicer 64-bit mathArtem Bityutskiy2009-01-181-10/+7
* mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-2/+2
* UBI: fix gcc warningArtem Bityutskiy2008-07-241-1/+1
* UBI: fix kernel-doc errors and warningsArtem Bityutskiy2008-07-241-1/+1
* UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-241-2/+2
* UBI: implement multiple volumes renameArtem Bityutskiy2008-07-241-8/+49
* UBI: fix and re-work debugging stuffArtem Bityutskiy2008-07-241-36/+37
* UBI: improve mkvol request validationArtem Bityutskiy2008-07-241-2/+2
* UBI: fix memory leakArtem Bityutskiy2008-07-241-9/+9
* UBI: avoid unnecessary division operationsKyungmin Park2008-07-241-1/+1
* UBI: silence warningS.Çağlar Onur2008-03-041-1/+3
* UBI: add auto-resize featureArtem Bityutskiy2008-01-251-2/+0
* UBI: use bit-fieldsArtem Bityutskiy2008-01-251-11/+1
* UBI: bugfix: do not forget to increment vol_countArtem Bityutskiy2007-12-261-0/+1
* UBI: add UBI devices reference countingArtem Bityutskiy2007-12-261-5/+9
* UBI: tweak volumes locking some moreArtem Bityutskiy2007-12-261-13/+7
* UBI: introduce volume refcountingArtem Bityutskiy2007-12-261-30/+58