aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtd_blkdevs.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19mtd_blkdevs: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-6/+6
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-3/+1
2023-12-29mtd_blkdevs: use the default discard granularityChristoph Hellwig1-3/+1
2023-12-22mtd: Fix gluebi NULL pointer dereference caused by ftl notifierZhaoLong Wang1-2/+2
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-2/+2
2023-06-12mtd: block: use a simple bool to track open for writeChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+0
2022-01-26mtd_blkdevs: avoid soft lockups with some mtd/spi devicesDavid Decotigny1-0/+1
2021-12-12mtd_blkdevs: don't scan partitions for plain mtdblockChristoph Hellwig1-2/+4
2021-11-29mtd_blkdevs: remove the sector out of range check in do_blktrans_requestChristoph Hellwig1-8/+2
2021-11-29block: remove rq_flush_dcache_pagesChristoph Hellwig1-2/+8
2021-10-21mtd: add add_disk() error handlingLuis Chamberlain1-1/+5
2021-09-05Merge tag 'mtd/for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds1-53/+7
2021-08-23mtd_blkdevs: simplify the refcounting in blktrans_{open, release}Christoph Hellwig1-14/+4
2021-08-23mtd_blkdevs: simplify blktrans_getgeoChristoph Hellwig1-2/+1
2021-08-23mtd_blkdevs: remove blktrans_ref_mutexChristoph Hellwig1-12/+1
2021-08-23mtd_blkdevs: simplify blktrans_dev_getChristoph Hellwig1-15/+2
2021-08-23mtd_blkdevs: use lockdep_assert_heldChristoph Hellwig1-8/+2
2021-08-23mtd_blkdevs: don't hold del_mtd_blktrans_dev in blktrans_{open, release}Christoph Hellwig1-5/+0
2021-08-06mtd: fix lock hierarchy in deregister_mtd_blktransDesmond Cheong Zhi Xi1-1/+1
2021-07-16mtd: break circular locks in register_mtd_blktransDesmond Cheong Zhi Xi1-6/+2
2021-07-16mtd: mtd_blkdevs: Initialize rq.limits.discard_granularityZhihao Cheng1-0/+1
2021-06-16mtd_blkdevs: initialze new->rq in add_mtd_blktrans_devChristoph Hellwig1-0/+1
2021-06-11mtd_blkdevs: use blk_mq_alloc_diskChristoph Hellwig1-26/+22
2020-11-16mtd_blkdevs: don't override BLKFLSBUFChristoph Hellwig1-28/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-15/+1
2018-10-16mtd_blkdevs: convert to blk-mqJens Axboe1-37/+63
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-05-11mtd_blkdevs: handle highmem pagesChristoph Hellwig1-6/+14
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-3/+3
2017-08-12mtd: blkdevs: Fix mtd block write failureAbhishek Sahu1-0/+1
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig1-0/+1
2017-06-09block: introduce new block status code typeChristoph Hellwig1-13/+17
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-7/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-27block: convert to device_add_disk()Dan Williams1-3/+1
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-1/+1
2016-06-07drivers: use req op accessorMike Christie1-1/+1
2016-04-12mtd: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2015-10-30mtd: blkdevs: fix potential deadlock + lockdep warningsBrian Norris1-5/+5
2015-09-28mtd: blktrans: fix multiplication overflowPeng Fan1-1/+1
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-08-25mtd: blkdevs: fix switch-bool compilation warningTomer Barletz1-6/+2
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-1/+1
2015-05-21mtd: blktrans: use better error code for unimplemented ioctl()Brian Norris1-1/+1
2015-05-21mtd: blktrans: change blktrans_getgeo return valueWenlin Kang1-1/+1
2015-05-12mtd: fix: avoid race condition when accessing mtd->usecountBrian Norris1-0/+5
2015-03-11mtd: blkdevs: remove dead codeBrian Norris1-3/+0
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...Roman 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/torval...Artem 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/torval...David 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 p...Ilya 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
2009-05-11mtd_blkdevs: dequeue in-flight requestTejun Heo1-4/+13
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo1-1/+1
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-3/+4
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-11/+11
2009-04-04[MTD] driver model updatesDavid Brownell1-0/+1
2009-04-03[MTD] fix use after free in register_mtd_blktransMarcin Slusarz1-1/+2
2008-10-21[PATCH] switch mtd_blkdevsAl Viro1-17/+11
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-09Support 'discard sectors' operation in translation layer support coreDavid Woodhouse1-0/+16
2008-06-04[MTD] Use list_for_each_entry[_safe] where appropriate.Chris Malley1-22/+10
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2007-12-03[MTD] Always initialise mutex in new mtd_blktrans_dev.David Woodhouse1-1/+1
2007-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse1-1/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+2
2007-06-28[MTD] mtdcore.c: share syms with mtd_blkdev.cBen Dooks1-3/+2
2007-06-28[MTD] mtd_blkdevs.c: do not export 'mtd_blktrans_ops'Ben Dooks1-1/+1
2007-05-08Clean up mutex_trylock noiseJean Delvare1-2/+2
2007-04-22[MTD] Finish conversion mtd_blkdevs to use the kthread APIChristoph Hellwig1-23/+9
2007-04-19[MTD] mtd_blkdevs: Convert to use the kthread APIEric W. Biederman1-14/+5
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-3/+1
2006-11-28[MTD] Allow variable block sizes in mtd_blkdevsRichard Purdie1-6/+9
2006-10-01[MTD] fix printk warningJeff Garzik1-1/+1
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-1/+1
2006-03-31[PATCH] sem2mutex: drivers/mtd/Ingo Molnar1-16/+16
2006-03-26BUG_ON() Conversion in drivers/mtd/Eric Sesterhenn1-2/+1
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-16/+9
2005-11-07[MTD] core: Clean up trailing white spacesThomas Gleixner1-12/+12
2005-08-04[MTD] mtd_blkdevs.c: Fix names when many devices/partitions are createdTodd Poynor1-3/+13
2005-08-04[MTD] mtd_blkdevs.c: Remove DEVFS leftoversTodd Poynor1-7/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+478