index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
/
wl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ubi: check kthread_should_stop() after the setting of task state
Zhihao Cheng
2020-11-05
1
-0
/
+13
*
mtd: ubi: wl: Fix error return code in ubi_wl_init()
Wei Yongjun
2018-09-19
1
-2
/
+6
*
ubi: fastmap: Cancel work upon detach
Richard Weinberger
2018-07-03
1
-3
/
+1
*
ubi: fastmap: Erase outdated anchor PEBs during attach
Sascha Hauer
2018-02-16
1
-20
/
+57
*
ubi: Fix races around ubi_refill_pools()
Richard Weinberger
2016-10-02
1
-6
/
+14
*
ubi: Deal with interrupted erasures in WL
Richard Weinberger
2016-10-02
1
-2
/
+19
*
UBI: introduce the VID buffer concept
Boris Brezillon
2016-10-02
1
-8
/
+11
*
ubi: Rework Fastmap attach base code
Richard Weinberger
2016-07-29
1
-8
/
+33
*
UBI: Set free_count to zero before walking through erase list
Heiko Schocher
2016-05-24
1
-1
/
+1
*
mtd: ubi: wl: avoid erasing a PEB which is empty
Sebastian Siewior
2016-01-10
1
-3
/
+18
*
mtd: ubi: don't leak e if schedule_erase() fails
Sebastian Siewior
2015-12-16
1
-0
/
+1
*
mtd: ubi: fixup error correction in do_sync_erase()
Sebastian Siewior
2015-12-16
1
-24
/
+28
*
UBI: return ENOSPC if no enough space available
shengyong
2015-09-29
1
-0
/
+1
*
UBI: Remove unnecessary `\'
shengyong
2015-06-03
1
-1
/
+1
*
UBI: Fastmap: Remove is_fm_block()
Richard Weinberger
2015-03-26
1
-5
/
+0
*
UBI: Fastmap: Introduce may_reserve_for_fm()
Richard Weinberger
2015-03-26
1
-6
/
+1
*
UBI: Fastmap: Introduce ubi_fastmap_init()
Richard Weinberger
2015-03-26
1
-7
/
+1
*
UBI: Move fastmap specific functions out of wl.c
Richard Weinberger
2015-03-26
1
-463
/
+97
*
UBI: Fix stale pointers in ubi->lookuptbl
Richard Weinberger
2015-03-26
1
-16
/
+31
*
UBI: Fastmap: Locking updates
Richard Weinberger
2015-03-26
1
-7
/
+12
*
UBI: Fastmap: Fix race after ubi_wl_get_peb()
Richard Weinberger
2015-03-26
1
-0
/
+7
*
UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failure
Richard Weinberger
2015-03-26
1
-1
/
+5
*
UBI: Fastmap: Fix memory leaks while closing the WL sub-system
Richard Weinberger
2015-03-26
1
-0
/
+18
*
UBI: Fastmap: Don't allocate new ubi_wl_entry objects
Richard Weinberger
2015-03-26
1
-3
/
+0
*
UBI: Fastmap: Make ubi_refill_pools() fair
Richard Weinberger
2015-03-26
1
-38
/
+47
*
UBI: Split __wl_get_peb()
Richard Weinberger
2015-03-26
1
-23
/
+38
*
UBI: Fastmap: Fix races in ubi_wl_get_peb()
Richard Weinberger
2015-03-26
1
-11
/
+23
*
UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdown
Richard Weinberger
2015-03-26
1
-0
/
+3
*
UBI: Fastmap: Ensure that only one fastmap work is scheduled
Richard Weinberger
2015-03-26
1
-1
/
+7
*
UBI: initialize LEB number variable
Brian Norris
2015-03-26
1
-1
/
+1
*
UBI: extend UBI layer debug/messaging capabilities - cosmetics
Tanya Brokhman
2015-01-28
1
-8
/
+2
*
UBI: Fix double free after do_sync_erase()
Richard Weinberger
2014-11-07
1
-7
/
+3
*
UBI: Extend UBI layer debug/messaging capabilities
Tanya Brokhman
2014-11-07
1
-31
/
+39
*
UBI: Fix trivial typo in __schedule_ubi_work
Richard Weinberger
2014-09-30
1
-1
/
+1
*
UBI: wl: Rename cancel flag to shutdown
Richard Weinberger
2014-09-26
1
-11
/
+13
*
UBI: Fix livelock in produce_free_peb()
Richard Weinberger
2014-09-24
1
-1
/
+1
*
UBI: bugfix in ubi_wl_flush()
Richard Weinberger
2014-07-28
1
-2
/
+2
*
UBI: fix ubi free PEBs count calculation
Tanya Brokhman
2014-05-05
1
-0
/
+3
*
UBI: fix error path in __wl_get_peb
Tanya Brokhman
2014-05-05
1
-0
/
+3
*
UBI: fix refill_wl_user_pool()
Richard Weinberger
2013-10-03
1
-4
/
+0
*
UBI: Fix PEB leak in wear_leveling_worker()
Richard Weinberger
2013-08-19
1
-0
/
+3
*
Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubi
Linus Torvalds
2012-12-20
1
-4
/
+3
|
\
|
*
UBI: introduce helpers dbg_chk_{io, gen}
Ezequiel Garcia
2012-12-10
1
-3
/
+3
|
*
UBI: remove spurious comment
Ezequiel Garcia
2012-11-30
1
-1
/
+0
*
|
UBI: dont call ubi_self_check_all_ff() in __wl_get_peb()
Richard Weinberger
2012-12-04
1
-9
/
+9
*
|
UBI: remove PEB from free tree in get_peb_for_wl()
Richard Weinberger
2012-12-04
1
-1
/
+7
|
/
*
UBI: Add fastmap support to the WL sub-system
Richard Weinberger
2012-10-03
1
-44
/
+531
*
UBI: Add fastmap stuff to ubi.h
Richard Weinberger
2012-10-03
1
-24
/
+0
*
UBI: print less
Artem Bityutskiy
2012-09-04
1
-1
/
+1
*
UBI: limit amount of reserved eraseblocks for bad PEB handling
Shmulik Ladkani
2012-09-04
1
-17
/
+29
[next]