aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/ubi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/rw/ubifsLinus 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-16ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()Hou Tao1-0/+1
2019-11-17ubi: Fix producing anchor PEBsSascha Hauer1-2/+4
2019-11-17ubi: 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-29ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger1-0/+3
2016-07-29ubi: Rework Fastmap attach base codeRichard Weinberger1-1/+27
2016-07-29ubi: 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-26UBI: Add accessor functions for WL data structuresRichard Weinberger1-0/+36
2015-03-26UBI: Add initial support for fastmap self checksRichard Weinberger1-0/+4
2015-03-26UBI: Fastmap: Locking updatesRichard Weinberger1-4/+5
2015-03-26UBI: 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
2014-09-19UBI: Improve comment on work_semRichard Weinberger1-1/+2
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+0
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-03-05UBI: block: Use ENOSYS as return value when CONFIG_UBIBLOCK=nEzequiel Garcia1-2/+2
2014-03-04UBI: block: do not use term "attach"Artem Bityutskiy1-4/+10
2014-02-28UBI: R/O block driver on top of UBI volumesEzequiel Garcia1-0/+14
2012-12-10UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia1-1/+39
2012-10-03UBI: Add fastmap stuff to attach.cRichard Weinberger1-1/+1