summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/ubi.h
AgeCommit message (Expand)Author
2024-01-06ubi: Add six fault injection type for testingZhaoLong Wang
2024-01-06ubi: Use the fault injection framework to enhance the fault injection capabilityZhaoLong Wang
2023-10-28ubi: fastmap: Add module parameter to control reserving filling pool PEBsZhihao Cheng
2023-10-28ubi: fastmap: Fix lapsed wear leveling for first 64 PEBsZhihao Cheng
2023-10-28ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng
2023-10-28ubi: Replace erase_block() with sync_erase()Zhihao Cheng
2022-09-21ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctlZhihao Cheng
2022-09-21ubi: Fix repeated words in commentsJilin Yuan
2022-05-27ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng
2021-04-15ubi: Remove unnecessary struct declarationWan Jiabing
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-02ubi: Select fastmap anchor PEBs considering wear level rulesArne Edholm
2020-01-16ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()Hou Tao
2019-11-17ubi: Fix producing anchor PEBsSascha Hauer
2019-11-17ubi: Fix warning static is not at beginning of declarationRishi Gupta
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-02-24ubi: Expose the bitrot interfaceRichard Weinberger
2018-08-15ubi: provide a way to skip CRC checksQuentin Schulz
2018-06-07ubi: fastmap: Check each mapping only onceRichard Weinberger
2017-03-24UBI: Fix typosAndrew F. Davis
2016-10-02UBI: introduce the VID buffer conceptBoris Brezillon
2016-10-02UBI: hide EBA internalsBoris Brezillon
2016-10-02UBI: provide an helper to query LEB informationBoris Brezillon
2016-10-02UBI: provide an helper to check whether a LEB is mapped or notBoris Brezillon
2016-10-02UBI: add an helper to check lnum validityBoris Brezillon
2016-10-02UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon
2016-10-02UBI: provide helpers to allocate and free aeb elementsBoris Brezillon
2016-10-02UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon
2016-07-29ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger
2016-07-29ubi: Rework Fastmap attach base codeRichard Weinberger
2016-07-29ubi: Introduce vol_ignored()Richard Weinberger
2016-05-24UBI: Fix static volume checks when Fastmap is usedRichard Weinberger
2016-03-20mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_errJoe Perches
2015-06-02UBI: Use static class and attribute groupsTakashi Iwai
2015-04-13UBI: power cut emulation for testingdavid.oberhollenzer@sigma-star.at
2015-03-26UBI: Add accessor functions for WL data structuresRichard Weinberger
2015-03-26UBI: Add initial support for fastmap self checksRichard Weinberger
2015-03-26UBI: Fastmap: Locking updatesRichard Weinberger
2015-03-26UBI: Fastmap: Wrap fastmap specific function in a ifdefRichard Weinberger
2015-03-26UBI: Fastmap: Fix races in ubi_wl_get_peb()Richard Weinberger
2015-03-26UBI: Fastmap: Ensure that only one fastmap work is scheduledRichard Weinberger
2015-03-26UBI: align comment for readabilityBrian Norris
2015-01-28UBI: clean-up printing helpersArtem Bityutskiy
2015-01-28UBI: Add initial support for scatter gatherRichard Weinberger
2015-01-28UBI: Implement UBI_METAONLYRichard Weinberger
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman
2014-09-26UBI: wl: Rename cancel flag to shutdownRichard Weinberger
2014-09-19UBI: Improve comment on work_semRichard Weinberger
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds