summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/ubi.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* ubi: Expose the bitrot interfaceRichard Weinberger2019-02-241-0/+1
* ubi: provide a way to skip CRC checksQuentin Schulz2018-08-151-0/+4
* ubi: fastmap: Check each mapping only onceRichard Weinberger2018-06-071-0/+11
* UBI: Fix typosAndrew F. Davis2017-03-241-2/+1Star
* UBI: introduce the VID buffer conceptBoris Brezillon2016-10-021-31/+66
* UBI: hide EBA internalsBoris Brezillon2016-10-021-1/+7
* UBI: provide an helper to query LEB informationBoris Brezillon2016-10-021-0/+17
* UBI: provide an helper to check whether a LEB is mapped or notBoris Brezillon2016-10-021-0/+1
* UBI: add an helper to check lnum validityBoris Brezillon2016-10-021-0/+5
* UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon2016-10-021-0/+4
* UBI: provide helpers to allocate and free aeb elementsBoris Brezillon2016-10-021-0/+3
* UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon2016-10-021-0/+1
* ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger2016-07-291-0/+3
* ubi: Rework Fastmap attach base codeRichard Weinberger2016-07-291-1/+27
* ubi: Introduce vol_ignored()Richard Weinberger2016-07-291-0/+15
* UBI: Fix static volume checks when Fastmap is usedRichard Weinberger2016-05-241-0/+2
* mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_errJoe Perches2016-03-201-6/+10
* UBI: Use static class and attribute groupsTakashi Iwai2015-06-021-1/+1
* UBI: power cut emulation for testingdavid.oberhollenzer@sigma-star.at2015-04-131-0/+25
* UBI: Add accessor functions for WL data structuresRichard Weinberger2015-03-261-0/+36
* UBI: Add initial support for fastmap self checksRichard Weinberger2015-03-261-0/+4
* UBI: Fastmap: Locking updatesRichard Weinberger2015-03-261-4/+5
* UBI: Fastmap: Wrap fastmap specific function in a ifdefRichard Weinberger2015-03-261-0/+4
* UBI: Fastmap: Fix races in ubi_wl_get_peb()Richard Weinberger2015-03-261-1/+2
* UBI: Fastmap: Ensure that only one fastmap work is scheduledRichard Weinberger2015-03-261-1/+3
* UBI: align comment for readabilityBrian Norris2015-03-261-1/+1
* UBI: clean-up printing helpersArtem Bityutskiy2015-01-281-4/+4
* UBI: Add initial support for scatter gatherRichard Weinberger2015-01-281-0/+3
* UBI: Implement UBI_METAONLYRichard Weinberger2015-01-281-2/+6
* UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman2014-11-071-6/+7
* UBI: wl: Rename cancel flag to shutdownRichard Weinberger2014-09-261-4/+5
* UBI: Improve comment on work_semRichard Weinberger2014-09-191-1/+2
* Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds2014-04-071-1/+0Star
|\
| * mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-111-1/+0Star
* | UBI: block: Use ENOSYS as return value when CONFIG_UBIBLOCK=nEzequiel Garcia2014-03-051-2/+2
* | UBI: block: do not use term "attach"Artem Bityutskiy2014-03-041-4/+10
* | UBI: R/O block driver on top of UBI volumesEzequiel Garcia2014-02-281-0/+14
|/
* UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia2012-12-101-1/+39
* UBI: Add fastmap stuff to attach.cRichard Weinberger2012-10-031-1/+1
* UBI: Add fastmap stuff to ubi.hRichard Weinberger2012-10-031-1/+115
* UBI: use pr_ helper instead of printkArtem Bityutskiy2012-09-041-4/+4
* UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud2012-09-041-1/+2
* UBI: kill CONFIG_MTD_UBI_BEB_RESERVEShmulik Ladkani2012-09-041-3/+0Star
* UBI: introduce new bad PEB limitShmulik Ladkani2012-09-041-0/+2
* UBI: harmonize the update of ubi->beb_rsvd_pebsShmulik Ladkani2012-07-181-0/+1
* UBI: modify ubi_wl_flush function to clear work queue for a lnumJoel Reardon2012-05-211-1/+1
* UBI: introduce UBI_ALL constantArtem Bityutskiy2012-05-211-5/+5
* UBI: add lnum and vol_id to struct ubi_workJoel Reardon2012-05-211-1/+2
* UBI: add volume id struct ubi_ainf_pebJoel Reardon2012-05-211-1/+4