aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/eba.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-26UBI: ubi_eba_read_leb: Remove in vain variable assignmentRichard Weinberger1-3/+2
2012-10-03UBI: Wire-up ->fm_semRichard Weinberger1-0/+12
2012-10-03UBI: Add self_check_eba()Richard Weinberger1-0/+96
2012-10-03UBI: Export next_sqnum()Richard Weinberger1-9/+9
2012-09-04UBI: comply with coding styleArtem Bityutskiy1-18/+15
2012-05-21UBI: add lnum and vol_id to struct ubi_workJoel Reardon1-8/+8
2012-05-20UBI: rename _init_scan functionsArtem Bityutskiy1-3/+3
2012-05-20UBI: rename ubi_scan_move_to_listArtem Bityutskiy1-1/+1
2012-05-20UBI: rename ubi_scan_find_avArtem Bityutskiy1-1/+1
2012-05-20UBI: rename sv to avArtem Bityutskiy1-5/+5
2012-05-20UBI: rename si to aiArtem Bityutskiy1-9/+9
2012-05-20UBI: rename seb to aebArtem Bityutskiy1-5/+5
2012-05-20UBI: rename struct ubi_scan_infoArtem Bityutskiy1-2/+2
2012-05-20UBI: rename struct ubi_scan_volumeArtem Bityutskiy1-1/+1
2012-05-20UBI: rename struct ubi_scan_lebArtem Bityutskiy1-1/+1
2012-05-20UBI: Kill data type hintRichard Weinberger1-12/+8
2012-03-09UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPSArtem Bityutskiy1-3/+3
2012-03-09UBI: rename peb_buf1 to peb_bufArtem Bityutskiy1-12/+12
2012-03-09UBI: reduce memory consumptionJosselin Costanzi1-3/+3
2011-11-30UBI: fix missing scrub when there is a bit-flipBhavesh Parekh1-2/+4
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris1-1/+1
2010-10-19UBI: preserve corrupted PEBsArtem Bityutskiy1-0/+6
2010-10-19UBI: rename IO error codeArtem Bityutskiy1-2/+2
2010-08-02UBI: do not warn unnecessarilyArtem Bityutskiy1-3/+39
2010-06-04UBI: introduce a new IO return codeArtem Bityutskiy1-2/+3
2010-06-04UBI: simplify IO error codesArtem Bityutskiy1-2/+2
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-07-24UBI: fix double free on error pathAdrian Hunter1-0/+1
2009-06-10UBI: handle more error codesArtem Bityutskiy1-7/+34
2009-06-10UBI: fix multiple spelling typosArtem Bityutskiy1-1/+1
2009-06-02UBI: do not switch to R/O mode on read errorsArtem Bityutskiy1-6/+13
2009-06-02UBI: fix and clean-up error paths in WL workerArtem Bityutskiy1-7/+7
2009-06-02UBI: introduce new constantsArtem Bityutskiy1-19/+14
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-12-05UBI: handle write errors in WL workerArtem Bityutskiy1-13/+24
2008-12-05UBI: fix deadlockArtem Bityutskiy1-7/+7
2008-11-06UBI: fix EBADMSG handlingZoltan Sogor1-1/+1
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy1-5/+2
2008-07-24UBI: bugfix - do not torture PEB needlesslyArtem Bityutskiy1-1/+1
2008-07-24UBI: amend commentariesArtem Bityutskiy1-11/+11
2008-07-24UBI: fix LEB lockingArtem Bityutskiy1-20/+7
2008-07-24UBI: fix memory leakArtem Bityutskiy1-17/+0
2008-07-24UBI: avoid unnecessary division operationsKyungmin Park1-1/+1
2008-01-25UBI: handle zero-length caseArtem Bityutskiy1-0/+11
2008-01-25UBI: add layout volume informationArtem Bityutskiy1-1/+1
2008-01-25UBI: add auto-resize featureArtem Bityutskiy1-15/+0
2008-01-25UBI: get rid of ubi_ltree_slabArtem Bityutskiy1-5/+7
2007-12-26UBI: add UBI devices reference countingArtem Bityutskiy1-0/+5
2007-12-26UBI: bugfix: protect from volume removalArtem Bityutskiy1-45/+100
2007-12-26UBI: introduce volume refcountingArtem Bityutskiy1-0/+10