index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-14
ubi: fastmap: Fix duplicate slab cache names while attaching
Zhihao Cheng
1
-6
/
+6
2024-12-14
ubi: wl: Put source PEB into correct list if trying locking LEB failed
Zhihao Cheng
1
-1
/
+8
2024-08-19
ubi: eba: properly rollback inside self_check_eba
Fedor Pchelkin
1
-1
/
+2
2024-04-13
ubi: correct the calculation of fastmap size
Zhang Yi
1
-3
/
+4
2024-04-13
ubi: Check for too small LEB size in VTBL code
Richard Weinberger
1
-0
/
+6
2023-10-10
ubi: Refuse attaching if mtd's erasesize is 0
Zhihao Cheng
1
-0
/
+7
2023-06-09
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2023-05-17
ubi: Fix return value overwrite issue in try_write_vid_and_data()
Wang YanQing
1
-5
/
+14
2023-04-20
ubi: Fix deadlock caused by recursively holding work_sem
ZhaoLong Wang
1
-2
/
+2
2023-04-20
mtd: ubi: wl: Fix a couple of kernel-doc issues
Lee Jones
1
-2
/
+1
2023-04-20
ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size
Zhihao Cheng
1
-6
/
+15
2023-03-11
ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failed
Zhihao Cheng
1
-2
/
+14
2023-03-11
ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()
Zhihao Cheng
1
-1
/
+8
2023-03-11
ubi: Fix possible null-ptr-deref in ubi_free_volume()
Yang Yingliang
2
-6
/
+7
2023-03-11
ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()
Li Zetao
1
-1
/
+1
2023-03-11
ubi: Fix use-after-free when volume resizing failed
Li Zetao
1
-1
/
+3
2023-03-11
ubi: ensure that VID header offset + VID header size <= alloc, size
George Kennedy
1
-0
/
+6
2022-06-14
ubi: ubi_create_volume: Fix use-after-free when volume creation failed
Zhihao Cheng
1
-1
/
+0
2022-04-15
ubi: fastmap: Return error code if memory allocation fails in add_aeb()
Zhihao Cheng
1
-9
/
+19
2022-04-15
ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl
Baokun Li
2
-15
/
+2
2020-11-05
ubi: check kthread_should_stop() after the setting of task state
Zhihao Cheng
1
-0
/
+13
2020-10-01
ubi: fastmap: Free unused fastmap anchor peb during detach
Hou Tao
1
-2
/
+13
2020-10-01
ubi: Fix producing anchor PEBs
Sascha Hauer
5
-43
/
+41
2020-05-27
ubi: Fix seq_file usage in detailed_erase_block_info debugfs file
Richard Weinberger
1
-10
/
+2
2020-02-11
ubi: Fix an error pointer dereference in error handling code
Dan Carpenter
1
-9
/
+12
2020-02-11
ubi: fastmap: Fix inverted logic in seen selfcheck
Sascha Hauer
1
-1
/
+1
2019-09-15
ubi: block: Warn if volume size is not multiple of 512
Richard Weinberger
1
-8
/
+35
2019-09-15
ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEB
Zhihao Cheng
1
-3
/
+3
2019-09-15
ubi: Don't do anchor move within fastmap area
Richard Weinberger
1
-0
/
+6
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286
Thomas Gleixner
3
-29
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
15
-210
/
+15
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-07
ubi: wl: Fix uninitialized variable
Gustavo A. R. Silva
1
-1
/
+1
2019-03-05
ubi: wl: Silence uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2019-02-24
ubi: Expose the bitrot interface
Richard Weinberger
3
-0
/
+175
2019-02-24
ubi: Introduce in_pq()
Richard Weinberger
1
-7
/
+23
2018-12-13
ubi: Do not drop UBI device reference before using
Pan Bian
1
-1
/
+1
2018-12-13
ubi: Put MTD device after it is not used
Pan Bian
1
-1
/
+1
2018-10-23
ubi: Mark expected switch fall-throughs
Gustavo A. R. Silva
2
-0
/
+3
2018-08-15
ubi: expose the volume CRC check skip flag
Quentin Schulz
2
-0
/
+14
2018-08-15
ubi: provide a way to skip CRC checks
Quentin Schulz
5
-1
/
+23
2018-08-15
ubi: Initialize Fastmap checkmapping correctly
Richard Weinberger
1
-10
/
+10
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-6
/
+8
2018-06-07
mtd: ubi: Update ubi-media.h to dual license
Lionel Debieve
1
-19
/
+3
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
6
-1
/
+52
2018-06-07
ubi: fastmap: Correctly handle interrupted erasures in EBA
Richard Weinberger
1
-1
/
+89
2018-06-07
ubi: fastmap: Cancel work upon detach
Richard Weinberger
2
-3
/
+4
2018-04-11
Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
3
-2
/
+12
[next]