summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)Author
2018-10-21ubi: Reject MLC NANDRichard Weinberger
2018-10-21ubi: Fix error for write accessRomain Izard
2018-06-16mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun
2018-06-16ubi: Fix race condition between ubi volume creation and udevClay McClure
2017-07-18ubi/upd: Always flush after prepared for an updateSebastian Siewior
2017-02-23ubi: Fix Fastmap's update_vol()Richard Weinberger
2017-02-23ubi: Fix races around ubi_refill_pools()Richard Weinberger
2017-02-23ubi: Deal with interrupted erasures in WLRichard Weinberger
2017-02-23UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon
2016-11-20ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger
2016-11-20ubi: Make volume resize power cut awareRichard Weinberger
2016-11-20ubi: Fix race condition between ubi device creation and udevIosif Harutyunov
2016-08-22ubi: Make recover_peb power cut awareRichard Weinberger
2016-08-22UBI: Fix static volume checks when Fastmap is usedRichard Weinberger
2016-08-22UBI: fix missing brace control flowBrian Norris
2016-08-22UBI: do propagate positive error codes upArtem Bityutskiy
2016-03-24ubi: Fix out of bounds write in volume update codeRichard Weinberger
2015-10-19UBI: return ENOSPC if no enough space availableshengyong
2015-10-19UBI: Validate data_sizeRichard Weinberger
2015-09-30UBI: block: Add missing cache flushesKevin Cernekee
2015-05-12UBI: fix soft lockup in ubi_check_volume()hujianyang
2015-05-05UBI: fix check for "too many bytes"Brian Norris
2015-05-05UBI: initialize LEB number variableBrian Norris
2015-05-05UBI: fix out of bounds writeBrian Norris
2015-05-05UBI: account for bitflips in both the VID header and dataBrian Norris
2015-01-05UBI: Fix invalid vfree()Richard Weinberger
2015-01-05UBI: Fix double free after do_sync_erase()Richard Weinberger
2014-11-17UBI: add missing kmem_cache_free() in process_pool_aeb error pathRichard Genoud
2014-07-16UBI: fastmap: do not miss bit-flipsBrian Norris
2014-07-01UBI: fix the volumes tree sorting criteriaHeiko Schocher
2014-06-10Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds
2014-05-27UBI: block: Fix error path on alloc_workqueue failureHelmut Schaa
2014-05-13UBI: fix rb_tree node comparison in add_mapMike Snitzer
2014-05-13UBI: weaken the 'exclusive' constraint when opening volumes to renameEzequiel Garcia
2014-05-05UBI: avoid workqueue format string leakKees Cook
2014-05-05UBI: fix ubi free PEBs count calculationTanya Brokhman
2014-05-05UBI: fix error path in __wl_get_pebTanya Brokhman
2014-04-15block: remove struct request buffer memberJens Axboe
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds
2014-03-21UBI: block: Remove __initdata from ubiblock_param_opsRichard Weinberger
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-03-05UBI: rename block device ioctlsArtem Bityutskiy
2014-03-05UBI: block: Use ENOSYS as return value when CONFIG_UBIBLOCK=nEzequiel Garcia
2014-03-04UBI: block: Add CONFIG_BLOCK dependencyEzequiel Garcia
2014-03-04UBI: block: Use 'u64' for the 64-bit dividendEzequiel Garcia
2014-03-04UBI: block: Mark init-only symbol as __initdataEzequiel Garcia
2014-03-04UBI: block: do not use term "attach"Artem Bityutskiy
2014-02-28UBI: R/O block driver on top of UBI volumesEzequiel Garcia
2014-02-04UBI: fix some use after free bugsDan Carpenter