summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/block.c
Commit message (Expand)AuthorAgeFilesLines
* ubi: Fix error for write accessRomain Izard2018-04-041-1/+1
* ubi: block: Fix locking for idr_alloc/idr_removeBradley Bolen2018-01-181-16/+26
* ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-3/+3
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-3/+3
* block: introduce new block status code typeChristoph Hellwig2017-06-091-1/+1
* blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-4/+3
* blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-8/+7
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* | UBI: block: Dynamically allocate minor numbersDan Ehrenberg2015-06-021-2/+14
|/
* UBI: block: Add missing cache flushesKevin Cernekee2015-05-061-0/+2
* UBI: block: Fix checking for NULL instead of IS_ERR()Dan Carpenter2015-02-121-2/+2
* UBI: block: Continue creating ubiblocks after an initialization errorDan Ehrenberg2015-02-121-15/+22
* UBI: Block: Explain usage of blk_rq_map_sg()Richard Weinberger2015-01-281-0/+6
* UBI: Block: Add blk-mq supportRichard Weinberger2015-01-281-108/+94
* UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman2014-11-071-21/+20
* UBI: block: Add support for the UBI_VOLUME_UPDATED notificationEzequiel Garcia2014-09-161-2/+14
* UBI: block: Fix block device size settingEzequiel Garcia2014-09-161-5/+6
* UBI: block: fix dereference on uninitialized devColin Ian King2014-09-161-5/+6
* UBI: block: Avoid disk size integer overflowRichard Weinberger2014-07-281-2/+9
* UBI: block: Set disk_capacity out of the mutexEzequiel Garcia2014-07-281-4/+2
* UBI: block: Make ubiblock_resize return somethingEzequiel Garcia2014-07-281-2/+3
* Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds2014-06-101-1/+3
|\
| * UBI: block: Fix error path on alloc_workqueue failureHelmut Schaa2014-05-271-1/+3
* | Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-021-1/+1
|\ \ | |/ |/|
| * block: remove struct request buffer memberJens Axboe2014-04-151-1/+1
* | UBI: avoid workqueue format string leakKees Cook2014-05-051-1/+1
|/
* UBI: block: Remove __initdata from ubiblock_param_opsRichard Weinberger2014-03-211-1/+1
* UBI: rename block device ioctlsArtem Bityutskiy2014-03-051-1/+1
* UBI: block: Use 'u64' for the 64-bit dividendEzequiel Garcia2014-03-041-1/+1
* UBI: block: Mark init-only symbol as __initdataEzequiel Garcia2014-03-041-1/+1
* UBI: block: do not use term "attach"Artem Bityutskiy2014-03-041-19/+20
* UBI: R/O block driver on top of UBI volumesEzequiel Garcia2014-02-281-0/+646