index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
mtdchar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: Initialize all parameters of mtd_oob_ops
Miquel Raynal
2019-10-08
1
-5
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102
Thomas Gleixner
2019-05-24
1
-15
/
+1
*
mtdchar: fix overflows in adjustment of `count`
Jann Horn
2018-07-18
1
-3
/
+7
*
Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtd
Linus Torvalds
2018-04-06
1
-33
/
+1
|
\
|
*
mtd: Unconditionally update ->fail_addr and ->addr in part_erase()
Boris Brezillon
2018-03-15
1
-1
/
+0
|
*
mtd: Stop assuming mtd_erase() is asynchronous
Boris Brezillon
2018-03-15
1
-32
/
+1
*
|
mtdchar: fix usage of mtd_ooblayout_ecc()
OuYang ZhiZhong
2018-03-19
1
-2
/
+2
|
/
*
mtdchar: get rid of pointless access_ok()
Al Viro
2017-10-17
1
-23
/
+1
*
mtd: Fix typo: "occured" -> "occurred"
Nobuhiro Iwamatsu
2017-02-08
1
-1
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
mtd: kill the nand_ecclayout struct
Boris Brezillon
2016-05-05
1
-6
/
+6
*
mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
Boris Brezillon
2016-04-19
1
-2
/
+2
*
mtd: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
2016-04-19
1
-19
/
+88
*
mtd: provide proper 32/64-bit compat_ioctl() support for BLKPG
Brian Norris
2015-09-29
1
-9
/
+33
*
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
2015-01-20
1
-62
/
+10
*
mtd: terminate user-provided string
Brian Norris
2014-08-19
1
-0
/
+3
*
mtd: Fix warning in access_ok() parameter passing
Geert Uytterhoeven
2014-05-20
1
-9
/
+11
*
mtd: Fix the behavior of OTP write if there is not enough room for data
Christian Riesch
2014-03-10
1
-0
/
+9
*
mtd: Add a retlen parameter to _get_{fact,user}_prot_info
Christian Riesch
2014-03-10
1
-5
/
+6
*
mtd: mtdchar: return expected errors on mmap() call
Vladimir Zapolskiy
2013-11-11
1
-3
/
+3
*
mtd: Move major number definitions to major.h
Ezequiel Garcia
2013-11-06
1
-0
/
+1
*
mtdchar: switch to fixed_size_llseek()
Al Viro
2013-06-29
1
-19
/
+1
*
Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd
Linus Torvalds
2013-05-09
1
-30
/
+22
|
\
|
*
mtd: merge mtdchar module with mtdcore
Artem Bityutskiy
2013-04-05
1
-16
/
+4
|
*
mtd: mtdchar: use proper kernel print level
Artem Bityutskiy
2013-04-05
1
-3
/
+5
|
*
mtd: mtdchar: handle chips that have user otp but no factory otp
Uwe Kleine-König
2013-04-05
1
-11
/
+13
*
|
mtdchar: remove no-longer-used vma helpers
Linus Torvalds
2013-04-19
1
-27
/
+0
*
|
vm: convert mtdchar mmap to vm_iomap_memory() helper
Linus Torvalds
2013-04-19
1
-30
/
+2
|
/
*
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
2013-03-03
1
-0
/
+1
*
mtd: Disable mtdchar mmap on MMU systems
David Woodhouse
2012-10-09
1
-1
/
+5
*
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-10-09
1
-1
/
+1
*
mtdchar: fix offset overflow detection
Linus Torvalds
2012-09-28
1
-6
/
+42
*
mtd: fix oops in dataflash driver
Will Newton
2012-05-07
1
-1
/
+1
*
fix breakage in mtdchar_open(), sanitize failure exits
Al Viro
2012-04-09
1
-10
/
+10
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-03-31
1
-37
/
+16
|
\
|
*
mtdchar: kill persistently held vfsmount
Al Viro
2012-03-31
1
-37
/
+16
*
|
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
Linus Torvalds
2012-03-30
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
mtd: add leading underscore to all mtd functions
Artem Bityutskiy
2012-03-27
1
-2
/
+2
*
|
magic.h: move some FS magic numbers into magic.h
Muthu Kumar
2012-03-23
1
-1
/
+1
|
/
*
mtd: do not use mtd->block_markbad directly
Artem Bityutskiy
2012-01-09
1
-4
/
+1
*
mtd: introduce mtd_can_have_bb helper
Artem Bityutskiy
2012-01-09
1
-4
/
+1
*
mtd: do not use mtd->lock, unlock and is_locked directly
Artem Bityutskiy
2012-01-09
1
-12
/
+3
*
mtd: do not use mtd->sync directly
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: do not use mtd->lock_user_prot_reg directly
Artem Bityutskiy
2012-01-09
1
-2
/
+0
*
mtd: mtd->write_user_prot_reg directly
Artem Bityutskiy
2012-01-09
1
-4
/
+0
*
mtd: do not use mtd->read_*_prot_reg directly
Artem Bityutskiy
2012-01-09
1
-8
/
+10
*
mtd: do not use mtd->get_*_prot_info directly
Artem Bityutskiy
2012-01-09
1
-5
/
+3
*
mtd: do not use mtd->read_oob directly
Artem Bityutskiy
2012-01-09
1
-7
/
+2
*
mtd: do not use mtd->get_unmapped_area directly
Artem Bityutskiy
2012-01-09
1
-15
/
+11
*
mtd: introduce mtd_has_oob helper
Artem Bityutskiy
2012-01-09
1
-1
/
+1
[next]