summaryrefslogtreecommitdiff
path: root/drivers/mtd/mtd_blkdevs.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20mtd_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-12Merge 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-18block: 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-12mtd_blkdevs: handle highmem pagesChristoph Hellwig1-6/+14
2018-03-09block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-3/+3
2017-08-13mtd: 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-02-01block: 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-13mtd: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2015-10-31mtd: blkdevs: fix potential deadlock + lockdep warningsBrian Norris1-5/+5
2015-09-29mtd: 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