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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-03-11
mtd: rawnand: sunxi: Fix the size of the last OOB region
Samuel Holland
1
-1
/
+1
2023-01-18
mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
Alexander Sverdlin
1
-0
/
+2
2023-01-18
mtd: maps: pxa2xx-flash: fix memory leak in probe
Zheng Yongjun
1
-0
/
+2
2023-01-18
mtd: lpddr2_nvm: Fix possible null-ptr-deref
Hui Tang
1
-0
/
+2
2023-01-18
mtd: Fix device name leak when register device failed in add_mtd_device()
Zhang Xiaoxu
1
-1
/
+3
2022-11-25
spi: intel: Fix the offset to get the 64K erase opcode
Mauro Lima
1
-1
/
+1
2022-11-10
mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on program/erase times
Sascha Hauer
1
-2
/
+4
2022-11-03
mtd: rawnand: marvell: Use correct logic for nand-keep-config
Tony O'Brien
1
-1
/
+1
2022-10-26
mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()
Dan Carpenter
1
-2
/
+2
2022-10-26
mtd: devices: docg3: check the return value of devm_ioremap() in the probe
William Dean
1
-1
/
+6
2022-10-26
mtd: rawnand: atmel: Unmap streaming DMA mappings
Tudor Ambarus
1
-0
/
+1
2022-08-25
mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path
Uwe Kleine-König
1
-3
/
+5
2022-08-25
mtd: partitions: Fix refcount leak in parse_redboot_of
Miaoqian Lin
1
-0
/
+1
2022-08-25
mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_release
Duoming Zhou
1
-1
/
+1
2022-08-25
mtd: rawnand: meson: Fix a potential double free issue
Christophe JAILLET
1
-1
/
+0
2022-08-25
mtd: maps: Fix refcount leak in ap_flash_init
Miaoqian Lin
1
-0
/
+1
2022-08-25
mtd: maps: Fix refcount leak in of_flash_probe_versatile
Miaoqian Lin
1
-0
/
+1
2022-07-15
Revert "mtd: rawnand: gpmi: Fix setting busy timeout setting"
Greg Kroah-Hartman
1
-1
/
+1
2022-06-29
mtd: rawnand: gpmi: Fix setting busy timeout setting
Sascha Hauer
1
-1
/
+1
2022-06-14
mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N
Tokunori Ikegami
1
-8
/
+34
2022-06-14
ubi: ubi_create_volume: Fix use-after-free when volume creation failed
Zhihao Cheng
1
-1
/
+0
2022-06-14
mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_write
Tokunori Ikegami
1
-63
/
+32
2022-05-09
mtd: rawnand: Fix return value check of wait_for_completion_timeout
Miaoqian Lin
1
-6
/
+8
2022-05-09
mtd: rawnand: fix ecc parameters for mt7622
Chuanhong Guo
1
-4
/
+8
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
2022-04-15
mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init
Xin Xiong
1
-3
/
+11
2022-04-15
mtd: rawnand: gpmi: fix controller timings setting
Dario Binacchi
1
-0
/
+3
2022-04-15
mtd: onenand: Check for error irq
Jiasheng Jiang
1
-1
/
+6
2022-02-23
mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status
david regan
1
-1
/
+1
2022-02-23
mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()
Bryan O'Donoghue
1
-8
/
+6
2022-02-23
mtd: rawnand: gpmi: don't leak PM reference in error path
Christian Eggers
1
-1
/
+2
2022-02-01
mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip()
Geert Uytterhoeven
1
-1
/
+0
2022-01-27
mtd: nand: bbt: Fix corner case in bad block table handling
Doyle, Patrick
1
-1
/
+1
2022-01-27
mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6
Stefan Riedmueller
1
-9
/
+0
2022-01-27
mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timings
Christian Eggers
1
-3
/
+25
2022-01-20
mtd: fixup CFI on ixp4xx
Arnd Bergmann
2
-1
/
+3
2021-12-14
mtd: rawnand: fsmc: Fix timing computation
Herve Codina
1
-8
/
+24
2021-12-14
mtd: rawnand: fsmc: Take instruction delay into account
Herve Codina
1
-0
/
+4
2021-11-17
mtd: core: don't remove debugfs directory if device is in use
Zev Weiss
1
-2
/
+2
2021-11-17
mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()
Evgeny Novikov
1
-1
/
+0
2021-09-22
mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_n...
Christophe JAILLET
1
-1
/
+3
2021-08-26
mtd: cfi_cmdset_0002: fix crash when erasing/writing AMD cards
Andreas Persson
1
-1
/
+1
2021-07-14
mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvel...
Yang Yingliang
1
-1
/
+3
[next]