summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/eba.c
AgeCommit message (Expand)AuthorLines
2021-02-12ubi: eba: Delete useless kfree codeZheng Yongjun-1/+0
2020-11-20mtd: ubi: eba: Fix a couple of misdocumentation issuesLee Jones-1/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-14/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-6/+8
2018-06-07ubi: fastmap: Detect EBA mismatches on-the-flyRichard Weinberger-0/+17
2018-06-07ubi: fastmap: Check each mapping only onceRichard Weinberger-0/+4
2018-06-07ubi: fastmap: Correctly handle interrupted erasures in EBARichard Weinberger-1/+89
2018-01-18ubi: Fix copy/paste error in function documentationSascha Hauer-1/+1
2016-10-20UBI: Fix crash in try_recover_peb()Geert Uytterhoeven-0/+1
2016-10-02ubi: Fix races around ubi_refill_pools()Richard Weinberger-2/+2
2016-10-02UBI: introduce the VID buffer conceptBoris Brezillon-34/+47
2016-10-02UBI: hide EBA internalsBoris Brezillon-26/+140
2016-10-02UBI: provide an helper to query LEB informationBoris Brezillon-0/+17
2016-10-02UBI: provide an helper to check whether a LEB is mapped or notBoris Brezillon-0/+12
2016-10-02UBI: simplify LEB write and atomic LEB change codeBoris Brezillon-170/+115
2016-10-02UBI: simplify recover_peb() codeBoris Brezillon-53/+77
2016-06-23ubi: Make recover_peb power cut awareRichard Weinberger-7/+15
2016-05-24UBI: Fix static volume checks when Fastmap is usedRichard Weinberger-2/+19
2016-05-24UBI: Don't read back all data in ubi_eba_copy_leb()Richard Weinberger-26/+0
2015-10-03UBI: Fix debug messageRichard Weinberger-1/+1
2015-03-26UBI: Fastmap: Locking updatesRichard Weinberger-22/+22
2015-03-26UBI: Fastmap: Fix race after ubi_wl_get_peb()Richard Weinberger-6/+18
2015-03-26UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change()Richard Weinberger-7/+8
2015-03-26UBI: fix out of bounds writeBrian Norris-1/+2
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