aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/block.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-06-02UBI: block: Dynamically allocate minor numbersDan Ehrenberg1-2/+14
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-05-06UBI: block: Add missing cache flushesKevin Cernekee1-0/+2
2015-02-12UBI: block: Fix checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2015-02-12UBI: block: Continue creating ubiblocks after an initialization errorDan Ehrenberg1-15/+22
2015-01-28UBI: Block: Explain usage of blk_rq_map_sg()Richard Weinberger1-0/+6
2015-01-28UBI: Block: Add blk-mq supportRichard Weinberger1-108/+94
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman1-21/+20
2014-09-16UBI: block: Add support for the UBI_VOLUME_UPDATED notificationEzequiel Garcia1-2/+14
2014-09-16UBI: block: Fix block device size settingEzequiel Garcia1-5/+6
2014-09-16UBI: block: fix dereference on uninitialized devColin Ian King1-5/+6
2014-07-28UBI: block: Avoid disk size integer overflowRichard Weinberger1-2/+9
2014-07-28UBI: block: Set disk_capacity out of the mutexEzequiel Garcia1-4/+2
2014-07-28UBI: block: Make ubiblock_resize return somethingEzequiel Garcia1-2/+3
2014-06-10Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+3
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-1/+1
2014-05-27UBI: block: Fix error path on alloc_workqueue failureHelmut Schaa1-1/+3
2014-05-05UBI: avoid workqueue format string leakKees Cook1-1/+1
2014-04-15block: remove struct request buffer memberJens Axboe1-1/+1
2014-03-21UBI: block: Remove __initdata from ubiblock_param_opsRichard Weinberger1-1/+1
2014-03-05UBI: rename block device ioctlsArtem Bityutskiy1-1/+1
2014-03-04UBI: block: Use 'u64' for the 64-bit dividendEzequiel Garcia1-1/+1
2014-03-04UBI: block: Mark init-only symbol as __initdataEzequiel Garcia1-1/+1
2014-03-04UBI: block: do not use term "attach"Artem Bityutskiy1-19/+20
2014-02-28UBI: R/O block driver on top of UBI volumesEzequiel Garcia1-0/+646