summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/eba.c
AgeCommit message (Expand)AuthorLines
2015-02-23UBI: fix missing brace control flowBrian Norris-1/+2
2015-01-28UBI: do propagate positive error codes upArtem Bityutskiy-0/+1
2015-01-28UBI: Add initial support for scatter gatherRichard Weinberger-0/+55
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman-26/+27
2014-09-26UBI: ubi_eba_read_leb: Remove in vain variable assignmentRichard Weinberger-3/+2
2012-10-03UBI: Wire-up ->fm_semRichard Weinberger-0/+12
2012-10-03UBI: Add self_check_eba()Richard Weinberger-0/+96
2012-10-03UBI: Export next_sqnum()Richard Weinberger-9/+9
2012-09-04UBI: comply with coding styleArtem Bityutskiy-18/+15
2012-05-21UBI: add lnum and vol_id to struct ubi_workJoel Reardon-8/+8
2012-05-20UBI: rename _init_scan functionsArtem Bityutskiy-3/+3
2012-05-20UBI: rename ubi_scan_move_to_listArtem Bityutskiy-1/+1
2012-05-20UBI: rename ubi_scan_find_avArtem Bityutskiy-1/+1
2012-05-20UBI: rename sv to avArtem Bityutskiy-5/+5
2012-05-20UBI: rename si to aiArtem Bityutskiy-9/+9
2012-05-20UBI: rename seb to aebArtem Bityutskiy-5/+5
2012-05-20UBI: rename struct ubi_scan_infoArtem Bityutskiy-2/+2
2012-05-20UBI: rename struct ubi_scan_volumeArtem Bityutskiy-1/+1
2012-05-20UBI: rename struct ubi_scan_lebArtem Bityutskiy-1/+1
2012-05-20UBI: Kill data type hintRichard Weinberger-12/+8
2012-03-09UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPSArtem Bityutskiy-3/+3
2012-03-09UBI: rename peb_buf1 to peb_bufArtem Bityutskiy-12/+12
2012-03-09UBI: reduce memory consumptionJosselin Costanzi-3/+3
2011-11-30UBI: fix missing scrub when there is a bit-flipBhavesh Parekh-2/+4
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris-1/+1
2010-10-19UBI: preserve corrupted PEBsArtem Bityutskiy-0/+6
2010-10-19UBI: rename IO error codeArtem Bityutskiy-2/+2
2010-08-02UBI: do not warn unnecessarilyArtem Bityutskiy-3/+39
2010-06-04UBI: introduce a new IO return codeArtem Bityutskiy-2/+3
2010-06-04UBI: simplify IO error codesArtem Bityutskiy-2/+2
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar-1/+1
2009-07-24UBI: fix double free on error pathAdrian Hunter-0/+1
2009-06-10UBI: handle more error codesArtem Bityutskiy-7/+34
2009-06-10UBI: fix multiple spelling typosArtem Bityutskiy-1/+1
2009-06-02UBI: do not switch to R/O mode on read errorsArtem Bityutskiy-6/+13
2009-06-02UBI: fix and clean-up error paths in WL workerArtem Bityutskiy-7/+7
2009-06-02UBI: introduce new constantsArtem Bityutskiy-19/+14
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer-1/+1
2008-12-05UBI: handle write errors in WL workerArtem Bityutskiy-13/+24
2008-12-05UBI: fix deadlockArtem Bityutskiy-7/+7
2008-11-06UBI: fix EBADMSG handlingZoltan Sogor-1/+1
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy-5/+2
2008-07-24UBI: bugfix - do not torture PEB needlesslyArtem Bityutskiy-1/+1
2008-07-24UBI: amend commentariesArtem Bityutskiy-11/+11
2008-07-24UBI: fix LEB lockingArtem Bityutskiy-20/+7
2008-07-24UBI: fix memory leakArtem Bityutskiy-17/+0
2008-07-24UBI: avoid unnecessary division operationsKyungmin Park-1/+1
2008-01-25UBI: handle zero-length caseArtem Bityutskiy-0/+11
2008-01-25UBI: add layout volume informationArtem Bityutskiy-1/+1
2008-01-25UBI: add auto-resize featureArtem Bityutskiy-15/+0