aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtd_blkdevs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 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