summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAge
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-15
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-31
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* UBI: Fix two typos in commentsUwe Kleine-König2017-09-13
* ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King2017-09-13
* ubi: pr_err() strings should end with newlinesBen Dooks2017-09-13
* ubi: pr_err() strings should end with newlinesBen Dooks2017-09-13
* ubi: pr_err() strings should end with newlinesBen Dooks2017-09-13
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-03
|\
| * mtd: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-09
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-09
* | block: introduce new block status code typeChristoph Hellwig2017-06-09
|/
* Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-13
|\
| * ubi: Add debugfs file for tracking PEB stateBen Shelton2017-05-08
| * ubi: fastmap: Fix slab corruptionRabin Vincent2017-05-08
| * ubi: Make mtd parameter readableAndy Shevchenko2017-05-08
| * ubi: Fix section mismatchAndy Shevchenko2017-05-08
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-06
|\ \
| * | blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-02
* | | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-04
|\ \ \
| * | | mtd: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-21
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-02
|\ \ \ \ | |_|/ / |/| | |
| * | | UBI: Fix typosAndrew F. Davis2017-03-24
| |/ /
* | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-01
|\ \ \ | |_|/ |/| |
| * | blk-mq: constify struct blk_mq_opsEric Biggers2017-03-31
| |/
* | ubi/upd: Always flush after prepared for an updateSebastian Siewior2017-03-30
|/
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
* ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()Boris Brezillon2016-10-28
* UBI: Fix crash in try_recover_peb()Geert Uytterhoeven2016-10-20
* ubi: fix swapped arguments to call to ubi_alloc_aebColin Ian King2016-10-20
* Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-10-11
|\
| * ubi: Fix Fastmap's update_vol()Richard Weinberger2016-10-02
| * ubi: Fix races around ubi_refill_pools()Richard Weinberger2016-10-02
| * ubi: Deal with interrupted erasures in WLRichard Weinberger2016-10-02
| * UBI: introduce the VID buffer conceptBoris Brezillon2016-10-02
| * UBI: hide EBA internalsBoris Brezillon2016-10-02
| * UBI: provide an helper to query LEB informationBoris Brezillon2016-10-02
| * UBI: provide an helper to check whether a LEB is mapped or notBoris Brezillon2016-10-02
| * UBI: add an helper to check lnum validityBoris Brezillon2016-10-02
| * UBI: simplify LEB write and atomic LEB change codeBoris Brezillon2016-10-02
| * UBI: simplify recover_peb() codeBoris Brezillon2016-10-02
| * UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon2016-10-02
| * UBI: provide helpers to allocate and free aeb elementsBoris Brezillon2016-10-02
| * UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()Boris Brezillon2016-10-02
| * UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()Boris Brezillon2016-10-02
| * UBI: factorize destroy_av() and ubi_remove_av() codeBoris Brezillon2016-10-02
| * UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon2016-10-02
| * UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad)Boris Brezillon2016-10-02
| * UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon2016-10-02