Sign in
android-kvm
/
linux
/
2424415d25a765d4302ddfb4de75427e9294dc09
/
drivers
/
mtd
/
ubi
/
wl.c
f9c34bb
ubi: Fix producing anchor PEBs
by Sascha Hauer
· 5 years ago
8596813
ubi: Don't do anchor move within fastmap area
by Richard Weinberger
· 6 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
04d37e5
ubi: wl: Fix uninitialized variable
by Gustavo A. R. Silva
· 6 years ago
5578e48
ubi: wl: Silence uninitialized variable warning
by Dan Carpenter
· 6 years ago
663586c
ubi: Expose the bitrot interface
by Richard Weinberger
· 6 years ago
b32b78f
ubi: Introduce in_pq()
by Richard Weinberger
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6e7d801
ubi: fastmap: Cancel work upon detach
by Richard Weinberger
· 7 years ago
7233982
mtd: ubi: wl: Fix error return code in ubi_wl_init()
by Wei Yongjun
· 7 years ago
889027b
ubi: Fastmap: Fix typo
by Sascha Hauer
· 7 years ago
f78e5623
ubi: fastmap: Erase outdated anchor PEBs during attach
by Sascha Hauer
· 7 years ago
2e8f08d
ubi: Fix races around ubi_refill_pools()
by Richard Weinberger
· 9 years ago
23654188
ubi: Deal with interrupted erasures in WL
by Richard Weinberger
· 9 years ago
3291b52
UBI: introduce the VID buffer concept
by Boris Brezillon
· 8 years ago
fdf10ed
ubi: Rework Fastmap attach base code
by Richard Weinberger
· 9 years ago
73b0cd5
UBI: Set free_count to zero before walking through erase list
by Heiko Schocher
· 9 years ago
34b89df
mtd: ubi: wl: avoid erasing a PEB which is empty
by Sebastian Siewior
· 9 years ago
6b238de
mtd: ubi: don't leak e if schedule_erase() fails
by Sebastian Siewior
· 9 years ago
1a31b20
mtd: ubi: fixup error correction in do_sync_erase()
by Sebastian Siewior
· 9 years ago
7c7feb2
UBI: return ENOSPC if no enough space available
by shengyong
· 9 years ago
669d3d1
UBI: Remove unnecessary `\'
by shengyong
· 10 years ago
56794c0
UBI: Fastmap: Remove is_fm_block()
by Richard Weinberger
· 10 years ago
2f84c246
UBI: Fastmap: Introduce may_reserve_for_fm()
by Richard Weinberger
· 10 years ago
acfda79
UBI: Fastmap: Introduce ubi_fastmap_init()
by Richard Weinberger
· 10 years ago
78d6d49
UBI: Move fastmap specific functions out of wl.c
by Richard Weinberger
· 10 years ago
ee59ba8
UBI: Fix stale pointers in ubi->lookuptbl
by Richard Weinberger
· 10 years ago
111ab0b
UBI: Fastmap: Locking updates
by Richard Weinberger
· 10 years ago
8fb2a51
UBI: Fastmap: Fix race after ubi_wl_get_peb()
by Richard Weinberger
· 10 years ago
943b335
UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failure
by Richard Weinberger
· 10 years ago
74cdaf2
UBI: Fastmap: Fix memory leaks while closing the WL sub-system
by Richard Weinberger
· 10 years ago
c4ca6be
UBI: Fastmap: Don't allocate new ubi_wl_entry objects
by Richard Weinberger
· 10 years ago
6830356
UBI: Fastmap: Make ubi_refill_pools() fair
by Richard Weinberger
· 10 years ago
691a870
UBI: Split __wl_get_peb()
by Richard Weinberger
· 10 years ago
d59f21b
UBI: Fastmap: Fix races in ubi_wl_get_peb()
by Richard Weinberger
· 10 years ago
399a9fe
UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdown
by Richard Weinberger
· 10 years ago
19371d7
UBI: Fastmap: Ensure that only one fastmap work is scheduled
by Richard Weinberger
· 10 years ago
f16db80
UBI: initialize LEB number variable
by Brian Norris
· 10 years ago
45fc5c8
UBI: extend UBI layer debug/messaging capabilities - cosmetics
by Tanya Brokhman
· 10 years ago
aa5ad3b
UBI: Fix double free after do_sync_erase()
by Richard Weinberger
· 10 years ago
32608703
UBI: Extend UBI layer debug/messaging capabilities
by Tanya Brokhman
· 10 years ago
e3e0044
UBI: Fix trivial typo in __schedule_ubi_work
by Richard Weinberger
· 10 years ago
849271a
UBI: wl: Rename cancel flag to shutdown
by Richard Weinberger
· 10 years ago
b91671b
UBI: Fix livelock in produce_free_peb()
by Richard Weinberger
· 10 years ago
49e236b
UBI: bugfix in ubi_wl_flush()
by Richard Weinberger
· 11 years ago
3d21bb7
UBI: fix ubi free PEBs count calculation
by Tanya Brokhman
· 11 years ago
87ed89d
UBI: fix error path in __wl_get_peb
by Tanya Brokhman
· 11 years ago
fb10e4d
UBI: fix refill_wl_user_pool()
by Richard Weinberger
· 11 years ago
5ef4414
UBI: Fix PEB leak in wear_leveling_worker()
by Richard Weinberger
· 12 years ago
85d5b70
Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubi
by Linus Torvalds
· 12 years ago
6457557
UBI: introduce helpers dbg_chk_{io, gen}
by Ezequiel Garcia
· 12 years ago
894aef2
UBI: dont call ubi_self_check_all_ff() in __wl_get_peb()
by Richard Weinberger
· 12 years ago
ed4b702
UBI: remove PEB from free tree in get_peb_for_wl()
by Richard Weinberger
· 12 years ago
38f92cc
UBI: remove spurious comment
by Ezequiel Garcia
· 12 years ago
8199b90
UBI: Add fastmap support to the WL sub-system
by Richard Weinberger
· 12 years ago
5638b33
UBI: Add fastmap stuff to ubi.h
by Richard Weinberger
· 12 years ago
719bb84
UBI: print less
by Artem Bityutskiy
· 13 years ago
37f758a
UBI: limit amount of reserved eraseblocks for bad PEB handling
by Shmulik Ladkani
· 13 years ago
12027f1
UBI: correct ubi_wl_flush locking
by Artem Bityutskiy
· 13 years ago
62f38455
UBI: modify ubi_wl_flush function to clear work queue for a lnum
by Joel Reardon
· 13 years ago
d36e59e
UBI: add lnum and vol_id to struct ubi_work
by Joel Reardon
· 13 years ago
41e0cd9
UBI: rename _init_scan functions
by Artem Bityutskiy
· 13 years ago
517af48
UBI: rename sv to av
by Artem Bityutskiy
· 13 years ago
a4e6042
UBI: rename si to ai
by Artem Bityutskiy
· 13 years ago
2c5ec5c
UBI: rename seb to aeb
by Artem Bityutskiy
· 13 years ago
afc15a8
UBI: rename struct ubi_scan_info
by Artem Bityutskiy
· 13 years ago
cb28a93
UBI: rename struct ubi_scan_volume
by Artem Bityutskiy
· 13 years ago
227423d
UBI: rename struct ubi_scan_leb
by Artem Bityutskiy
· 13 years ago
97d6104
UBI: rename few functions for consistency
by Artem Bityutskiy
· 13 years ago
7bf523a
UBI: more of clean-up terminology for self-checks
by Artem Bityutskiy
· 13 years ago
aa44d1d
UBI: remove Kconfig debugging option
by Artem Bityutskiy
· 13 years ago
4415626
UBI: amend commentaries WRT dtype
by Artem Bityutskiy
· 13 years ago
b36a261
UBI: Kill data type hint
by Richard Weinberger
· 13 years ago
25886a3
UBI: always dump the stack on error
by Artem Bityutskiy
· 13 years ago
cc83146
UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPS
by Artem Bityutskiy
· 13 years ago
7eb3aa65
UBI: fix eraseblock picking criteria
by Artem Bityutskiy
· 13 years ago
add8287
UBI: fix documentation and improve readability
by Artem Bityutskiy
· 13 years ago
e57e0d8
UBI: fix use-after-free on error path
by Artem Bityutskiy
· 13 years ago
e801e12
UBI: fix missing scrub when there is a bit-flip
by Bhavesh Parekh
· 13 years ago
27a0f2a
UBI: prepare debugging stuff to further debugfs conversion
by Artem Bityutskiy
· 14 years ago
2a734bb
UBI: use debugfs for the extra checks knobs
by Artem Bityutskiy
· 14 years ago
d99383b
UBI: change the interface of a debugging check function
by Artem Bityutskiy
· 14 years ago
feddbb3
UBI: fix minor stylistic issues
by Artem Bityutskiy
· 14 years ago
28237e4
UBI: make tests modes dynamic
by Artem Bityutskiy
· 14 years ago
92d124f
UBI: make self-checks dynamic
by Artem Bityutskiy
· 14 years ago
5fc01ab
UBI: preserve corrupted PEBs
by Artem Bityutskiy
· 15 years ago
92e1a7d
UBI: handle bit-flips when no header found
by Artem Bityutskiy
· 15 years ago
74d82d2
UBI: remove duplicate IO error codes
by Artem Bityutskiy
· 15 years ago
d3f6e6c
UBI: do not oops when erroneous PEB is scheduled for scrubbing
by Artem Bityutskiy
· 15 years ago
3f50262
UBI: fix s/then/than/ typos
by Shinya Kuribayashi
· 15 years ago
adbf05e
UBI: simplify debugging return codes
by Artem Bityutskiy
· 15 years ago
1398788
UBI: remove bogus debugging checks
by Artem Bityutskiy
· 16 years ago
40a71a8
UBI: add empty eraseblocks verification
by Artem Bityutskiy
· 16 years ago
815bc5f8f
UBI: fix multiple spelling typos
by Artem Bityutskiy
· 16 years ago
21d08bb
UBI: fix kmem_cache_free on error patch
by Artem Bityutskiy
· 16 years ago
52b605d
UBI: print amount of reserved PEBs
by Artem Bityutskiy
· 16 years ago
9c259a5
UBI: improve messages in the WL worker
by Artem Bityutskiy
· 16 years ago
b86a2c5
UBI: do not switch to R/O mode on read errors
by Artem Bityutskiy
· 16 years ago
87960c0
UBI: fix and clean-up error paths in WL worker
by Artem Bityutskiy
· 16 years ago
90bf026
UBI: introduce new constants
by Artem Bityutskiy
· 16 years ago
Next »