index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2024-02-25
ubi: correct the calculation of fastmap size
Zhang Yi
1
-3
/
+4
2023-10-28
ubi: fastmap: Wait until there are enough free PEBs before filling pools
Zhihao Cheng
1
-5
/
+1
2023-10-28
ubi: Replace erase_block() with sync_erase()
Zhihao Cheng
1
-46
/
+2
2023-10-28
ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmap
Zhihao Cheng
1
-5
/
+5
2023-10-28
ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flash
Zhihao Cheng
1
-18
/
+9
2023-10-28
ubi: fastmap: Fix missed ec updating after erasing old fastmap data block
Zhihao Cheng
1
-10
/
+15
2023-02-02
UBI: Fastmap: Fix kernel-doc
Jiapeng Chong
1
-1
/
+1
2022-09-21
ubi: fastmap: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-6
/
+4
2022-05-27
ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not empty
Zhihao Cheng
1
-11
/
+0
2022-01-10
ubi: fastmap: Return error code if memory allocation fails in add_aeb()
Zhihao Cheng
1
-9
/
+19
2020-06-02
ubi: Select fastmap anchor PEBs considering wear level rules
Arne Edholm
1
-0
/
+11
2020-01-19
ubi: Fix an error pointer dereference in error handling code
Dan Carpenter
1
-9
/
+12
2020-01-16
ubi: fastmap: Fix inverted logic in seen selfcheck
Sascha Hauer
1
-1
/
+1
2019-11-17
ubi: Fix producing anchor PEBs
Sascha Hauer
1
-9
/
+5
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286
Thomas Gleixner
1
-10
/
+1
2018-06-07
ubi: fastmap: Check each mapping only once
Richard Weinberger
1
-0
/
+20
2018-01-17
ubi: fastmap: Clean up the initialization of pointer p
Colin Ian King
1
-2
/
+1
2018-01-17
ubi: fastmap: Use kmem_cache_free to deallocate memory
Pan Bian
1
-1
/
+1
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-29
ubi: Use bitmaps in Fastmap self-check code
Richard Weinberger
1
-9
/
+11
2016-07-29
ubi: Check whether the Fastmap anchor matches the super block
Richard Weinberger
1
-0
/
+7
2016-07-29
ubi: Rework Fastmap attach base code
Richard Weinberger
1
-3
/
+33
2016-07-29
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-06
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-26
UBI: Fastmap: Wire up WL accessor functions
Richard Weinberger
1
-16
/
+12
2015-03-26
UBI: Fastmap: Add self check to detect absent PEBs
Richard Weinberger
1
-2
/
+84
2015-03-26
UBI: Fastmap: Rework fastmap error paths
Richard Weinberger
1
-48
/
+114
2015-03-26
UBI: Fastmap: Prepare for variable sized fastmaps
Richard Weinberger
1
-2
/
+10
2015-03-26
UBI: Fastmap: Locking updates
Richard Weinberger
1
-9
/
+9
2015-03-26
UBI: Fastmap: Set used_ebs only for static volumes
Richard Weinberger
1
-2
/
+3
[next]