aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtd_blkdevs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-06-11Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+6
2014-04-15mtd: mtd_blkdevs: handle REQ_FLUSH request and do explicit flush of writeback bufferRoman Peniaev1-0/+6
2014-04-15block: remove struct request buffer memberJens Axboe1-2/+1
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+2
2013-05-05mtd_blktrans_ops->release() should return voidAl Viro1-4/+4
2012-11-21mtd: mtd_blkdevs: Replace request handler kthread with a workqueueEzequiel Garcia1-32/+15
2012-11-21mtd: mtd_blkdev: Use a different name for block_device_operations variableEzequiel Garcia1-2/+2
2012-03-27mtd: mtdblock: call mtd_sync() only if opened for writeAlexander Stein1-0/+1
2012-01-09mtd: mtd_blkdevs: don't increase 'open' count on error pathBrian Norris1-1/+2
2011-10-14mtd: mark block device queue as non-rotationalDan McGee1-0/+2
2011-05-25mtd: mtd_blkdevs: fix error path in blktrans_openArtem Bityutskiy1-3/+21
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1Artem Bityutskiy1-3/+6
2011-03-11mtd_blkdevs: Set the maximum discards sizeJarkko Lavinen1-3/+4
2011-03-11mtd_blkdevs: Add background processing supportJarkko Lavinen1-0/+26
2011-03-11mtd: mtd_blkdevs: local symbols should be staticH Hartley Sweeten1-2/+2
2011-03-11mtd: mtd_blkdevs: fix double free on error pathMaxim Levitsky1-1/+0
2010-10-30mtd: Remove redundant mutex from mtd_blkdevs.cDavid Woodhouse1-7/+0
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-1/+7
2010-10-30MTD: Fix wrong check register_blkdev return valueFrank Li1-1/+4
2010-10-25mtd: blktrans: fix a race vs kthread_stopMaxim Levitsky1-0/+4
2010-10-25mtd: blktrans: kill BKLMaxim Levitsky1-6/+0
2010-10-25mtd: allow to unload the mtdtrans module if its block devices aren't openMaxim Levitsky1-28/+24
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+7
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+11
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-2/+16
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-1/+5
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-1/+4
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-2/+2
2010-08-06mtd: blkdevs: fix crash related to sysfs attributes.Maxim Levitsky1-3/+4
2010-08-02mtd: return success on blktrans_ioctlDan Carpenter1-0/+1
2010-03-08mtd: blktrans: do blk_cleanup_queue when it is really safe to do soMaxim Levitsky1-1/+1
2010-02-26mtd: Few follow up cleanups for Smartmedia/xD supportMaxim Levitsky1-2/+4
2010-02-26mtd: blktrans: allow FTL drivers to export sysfs attributesMaxim Levitsky1-0/+8
2010-02-26mtd: blktrans: Hotplug fixesMaxim Levitsky1-54/+148
2010-02-26mtd: blktrans: remove mtd_blkcore_priv, switch to per device queue and threadMaxim Levitsky1-66/+58
2010-02-25mtd: Raise limit on block device minor numbersBen Hutchings1-2/+5
2010-02-25mtd: Introduce and use iteration macro for reading the MTD device tableBen Hutchings1-5/+5
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-4/+1
2009-11-30mtd: don't use PF_MEMALLOCKOSAKI Motohiro1-3/+0
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's pagesIlya Loginov1-0/+2
2009-10-20mtd_blkdevs.c: quiet a "symbol shadows" sparse warninghartleys1-1/+1
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig1-14/+5
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-08-03mtd: blkdevs: do not forget to get MTD devicesArtem Bityutskiy1-3/+3
2009-06-22Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2009-05-26[MTD] set blkdev parent to the mtd device, not its parentDavid Woodhouse1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-6/+1