summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi
AgeCommit message (Expand)AuthorFilesLines
2015-03-27UBI: Fastmap: Set used_ebs only for static volumesRichard Weinberger1-2/+3
2015-03-27UBI: Fastmap: Fix race after ubi_wl_get_peb()Richard Weinberger2-6/+25
2015-03-27UBI: Fastmap: Fix leb_count unbalanceRichard Weinberger1-0/+1
2015-03-27UBI: Fastmap: Make WL pool size 50% of user pool sizeRichard Weinberger2-3/+1
2015-03-27UBI: Fastmap: Switch to ro mode if invalidate_fastmap() failsRichard Weinberger1-1/+3
2015-03-27UBI: Fastmap: Remove eba_orphans logicRichard Weinberger1-83/+8
2015-03-27UBI: Fastmap: Remove bogus ubi_assert()Richard Weinberger1-1/+3
2015-03-27UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change()Richard Weinberger1-7/+8
2015-03-27UBI: Remove alloc_ai() slab name from parameter listRichard Weinberger1-6/+6
2015-03-27UBI: Fastmap: Fix memory leak while attachingRichard Weinberger2-41/+33
2015-03-27UBI: Fastmap: Fix fastmap usage in ubi_volume_notify()Richard Weinberger1-6/+5
2015-03-27UBI: Fastmap: Wrap fastmap specific function in a ifdefRichard Weinberger1-0/+4
2015-03-27UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failureRichard Weinberger1-1/+5
2015-03-27UBI: Fastmap: Fix memory leaks while closing the WL sub-systemRichard Weinberger1-0/+18
2015-03-27UBI: Fastmap: Don't allocate new ubi_wl_entry objectsRichard Weinberger2-29/+5
2015-03-27UBI: Fastmap: Make ubi_refill_pools() fairRichard Weinberger1-38/+47
2015-03-27UBI: Split __wl_get_peb()Richard Weinberger1-23/+38
2015-03-26UBI: Fastmap: Fix races in ubi_wl_get_peb()Richard Weinberger2-12/+25
2015-03-26UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdownRichard Weinberger1-0/+3
2015-03-26UBI: Fastmap: Ensure that only one fastmap work is scheduledRichard Weinberger2-2/+10
2015-03-26UBI: align comment for readabilityBrian Norris1-1/+1
2015-03-26UBI: fix check for "too many bytes"Brian Norris1-1/+1
2015-03-26UBI: initialize LEB number variableBrian Norris1-1/+1
2015-03-26UBI: fix out of bounds writeBrian Norris1-1/+2
2015-03-26UBI: account for bitflips in both the VID header and dataBrian Norris1-1/+1
2015-02-24UBI: fix missing brace control flowBrian Norris1-1/+2
2015-02-13UBI: block: Fix checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2015-02-13UBI: block: Continue creating ubiblocks after an initialization errorDan Ehrenberg1-15/+22
2015-01-28UBI: Block: Explain usage of blk_rq_map_sg()Richard Weinberger1-0/+6
2015-01-28UBI: fix soft lockup in ubi_check_volume()hujianyang1-0/+2
2015-01-28UBI: Fastmap: Care about the protection queueRichard Weinberger1-0/+13
2015-01-28UBI: do propagate positive error codes upArtem Bityutskiy1-0/+1
2015-01-28UBI: clean-up printing helpersArtem Bityutskiy1-4/+4
2015-01-28UBI: extend UBI layer debug/messaging capabilities - cosmeticsTanya Brokhman5-22/+13
2015-01-28UBI: Block: Add blk-mq supportRichard Weinberger1-108/+94
2015-01-28UBI: Add initial support for scatter gatherRichard Weinberger3-15/+138
2015-01-28UBI: rename_volumes: Use UBI_METAONLYRichard Weinberger1-1/+1
2015-01-28UBI: Implement UBI_METAONLYRichard Weinberger3-7/+24
2014-11-07UBI: Fix invalid vfree()Richard Weinberger1-4/+6
2014-11-07UBI: Fix double free after do_sync_erase()Richard Weinberger1-7/+3
2014-11-07UBI: vtbl: Use ubi_eba_atomic_leb_change()Richard Weinberger1-14/+9
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman14-407/+441
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