summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdblock.c
AgeCommit message (Expand)AuthorLines
2020-06-05mtd: clear cache_state to avoid writing to bad blocks repeatedlyXiaoming Ni-4/+7
2020-03-24mtd: Fix issue where write_cached_data() fails but write() still returns successXiaoming Ni-2/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner-15/+1
2018-12-03mtd: change len type from signed to unsigned typehuijin.park-1/+1
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon-1/+0
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon-20/+0
2015-01-07mtd: mtdblock: remove the needless mtdblks_lockGu Zheng-10/+0
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia-0/+1
2013-11-06mtd: Use MTD_BLOCK_MAJOR instead of the magic numberEzequiel Garcia-1/+1
2013-05-05mtd_blktrans_ops->release() should return voidAl Viro-3/+1
2012-03-27mtd: mtdblock: call mtd_sync() only if opened for writeAlexander Stein-2/+6
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy-5/+2
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy-2/+2
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy-2/+2
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy-4/+4
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy-1/+1
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris-7/+7
2011-09-11mtd: mtdblock: Use DEFINE_MUTEX() for mtdblks_lockAxel Lin-3/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-08-08mtd: Update copyright noticesDavid Woodhouse-2/+17
2010-02-26mtd: Few follow up cleanups for Smartmedia/xD supportMaxim Levitsky-1/+0
2010-02-26mtd: mtdblock: test return value of add_mtd_blktrans_dev, because if can failMaxim Levitsky-1/+2
2010-02-26mtd: blktrans: Hotplug fixesMaxim Levitsky-2/+0
2010-02-25mtd: mtdblock: Dynamically allocate cache info structuresBen Hutchings-43/+31
2009-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse-2/+2
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre-2/+2
2009-09-04mtd: fix a typo in commentMatthias Kaehlcke-1/+1
2009-08-03mtd: mtdblock: introduce mtdblks_lockMatthias Kaehlcke-1/+15
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk-2/+0
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan-5/+2
2006-11-28[MTD] Allow variable block sizes in mtd_blkdevsRichard Purdie-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-05-30[MTD] replace MTD_RAM with MTD_GENERIC_TYPEJoern Engel-1/+1
2006-05-29[MTD] Remove silly MTD_WRITE/READ macrosThomas Gleixner-6/+7
2006-04-17Simplify test for RAM devicesJörn Engel-2/+1
2006-03-31[PATCH] sem2mutex: drivers/mtd/Ingo Molnar-6/+8
2005-11-07[MTD] core: Clean up trailing white spacesThomas Gleixner-22/+22
2005-11-07[MTD] Tidy up Tims include cleanupThomas Gleixner-5/+6
2005-10-30[PATCH] fix missing includesTim Schmielau-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+394