summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * UBI: Remove unnecessary `\'shengyong2016-05-272-2/+2
| * UBI: add a helper function for updatting on-flash layout volumesshengyong2016-05-271-21/+24
| * UBI: Fastmap: Do not add vol if it already existsshengyong2016-05-271-1/+8
| * UBI: Init vol->reserved_pebs by assignmentshengyong2016-05-271-2/+2
| * UBI: Fastmap: Rename variables to make them meaningfulshengyong2016-05-271-29/+29
| * UBI: Fastmap: Remove unnecessary `\'shengyong2016-05-271-7/+7
| * UBI: Fastmap: Use max() to get the larger valueshengyong2016-05-271-2/+2
| * UBI: Fastmap: Fall back to scanning mode after ECC errorRichard Weinberger2016-05-271-1/+1
| * UBI: Fastmap: Remove is_fm_block()Richard Weinberger2016-05-273-29/+0
| * UBI: Fastmap: Introduce may_reserve_for_fm()Richard Weinberger2016-05-273-6/+28
| * UBI: Fastmap: Introduce ubi_fastmap_init()Richard Weinberger2016-05-272-4/+7
| * UBI: Fastmap: Wire up WL accessor functionsRichard Weinberger2016-05-271-16/+11
| * UBI: Add accessor functions for WL data structuresRichard Weinberger2016-05-271-0/+37
| * UBI: Move fastmap specific functions out of wl.cRichard Weinberger2016-05-273-411/+418
| * UBI: Fix stale pointers in ubi->lookuptblRichard Weinberger2016-05-271-16/+31
| * UBI: Fastmap: Rework fastmap error pathsRichard Weinberger2016-05-271-48/+114
| * UBI: Fastmap: Prepare for variable sized fastmapsRichard Weinberger2016-05-271-2/+9
| * UBI: Fastmap: Set used_ebs only for static volumesRichard Weinberger2016-05-271-2/+3
| * UBI: Fastmap: Fix leb_count unbalanceRichard Weinberger2016-05-271-0/+1
| * UBI: Fastmap: Make WL pool size 50% of user pool sizeRichard Weinberger2016-05-272-3/+1
| * UBI: Fastmap: Switch to ro mode if invalidate_fastmap() failsRichard Weinberger2016-05-271-1/+3
| * UBI: Fastmap: Remove eba_orphans logicRichard Weinberger2016-05-271-82/+8
| * UBI: Fastmap: Remove bogus ubi_assert()Richard Weinberger2016-05-271-1/+3
| * UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change()Richard Weinberger2016-05-271-5/+6
| * UBI: Fastmap: Fix fastmap usage in ubi_volume_notify()Richard Weinberger2016-05-271-5/+7
| * UBI: Fastmap: Wrap fastmap specific function in a ifdefRichard Weinberger2016-05-271-0/+5
| * UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failureRichard Weinberger2016-05-271-3/+9
| * UBI: Fastmap: Fix memory leaks while closing the WL sub-systemRichard Weinberger2016-05-271-0/+17
| * UBI: Fastmap: Don't allocate new ubi_wl_entry objectsRichard Weinberger2016-05-272-28/+5
| * UBI: Fastmap: Make ubi_refill_pools() fairRichard Weinberger2016-05-271-37/+49
| * UBI: Split __wl_get_peb()Richard Weinberger2016-05-271-24/+39
| * UBI: align comment for readabilityBrian Norris2016-05-271-1/+1
| * UBI: initialize LEB number variableBrian Norris2016-05-271-1/+1
| * UBI: fix out of bounds writeBrian Norris2016-05-271-1/+2
| * UBI: account for bitflips in both the VID header and dataBrian Norris2016-05-271-1/+1
| * UBI: fix missing brace control flowBrian Norris2016-05-271-1/+2
| * UBI: Fastmap: Care about the protection queueRichard Weinberger2016-05-271-0/+13
| * UBI: do propagate positive error codes upArtem Bityutskiy2016-05-271-0/+1
| * UBI: clean-up printing helpersArtem Bityutskiy2016-05-271-4/+4
| * UBI: extend UBI layer debug/messaging capabilities - cosmeticsTanya Brokhman2016-05-273-9/+5
| * UBI: Fix invalid vfree()Richard Weinberger2016-05-271-4/+6
| * UBI: Fix double free after do_sync_erase()Richard Weinberger2016-05-271-7/+3
| * UBI: vtbl: Use ubi_eba_atomic_leb_change()Richard Weinberger2016-05-271-14/+9
| * UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman2016-05-2713-313/+337
| * UBI: Fastmap: Calc fastmap size correctlyRichard Weinberger2016-05-271-1/+2
| * UBI: Fix trivial typo in __schedule_ubi_workRichard Weinberger2016-05-271-1/+1
| * UBI: wl: Rename cancel flag to shutdownRichard Weinberger2016-05-272-15/+18
| * UBI: ubi_eba_read_leb: Remove in vain variable assignmentRichard Weinberger2016-05-271-3/+2
| * UBI: Improve comment on work_semRichard Weinberger2016-05-271-1/+2
| * UBI: add missing kmem_cache_free() in process_pool_aeb error pathRichard Genoud2016-05-271-0/+1