summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtd_blkdevs.c
AgeCommit message (Expand)AuthorLines
2012-03-27mtd: mtdblock: call mtd_sync() only if opened for writeAlexander Stein-0/+1
2012-01-09mtd: mtd_blkdevs: don't increase 'open' count on error pathBrian Norris-1/+2
2011-10-14mtd: mark block device queue as non-rotationalDan McGee-0/+2
2011-05-25mtd: mtd_blkdevs: fix error path in blktrans_openArtem Bityutskiy-3/+21
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy-3/+6
2011-03-11mtd_blkdevs: Set the maximum discards sizeJarkko Lavinen-3/+4
2011-03-11mtd_blkdevs: Add background processing supportJarkko Lavinen-0/+26
2011-03-11mtd: mtd_blkdevs: local symbols should be staticH Hartley Sweeten-2/+2
2011-03-11mtd: mtd_blkdevs: fix double free on error pathMaxim Levitsky-1/+0
2010-10-30mtd: Remove redundant mutex from mtd_blkdevs.cDavid Woodhouse-7/+0
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse-1/+7
2010-10-30MTD: Fix wrong check register_blkdev return valueFrank Li-1/+4
2010-10-25mtd: blktrans: fix a race vs kthread_stopMaxim Levitsky-0/+4
2010-10-25mtd: blktrans: kill BKLMaxim Levitsky-6/+0
2010-10-25mtd: allow to unload the mtdtrans module if its block devices aren't openMaxim Levitsky-28/+24
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann-7/+7
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-4/+11
2010-08-08mtd: Update copyright noticesDavid Woodhouse-2/+16
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann-1/+5
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann-1/+4
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig-2/+2
2010-08-06mtd: blkdevs: fix crash related to sysfs attributes.Maxim Levitsky-3/+4
2010-08-02mtd: return success on blktrans_ioctlDan Carpenter-0/+1
2010-03-08mtd: blktrans: do blk_cleanup_queue when it is really safe to do soMaxim Levitsky-1/+1
2010-02-26mtd: Few follow up cleanups for Smartmedia/xD supportMaxim Levitsky-2/+4
2010-02-26mtd: blktrans: allow FTL drivers to export sysfs attributesMaxim Levitsky-0/+8
2010-02-26mtd: blktrans: Hotplug fixesMaxim Levitsky-54/+148
2010-02-26mtd: blktrans: remove mtd_blkcore_priv, switch to per device queue and threadMaxim Levitsky-66/+58
2010-02-25mtd: Raise limit on block device minor numbersBen Hutchings-2/+5
2010-02-25mtd: Introduce and use iteration macro for reading the MTD device tableBen Hutchings-5/+5
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds-4/+1
2009-11-30mtd: don't use PF_MEMALLOCKOSAKI Motohiro-3/+0
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov-0/+2
2009-10-20mtd_blkdevs.c: quiet a "symbol shadows" sparse warninghartleys-1/+1
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig-14/+5
2009-09-22const: make block_device_operations constAlexey Dobriyan-1/+1
2009-08-03mtd: blkdevs: do not forget to get MTD devicesArtem Bityutskiy-3/+3
2009-06-22Merge git://git.infradead.org/mtd-2.6Linus Torvalds-1/+1
2009-05-26[MTD] set blkdev parent to the mtd device, not its parentDavid Woodhouse-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo-6/+1
2009-05-11mtd_blkdevs: dequeue in-flight requestTejun Heo-4/+13
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo-1/+1
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo-3/+4
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo-11/+11
2009-04-04[MTD] driver model updatesDavid Brownell-0/+1
2009-04-03[MTD] fix use after free in register_mtd_blktransMarcin Slusarz-1/+2
2008-10-21[PATCH] switch mtd_blkdevsAl Viro-17/+11
2008-10-21[PATCH] beginning of methods conversionAl Viro-3/+3
2008-10-09Support 'discard sectors' operation in translation layer support coreDavid Woodhouse-0/+16