aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/ubi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-03UBI: Add fastmap stuff to ubi.hRichard Weinberger1-1/+115
2012-09-04UBI: use pr_ helper instead of printkArtem Bityutskiy1-4/+4
2012-09-04UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud1-1/+2
2012-09-04UBI: kill CONFIG_MTD_UBI_BEB_RESERVEShmulik Ladkani1-3/+0
2012-09-04UBI: introduce new bad PEB limitShmulik Ladkani1-0/+2
2012-07-18UBI: harmonize the update of ubi->beb_rsvd_pebsShmulik Ladkani1-0/+1
2012-05-21UBI: modify ubi_wl_flush function to clear work queue for a lnumJoel Reardon1-1/+1
2012-05-21UBI: introduce UBI_ALL constantArtem Bityutskiy1-5/+5
2012-05-21UBI: add lnum and vol_id to struct ubi_workJoel Reardon1-1/+2
2012-05-21UBI: add volume id struct ubi_ainf_pebJoel Reardon1-1/+4
2012-05-20UBI: remove scan.hArtem Bityutskiy1-1/+147
2012-05-20UBI: move and rename attach_by_scanningArtem Bityutskiy1-0/+1
2012-05-20UBI: rename _init_scan functionsArtem Bityutskiy1-2/+2
2012-05-20UBI: rename si to aiArtem Bityutskiy1-3/+3