summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorLines
2014-11-07UBI: Fix invalid vfree()Richard Weinberger-4/+6
2014-11-07UBI: Fix double free after do_sync_erase()Richard Weinberger-7/+3
2014-11-07UBI: vtbl: Use ubi_eba_atomic_leb_change()Richard Weinberger-14/+9
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman-407/+441
2014-10-03UBI: Fastmap: Calc fastmap size correctlyRichard Weinberger-1/+2
2014-09-30UBI: Fix trivial typo in __schedule_ubi_workRichard Weinberger-1/+1
2014-09-26UBI: wl: Rename cancel flag to shutdownRichard Weinberger-15/+18
2014-09-26UBI: ubi_eba_read_leb: Remove in vain variable assignmentRichard Weinberger-3/+2
2014-09-24UBI: Fix livelock in produce_free_peb()Richard Weinberger-1/+1
2014-09-19UBI: return on error in rename_volumes()Dan Carpenter-1/+1
2014-09-19UBI: Improve comment on work_semRichard Weinberger-1/+2
2014-09-16UBI: Dispatch update notification if the volume is updatedEzequiel Garcia-1/+3
2014-09-16UBI: block: Add support for the UBI_VOLUME_UPDATED notificationEzequiel Garcia-2/+14
2014-09-16UBI: block: Fix block device size settingEzequiel Garcia-5/+6
2014-09-16UBI: block: fix dereference on uninitialized devColin Ian King-5/+6
2014-09-16UBI: add missing kmem_cache_free() in process_pool_aeb error pathRichard Genoud-0/+1
2014-07-28UBI: bugfix in ubi_wl_flush()Richard Weinberger-2/+2
2014-07-28UBI: block: Avoid disk size integer overflowRichard Weinberger-2/+9
2014-07-28UBI: block: Set disk_capacity out of the mutexEzequiel Garcia-4/+2
2014-07-28UBI: block: Make ubiblock_resize return somethingEzequiel Garcia-2/+3
2014-07-19UBI: init_volumes: Ignore volumes with no LEBsRichard Weinberger-1/+1
2014-07-16UBI: fastmap: do not miss bit-flipsBrian Norris-1/+1
2014-07-01UBI: fix the volumes tree sorting criteriaHeiko Schocher-1/+1
2014-06-10Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds-4/+6
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds-1/+1
2014-05-27UBI: block: Fix error path on alloc_workqueue failureHelmut Schaa-1/+3
2014-05-13UBI: fix rb_tree node comparison in add_mapMike Snitzer-2/+2
2014-05-13UBI: weaken the 'exclusive' constraint when opening volumes to renameEzequiel Garcia-1/+1
2014-05-05UBI: avoid workqueue format string leakKees Cook-1/+1
2014-05-05UBI: fix ubi free PEBs count calculationTanya Brokhman-0/+3
2014-05-05UBI: fix error path in __wl_get_pebTanya Brokhman-0/+3
2014-04-15block: remove struct request buffer memberJens Axboe-1/+1
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds-1/+0
2014-03-21UBI: block: Remove __initdata from ubiblock_param_opsRichard Weinberger-1/+1
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2014-03-05UBI: rename block device ioctlsArtem Bityutskiy-5/+5
2014-03-05UBI: block: Use ENOSYS as return value when CONFIG_UBIBLOCK=nEzequiel Garcia-2/+2
2014-03-04UBI: block: Add CONFIG_BLOCK dependencyEzequiel Garcia-0/+1
2014-03-04UBI: block: Use 'u64' for the 64-bit dividendEzequiel Garcia-1/+1
2014-03-04UBI: block: Mark init-only symbol as __initdataEzequiel Garcia-1/+1
2014-03-04UBI: block: do not use term "attach"Artem Bityutskiy-25/+32
2014-02-28UBI: R/O block driver on top of UBI volumesEzequiel Garcia-0/+707
2014-02-04UBI: fix some use after free bugsDan Carpenter-4/+4
2014-01-09UBI: avoid program operation on NOR flash after erasure interruptedQi Wang 王起 (qiwang)-32/+22
2014-01-02UBI: fix error return codeJulia Lawall-2/+6
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds-0/+1
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia-0/+1
2013-10-03UBI: Add some asserts to ubi_attach_fastmap()Richard Weinberger-0/+4
2013-10-03UBI: Fix memory leak in ubi_attach_fastmap() error pathRichard Weinberger-0/+13
2013-10-03UBI: simplify image sequence testRichard Genoud-3/+2