summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/ubi.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-26mtd: ubi: introduce pre-removal notification for UBI volumesDaniel Golle1-0/+2
2024-02-26mtd: ubi: block: use notifier to create ubiblock from parameterDaniel Golle1-0/+1
2024-01-07ubi: Add six fault injection type for testingZhaoLong Wang1-12/+18
2024-01-07ubi: Use the fault injection framework to enhance the fault injection capabilityZhaoLong Wang1-11/+4
2023-10-29ubi: fastmap: Add module parameter to control reserving filling pool PEBsZhihao Cheng1-1/+1
2023-10-29ubi: fastmap: Fix lapsed wear leveling for first 64 PEBsZhihao Cheng1-0/+2
2023-10-28ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng1-1/+4
2023-10-28ubi: Replace erase_block() with sync_erase()Zhihao Cheng1-0/+1
2022-09-21ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctlZhihao Cheng1-1/+2
2022-09-21ubi: Fix repeated words in commentsJilin Yuan1-3/+3
2022-05-27ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng1-3/+1
2021-04-15ubi: Remove unnecessary struct declarationWan Jiabing1-2/+0
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-02ubi: Select fastmap anchor PEBs considering wear level rulesArne Edholm1-1/+3
2020-01-17ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()Hou Tao1-0/+1
2019-11-18ubi: Fix producing anchor PEBsSascha Hauer1-2/+4
2019-11-18ubi: Fix warning static is not at beginning of declarationRishi Gupta1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-02-24ubi: Expose the bitrot interfaceRichard Weinberger1-0/+1
2018-08-15ubi: provide a way to skip CRC checksQuentin Schulz1-0/+4
2018-06-07ubi: fastmap: Check each mapping only onceRichard Weinberger1-0/+11
2017-03-24UBI: Fix typosAndrew F. Davis1-2/+1
2016-10-02UBI: introduce the VID buffer conceptBoris Brezillon1-31/+66
2016-10-02UBI: hide EBA internalsBoris Brezillon1-1/+7
2016-10-02UBI: provide an helper to query LEB informationBoris Brezillon1-0/+17
2016-10-02UBI: provide an helper to check whether a LEB is mapped or notBoris Brezillon1-0/+1
2016-10-02UBI: add an helper to check lnum validityBoris Brezillon1-0/+5
2016-10-02UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon1-0/+4
2016-10-02UBI: provide helpers to allocate and free aeb elementsBoris Brezillon1-0/+3
2016-10-02UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon1-0/+1
2016-07-30ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger1-0/+3
2016-07-30ubi: Rework Fastmap attach base codeRichard Weinberger1-1/+27
2016-07-30ubi: Introduce vol_ignored()Richard Weinberger1-0/+15
2016-05-24UBI: Fix static volume checks when Fastmap is usedRichard Weinberger1-0/+2
2016-03-20mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_errJoe Perches1-6/+10
2015-06-02UBI: Use static class and attribute groupsTakashi Iwai1-1/+1
2015-04-13UBI: power cut emulation for testingdavid.oberhollenzer@sigma-star.at1-0/+25
2015-03-27UBI: Add accessor functions for WL data structuresRichard Weinberger1-0/+36
2015-03-27UBI: Add initial support for fastmap self checksRichard Weinberger1-0/+4
2015-03-27UBI: Fastmap: Locking updatesRichard Weinberger1-4/+5
2015-03-27UBI: Fastmap: Wrap fastmap specific function in a ifdefRichard Weinberger1-0/+4
2015-03-26UBI: Fastmap: Fix races in ubi_wl_get_peb()Richard Weinberger1-1/+2
2015-03-26UBI: Fastmap: Ensure that only one fastmap work is scheduledRichard Weinberger1-1/+3
2015-03-26UBI: align comment for readabilityBrian Norris1-1/+1
2015-01-28UBI: clean-up printing helpersArtem Bityutskiy1-4/+4
2015-01-28UBI: Add initial support for scatter gatherRichard Weinberger1-0/+3
2015-01-28UBI: Implement UBI_METAONLYRichard Weinberger1-2/+6
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman1-6/+7
2014-09-26UBI: wl: Rename cancel flag to shutdownRichard Weinberger1-4/+5