index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-26
mtd: rawnand: stm32_fmc2: add MP25 support
Christophe Kerello
1
-9
/
+45
2024-02-26
mtd: rawnand: stm32_fmc2: use dma_get_slave_caps to get DMA max burst
Christophe Kerello
1
-5
/
+24
2024-02-26
mtd: rawnand: lpc32xx_mlc: fix irq handler prototype
Arnd Bergmann
1
-2
/
+3
2024-02-26
mtd: rawnand: Prefer struct_size over open coded arithmetic
Erick Archer
1
-1
/
+1
2024-02-26
mtd: rawnand: meson: fix scrambling mode value in command macro
Arseniy Krasnov
1
-1
/
+1
2024-02-26
mtd: rawnand: remove redundant assignment to variable bbtblocks
Colin Ian King
1
-1
/
+0
2024-02-26
mtd: spi-nor: core: rework struct spi_nor_erase_region
Takahiro Kuwano
4
-67
/
+46
2024-02-26
mtd: Remove support for Carillo Ranch driver
Matthew Wilcox (Oracle)
3
-273
/
+0
2024-02-26
mtd: chips: remove redundant assignment to variable timeo
Colin Ian King
1
-2
/
+2
2024-02-26
mtd: maps: physmap-core: fix flash size larger than 32-bit
Baruch Siach
1
-1
/
+1
2024-02-25
mtd: ubi: provide NVMEM layer over UBI volumes
Daniel Golle
3
-0
/
+202
2024-02-25
mtd: ubi: populate ubi volume fwnode
Daniel Golle
1
-0
/
+27
2024-02-25
mtd: ubi: introduce pre-removal notification for UBI volumes
Daniel Golle
4
-8
/
+32
2024-02-25
mtd: ubi: attach from device tree
Daniel Golle
1
-39
/
+96
2024-02-25
mtd: ubi: block: use notifier to create ubiblock from parameter
Daniel Golle
3
-85
/
+106
2024-02-25
ubi: Correct the number of PEBs after a volume resize failure
ZhaoLong Wang
1
-5
/
+4
2024-02-25
ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130
Guo Xuenan
2
-7
/
+24
2024-02-25
ubi: correct the calculation of fastmap size
Zhang Yi
1
-3
/
+4
2024-02-25
ubi: Check for too small LEB size in VTBL code
Richard Weinberger
1
-0
/
+6
2024-02-25
block2mtd: port device access to files
Christian Brauner
1
-25
/
+21
2024-02-19
ubiblock: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-2
/
+4
2024-02-19
mtd_blkdevs: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-6
/
+6
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
2
-2
/
+2
2024-02-08
mtd: dataflash: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-1
/
+1
2024-02-05
mtd: rawnand: marvell: fix layouts
Elad Nachman
1
-8
/
+5
2024-02-05
mtd: spinand: esmt: Extend IDs to 5 bytes
Ezra Buehler
1
-3
/
+6
2024-02-05
mtd: ssfdc: Improve a size determination in ssfdcr_add_mtd()
Markus Elfring
1
-1
/
+1
2024-02-05
mtd: ssfdc: Fix indentation in ssfdcr_add_mtd()
Markus Elfring
1
-1
/
+1
2024-02-05
mtd: ssfdc: One function call less in ssfdcr_add_mtd() after error detection
Markus Elfring
1
-1
/
+2
2024-02-05
mtd: rawnand: fsl_elbc: Let .probe retry if local bus is missing
Uwe Kleine-König
1
-1
/
+2
2024-02-05
mtd: spinand: winbond: add support for W25N04KV
Zhi-Jun You
1
-0
/
+12
2024-02-05
mtd: Fix possible refcounting issue when going through partition nodes
Miquel Raynal
1
-0
/
+1
2024-02-05
mtd: spinand: gigadevice: Fix the get ecc status issue
Han Xu
1
-2
/
+4
2024-01-17
Merge tag 'ubifs-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
Linus Torvalds
7
-60
/
+499
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+1
2024-01-09
Merge tag 'mtd/for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Linus Torvalds
29
-397
/
+515
2024-01-06
ubi: block: fix memleak in ubiblock_create()
Li Nan
1
-1
/
+1
2024-01-06
mtd: Add several functions to the fail_function list
ZhaoLong Wang
1
-0
/
+5
2024-01-06
ubi: Reserve sufficient buffer length for the input mask
ZhaoLong Wang
1
-2
/
+2
2024-01-06
ubi: Add six fault injection type for testing
ZhaoLong Wang
4
-21
/
+287
2024-01-06
ubi: Split io_failures into write_failure and erase_failure
ZhaoLong Wang
2
-10
/
+17
2024-01-06
ubi: Use the fault injection framework to enhance the fault injection capability
ZhaoLong Wang
5
-42
/
+203
2023-12-29
mtd_blkdevs: use the default discard granularity
Christoph Hellwig
1
-3
/
+1
2023-12-22
Merge tag 'nand/for-6.8' into mtd/next
Miquel Raynal
15
-262
/
+212
2023-12-22
Merge tag 'spi-nor/for-6.8' into mtd/next
Miquel Raynal
11
-118
/
+226
2023-12-22
mtd: rawnand: Clarify conditions to enable continuous reads
Miquel Raynal
1
-8
/
+16
2023-12-22
mtd: rawnand: Prevent sequential reads with on-die ECC engines
Miquel Raynal
1
-0
/
+8
2023-12-22
mtd: rawnand: Fix core interference with sequential reads
Miquel Raynal
1
-0
/
+14
2023-12-22
mtd: rawnand: Prevent crossing LUN boundaries during sequential reads
Miquel Raynal
1
-6
/
+37
2023-12-22
mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
ZhaoLong Wang
1
-2
/
+2
[prev]
[next]