index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
mtd
/
mtd.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: fix minor comment typo for struct mtd_master
Marcel Hamer
2024-02-26
1
-1
/
+1
*
mtd: use refcount to prevent corruption
Tomas Winkler
2023-07-12
1
-1
/
+1
*
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-08
1
-0
/
+1
|
\
|
*
mtd: allow getting MTD device associated with a specific DT node
Rafał Miłecki
2022-09-24
1
-0
/
+1
*
|
mtd: add ECC error accounting for each read request
Michał Kępień
2022-09-21
1
-0
/
+2
*
|
mtd: track maximum number of bitflips for each read request
Michał Kępień
2022-09-21
1
-0
/
+5
|
/
*
mtd: fix 'part' field data corruption in mtd_info
Oleksandr Ocheretnyi
2022-04-21
1
-4
/
+2
*
mtd: core: Remove partid and partname debugfs files
Tudor Ambarus
2022-03-14
1
-3
/
+0
*
mtd: Replace the expert mode symbols with a single helper
Miquel Raynal
2022-02-07
1
-2
/
+6
*
mtd: Introduce an expert mode for forensics and debugging purposes
Miquel Raynal
2021-12-09
1
-0
/
+3
*
mtd: Remove obsolete macros only used by the old nand_ecclayout struct
GONG, Ruiqi
2021-09-14
1
-2
/
+0
*
mtd: core: add OTP nvmem provider support
Michael Walle
2021-05-10
1
-0
/
+2
*
mtd: core: Constify buf in mtd_write_user_prot_reg()
Tudor Ambarus
2021-04-16
1
-2
/
+3
*
mtd: add OTP (one-time-programmable) erase ioctl
Michael Walle
2021-03-28
1
-0
/
+3
*
mtd: char: Get rid of Big MTD Lock
Alexander Sverdlin
2021-03-11
1
-0
/
+1
*
mtd: Add support for emulated SLC mode on MLC NANDs
Boris Brezillon
2020-05-11
1
-1
/
+6
*
mtd: implement proper partition handling
Miquel Raynal
2020-03-11
1
-10
/
+115
*
mtd: mtdcore: add debugfs nodes for querying the flash name and id
Zhuohao Lee
2019-08-29
1
-0
/
+3
*
mtd: Add flag to indicate panic_write
Kamal Dasu
2019-06-27
1
-0
/
+6
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102
Thomas Gleixner
2019-05-24
1
-15
/
+1
*
Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-12-28
1
-0
/
+2
|
\
|
*
mtd: add support for reading MTD devices via the nvmem API
Alban Bedel
2018-12-06
1
-0
/
+2
*
|
mtd: keep original flags for every struct mtd_info
Rafał Miłecki
2018-12-02
1
-0
/
+1
*
|
mtd: fix mtd_oobavail() incoherent returned value
Miquel Raynal
2018-12-02
1
-1
/
+1
|
/
*
mtd: adapt misleading comment in mtd_oob_ops structure
Miquel Raynal
2018-07-19
1
-3
/
+5
*
mtd: Stop updating erase_info->state and calling mtd_erase_callback()
Boris Brezillon
2018-03-21
1
-9
/
+0
*
mtd: Unconditionally update ->fail_addr and ->addr in part_erase()
Boris Brezillon
2018-03-15
1
-1
/
+2
*
mtd: Stop assuming mtd_erase() is asynchronous
Boris Brezillon
2018-03-15
1
-2
/
+0
*
mtd: Get rid of unused fields in struct erase_info
Boris Brezillon
2018-03-15
1
-5
/
+0
*
mtd: Add an helper to make erase request aligned on ->erasesize
Boris Brezillon
2018-01-06
1
-0
/
+28
*
mtd: remove the get_unmapped_area method
Nicolas Pitre
2017-11-13
1
-4
/
+0
*
mtd: Fix C++ comment in include/linux/mtd/mtd.h
Pavel Machek
2017-11-06
1
-1
/
+1
*
mtd: create per-device and module-scope debugfs entries
Mario Rugiero
2017-07-21
1
-0
/
+10
*
Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtd
Linus Torvalds
2017-05-11
1
-1
/
+1
|
\
|
*
mtd: use dev_of_node helper in mtd_get_of_node
Rafał Miłecki
2017-04-19
1
-1
/
+1
*
|
mtd: Convert to dynamically allocated bdi infrastructure
Jan Kara
2017-04-20
1
-5
/
+0
|
/
*
mtd: name the mtd device with an optional label property
Cédric Le Goater
2017-02-10
1
-0
/
+3
*
mtd: introduce function max_bad_blocks
Jeff Westfahl
2017-02-08
1
-0
/
+13
*
mtd: introduce the mtd_pairing_scheme concept
Boris Brezillon
2016-09-15
1
-0
/
+107
*
mtd: kill the nand_ecclayout struct
Boris Brezillon
2016-05-05
1
-20
/
+0
*
mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
Boris Brezillon
2016-04-19
1
-4
/
+28
*
mtd: add mtd_set_ecclayout() helper function
Boris Brezillon
2016-04-19
1
-0
/
+6
*
mtd: add mtd_ooblayout_xxx() helper functions
Boris Brezillon
2016-04-19
1
-0
/
+33
*
mtd: Uninline mtd_write_oob and move it to mtdcore.c
Ezequiel Garcia
2016-04-13
1
-11
/
+1
*
mtd: create an mtd_oobavail() helper and make use of it
Boris BREZILLON
2016-03-07
1
-0
/
+5
*
mtd: kill the ecclayout->oobavail field
Boris BREZILLON
2016-03-07
1
-1
/
+0
*
mtd: add get/set of_node/flash_node helpers
Brian Norris
2015-11-11
1
-0
/
+11
*
Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtd
Linus Torvalds
2015-02-18
1
-0
/
+1
|
\
|
*
mtd: implement common reboot notifier boilerplate
Brian Norris
2015-01-07
1
-0
/
+1
*
|
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
2015-01-20
1
-0
/
+2
|
/
[next]