summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/block2mtd.c
AgeCommit message (Expand)AuthorLines
2014-03-10mtd: block2mtd: check device sizeFabian Frederick-1/+5
2014-03-10mtd: block2mtd: Add mutex_destroyFabian Frederick-5/+8
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia-0/+1
2013-08-05mtd: Convert logging messagesJoe Perches-27/+31
2012-12-13mtd: block2mtd: throttle writes by calling balance_dirty_pages_ratelimited.NeilBrown-0/+2
2012-11-22mtd: remove use of __devexitBill Pemberton-1/+1
2012-06-01mtd: block2mtd: fix recursive call of mtd_writevGabor Juhos-1/+0
2012-05-13mtd: block2mtd: page_read() never returns NULLRyosuke Saito-6/+0
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy-3/+0
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy-5/+0
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy-9/+0
2012-03-27mtd: block2mtd: initialize writebufsizeArtem Bityutskiy-0/+1
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy-5/+5
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds-1/+1
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy-1/+1
2012-01-03fs: move code out of buffer.cAl Viro-1/+0
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles-2/+2
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo-13/+4
2010-11-13mtd: fix bdev exclusive open bugs in block2mtd::add_device()Tejun Heo-2/+11
2010-10-26block2mtd: dubious assignmentNicolas Kaiser-1/+0
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-18mtd: block2mtd: Use kasprintfJulia Lawall-3/+1
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro-2/+2
2008-07-25Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse-3/+5
2008-07-21MTD: handle pci_name() being constGreg Kroah-Hartman-3/+5
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk-6/+0
2008-04-22[MTD] block2mtd: logging typo fixesStephane Chazelas-5/+5
2008-03-24mtd: memory corruption in block2mtd.cIngo van Lil-1/+0
2008-02-06Claim maintainership for block2mtd and update email addressesJoern Engel-2/+2
2007-05-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds-1/+1
2007-05-07mm: make read_cache_page synchronousNick Piggin-4/+2
2007-05-02[MTD] block2mtd_paramline[] mustn't be __initdataAdrian Bunk-1/+1
2007-02-20[PATCH] [MTD] block2mtd: remove readahead codeJoern Engel-53/+4
2007-02-20[PATCH] [MTD] block2mtd: remove warningJoern Engel-3/+3
2007-02-20[PATCH] [MTD] block2mtd: remove castsJoern Engel-2/+2
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton-1/+2
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan-2/+1
2006-07-15block2mtd.c: Make kernel boot command line arguments work (try 4)Ville Herva-30/+63
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-22[MTD] Initialize 'writesize'Artem B. Bityutskiy-0/+1
2006-06-14[MTD] Restore MTD_ROM and MTD_RAM typesDavid Woodhouse-1/+1
2006-05-30[MTD] replace MTD_RAM with MTD_GENERIC_TYPEJoern Engel-1/+1
2006-05-25[MTD] Remove the only useless readv implementationThomas Gleixner-1/+0
2006-05-14[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtdDavid Woodhouse-1/+1
2006-05-14mtd: fix memory leak in block2mtd_setup()Jesper Juhl-3/+6
2006-04-19mtd: improve parameter parsing for block2mtdJoern Engel-3/+14
2006-03-31[PATCH] sem2mutex: drivers/mtd/Ingo Molnar-6/+7