summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/block.c
AgeCommit message (Expand)AuthorLines
2021-11-04mtd/ubi/block: add error handling support for add_disk()Luis Chamberlain-1/+7
2021-06-11ubi: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig-39/+29
2019-09-15ubi: block: Warn if volume size is not multiple of 512Richard Weinberger-8/+35
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner-9/+1
2018-04-04ubi: Fix error for write accessRomain Izard-1/+1
2018-01-18ubi: block: Fix locking for idr_alloc/idr_removeBradley Bolen-16/+26
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks-3/+3
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig-3/+3
2017-06-09block: introduce new block status code typeChristoph Hellwig-1/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig-4/+3
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig-8/+7
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig-1/+0
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2015-06-02UBI: block: Dynamically allocate minor numbersDan Ehrenberg-2/+14
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez-1/+1
2015-05-06UBI: block: Add missing cache flushesKevin Cernekee-0/+2
2015-02-12UBI: block: Fix checking for NULL instead of IS_ERR()Dan Carpenter-2/+2
2015-02-12UBI: block: Continue creating ubiblocks after an initialization errorDan Ehrenberg-15/+22
2015-01-28UBI: Block: Explain usage of blk_rq_map_sg()Richard Weinberger-0/+6
2015-01-28UBI: Block: Add blk-mq supportRichard Weinberger-108/+94
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman-21/+20
2014-09-16UBI: block: Add support for the UBI_VOLUME_UPDATED notificationEzequiel Garcia-2/+14
2014-09-16UBI: block: Fix block device size settingEzequiel Garcia-5/+6
2014-09-16UBI: block: fix dereference on uninitialized devColin Ian King-5/+6
2014-07-28UBI: block: Avoid disk size integer overflowRichard Weinberger-2/+9
2014-07-28UBI: block: Set disk_capacity out of the mutexEzequiel Garcia-4/+2
2014-07-28UBI: block: Make ubiblock_resize return somethingEzequiel Garcia-2/+3
2014-06-10Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds-1/+3
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds-1/+1
2014-05-27UBI: block: Fix error path on alloc_workqueue failureHelmut Schaa-1/+3
2014-05-05UBI: avoid workqueue format string leakKees Cook-1/+1
2014-04-15block: remove struct request buffer memberJens Axboe-1/+1
2014-03-21UBI: block: Remove __initdata from ubiblock_param_opsRichard Weinberger-1/+1
2014-03-05UBI: rename block device ioctlsArtem Bityutskiy-1/+1
2014-03-04UBI: block: Use 'u64' for the 64-bit dividendEzequiel Garcia-1/+1
2014-03-04UBI: block: Mark init-only symbol as __initdataEzequiel Garcia-1/+1
2014-03-04UBI: block: do not use term "attach"Artem Bityutskiy-19/+20
2014-02-28UBI: R/O block driver on top of UBI volumesEzequiel Garcia-0/+646