summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/wl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2012-12-201-4/+3Star
|\
| * UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia2012-12-101-3/+3
| * UBI: remove spurious commentEzequiel Garcia2012-11-301-1/+0Star
* | UBI: dont call ubi_self_check_all_ff() in __wl_get_peb()Richard Weinberger2012-12-041-9/+9
* | UBI: remove PEB from free tree in get_peb_for_wl()Richard Weinberger2012-12-041-1/+7
|/
* UBI: Add fastmap support to the WL sub-systemRichard Weinberger2012-10-031-44/+531
* UBI: Add fastmap stuff to ubi.hRichard Weinberger2012-10-031-24/+0Star
* UBI: print lessArtem Bityutskiy2012-09-041-1/+1
* UBI: limit amount of reserved eraseblocks for bad PEB handlingShmulik Ladkani2012-09-041-17/+29
* UBI: correct ubi_wl_flush lockingArtem Bityutskiy2012-06-071-4/+13
* UBI: modify ubi_wl_flush function to clear work queue for a lnumJoel Reardon2012-05-211-25/+36
* UBI: add lnum and vol_id to struct ubi_workJoel Reardon2012-05-211-9/+23
* UBI: rename _init_scan functionsArtem Bityutskiy2012-05-201-2/+2
* UBI: rename sv to avArtem Bityutskiy2012-05-201-3/+3
* UBI: rename si to aiArtem Bityutskiy2012-05-201-7/+7
* UBI: rename seb to aebArtem Bityutskiy2012-05-201-11/+11
* UBI: rename struct ubi_scan_infoArtem Bityutskiy2012-05-201-1/+1
* UBI: rename struct ubi_scan_volumeArtem Bityutskiy2012-05-201-1/+1
* UBI: rename struct ubi_scan_lebArtem Bityutskiy2012-05-201-1/+1
* UBI: rename few functions for consistencyArtem Bityutskiy2012-05-201-2/+2
* UBI: more of clean-up terminology for self-checksArtem Bityutskiy2012-05-201-28/+26Star
* UBI: remove Kconfig debugging optionArtem Bityutskiy2012-05-201-10/+0Star
* UBI: amend commentaries WRT dtypeArtem Bityutskiy2012-05-201-8/+1Star
* UBI: Kill data type hintRichard Weinberger2012-05-201-42/+8Star
* UBI: always dump the stack on errorArtem Bityutskiy2012-05-201-3/+3
* UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPSArtem Bityutskiy2012-03-091-1/+1
* UBI: fix eraseblock picking criteriaArtem Bityutskiy2012-03-091-6/+4Star
* UBI: fix documentation and improve readabilityArtem Bityutskiy2012-03-091-4/+5
* UBI: fix use-after-free on error pathArtem Bityutskiy2012-01-051-3/+4
* UBI: fix missing scrub when there is a bit-flipBhavesh Parekh2011-11-301-1/+4
* UBI: prepare debugging stuff to further debugfs conversionArtem Bityutskiy2011-06-011-2/+2
* UBI: use debugfs for the extra checks knobsArtem Bityutskiy2011-06-011-3/+3
* UBI: change the interface of a debugging check functionArtem Bityutskiy2011-05-311-13/+19
* UBI: fix minor stylistic issuesArtem Bityutskiy2011-04-141-1/+2
* UBI: make tests modes dynamicArtem Bityutskiy2011-03-161-2/+2
* UBI: make self-checks dynamicArtem Bityutskiy2011-03-161-3/+13
* UBI: preserve corrupted PEBsArtem Bityutskiy2010-10-191-16/+3Star
* UBI: handle bit-flips when no header foundArtem Bityutskiy2010-10-191-0/+10
* UBI: remove duplicate IO error codesArtem Bityutskiy2010-10-191-1/+1
* UBI: do not oops when erroneous PEB is scheduled for scrubbingArtem Bityutskiy2010-08-301-1/+2
* UBI: fix s/then/than/ typosShinya Kuribayashi2010-05-071-1/+1
* UBI: simplify debugging return codesArtem Bityutskiy2010-02-011-9/+8Star
* UBI: remove bogus debugging checksArtem Bityutskiy2009-07-051-1/+1
* UBI: add empty eraseblocks verificationArtem Bityutskiy2009-07-051-0/+8
* UBI: fix multiple spelling typosArtem Bityutskiy2009-06-101-7/+7
* UBI: fix kmem_cache_free on error patchArtem Bityutskiy2009-06-101-1/+2
* UBI: print amount of reserved PEBsArtem Bityutskiy2009-06-091-3/+4
* UBI: improve messages in the WL workerArtem Bityutskiy2009-06-081-9/+24
* UBI: do not switch to R/O mode on read errorsArtem Bityutskiy2009-06-021-7/+38
* UBI: fix and clean-up error paths in WL workerArtem Bityutskiy2009-06-021-54/+46Star