summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorFilesLines
2016-06-07UBI: Fix static volume checks when Fastmap is usedRichard Weinberger3-2/+22
2016-06-07UBI: fix missing brace control flowBrian Norris1-1/+2
2016-06-07UBI: do propagate positive error codes upArtem Bityutskiy1-0/+1
2016-06-07UBI: Fastmap: Ensure that only one fastmap work is scheduledRichard Weinberger2-2/+10
2016-03-13ubi: Fix out of bounds write in volume update codeRichard Weinberger1-1/+1
2015-10-28UBI: return ENOSPC if no enough space availableshengyong2-0/+2
2015-10-28UBI: Validate data_sizeRichard Weinberger1-0/+5
2015-05-18UBI: fix check for "too many bytes"Brian Norris1-1/+1
2015-05-18UBI: initialize LEB number variableBrian Norris1-1/+1
2015-05-18UBI: fix out of bounds writeBrian Norris1-1/+2
2015-05-18UBI: account for bitflips in both the VID header and dataBrian Norris1-1/+1
2015-01-16UBI: Fix double free after do_sync_erase()Richard Weinberger1-7/+3
2015-01-16UBI: Fix invalid vfree()Richard Weinberger1-4/+6
2014-10-03UBI: Fastmap: Calc fastmap size correctlyRichard Weinberger1-1/+2
2014-09-30UBI: Fix trivial typo in __schedule_ubi_workRichard Weinberger1-1/+1
2014-09-26UBI: wl: Rename cancel flag to shutdownRichard Weinberger2-15/+18
2014-09-26UBI: ubi_eba_read_leb: Remove in vain variable assignmentRichard Weinberger1-3/+2
2014-09-24UBI: Fix livelock in produce_free_peb()Richard Weinberger1-1/+1
2014-09-19UBI: return on error in rename_volumes()Dan Carpenter1-1/+1
2014-09-19UBI: Improve comment on work_semRichard Weinberger1-1/+2
2014-09-16UBI: Dispatch update notification if the volume is updatedEzequiel Garcia1-1/+3
2014-09-16UBI: block: Add support for the UBI_VOLUME_UPDATED notificationEzequiel Garcia1-2/+14
2014-09-16UBI: block: Fix block device size settingEzequiel Garcia1-5/+6
2014-09-16UBI: block: fix dereference on uninitialized devColin Ian King1-5/+6
2014-09-16UBI: add missing kmem_cache_free() in process_pool_aeb error pathRichard Genoud1-0/+1
2014-07-28UBI: bugfix in ubi_wl_flush()Richard Weinberger1-2/+2
2014-07-28UBI: block: Avoid disk size integer overflowRichard Weinberger1-2/+9
2014-07-28UBI: block: Set disk_capacity out of the mutexEzequiel Garcia1-4/+2
2014-07-28UBI: block: Make ubiblock_resize return somethingEzequiel Garcia1-2/+3
2014-07-19UBI: init_volumes: Ignore volumes with no LEBsRichard Weinberger1-1/+1
2014-07-16UBI: fastmap: do not miss bit-flipsBrian Norris1-1/+1
2014-07-01UBI: fix the volumes tree sorting criteriaHeiko Schocher1-1/+1
2014-06-10Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds3-4/+6
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-1/+1
2014-05-27UBI: block: Fix error path on alloc_workqueue failureHelmut Schaa1-1/+3
2014-05-13UBI: fix rb_tree node comparison in add_mapMike Snitzer1-2/+2
2014-05-13UBI: weaken the 'exclusive' constraint when opening volumes to renameEzequiel Garcia1-1/+1
2014-05-05UBI: avoid workqueue format string leakKees Cook1-1/+1
2014-05-05UBI: fix ubi free PEBs count calculationTanya Brokhman1-0/+3
2014-05-05UBI: fix error path in __wl_get_pebTanya Brokhman1-0/+3
2014-04-16block: remove struct request buffer memberJens Axboe1-1/+1
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+0
2014-03-21UBI: block: Remove __initdata from ubiblock_param_opsRichard Weinberger1-1/+1
2014-03-11mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-03-05UBI: rename block device ioctlsArtem Bityutskiy2-5/+5
2014-03-05UBI: block: Use ENOSYS as return value when CONFIG_UBIBLOCK=nEzequiel Garcia1-2/+2
2014-03-04UBI: block: Add CONFIG_BLOCK dependencyEzequiel Garcia1-0/+1
2014-03-04UBI: block: Use 'u64' for the 64-bit dividendEzequiel Garcia1-1/+1
2014-03-04UBI: block: Mark init-only symbol as __initdataEzequiel Garcia1-1/+1
2014-03-04UBI: block: do not use term "attach"Artem Bityutskiy3-25/+32