index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
/
fastmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-13
ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"
Colin Ian King
1
-1
/
+1
2017-05-08
ubi: fastmap: Fix slab corruption
Rabin Vincent
1
-4
/
+29
2016-10-28
ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
Boris Brezillon
1
-5
/
+5
2016-10-20
ubi: fix swapped arguments to call to ubi_alloc_aeb
Colin Ian King
1
-1
/
+1
2016-10-02
ubi: Fix Fastmap's update_vol()
Richard Weinberger
1
-0
/
+1
2016-10-02
ubi: Fix races around ubi_refill_pools()
Richard Weinberger
1
-4
/
+10
2016-10-02
UBI: introduce the VID buffer concept
Boris Brezillon
1
-28
/
+43
2016-10-02
UBI: provide an helper to query LEB information
Boris Brezillon
1
-2
/
+6
2016-10-02
UBI: provide helpers to allocate and free aeb elements
Boris Brezillon
1
-18
/
+10
2016-10-02
UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()
Boris Brezillon
1
-5
/
+5
2016-10-02
UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()
Boris Brezillon
1
-6
/
+2
2016-10-02
UBI: factorize code used to manipulate volumes at attach time
Boris Brezillon
1
-24
/
+3
2016-10-02
UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header
Boris Brezillon
1
-3
/
+4
2016-10-02
UBI: fastmap: avoid multiple be32_to_cpu() when unneccesary
Boris Brezillon
1
-4
/
+4
2016-10-02
UBI: fastmap: use ubi_find_volume() instead of open coding it
Boris Brezillon
1
-20
/
+3
2016-07-30
ubi: Use bitmaps in Fastmap self-check code
Richard Weinberger
1
-9
/
+11
2016-07-30
ubi: Check whether the Fastmap anchor matches the super block
Richard Weinberger
1
-0
/
+7
2016-07-30
ubi: Rework Fastmap attach base code
Richard Weinberger
1
-3
/
+33
2016-07-30
ubi: Fix whitespace issue in count_fastmap_pebs()
Richard Weinberger
1
-1
/
+1
2016-05-24
UBI: Fix static volume checks when Fastmap is used
Richard Weinberger
1
-0
/
+1
2015-11-07
UBI: Fastmap: Fix PEB array type
Ezequiel GarcĂa
1
-1
/
+1
2015-10-03
UBI: Fastmap: Simplify expression
Richard Weinberger
1
-1
/
+1
2015-06-03
UBI: Remove unnecessary `\'
shengyong
1
-1
/
+1
2015-06-02
UBI: Fastmap: Do not add vol if it already exists
shengyong
1
-1
/
+8
2015-06-02
UBI: Fastmap: Rename variables to make them meaningful
shengyong
1
-29
/
+29
2015-06-02
UBI: Fastmap: Remove unnecessary `\'
shengyong
1
-7
/
+7
2015-03-27
UBI: Fastmap: Wire up WL accessor functions
Richard Weinberger
1
-16
/
+12
2015-03-27
UBI: Fastmap: Add self check to detect absent PEBs
Richard Weinberger
1
-2
/
+84
2015-03-27
UBI: Fastmap: Rework fastmap error paths
Richard Weinberger
1
-48
/
+114
2015-03-27
UBI: Fastmap: Prepare for variable sized fastmaps
Richard Weinberger
1
-2
/
+10
2015-03-27
UBI: Fastmap: Locking updates
Richard Weinberger
1
-9
/
+9
2015-03-27
UBI: Fastmap: Set used_ebs only for static volumes
Richard Weinberger
1
-2
/
+3
2015-03-27
UBI: Fastmap: Fix leb_count unbalance
Richard Weinberger
1
-0
/
+1
2015-03-27
UBI: Fastmap: Switch to ro mode if invalidate_fastmap() fails
Richard Weinberger
1
-1
/
+3
2015-03-27
UBI: Fastmap: Remove eba_orphans logic
Richard Weinberger
1
-83
/
+8
2015-03-27
UBI: Fastmap: Remove bogus ubi_assert()
Richard Weinberger
1
-1
/
+3
2015-03-27
UBI: Fastmap: Fix memory leak while attaching
Richard Weinberger
1
-13
/
+0
2015-03-27
UBI: Fastmap: Don't allocate new ubi_wl_entry objects
Richard Weinberger
1
-26
/
+5
2015-01-28
UBI: Fastmap: Care about the protection queue
Richard Weinberger
1
-0
/
+13
2014-11-07
UBI: Extend UBI layer debug/messaging capabilities
Tanya Brokhman
1
-48
/
+48
2014-10-03
UBI: Fastmap: Calc fastmap size correctly
Richard Weinberger
1
-1
/
+2
2014-09-16
UBI: add missing kmem_cache_free() in process_pool_aeb error path
Richard Genoud
1
-0
/
+1
2014-07-16
UBI: fastmap: do not miss bit-flips
Brian Norris
1
-1
/
+1
2014-07-01
UBI: fix the volumes tree sorting criteria
Heiko Schocher
1
-1
/
+1
2014-05-13
UBI: fix rb_tree node comparison in add_map
Mike Snitzer
1
-2
/
+2
2014-02-04
UBI: fix some use after free bugs
Dan Carpenter
1
-4
/
+4
2013-10-03
UBI: Add some asserts to ubi_attach_fastmap()
Richard Weinberger
1
-0
/
+4
2013-10-03
UBI: Fix memory leak in ubi_attach_fastmap() error path
Richard Weinberger
1
-0
/
+13
2013-10-03
UBI: fastmap: fix backward compatibility with image_seq
Richard Genoud
1
-3
/
+19
2013-10-03
UBI: Fix error path in scan_pool()
Richard Weinberger
1
-1
/
+1
[next]