index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ubi: block: fix memleak in ubiblock_create()
Li Nan
2024-01-06
1
-1
/
+1
*
ubi: Reserve sufficient buffer length for the input mask
ZhaoLong Wang
2024-01-06
1
-2
/
+2
*
ubi: Add six fault injection type for testing
ZhaoLong Wang
2024-01-06
4
-21
/
+287
*
ubi: Split io_failures into write_failure and erase_failure
ZhaoLong Wang
2024-01-06
2
-10
/
+17
*
ubi: Use the fault injection framework to enhance the fault injection capability
ZhaoLong Wang
2024-01-06
5
-42
/
+203
*
ubi: block: Fix use-after-free in ubiblock_cleanup
ZhaoLong Wang
2023-10-28
1
-1
/
+3
*
ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling p...
Zhihao Cheng
2023-10-28
1
-1
/
+1
*
ubi: fastmap: Add module parameter to control reserving filling pool PEBs
Zhihao Cheng
2023-10-28
3
-6
/
+25
*
ubi: fastmap: Fix lapsed wear leveling for first 64 PEBs
Zhihao Cheng
2023-10-28
4
-3
/
+8
*
ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run out
Zhihao Cheng
2023-10-28
2
-16
/
+44
*
ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor exists
Zhihao Cheng
2023-10-28
2
-4
/
+7
*
ubi: fastmap: Remove unneeded break condition while filling pools
Zhihao Cheng
2023-10-28
1
-3
/
+2
*
ubi: fastmap: Wait until there are enough free PEBs before filling pools
Zhihao Cheng
2023-10-28
5
-16
/
+65
*
ubi: fastmap: Use free pebs reserved for bad block handling
Zhihao Cheng
2023-10-28
1
-11
/
+5
*
ubi: Replace erase_block() with sync_erase()
Zhihao Cheng
2023-10-28
3
-51
/
+7
*
ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmap
Zhihao Cheng
2023-10-28
1
-5
/
+5
*
ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flash
Zhihao Cheng
2023-10-28
1
-18
/
+9
*
ubi: fastmap: Fix missed ec updating after erasing old fastmap data block
Zhihao Cheng
2023-10-28
1
-10
/
+15
*
ubi: Refuse attaching if mtd's erasesize is 0
Zhihao Cheng
2023-09-07
1
-0
/
+7
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-3
/
+2
*
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
1
-1
/
+1
*
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-12
1
-2
/
+2
*
Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-05-04
2
-6
/
+15
|
\
|
*
ubi: Fix return value overwrite issue in try_write_vid_and_data()
Wang YanQing
2023-04-21
1
-5
/
+14
|
*
ubi: Simplify bool conversion
Yang Li
2023-04-21
1
-1
/
+1
*
|
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
2023-04-03
1
-1
/
+4
|
|
\
|
*
|
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-29
1
-1
/
+1
|
*
|
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
2023-03-17
1
-1
/
+0
*
|
|
Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-16
2
-8
/
+17
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size
Zhihao Cheng
2023-03-29
1
-6
/
+15
|
*
|
ubi: Fix deadlock caused by recursively holding work_sem
ZhaoLong Wang
2023-03-04
1
-2
/
+2
|
|
/
*
/
ubi: block: Fix missing blk_mq_end_request
Richard Weinberger
2023-03-11
1
-1
/
+4
|
/
*
ubi: block: Fix a possible use-after-free bug in ubiblock_create()
Harshit Mogalapalli
2023-02-14
1
-0
/
+1
*
mtd: ubi: block: wire-up device parent
Daniel Golle
2023-02-13
2
-1
/
+2
*
mtd: ubi: wire-up parent MTD device
Daniel Golle
2023-02-13
1
-0
/
+1
*
ubi: use correct names in function kernel-doc comments
Randy Dunlap
2023-02-05
3
-3
/
+3
*
ubi: block: set BLK_MQ_F_BLOCKING
Christoph Hellwig
2023-02-05
1
-69
/
+28
*
UBI: Fastmap: Fix kernel-doc
Jiapeng Chong
2023-02-02
1
-1
/
+1
*
ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failed
Zhihao Cheng
2023-02-02
1
-2
/
+14
*
ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()
Zhihao Cheng
2023-02-02
1
-1
/
+8
*
ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmap
Zhihao Cheng
2023-02-02
1
-5
/
+7
*
ubi: Fix permission display of the debugfs files
ZhaoLong Wang
2023-02-02
1
-9
/
+10
*
ubi: Fix possible null-ptr-deref in ubi_free_volume()
Yang Yingliang
2023-02-02
2
-6
/
+7
*
ubi: fastmap: Add fastmap control support for module parameter
ZhaoLong Wang
2023-02-02
1
-4
/
+20
*
ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()
Li Zetao
2023-02-02
1
-1
/
+1
*
ubi: Fix use-after-free when volume resizing failed
Li Zetao
2023-02-02
1
-1
/
+3
*
ubi: block: Reduce warning print to info for static volumes
MÃ¥rten Lindahl
2023-02-02
1
-3
/
+6
*
ubi: ensure that VID header offset + VID header size <= alloc, size
George Kennedy
2023-02-02
1
-0
/
+6
*
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
2
-4
/
+4
[next]