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
/
eba.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-12
ubi: eba: properly rollback inside self_check_eba
Fedor Pchelkin
1
-1
/
+2
2024-02-25
ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130
Guo Xuenan
1
-0
/
+7
2023-10-28
ubi: fastmap: Wait until there are enough free PEBs before filling pools
Zhihao Cheng
1
-3
/
+0
2023-04-21
ubi: Fix return value overwrite issue in try_write_vid_and_data()
Wang YanQing
1
-5
/
+14
2023-02-06
ubi: use correct names in function kernel-doc comments
Randy Dunlap
1
-1
/
+1
2022-09-21
ubi: Fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2021-02-12
ubi: eba: Delete useless kfree code
Zheng Yongjun
1
-1
/
+0
2020-11-20
mtd: ubi: eba: Fix a couple of misdocumentation issues
Lee Jones
1
-1
/
+2
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-6
/
+8
2018-06-07
ubi: fastmap: Detect EBA mismatches on-the-fly
Richard Weinberger
1
-0
/
+17
2018-06-07
ubi: fastmap: Check each mapping only once
Richard Weinberger
1
-0
/
+4
2018-06-07
ubi: fastmap: Correctly handle interrupted erasures in EBA
Richard Weinberger
1
-1
/
+89
2018-01-18
ubi: Fix copy/paste error in function documentation
Sascha Hauer
1
-1
/
+1
2016-10-20
UBI: Fix crash in try_recover_peb()
Geert Uytterhoeven
1
-0
/
+1
2016-10-02
ubi: Fix races around ubi_refill_pools()
Richard Weinberger
1
-2
/
+2
2016-10-02
UBI: introduce the VID buffer concept
Boris Brezillon
1
-34
/
+47
2016-10-02
UBI: hide EBA internals
Boris Brezillon
1
-26
/
+140
2016-10-02
UBI: provide an helper to query LEB information
Boris Brezillon
1
-0
/
+17
2016-10-02
UBI: provide an helper to check whether a LEB is mapped or not
Boris Brezillon
1
-0
/
+12
2016-10-02
UBI: simplify LEB write and atomic LEB change code
Boris Brezillon
1
-170
/
+115
2016-10-02
UBI: simplify recover_peb() code
Boris Brezillon
1
-53
/
+77
2016-06-23
ubi: Make recover_peb power cut aware
Richard Weinberger
1
-7
/
+15
2016-05-24
UBI: Fix static volume checks when Fastmap is used
Richard Weinberger
1
-2
/
+19
2016-05-24
UBI: Don't read back all data in ubi_eba_copy_leb()
Richard Weinberger
1
-26
/
+0
2015-10-03
UBI: Fix debug message
Richard Weinberger
1
-1
/
+1
2015-03-27
UBI: Fastmap: Locking updates
Richard Weinberger
1
-22
/
+22
2015-03-27
UBI: Fastmap: Fix race after ubi_wl_get_peb()
Richard Weinberger
1
-6
/
+18
2015-03-27
UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change()
Richard Weinberger
1
-7
/
+8
2015-03-26
UBI: fix out of bounds write
Brian Norris
1
-1
/
+2
2015-02-24
UBI: fix missing brace control flow
Brian Norris
1
-1
/
+2
2015-01-28
UBI: do propagate positive error codes up
Artem Bityutskiy
1
-0
/
+1
2015-01-28
UBI: Add initial support for scatter gather
Richard Weinberger
1
-0
/
+55
2014-11-07
UBI: Extend UBI layer debug/messaging capabilities
Tanya Brokhman
1
-26
/
+27
2014-09-26
UBI: ubi_eba_read_leb: Remove in vain variable assignment
Richard Weinberger
1
-3
/
+2
2012-10-03
UBI: Wire-up ->fm_sem
Richard Weinberger
1
-0
/
+12
2012-10-03
UBI: Add self_check_eba()
Richard Weinberger
1
-0
/
+96
2012-10-03
UBI: Export next_sqnum()
Richard Weinberger
1
-9
/
+9
2012-09-04
UBI: comply with coding style
Artem Bityutskiy
1
-18
/
+15
2012-05-21
UBI: add lnum and vol_id to struct ubi_work
Joel Reardon
1
-8
/
+8
2012-05-20
UBI: rename _init_scan functions
Artem Bityutskiy
1
-3
/
+3
2012-05-20
UBI: rename ubi_scan_move_to_list
Artem Bityutskiy
1
-1
/
+1
2012-05-20
UBI: rename ubi_scan_find_av
Artem Bityutskiy
1
-1
/
+1
2012-05-20
UBI: rename sv to av
Artem Bityutskiy
1
-5
/
+5
2012-05-20
UBI: rename si to ai
Artem Bityutskiy
1
-9
/
+9
2012-05-20
UBI: rename seb to aeb
Artem Bityutskiy
1
-5
/
+5
2012-05-20
UBI: rename struct ubi_scan_info
Artem Bityutskiy
1
-2
/
+2
2012-05-20
UBI: rename struct ubi_scan_volume
Artem Bityutskiy
1
-1
/
+1
2012-05-20
UBI: rename struct ubi_scan_leb
Artem Bityutskiy
1
-1
/
+1
[next]