summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* UBI: Fastmap: Switch to ro mode if invalidate_fastmap() failsRichard Weinberger2015-03-261-1/+3
* UBI: Fastmap: Remove eba_orphans logicRichard Weinberger2015-03-261-83/+8
* UBI: Fastmap: Remove bogus ubi_assert()Richard Weinberger2015-03-261-1/+3
* UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change()Richard Weinberger2015-03-261-7/+8
* UBI: Remove alloc_ai() slab name from parameter listRichard Weinberger2015-03-261-6/+6
* UBI: Fastmap: Fix memory leak while attachingRichard Weinberger2015-03-262-41/+33
* UBI: Fastmap: Fix fastmap usage in ubi_volume_notify()Richard Weinberger2015-03-261-6/+5
* UBI: Fastmap: Wrap fastmap specific function in a ifdefRichard Weinberger2015-03-261-0/+4
* UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failureRichard Weinberger2015-03-261-1/+5
* UBI: Fastmap: Fix memory leaks while closing the WL sub-systemRichard Weinberger2015-03-261-0/+18
* UBI: Fastmap: Don't allocate new ubi_wl_entry objectsRichard Weinberger2015-03-262-29/+5
* UBI: Fastmap: Make ubi_refill_pools() fairRichard Weinberger2015-03-261-38/+47
* UBI: Split __wl_get_peb()Richard Weinberger2015-03-261-23/+38
* UBI: Fastmap: Fix races in ubi_wl_get_peb()Richard Weinberger2015-03-262-12/+25
* UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdownRichard Weinberger2015-03-261-0/+3
* UBI: Fastmap: Ensure that only one fastmap work is scheduledRichard Weinberger2015-03-262-2/+10
* UBI: align comment for readabilityBrian Norris2015-03-261-1/+1
* UBI: fix check for "too many bytes"Brian Norris2015-03-261-1/+1
* UBI: initialize LEB number variableBrian Norris2015-03-261-1/+1
* UBI: fix out of bounds writeBrian Norris2015-03-261-1/+2
* UBI: account for bitflips in both the VID header and dataBrian Norris2015-03-261-1/+1
* UBI: fix missing brace control flowBrian Norris2015-02-231-1/+2
* UBI: block: Fix checking for NULL instead of IS_ERR()Dan Carpenter2015-02-121-2/+2
* UBI: block: Continue creating ubiblocks after an initialization errorDan Ehrenberg2015-02-121-15/+22
* UBI: Block: Explain usage of blk_rq_map_sg()Richard Weinberger2015-01-281-0/+6
* UBI: fix soft lockup in ubi_check_volume()hujianyang2015-01-281-0/+2
* UBI: Fastmap: Care about the protection queueRichard Weinberger2015-01-281-0/+13
* UBI: do propagate positive error codes upArtem Bityutskiy2015-01-281-0/+1
* UBI: clean-up printing helpersArtem Bityutskiy2015-01-281-4/+4
* UBI: extend UBI layer debug/messaging capabilities - cosmeticsTanya Brokhman2015-01-285-22/+13
* UBI: Block: Add blk-mq supportRichard Weinberger2015-01-281-108/+94
* UBI: Add initial support for scatter gatherRichard Weinberger2015-01-283-15/+138
* UBI: rename_volumes: Use UBI_METAONLYRichard Weinberger2015-01-281-1/+1
* UBI: Implement UBI_METAONLYRichard Weinberger2015-01-283-7/+24
* UBI: Fix invalid vfree()Richard Weinberger2014-11-071-4/+6
* UBI: Fix double free after do_sync_erase()Richard Weinberger2014-11-071-7/+3
* UBI: vtbl: Use ubi_eba_atomic_leb_change()Richard Weinberger2014-11-071-14/+9
* UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman2014-11-0714-407/+441
* 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
OpenPOWER on IntegriCloud