index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
mtdchar.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-28
mtd: add OTP (one-time-programmable) erase ioctl
Michael Walle
1
-1
/
+6
2021-03-28
mtd: require write permissions for locking and badblock ioctls
Michael Walle
1
-4
/
+4
2021-03-11
mtd: mtdchar: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-03-11
mtd: char: Get rid of Big MTD Lock
Alexander Sverdlin
1
-6
/
+8
2021-03-11
mtd: char: Drop mtd_mutex usage from mtdchar_open()
Alexander Sverdlin
1
-8
/
+2
2020-10-28
mtd: remove unneeded break
Tom Rix
1
-2
/
+0
2020-07-24
mtd: properly check all write ioctls for permissions
Greg Kroah-Hartman
1
-9
/
+47
2020-03-11
mtd: implement proper partition handling
Miquel Raynal
1
-5
/
+7
2019-10-08
mtd: Initialize all parameters of mtd_oob_ops
Miquel Raynal
1
-5
/
+5
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102
Thomas Gleixner
1
-15
/
+1
2018-07-18
mtdchar: fix overflows in adjustment of `count`
Jann Horn
1
-3
/
+7
2018-04-06
Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-33
/
+1
2018-03-19
mtdchar: fix usage of mtd_ooblayout_ecc()
OuYang ZhiZhong
1
-2
/
+2
2018-03-15
mtd: Unconditionally update ->fail_addr and ->addr in part_erase()
Boris Brezillon
1
-1
/
+0
2018-03-15
mtd: Stop assuming mtd_erase() is asynchronous
Boris Brezillon
1
-32
/
+1
2017-10-17
mtdchar: get rid of pointless access_ok()
Al Viro
1
-23
/
+1
2017-02-08
mtd: Fix typo: "occured" -> "occurred"
Nobuhiro Iwamatsu
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-05-05
mtd: kill the nand_ecclayout struct
Boris Brezillon
1
-6
/
+6
2016-04-19
mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
Boris Brezillon
1
-2
/
+2
2016-04-19
mtd: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
1
-19
/
+88
2015-09-29
mtd: provide proper 32/64-bit compat_ioctl() support for BLKPG
Brian Norris
1
-9
/
+33
2015-01-20
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
1
-62
/
+10
2014-08-19
mtd: terminate user-provided string
Brian Norris
1
-0
/
+3
2014-05-20
mtd: Fix warning in access_ok() parameter passing
Geert Uytterhoeven
1
-9
/
+11
2014-03-10
mtd: Fix the behavior of OTP write if there is not enough room for data
Christian Riesch
1
-0
/
+9
2014-03-10
mtd: Add a retlen parameter to _get_{fact,user}_prot_info
Christian Riesch
1
-5
/
+6
2013-11-11
mtd: mtdchar: return expected errors on mmap() call
Vladimir Zapolskiy
1
-3
/
+3
2013-11-06
mtd: Move major number definitions to major.h
Ezequiel Garcia
1
-0
/
+1
2013-06-29
mtdchar: switch to fixed_size_llseek()
Al Viro
1
-19
/
+1
2013-05-09
Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-30
/
+22
2013-04-19
mtdchar: remove no-longer-used vma helpers
Linus Torvalds
1
-27
/
+0
2013-04-19
vm: convert mtdchar mmap to vm_iomap_memory() helper
Linus Torvalds
1
-30
/
+2
2013-04-05
mtd: merge mtdchar module with mtdcore
Artem Bityutskiy
1
-16
/
+4
2013-04-05
mtd: mtdchar: use proper kernel print level
Artem Bityutskiy
1
-3
/
+5
2013-04-05
mtd: mtdchar: handle chips that have user otp but no factory otp
Uwe Kleine-König
1
-11
/
+13
2013-03-03
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
1
-0
/
+1
2012-10-09
mtd: Disable mtdchar mmap on MMU systems
David Woodhouse
1
-1
/
+5
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
1
-1
/
+1
2012-09-28
mtdchar: fix offset overflow detection
Linus Torvalds
1
-6
/
+42
2012-05-07
mtd: fix oops in dataflash driver
Will Newton
1
-1
/
+1
2012-04-09
fix breakage in mtdchar_open(), sanitize failure exits
Al Viro
1
-10
/
+10
2012-03-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-37
/
+16
2012-03-31
mtdchar: kill persistently held vfsmount
Al Viro
1
-37
/
+16
2012-03-30
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-2
/
+2
2012-03-27
mtd: add leading underscore to all mtd functions
Artem Bityutskiy
1
-2
/
+2
2012-03-23
magic.h: move some FS magic numbers into magic.h
Muthu Kumar
1
-1
/
+1
2012-01-09
mtd: do not use mtd->block_markbad directly
Artem Bityutskiy
1
-4
/
+1
2012-01-09
mtd: introduce mtd_can_have_bb helper
Artem Bityutskiy
1
-4
/
+1
2012-01-09
mtd: do not use mtd->lock, unlock and is_locked directly
Artem Bityutskiy
1
-12
/
+3
[next]