aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/block.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.18.106 into android-msm-marlin-3.18-ltsPetri Gynther2018-08-171-1/+1
|\
| * ubi: Fix error for write accessRomain Izard2018-04-241-1/+1
* | UBI: block: Dynamically allocate minor numbersDan Ehrenberg2015-08-031-2/+14
* | UBI: block: Add missing cache flushesKevin Cernekee2015-08-031-0/+2
* | UBI: block: Fix checking for NULL instead of IS_ERR()Dan Carpenter2015-08-031-2/+2
* | UBI: block: Continue creating ubiblocks after an initialization errorDan Ehrenberg2015-08-031-15/+22
* | UBI: Block: Explain usage of blk_rq_map_sg()Richard Weinberger2015-08-031-0/+6
* | UBI: Block: Add blk-mq supportRichard Weinberger2015-08-031-108/+94
* | UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman2015-08-031-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