summaryrefslogtreecommitdiff
path: root/drivers/mtd/mtd_blkdevs.c
AgeCommit message (Expand)Author
2024-02-19mtd_blkdevs: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-29mtd_blkdevs: use the default discard granularityChristoph Hellwig
2023-12-22mtd: Fix gluebi NULL pointer dereference caused by ftl notifierZhaoLong Wang
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12mtd: block: use a simple bool to track open for writeChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-01-26mtd_blkdevs: avoid soft lockups with some mtd/spi devicesDavid Decotigny
2021-12-12mtd_blkdevs: don't scan partitions for plain mtdblockChristoph Hellwig
2021-11-29mtd_blkdevs: remove the sector out of range check in do_blktrans_requestChristoph Hellwig
2021-11-29block: remove rq_flush_dcache_pagesChristoph Hellwig
2021-10-21mtd: add add_disk() error handlingLuis Chamberlain
2021-09-05Merge tag 'mtd/for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2021-08-23mtd_blkdevs: simplify the refcounting in blktrans_{open, release}Christoph Hellwig
2021-08-23mtd_blkdevs: simplify blktrans_getgeoChristoph Hellwig
2021-08-23mtd_blkdevs: remove blktrans_ref_mutexChristoph Hellwig
2021-08-23mtd_blkdevs: simplify blktrans_dev_getChristoph Hellwig
2021-08-23mtd_blkdevs: use lockdep_assert_heldChristoph Hellwig
2021-08-23mtd_blkdevs: don't hold del_mtd_blktrans_dev in blktrans_{open, release}Christoph Hellwig
2021-08-06mtd: fix lock hierarchy in deregister_mtd_blktransDesmond Cheong Zhi Xi
2021-07-16mtd: break circular locks in register_mtd_blktransDesmond Cheong Zhi Xi
2021-07-16mtd: mtd_blkdevs: Initialize rq.limits.discard_granularityZhihao Cheng
2021-06-16mtd_blkdevs: initialze new->rq in add_mtd_blktrans_devChristoph Hellwig
2021-06-11mtd_blkdevs: use blk_mq_alloc_diskChristoph Hellwig
2020-11-16mtd_blkdevs: don't override BLKFLSBUFChristoph Hellwig
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner
2018-10-16mtd_blkdevs: convert to blk-mqJens Axboe
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-05-11mtd_blkdevs: handle highmem pagesChristoph Hellwig
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2017-08-12mtd: blkdevs: Fix mtd block write failureAbhishek Sahu
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-06-27block: convert to device_add_disk()Dan Williams
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07drivers: use req op accessorMike Christie
2016-04-12mtd: switch to using blk_queue_write_cache()Jens Axboe
2015-10-30mtd: blkdevs: fix potential deadlock + lockdep warningsBrian Norris
2015-09-28mtd: blktrans: fix multiplication overflowPeng Fan
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-25mtd: blkdevs: fix switch-bool compilation warningTomer Barletz
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe
2015-05-21mtd: blktrans: use better error code for unimplemented ioctl()Brian Norris
2015-05-21mtd: blktrans: change blktrans_getgeo return valueWenlin Kang