summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* UBI: Fastmap: Add blank line after declarationsRichard Weinberger2015-03-261-0/+1
* UBI: Fastmap: Remove else after return.Richard Weinberger2015-03-261-3/+3
* UBI: Fastmap: Introduce may_reserve_for_fm()Richard Weinberger2015-03-263-6/+28
* UBI: Fastmap: Introduce ubi_fastmap_init()Richard Weinberger2015-03-262-7/+8
* UBI: Fastmap: Wire up WL accessor functionsRichard Weinberger2015-03-261-16/+12
* UBI: Add accessor functions for WL data structuresRichard Weinberger2015-03-261-0/+36
* UBI: Move fastmap specific functions out of wl.cRichard Weinberger2015-03-263-463/+476
* UBI: Fastmap: Add new module parameter fm_debugRichard Weinberger2015-03-262-0/+10
* UBI: Fastmap: Make self_check_eba() depend on fastmap self checkingRichard Weinberger2015-03-261-1/+1
* UBI: Fastmap: Add self check to detect absent PEBsRichard Weinberger2015-03-261-2/+84
* UBI: Fix stale pointers in ubi->lookuptblRichard Weinberger2015-03-261-16/+31
* UBI: Fastmap: Enhance fastmap checkingRichard Weinberger2015-03-261-2/+5
* UBI: Add initial support for fastmap self checksRichard Weinberger2015-03-263-0/+20
* UBI: Fastmap: Rework fastmap error pathsRichard Weinberger2015-03-261-48/+114
* UBI: Fastmap: Prepare for variable sized fastmapsRichard Weinberger2015-03-261-2/+10
* UBI: Fastmap: Locking updatesRichard Weinberger2015-03-265-44/+50
* UBI: Fastmap: Set used_ebs only for static volumesRichard Weinberger2015-03-261-2/+3
* UBI: Fastmap: Fix race after ubi_wl_get_peb()Richard Weinberger2015-03-262-6/+25
* UBI: Fastmap: Fix leb_count unbalanceRichard Weinberger2015-03-261-0/+1
* UBI: Fastmap: Make WL pool size 50% of user pool sizeRichard Weinberger2015-03-262-3/+1
* 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
* UBIFS: extend debug/message capabilitiesSheng Yong2015-03-2525-409/+419
* UBIFS: simplify returnsFabian Frederick2015-03-251-8/+2
* UBIFS: Fix trivial typos in commentsYannick Guerrini2015-03-251-7/+7
* UBIFS: do not write master node if need recoverySheng Yong2015-03-251-1/+1
* UBIFS: fix incorrect unlocking handlingTaesoo Kim2015-03-251-4/+7
* Merge tag 'v4.0-rc5' into linux-nextArtem Bityutskiy2015-03-251510-17224/+38074
|\
| * Linux 4.0-rc5v4.0-rc5Linus Torvalds2015-03-231-1/+1
| * Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/mdLinus Torvalds2015-03-232-3/+2
| |\
| | * md: fix problems with freeing private data after ->run failure.NeilBrown2015-03-202-3/+2