开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
/
block.c
Age
Commit message (
Expand
)
Author
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
2024-07-28
ubi: Fix ubi_init() ubiblock_exit() section mismatch
Richard Weinberger
2024-07-12
ubi: block: fix null-pointer-dereference in ubiblock_create()
Li Nan
2024-03-21
Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-02-25
mtd: ubi: block: use notifier to create ubiblock from parameter
Daniel Golle
2024-02-19
ubiblock: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
2024-01-06
ubi: block: fix memleak in ubiblock_create()
Li Nan
2023-10-28
ubi: block: Fix use-after-free in ubiblock_cleanup
ZhaoLong Wang
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
2023-03-11
ubi: block: Fix missing blk_mq_end_request
Richard Weinberger
2023-02-14
ubi: block: Fix a possible use-after-free bug in ubiblock_create()
Harshit Mogalapalli
2023-02-13
mtd: ubi: block: wire-up device parent
Daniel Golle
2023-02-05
ubi: block: set BLK_MQ_F_BLOCKING
Christoph Hellwig
2023-02-02
ubi: block: Reduce warning print to info for static volumes
Mårten Lindahl
2022-09-21
ubi: block: Fix typos in comments
Julia Lawall
2022-09-21
ubi: block: Remove in vain semicolon
Li zeming
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-11-29
block: remove rq_flush_dcache_pages
Christoph Hellwig
2021-11-04
mtd/ubi/block: add error handling support for add_disk()
Luis Chamberlain
2021-06-11
ubi: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
2019-09-15
ubi: block: Warn if volume size is not multiple of 512
Richard Weinberger
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286
Thomas Gleixner
2018-04-04
ubi: Fix error for write access
Romain Izard
2018-01-18
ubi: block: Fix locking for idr_alloc/idr_remove
Bradley Bolen
2017-09-13
ubi: pr_err() strings should end with newlines
Ben Dooks
2017-06-09
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
2017-06-09
block: introduce new block status code type
Christoph Hellwig
2017-05-02
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
2017-03-31
blk-mq: constify struct blk_mq_ops
Eric Biggers
2017-01-31
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
2016-09-15
blk-mq: remove ->map_queue
Christoph Hellwig
2015-07-01
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-06-02
UBI: block: Dynamically allocate minor numbers
Dan Ehrenberg
2015-05-28
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
2015-05-06
UBI: block: Add missing cache flushes
Kevin Cernekee
2015-02-12
UBI: block: Fix checking for NULL instead of IS_ERR()
Dan Carpenter
2015-02-12
UBI: block: Continue creating ubiblocks after an initialization error
Dan Ehrenberg
2015-01-28
UBI: Block: Explain usage of blk_rq_map_sg()
Richard Weinberger
2015-01-28
UBI: Block: Add blk-mq support
Richard Weinberger
2014-11-07
UBI: Extend UBI layer debug/messaging capabilities
Tanya Brokhman
2014-09-16
UBI: block: Add support for the UBI_VOLUME_UPDATED notification
Ezequiel Garcia
2014-09-16
UBI: block: Fix block device size setting
Ezequiel Garcia
2014-09-16
UBI: block: fix dereference on uninitialized dev
Colin Ian King
2014-07-28
UBI: block: Avoid disk size integer overflow
Richard Weinberger
2014-07-28
UBI: block: Set disk_capacity out of the mutex
Ezequiel Garcia
2014-07-28
UBI: block: Make ubiblock_resize return something
Ezequiel Garcia
[next]