summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/block.c
AgeCommit message (Expand)AuthorFilesLines
3 daysubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger1-1/+1
2024-07-12ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan1-3/+4
2024-03-22Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-68/+68
2024-02-26mtd: ubi: block: use notifier to create ubiblock from parameterDaniel Golle1-68/+68
2024-02-20ubiblock: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-2/+4
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-01-07ubi: block: fix memleak in ubiblock_create()Li Nan1-1/+1
2023-10-29ubi: block: Fix use-after-free in ubiblock_cleanupZhaoLong Wang1-1/+3
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-3/+2
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2023-03-11ubi: block: Fix missing blk_mq_end_requestRichard Weinberger1-1/+4
2023-02-14ubi: block: Fix a possible use-after-free bug in ubiblock_create()Harshit Mogalapalli1-0/+1
2023-02-14mtd: ubi: block: wire-up device parentDaniel Golle1-1/+1
2023-02-06ubi: block: set BLK_MQ_F_BLOCKINGChristoph Hellwig1-69/+28
2023-02-02ubi: block: Reduce warning print to info for static volumesMÃ¥rten Lindahl1-3/+6
2022-09-21ubi: block: Fix typos in commentsJulia Lawall1-1/+1
2022-09-21ubi: block: Remove in vain semicolonLi zeming1-1/+1
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-0/+1
2021-11-29block: remove rq_flush_dcache_pagesChristoph Hellwig1-1/+5
2021-11-04mtd/ubi/block: add error handling support for add_disk()Luis Chamberlain1-1/+7
2021-06-11ubi: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-39/+29
2019-09-15ubi: block: Warn if volume size is not multiple of 512Richard Weinberger1-8/+35
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2018-04-05ubi: Fix error for write accessRomain Izard1-1/+1
2018-01-18ubi: block: Fix locking for idr_alloc/idr_removeBradley Bolen1-16/+26
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks1-3/+3
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-3/+3
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-4/+3
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-1/+1
2017-02-01block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-8/+7
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-1/+0
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus 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-13UBI: block: Fix checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2015-02-13UBI: 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