summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change()Richard Weinberger2016-07-121-7/+8
* UBI: Fix static volume checks when Fastmap is usedRichard Weinberger2016-06-063-2/+22
* UBI: fix missing brace control flowBrian Norris2016-06-061-1/+2
* UBI: do propagate positive error codes upArtem Bityutskiy2016-06-061-0/+1
* UBI: Fastmap: Ensure that only one fastmap work is scheduledRichard Weinberger2016-06-062-2/+10
* ubi: Fix out of bounds write in volume update codeRichard Weinberger2016-03-131-1/+1
* UBI: return ENOSPC if no enough space availableshengyong2015-10-272-0/+2
* UBI: Validate data_sizeRichard Weinberger2015-10-271-0/+5
* UBI: fix check for "too many bytes"Brian Norris2015-05-171-1/+1
* UBI: initialize LEB number variableBrian Norris2015-05-171-1/+1
* UBI: fix out of bounds writeBrian Norris2015-05-171-1/+2
* UBI: account for bitflips in both the VID header and dataBrian Norris2015-05-171-1/+1
* UBI: Fix double free after do_sync_erase()Richard Weinberger2015-01-161-7/+3
* UBI: Fix invalid vfree()Richard Weinberger2015-01-161-4/+6
* UBI: Fastmap: Calc fastmap size correctlyRichard Weinberger2014-10-031-1/+2
* UBI: Fix trivial typo in __schedule_ubi_workRichard Weinberger2014-09-301-1/+1
* UBI: wl: Rename cancel flag to shutdownRichard Weinberger2014-09-262-15/+18
* UBI: ubi_eba_read_leb: Remove in vain variable assignmentRichard Weinberger2014-09-261-3/+2
* UBI: Fix livelock in produce_free_peb()Richard Weinberger2014-09-241-1/+1
* UBI: return on error in rename_volumes()Dan Carpenter2014-09-191-1/+1
* UBI: Improve comment on work_semRichard Weinberger2014-09-191-1/+2
* UBI: Dispatch update notification if the volume is updatedEzequiel Garcia2014-09-161-1/+3
* UBI: block: Add support for the UBI_VOLUME_UPDATED notificationEzequiel Garcia2014-09-161-2/+14
* UBI: block: Fix block device size settingEzequiel Garcia2014-09-161-5/+6
* UBI: block: fix dereference on uninitialized devColin Ian King2014-09-161-5/+6
* UBI: add missing kmem_cache_free() in process_pool_aeb error pathRichard Genoud2014-09-161-0/+1
* UBI: bugfix in ubi_wl_flush()Richard Weinberger2014-07-281-2/+2
* UBI: block: Avoid disk size integer overflowRichard Weinberger2014-07-281-2/+9
* UBI: block: Set disk_capacity out of the mutexEzequiel Garcia2014-07-281-4/+2
* UBI: block: Make ubiblock_resize return somethingEzequiel Garcia2014-07-281-2/+3
* UBI: init_volumes: Ignore volumes with no LEBsRichard Weinberger2014-07-191-1/+1
* UBI: fastmap: do not miss bit-flipsBrian Norris2014-07-161-1/+1
* UBI: fix the volumes tree sorting criteriaHeiko Schocher2014-07-011-1/+1
* Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds2014-06-103-4/+6
|\
| * UBI: block: Fix error path on alloc_workqueue failureHelmut Schaa2014-05-271-1/+3
| * UBI: fix rb_tree node comparison in add_mapMike Snitzer2014-05-131-2/+2
| * UBI: weaken the 'exclusive' constraint when opening volumes to renameEzequiel Garcia2014-05-131-1/+1
* | Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-021-1/+1
|\ \ | |/ |/|
| * block: remove struct request buffer memberJens Axboe2014-04-151-1/+1
* | UBI: avoid workqueue format string leakKees Cook2014-05-051-1/+1
* | UBI: fix ubi free PEBs count calculationTanya Brokhman2014-05-051-0/+3
* | UBI: fix error path in __wl_get_pebTanya Brokhman2014-05-051-0/+3
|/
* Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds2014-04-071-1/+0
|\
| * mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-101-1/+0
* | UBI: block: Remove __initdata from ubiblock_param_opsRichard Weinberger2014-03-211-1/+1
* | UBI: rename block device ioctlsArtem Bityutskiy2014-03-052-5/+5
* | UBI: block: Use ENOSYS as return value when CONFIG_UBIBLOCK=nEzequiel Garcia2014-03-051-2/+2
* | UBI: block: Add CONFIG_BLOCK dependencyEzequiel Garcia2014-03-041-0/+1
* | UBI: block: Use 'u64' for the 64-bit dividendEzequiel Garcia2014-03-041-1/+1
* | UBI: block: Mark init-only symbol as __initdataEzequiel Garcia2014-03-041-1/+1