summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)Author
2015-06-06UBI: block: Add missing cache flushesKevin Cernekee
2015-05-06UBI: fix check for "too many bytes"Brian Norris
2015-05-06UBI: initialize LEB number variableBrian Norris
2015-05-06UBI: fix out of bounds writeBrian Norris
2015-05-06UBI: account for bitflips in both the VID header and dataBrian Norris
2015-02-23UBI: fix missing brace control flowBrian Norris
2015-02-12UBI: block: Fix checking for NULL instead of IS_ERR()Dan Carpenter
2015-02-12UBI: block: Continue creating ubiblocks after an initialization errorDan Ehrenberg
2015-01-28UBI: Block: Explain usage of blk_rq_map_sg()Richard Weinberger
2015-01-28UBI: fix soft lockup in ubi_check_volume()hujianyang
2015-01-28UBI: Fastmap: Care about the protection queueRichard Weinberger
2015-01-28UBI: do propagate positive error codes upArtem Bityutskiy
2015-01-28UBI: clean-up printing helpersArtem Bityutskiy
2015-01-28UBI: extend UBI layer debug/messaging capabilities - cosmeticsTanya Brokhman
2015-01-28UBI: Block: Add blk-mq supportRichard Weinberger
2015-01-28UBI: Add initial support for scatter gatherRichard Weinberger
2015-01-28UBI: rename_volumes: Use UBI_METAONLYRichard Weinberger
2015-01-28UBI: Implement UBI_METAONLYRichard Weinberger
2014-11-07UBI: Fix invalid vfree()Richard Weinberger
2014-11-07UBI: Fix double free after do_sync_erase()Richard Weinberger
2014-11-07UBI: vtbl: Use ubi_eba_atomic_leb_change()Richard Weinberger
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman
2014-10-03UBI: Fastmap: Calc fastmap size correctlyRichard Weinberger
2014-09-30UBI: Fix trivial typo in __schedule_ubi_workRichard Weinberger
2014-09-26UBI: wl: Rename cancel flag to shutdownRichard Weinberger
2014-09-26UBI: ubi_eba_read_leb: Remove in vain variable assignmentRichard Weinberger
2014-09-24UBI: Fix livelock in produce_free_peb()Richard Weinberger
2014-09-19UBI: return on error in rename_volumes()Dan Carpenter
2014-09-19UBI: Improve comment on work_semRichard Weinberger
2014-09-16UBI: Dispatch update notification if the volume is updatedEzequiel Garcia
2014-09-16UBI: block: Add support for the UBI_VOLUME_UPDATED notificationEzequiel Garcia
2014-09-16UBI: block: Fix block device size settingEzequiel Garcia
2014-09-16UBI: block: fix dereference on uninitialized devColin Ian King
2014-09-16UBI: add missing kmem_cache_free() in process_pool_aeb error pathRichard Genoud
2014-07-28UBI: bugfix in ubi_wl_flush()Richard Weinberger
2014-07-28UBI: block: Avoid disk size integer overflowRichard Weinberger
2014-07-28UBI: block: Set disk_capacity out of the mutexEzequiel Garcia
2014-07-28UBI: block: Make ubiblock_resize return somethingEzequiel Garcia
2014-07-19UBI: init_volumes: Ignore volumes with no LEBsRichard Weinberger
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