summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices/block2mtd.c
AgeCommit message (Expand)Author
2018-11-09mtd: block2mtd: mark expected switch fall-throughsGustavo A. R. Silva
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon
2018-03-15mtd: block2mtd: remove redundant initialization of 'bdev'Colin Ian King
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-02-23mtd: block2mtd: wait until block devices are presentedFelix Fietkau
2014-03-10mtd: block2mtd: check device sizeFabian Frederick
2014-03-10mtd: block2mtd: Add mutex_destroyFabian Frederick
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia
2013-08-05mtd: Convert logging messagesJoe Perches
2012-12-13mtd: block2mtd: throttle writes by calling balance_dirty_pages_ratelimited.NeilBrown
2012-11-22mtd: remove use of __devexitBill Pemberton
2012-06-01mtd: block2mtd: fix recursive call of mtd_writevGabor Juhos
2012-05-13mtd: block2mtd: page_read() never returns NULLRyosuke Saito
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy
2012-03-27mtd: block2mtd: initialize writebufsizeArtem Bityutskiy
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy
2012-01-03fs: move code out of buffer.cAl Viro
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles
2011-03-31Fix common misspellingsLucas De Marchi
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-11-13mtd: fix bdev exclusive open bugs in block2mtd::add_device()Tejun Heo
2010-10-26block2mtd: dubious assignmentNicolas Kaiser
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-18mtd: block2mtd: Use kasprintfJulia Lawall
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro
2008-07-25Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse
2008-07-21MTD: handle pci_name() being constGreg Kroah-Hartman
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk
2008-04-22[MTD] block2mtd: logging typo fixesStephane Chazelas
2008-03-24mtd: memory corruption in block2mtd.cIngo van Lil
2008-02-06Claim maintainership for block2mtd and update email addressesJoern Engel
2007-05-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2007-05-07mm: make read_cache_page synchronousNick Piggin
2007-05-02[MTD] block2mtd_paramline[] mustn't be __initdataAdrian Bunk
2007-02-20[PATCH] [MTD] block2mtd: remove readahead codeJoern Engel
2007-02-20[PATCH] [MTD] block2mtd: remove warningJoern Engel
2007-02-20[PATCH] [MTD] block2mtd: remove castsJoern Engel
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan
2006-07-15block2mtd.c: Make kernel boot command line arguments work (try 4)Ville Herva
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-22[MTD] Initialize 'writesize'Artem B. Bityutskiy