summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
...
| * | blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-4/+3Star
* | | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-052-107/+33Star
|\ \ \
| * | | mtd: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-212-107/+33Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-033-4/+3Star
|\ \ \ \ | |_|/ / |/| | |
| * | | UBI: Fix typosAndrew F. Davis2017-03-243-4/+3Star
| |/ /
* | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-1/+1
|\ \ \ | |_|/ |/| |
| * | blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
| |/
* / ubi/upd: Always flush after prepared for an updateSebastian Siewior2017-03-301-4/+4
|/
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-032-2/+2
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-8/+7Star
* ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()Boris Brezillon2016-10-281-5/+5
* UBI: Fix crash in try_recover_peb()Geert Uytterhoeven2016-10-201-0/+1
* ubi: fix swapped arguments to call to ubi_alloc_aebColin Ian King2016-10-201-1/+1
* Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-10-1112-585/+889
|\
| * ubi: Fix Fastmap's update_vol()Richard Weinberger2016-10-021-0/+1
| * ubi: Fix races around ubi_refill_pools()Richard Weinberger2016-10-024-14/+30
| * ubi: Deal with interrupted erasures in WLRichard Weinberger2016-10-021-2/+19
| * UBI: introduce the VID buffer conceptBoris Brezillon2016-10-027-142/+218
| * UBI: hide EBA internalsBoris Brezillon2016-10-024-51/+165
| * UBI: provide an helper to query LEB informationBoris Brezillon2016-10-023-2/+40
| * UBI: provide an helper to check whether a LEB is mapped or notBoris Brezillon2016-10-023-2/+15
| * UBI: add an helper to check lnum validityBoris Brezillon2016-10-023-8/+13
| * UBI: simplify LEB write and atomic LEB change codeBoris Brezillon2016-10-021-170/+115Star
| * UBI: simplify recover_peb() codeBoris Brezillon2016-10-021-53/+77
| * UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon2016-10-022-20/+23
| * UBI: provide helpers to allocate and free aeb elementsBoris Brezillon2016-10-024-38/+66
| * UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()Boris Brezillon2016-10-021-5/+5
| * UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()Boris Brezillon2016-10-021-6/+2Star
| * UBI: factorize destroy_av() and ubi_remove_av() codeBoris Brezillon2016-10-021-13/+12Star
| * UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon2016-10-023-67/+112
| * UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad)Boris Brezillon2016-10-021-1/+1
| * UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon2016-10-021-3/+4
| * UBI: fastmap: avoid multiple be32_to_cpu() when unneccesaryBoris Brezillon2016-10-021-4/+4
| * UBI: fix add_fastmap() to use the vid_hdr passed in argumentBoris Brezillon2016-10-021-2/+2
| * UBI: fastmap: use ubi_find_volume() instead of open coding itBoris Brezillon2016-10-021-20/+3Star
* | blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0Star
|/
* ubi: Use bitmaps in Fastmap self-check codeRichard Weinberger2016-07-291-9/+11
* ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger2016-07-292-4/+27
* ubi: Check whether the Fastmap anchor matches the super blockRichard Weinberger2016-07-291-0/+7
* ubi: Rework Fastmap attach base codeRichard Weinberger2016-07-294-42/+162
* ubi: Fix whitespace issue in count_fastmap_pebs()Richard Weinberger2016-07-291-1/+1
* ubi: Introduce vol_ignored()Richard Weinberger2016-07-292-6/+33
* ubi: Fix scan_fast() commentRichard Weinberger2016-07-291-1/+1
* ubi: Make volume resize power cut awareRichard Weinberger2016-07-291-7/+18
* ubi: Fix early loggingRichard Weinberger2016-07-291-4/+4
* ubi: gluebi: Fix double refcountingRichard Weinberger2016-07-291-5/+0Star
* ubi: Fix race condition between ubi device creation and udevIosif Harutyunov2016-07-291-1/+4
* ubi: Only read necessary size when reading the VID headerSascha Hauer2016-07-291-1/+1
* ubi: Make recover_peb power cut awareRichard Weinberger2016-06-231-7/+15
* ubi: Don't bypass ->getattr()Richard Weinberger2016-06-142-13/+20