aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/block2mtd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-6/+1
2018-03-15mtd: block2mtd: remove redundant initialization of 'bdev'Colin Ian King1-1/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-02-23mtd: block2mtd: wait until block devices are presentedFelix Fietkau1-15/+43
2014-03-10mtd: block2mtd: check device sizeFabian Frederick1-1/+5
2014-03-10mtd: block2mtd: Add mutex_destroyFabian Frederick1-5/+8
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia1-0/+1
2013-08-05mtd: Convert logging messagesJoe Perches1-27/+31
2012-12-13mtd: block2mtd: throttle writes by calling balance_dirty_pages_ratelimited.NeilBrown1-0/+2
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-06-01mtd: block2mtd: fix recursive call of mtd_writevGabor Juhos1-1/+0
2012-05-13mtd: block2mtd: page_read() never returns NULLRyosuke Saito1-6/+0
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy1-3/+0
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy1-5/+0
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy1-9/+0
2012-03-27mtd: block2mtd: initialize writebufsizeArtem Bityutskiy1-0/+1
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-5/+5
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy1-1/+1
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-13/+4
2010-11-13mtd: fix bdev exclusive open bugs in block2mtd::add_device()Tejun Heo1-2/+11
2010-10-26block2mtd: dubious assignmentNicolas Kaiser1-1/+0
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-18mtd: block2mtd: Use kasprintfJulia Lawall1-3/+1
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro1-2/+2
2008-07-25Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse1-3/+5
2008-07-21MTD: handle pci_name() being constGreg Kroah-Hartman1-3/+5
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-6/+0
2008-04-22[MTD] block2mtd: logging typo fixesStephane Chazelas1-5/+5
2008-03-24mtd: memory corruption in block2mtd.cIngo van Lil1-1/+0
2008-02-06Claim maintainership for block2mtd and update email addressesJoern Engel1-2/+2
2007-05-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2007-05-07mm: make read_cache_page synchronousNick Piggin1-4/+2
2007-05-02[MTD] block2mtd_paramline[] mustn't be __initdataAdrian Bunk1-1/+1
2007-02-20[PATCH] [MTD] block2mtd: remove readahead codeJoern Engel1-53/+4
2007-02-20[PATCH] [MTD] block2mtd: remove warningJoern Engel1-3/+3
2007-02-20[PATCH] [MTD] block2mtd: remove castsJoern Engel1-2/+2
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton1-1/+2
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-07-15block2mtd.c: Make kernel boot command line arguments work (try 4)Ville Herva1-30/+63
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-22[MTD] Initialize 'writesize'Artem B. Bityutskiy1-0/+1
2006-06-14[MTD] Restore MTD_ROM and MTD_RAM typesDavid Woodhouse1-1/+1